Tool/software:
I'm trying to create an .img file to flash to an SD card, to boot linux on the am62-sip. The goal is to keep the ti bootloader etc. And simply boot my own linux partition.
I format the .img into two partitions, Fat32 and Ext4 With an MBR partition table. I've copied tiboot3.bin (hs-fs version. Though I've tried all of the variations under the `board-support/prebuilt-images/` folder of the sdk.), tispl.bin and u-boot.img to the first Fat32 partition.
Even without a linux rootfs on the second partition, I'd expect this to load, and at least boot into uboot. But I'm getting absolutely nothing from the console.
I have a downloaded working image. Which boots the board just fine. I've even extracted tiboot3.bin, tispl.bin and u-boot.img from the known working image to try in my one, and this has the same behaviour.
In the create-sd.sh script, there is a mention of a `dra7-ipu1-fw.xem4` file for something called earlyboot. It seems to be copied from the linux partition of the sd card. I did have a look in the tisdk-default-image-am62xxsip-evm.rootfs.tar.xz image that I could find in the sdk. But there wasn't any such file under lib/firmware.
Is there any obvious steps that I'm missing here?