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.

AM6442: Failed to boot from EMMC boot partition

Part Number: AM6442

Tool/software:

Hello all,

I am trying to boot from EMMC boot partition mmcblk0boot0 partitions.

I followed the steps as in https://software-dl.ti.com/processor-sdk-sitara/esd/am64x/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-Memory.html

=> mmc dev 0 1
=> fatload mmc 1 ${loadaddr} tiboot3.bin
=> mmc write ${loadaddr} 0x0 0x800
=> fatload mmc 1 ${loadaddr} tispl.bin
=> mmc write ${loadaddr} 0x800 0x1000
=> fatload mmc 1 ${loadaddr} u-boot.img
=> mmc write ${loadaddr} 0x1800 0x2000
=> mmc partconf 0 1 1 1
=> mmc bootbus 0 2 0 0
 

But after I removed the SD card and provide power supply, it is showing blank screen and not booting from emmc.