Other Parts Discussed in Thread: AM625,
Hi Sir
I rebuild the u-boot with “am62x_evm_r5_usbdfu_defconfig” and “am62x_evm_a53_defconfig” in Rules.make.
then do steps from host PC as below:
1.
- sudo dfu-util -R -a bootloader -D tiboot3.bin
- sudo dfu-util -R -a tispl.bin -D tispl.bin
- sudo dfu-util -R -a u-boot.img -D u-boot.img
2.
- setenv dfu_alt_info ${dfu_alt_info_emmc}
- dfu 0 mmc 0
3.Then I get tiboot3.bin , tispl.bin,u-boot.img from prebuild-images/ and flash them as below:
- sudo dfu-util -a tiboot3.bin.raw -D <your_tiboot3.bin>
- sudo dfu-util -a tispl.bin.raw -D <your_tispl.bin>
- sudo dfu-util -a u-boot.img.raw -D <your_u-boot.img>
- sudo dfu-util -a rootfs -D <your_rootfs.ext4>
For the rootfs.ext4, I use the default image from SDK and make the rootfs.ext4.
Then I switch the boot mode [SW2:SW1] to EMMC boot .
But from the serial port , there is no any log print. it seems that U-boot dont work.
could you help on it?
note: The evm can boot up from SD card mode. it works fine.
thanks