Other Parts Discussed in Thread: AM2434, , AM2431
Used SDK's uart_bootloader.py from TI's SDK to load appimage through UART to RAM, but it always failed as below: py uart_bootloader.py -p COM14 -b sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage -f ~/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage any help is appreciated.
$ py uart_bootloader.py -p COM14 -b sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage -f ~/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage
Sending the UART bootloader sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage ...
Sending sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage: 0%| | 0/290973 [00:00<?, ?Sending sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage: 0%| | 1029/290973 [00:02<1Sending sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage: 0%| | 1029/290973 [00:02<1
..........................................
Sending sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage: 100%|#########9| 290178/290973 [00:29Sending sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage: 291207bytes [00:29, 10719.20bytes/s] Sent bootloader sbl_prebuilt/am243x-evm/sbl_uart.debug.tiimage of size 290973 bytes in 29.75s.
Sending the application C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage ...
..........................................
Sending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 97%|#########6| 116277/120064 [00:11<00:00, 10718.45byteSending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 97%|#########6| 116277/120064 [00:11<00:00, 10718.45byteSending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 98%|#########7| 117306/120064 [00:11<00:00, 10718.45byteSending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 99%|#########8| 118335/120064 [00:11<00:00, 10717.83byteSending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 99%|#########8| 118335/120064 [00:11<00:00, 10717.83byteSending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 99%|#########9| 119364/120064 [00:11<00:00, 10717.83byteSending C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage: 120393bytes [00:11, 10717.11bytes/s] Sent application C:/Users/Hong/git/ti_rot41_prod/ti/firmware/projects/app_test_am243/Debug/app_test_am243.appimage of size 120064 bytes in 13.12s.
[STATUS] ERROR: Application load FAILED !!!








