Hello,
I’m a little bit lost with one of your Module. It is originally supplied with eboot, so I decided to flash in recovery mode with uboot, but I can’t load my dtb and uImage.
I can run a NFS server without a problem, but when I tried to copy the dtb, uImage and rootfs :
** Unable to use mmc 0:1 for fatwrite **
With the command mmc part, this is what i get:
Colibri iMX6 # mmc part
Partition Map for MMC device 0 -- Partition Type: DOS
Part Start Sector Num Sectors UUID Type
1 192654 524286 00000000-01 0b Boot
With a correct uboot I got this:
Colibri iMX6 # mmc part
Partition Map for MMC device 0 -- Partition Type: DOS
Part Start Sector Num Sectors UUID Type
1 8192 32768 000a3671-01 0c
2 40960 7086080 000a3671-02 83
How can I create the rights partitions, without doing something nasty (I did not try to do something, I don’t want to break the mmc)?
Thank you for the help,
Pierre-Olivier