Hello,
i was just getting started with a new PicoCoreMX6ULL100 variant with eMMC storage, when I encountered a problem.
I was writing the sysimg (emmc output image from Yocto build) to the user partition of the eMMC, like this:
https://github.com/FSEmbedded/…/images/files/install.txt
This writes the image into part 0, which I guess is the user partition of the eMMC.
After the write was done, NBoot was unable to boot U-Boot. Recovery via serial download worked fine.
I then did a little research and found that on PicoCoreMX6ULL platforms U-Boot is also placed in the user partition (also described in "F&S i.MX6-UltraLite Linux First Steps" chapter 3.4).
Is this correct?
If so, why is it not kept in the HW-Partitions boot1 and boot2, like on the PicoCoreMX8MM platform?
Thank you and best regards,
Stefan