We followed the guide in https://software-dl.ti.com/processor-sdk-linux/esd/AM65X/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-UART.html
when we run command:
#sb --xmodem tiboot3.bin > /dev/ttyUSB1 < /dev/ttyUSB1
Sending tiboot3.bin, 1204 blocks: Give your local XMODEM receive command now.
it have no reaction after that, what's wrong with it?
By the way, we use IDK evm board to do this test, and boot code 3..0 set 1010. if MCU_UART0 is /dev/ttyUSB1, why we can't continue transferring other boot files?
Thanks
Kenn