Other Parts Discussed in Thread: UNIFLASH, TDA4VM
Hi Team,
Customer feedback 3.1.1.8. UART — Processor SDK AM64X Documentation don't work. I try it on SDK9.0, also don't work.
Here is my commands and execution results:
$ sudo sb --xmodem ./tiboot3.bin > /dev/ttyUSB1 < /dev/ttyUSB1 Sending ./tiboot3.bin, 4094 blocks: Give your local XMODEM receive command now. Bytes Sent: 524160 BPS:7779 Transfer complete $ sudo sb --ymodem ./tispl.bin > /dev/ttyUSB1 < /dev/ttyUSB1 Sending: tispl.bin Bytes Sent: 868224 BPS:7547 Sending: Ymodem sectors/kbytes sent: 0/ 0k Transfer complete $ sudo sb --ymodem ./u-boot.img > /dev/ttyUSB1 < /dev/ttyUSB1 Retry 0: Timeout on pathname Transfer incomplete $ sudo sb --ymodem ./u-boot.img > /dev/ttyUSB1 < /dev/ttyUSB1 Sending: u-boot.img Ymodem sectors/kbytes sent: 3/ 0kRetry 0: Cancelled Transfer incomplete
I also refer the method that Judith mentioned using minicom in AM62A7: Booting u-boot from UART- TI E2E support forums.
This method is not feasible either.
Can you tell me how can I boot U-Boot using UART?
Our customers have only reserved three boot methods, UART, OSPI and eMMC.
Is there some simple way to download tiboot3.bin tispl.bin and u-boot.img to Flash or eMMC?