The dfu-util command can be used to load U-Boot from a connected USB host:
# Load both U-Boot stages in sequence dfu-util -R -a bootloader -D tiboot3.bin dfu-util -R -a u-boot.img -D u-boot.img
Please refer to the
AM62Lx Processor SDK Documentation
for information on the usage of dfu-util to flash boot media.