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.

TMDS243GPEVM: Error when trying to flash an application

Part Number: TMDS243GPEVM
Other Parts Discussed in Thread: UNIFLASH

Good day to you all,

I am trying to flash the Ethernet/IP adapter example and get the following error:

[INFO] Parsing config file ... SUCCESS. Found 3 command(s) !!!

[INFO] Executing command 1 of 3 ...
[INFO] Found flash writer ... sending K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart.release.tiimage
[INFO] Sent flashwriter K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart.release.tiimage of size 257820 bytes in 26.14s.

[INFO] Executing command 2 of 3 ...
[INFO] Command arguments : --file=K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage --operation=flash --flash-offset=0x0000
Sent K:/Pool/decicher/ti/mcu_plus_sdk_am243x_08_03_00_18/tools/boot/sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage of size 297589 bytes in 31.21s.
[ERROR] Incorrect magic number in Response Header !!!
[INFO] Executing command 3 of 3 ...
[INFO] Command arguments : --file=C:/Users/decicher/workspace_v12/ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang/Release/ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang.appimage --operation=flash --flash-offset=0x80000

Or via terminal:

PS K:\Pool\decicher\ti\mcu_plus_sdk_am243x_08_03_00_18\tools\boot> python uart_uniflash.py -p COM6 --cfg=C:/Users/decicher/Desktop/FLASH_sbl_ospi.cfg

Parsing config file ...
Parsing config file ... SUCCESS. Found 3 command(s) !!!

Executing command 1 of 3 ...
Found flash writer ... sending sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage
Sent flashwriter sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage of size 291781 bytes in 28.06s.

Executing command 2 of 3 ...
Command arguments : --file=sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage --operation=flash --flash-offset=0x0
Sending sbl_prebuilt/am243x-lp/sbl_ospi.release.tiimage:   0%|             | 2/297621 [01:50<9102:17:30, 110.10s/bytes]
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!

Any idea what I'm doing wrong?

BR

Erik