Previous discussion:https://e2e.ti.com/support/arm/sitara_arm/f/791/p/630662/2450746#2450746
But it is locked, I can not append any message.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Previous discussion:https://e2e.ti.com/support/arm/sitara_arm/f/791/p/630662/2450746#2450746
But it is locked, I can not append any message.
Hello jinhu,
When you use parted instead of fdisk to format your SD Card, parted puts extra data on first location, so that the ROM bootloader assumes that the card is formatted in raw mode. To exit from that situation just run sudo dd if=/dev/zero of=/dev/sdX bs=4 count=1 command to zero these data and the booting will jump to eMMC.
Best regards,
Kemal