Jump to content

boot from eMMC with blank sd card


GB_linux

Recommended Posts

You can't change boot order, SoC look first at SDCard, then eMMC, and last at SPI-NOR.

To make it boot from eMMC, the SDCard needs to be non-bootable, so that why I've said that "no u-boot sector should be present on SDCard".

You can erase it with :

dd if=/dev/zero of=/dev/mmcblk0 bs=1024 seek=8 count=512

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines