Tool/software:
hi ,
when we set EMMC as primary boot mode, SD card as backup boot mode, SD card can boot normally. if we removed SD card there is nothing log output on the wakeup serial port.
we use dd flash uboot to EMMC boot0:
# dd if=tiboot3.bin of=/dev/mmcblk0boot0 seek=0 # dd if=tispl.bin of=/dev/mmcblk0boot0 seek=1024 # dd if=u-boot.img of=/dev/mmcblk0boot0 seek=5120
Please help analyze and possible causes of the problem.
Best wishes.