Tool/software: Linux
Hi.
we want to run dfu with usbboot on AM5728 EVM Board because our custom board don't have sdcard slot.
we review Flashing_binariesto_the_factory_boards_using_Device_Firmware_Upgrade(DFU).pdf and Linux Core U-Boot User's Guide.pdf.
host(Ubuntu) connect usb cable to USB1(3.0) or USB2(micro usb, 2.0) in AM5728 EVM. but our host(Ubuntu) don't have message about ASIC.
We attach usbbot (download from TI site) and u-boot-spl.bin(we compiled it)
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/dfu.7z
./usbboot -S u-boot-spl.bin , but i don't find message about ASIC.
we got u-boot-spl.bin as following with menuconfig.
-> menuconfig->SPL/TPL--->
-> [*] Support booting from RAM
-> [*] Support USB Gadget drivers
-> [*] Support DFU (Device Firmware Upgrade)
-> menuconfig--->Command Line interface
[ ] Use hush shell : unselect.
and then we had same result without meuconfig.
How do i usbboot on AM5728 EVM.