I like to boot our PicoMODA9 from SD card (using the micro sd slot monted on the PicoMODA9) as our image based in fus-image-std with dotnet is too big to install it in NAND:
I followed the steps from:
Boot Yocto image von SD Card in armStone MX8MP
The only difference is that I used
instead of
as with setenv mmcdev 2, the system does not boot
The system seems to boot but stucks with
I didn't found any documentation of how to copy the yocto bukld image to the sd card.
I copied it from the deploy/images directory with:
Can you tell me, what I did wrong?