This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
- CPU: AM6412BSCGHAALV
- SDK version: ti-processor-sdk-linux-am64xx-evm-08.06.00.42
- Custom board
We're trying to load tiboot3.bin using MAIN_UART0, but failed on transfering stage.
Here is the issue we encountered:
1. Compiled tiboot.bin, tiboot3-am64x-gp-evm.bin and tiboot3-am64x_sr2-hs-fs-evm.bin using BSP ti-processor-sdk-linux-am64xx-evm-08.06.00.42, by following this guide: software-dl.ti.com/.../UG-General-Info.html
2. When debugging Custom board, transferring progress of tiboot3.bin always failed around 400KB (using x-modem protocol), the board halt in the meanwhile.
3. We tried custom images tiboot.bin, tiboot3-am64x-gp-evm.bin, tiboot3-am64x_sr2-hs-fs-evm.bin and TI images files inside prebuilt-images of SDK, none of them worked, all run into the same problem.
These are the output from the UART:
1. Try load tiboot3.bin:
02000000011a0000616d3634780000000000000048534653000002000000020002a6000000000000b018658ad99dc903c8c9bfb27b12751099920a042ad1dfea7b7ba57369f15546de285edde6a7b39a8bdc40a27b237f8fb1e57f245e80b929c1e28b024aa2ecc6ad0bc40b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bd8e38b498e5a015343ad650a51ea73f811723bfd30b6e0ec145d3c47f547395CCCC
Starting xmodem transfer. Press Ctrl+C to cancel.
Transferring tiboot3.bin...
74% 414 KB 3 KB/sec 00:00:49 ETA 11 Errors
2. Try load tiboot3-am64x-gp-evm.bin:
02000000011a0000616d3634780000000000000048534653000002000000020002a6000000000000b018658ad99dc903c8c9bfb27b12751099920a042ad1dfea7b7ba57369f15546de285edde6a7b39a8bdc40a27b237f8fb1e57f245e80b929c1e28b024aa2ecc6ad0bc40b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bd8e38b498e5a015343ad650a51ea73f811723bfd30b6e0ec145d3c47f547395CCCC
Starting xmodem transfer. Press Ctrl+C to cancel.
Transferring tiboot3-am64x-gp-evm.bin...
73% 410 KB 2 KB/sec 00:00:50 ETA 11 Errors
3. Try load tiboot3-am64x_sr2-hs-fs-evm.bin
02000000011a0000616d3634780000000000000048534653000002000000020002a6000000000000b018658ad99dc903c8c9bfb27b12751099920a042ad1dfea7b7ba57369f15546de285edde6a7b39a8bdc40a27b237f8fb1e57f245e80b929c1e28b024aa2ecc6ad0bc40b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bd8e38b498e5a015343ad650a51ea73f811723bfd30b6e0ec145d3c47f547395CCCCC
Starting xmodem transfer. Press Ctrl+C to cancel.
Transferring tiboot3-am64x_sr2-hs-fs-evm.bin...
69% 387 KB 3 KB/sec 00:00:47 ETA 1 Errors
We stuck in this issue for two days, any help are appreciated.
Thanks
Hi,
You have an HS-FS device. So please use: tiboot3-am64x_sr2-hs-fs-evm.bin.
Did you verify the images work before attempting UART boot? Or is this the only boot mode availiable?
Also, are you using the following guide boot via UART: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/08_06_00_42/exports/docs/linux/Foundational_Components/U-Boot/UG-UART.html?highlight=uart?
~ Judith