I have been reading the documentation on the early boot late attach and see that the IPU1 code needs to be on the same device as MLO and u-boot.img.
It mentions that the code needs to be on a FAT partition, is that required or a suggestions?
I did not plan to use any FAT partition. MLO and u-boot.img will reside on the NOR flash which uses mtd partitioning.
We want to use a similar flash structure that we have in our imx boards.
The NOR will be on the first quad spi and emmc on the emmc port. MLO and u-boot.img on the NOR flash and the Linux kernel and applications on the eMMC flash. For early software design I use the TMDSEVM572x and put my code on the micro SD card. Once we have DRA726 boards in we need to move u-boot to the NOR flash and the kernel to eMMC plus of course the appropriate changes to the kernel and u-boot for the new hardware.
Michel
Michel