Other Parts Discussed in Thread: AM5718, AM4377
Tool/software: Linux
Hi Ti:
We want to download u-boot to a empty emmc on AM5718.
We follow sop below.

Build u-boot-spl.img and do it below.
sudo ./usbboot-stand-alone -S u-boot-spl.bin
sudo ./dfu-util c 1 -i 0 -a 0 -D "u-boot.img" -R
After we execute ./dfu-util c 1 -i 0 -a 0 -D "u-boot.img" -R, we can't see u-boot up.
And we can't enter any command too.
Can you help to check it the root cause?
ompany@ubuntu:~/Workspace2/ti/usb_download$ sudo ./usbboot-stand-alone -S u-boot-spl.bin reading ASIC ID CHIP: 4a45 rom minor version: 01 IDEN: 0000000000000000000000000000000000000000 MPKH: 0000000000000000000000000000000000000000000000000000000000000000 CRC0: d017dd32 CRC1: 00000000 device is GP sending 2ndstage to target... company@ubuntu:~/Workspace2/ti/usb_download$ sudo ./dfu-util c 1 -i 0 -a 0 -D "u-boot.img" -R dfu-util 0.9 Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2016 Tormod Volden and Stefan Schmidt This program is Free Software and has ABSOLUTELY NO WARRANTY Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ dfu-util: Invalid DFU suffix signature dfu-util: A valid DFU suffix will be required in a future dfu-util release!!! Opening DFU capable USB device... ID 0451:5678 Run-time device DFU version 0110 Claiming USB DFU Interface... Setting Alternate Setting #0 ... Determining device status: state = dfuIDLE, status = 0 dfuIDLE, continuing DFU mode device DFU version 0110 Device returned transfer size 4096 Copying data from PC to DFU device Download [=========================] 100% 497679 bytes Download done. state(7) = dfuMANIFEST, status(0) = No error condition is present state(2) = dfuIDLE, status(0) = No error condition is present Done! Resetting USB to switch back to runtime mode
U-Boot SPL 2017.01-g9a905f8-dirty (Dec 06 2017 - 05:44:16) DRA722-GP ES2.0 Trying to boot from DFU Using default environment ########DOWNLOAD ... OK Ctrl+C to exit ...
DarkHou