art Number: MCU-PLUS-SDK-AM263X
Hello experts,
I am trying to flash a multicore application for AM263x-CC using mcu_plus_sdk_am263x_08_04_00_17 and uart-uniflash.py. I get an error from the uniflash tool.
I cross-checked with the LED blink example, this one flashes and boots fine.
Please find below the output from the uniflash tool and my appimage
BR
Alexander
Microsoft Windows [Version 10.0.19044.2006]
(c) Microsoft Corporation. Alle Rechte vorbehalten.C:\pro\1900\system-tests\boot>flash_program.bat
C:\pro\1900\system-tests\boot>python C:\DevTools\TI\mcu_plus_sdk_am263x_08_04_00_17\tools\boot\uart_uniflash.py -p COM21 --cfg=program.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 6 command(s) !!!Executing command 1 of 6 ...
Found flash writer ... sending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_uart_uniflash.debug.tiimage
Sending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_uart_uniflash.debug.tiimageSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_uart_uniflash.debug.tiimage Sent flashwriter C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_uart_uniflash.debug.tiimage of size 67398 bytes in 8.34s.Executing command 2 of 6 ...
Command arguments : --operation=flash-phy-tuning-data
Sent flash phy tuning data in 3.59s.
[STATUS] SUCCESS !!!Executing command 3 of 6 ...
Command arguments : --operation=erase --erase-size=0x200000 --flash-offset=0x0
Sent flash erase command.
[STATUS] SUCCESS !!!Executing command 4 of 6 ...
Command arguments : --file=C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage --operation=flash --flash-offset=0x0
Sending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 182133bSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 182133bSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 183162bSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 183163bSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 183164bSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 183165bSending C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage: 183166b Sent C:/DevTools/TI/mcu_plus_sdk_am263x_08_04_00_17/tools/boot/sbl_prebuilt/am263x-cc/sbl_qspi.debug.tiimage of size 181702 bytes in 19.71s.
[STATUS] SUCCESS !!!Executing command 5 of 6 ...
Command arguments : --file=../D5-System/Debug/D5_system.appimage --operation=flash --flash-offset=0x80000
Sending ../D5-System/Debug/D5_system.appimage: 459965bytes [00:45, 10947.04bytes/s]recv error: getc timeout in start sequence
Sending ../D5-System/Debug/D5_system.appimage: 459967bytes [00:55, 10947.04bytes/s]expected sequence 2, got (seq1=1, seq2=1), receiving next block, will NAK.
recv error: purge, requesting retransmission (NAK)
Sending ../D5-System/Debug/D5_system.appimage: 459967bytes [01:00, 10947.04bytes/s](remains forever...)

