Hi ufedor
An update on my situation:
I have an SD card that has been setup with the Ubuntu userland created by this command:
flex-installer -b bootpartition_LS_arm64_lts_4.19.tgz -r rootfs_lsdk1909_LS_arm64_lite.tgz -f firmware_ls1046ardb_uboot_sdboot.img -d /dev/sdb
Then following your suggestion, I generated the bl2_sd.pbl and fip_uboot.bin files and uploaded it to my tftp server so that I could flash those files on to that SD card (guide 5.2.4.5). After flashing the bl2 and fip and rebooting from SD card then enabling pps with:
echo 1 > /sys/class/ptp/ptp0/pps_enable
I tested each pin on the 1588 Test Header with a scope and did not see any pulse out coming from any pins.
My first question is, is there a way to check if my bl2_sd.pbl and fip_uboot.bin contains the EC2=2 changes that was made, and if those changes really did make it into the SD card when I followed the guide on how to flash it?
Second question, is there a method to take the bl2_sd.pbl and fip_uboot.bin files that was generated and leveraging flex-build and the LSDK to generate a firmware_uboot_sd.img file so I can just use flex-installer to burn it onto my SD card instead of having to flash each file into the SD card as described above? I would prefer this if there is a solution to creating the .img file using those 2 generated files.
Thank you again for your help!