Tool/software:
Hello,
I'm using the SK-AM62 evaluation board, and I have successfully created an SD card that boots correctly. I want to use the SD card as the primary boot mode and eMMC as the backup.
I followed the instructions from this guide to download tiboot3.bin
, tispl.bin
, and u-boot.img
from the SD card and write them to the eMMC.
However, I am encountering an issue when trying to set the device as dev 0
or dev 2
(eMMC in my case):
=> mmc dev 0 1 => mmc info MMC Device 0 not found no mmc device at slot 0 => mmc list mmc@fa10000: 2 mmc@fa00000: 1 (SD) mmc@fa20000: 3 => mmc dev 2 => mmc info MMC Device 0 not found no mmc device at slot 0
Am I missing something in the U-Boot configuration? Any help or suggestions would be greatly appreciated.
Thanks,