Part Number: LP-AM243
Other Parts Discussed in Thread: UNIFLASH

Hi experts,
I am using the LP-AM243 and MCU+SDK. I imported the enet_lwip_cpsw example, and tried to flash it as a XIP application with the sml_uart tool. This worked fined with ond board, bot failed with three others. All of them are "PROC109E3", but the ones that are not working have an additional sticker "PROC109E3B(001).
The output of the sbl_uart tool in case of failure is one of the following:
C:\pro\1900\peripheraltests\common\boot>python C:\DevTools\TI\mcu_plus_sdk_am243x_08_05_00_24\tools\boot\uart_uniflash.py -p COM4 --cfg=enet_lwip_cpsw_am243x-lp_r5fss0-0_freertos_ti-arm-clang.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 5 command(s) !!!Executing command 1 of 5 ...
Found flash writer ... sending C:/DevTools/TI/mcu_plus_sdk_am243x_08_05_00_24/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage
Sending C:/DevTools/TI/mcu_plus_sdk_am243x_08_05_00_24/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimaSending C:/DevTools/TI/mcu_plus_sdk_am243x_08_05_00_24/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimaSending C:/DevTools/TI/mcu_plus_sdk_am243x_08_05_00_24/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimaSending C:/DevTools/TI/mcu_plus_sdk_am243x_08_05_00_24/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiima Sent flashwriter C:/DevTools/TI/mcu_plus_sdk_am243x_08_05_00_24/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage of size 294772 bytes in 29.53s.Executing command 2 of 5 ...
Command arguments : --operation=flash-phy-tuning-data
Sending flash-phy-tuning-data_command: 0%| | 0/32 [00:00<?, ?bytes/s]send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'2'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'0'
send error: expected NAK, CRC, EOT or CAN; got b'1'
send error: expected NAK, CRC, EOT or CAN; got b'1'
Sending flash-phy-tuning-data_command: 6%|██▌ | 2/32 [00:01<00:59, 1.99s/bytes]
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!
or
C:\pro\1900\peripheraltests\common\boot>python C:\DevTools\TI\mcu_plus_sdk_am243x_08_04_00_17\tools\boot\uart_uniflash.py -p COM19 --cfg=enet_lwip_cpsw_am243x-lp_r5fss0-0_freertos_ti-arm-clang.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 4 command(s) !!!Executing command 1 of 4 ...
Found flash writer ... sending C:/DevTools/TI/mcu_plus_sdk_am243x_08_04_00_17/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiimage
Sending C:/DevTools/TI/mcu_plus_sdk_am243x_08_04_00_17/tools/boot/sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.tiim
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!
Is this issue known? How can I flash an E3B board?
Where can I find the E3B board documentation?
BR
Alexander