Other Parts Discussed in Thread: UNIFLASH
Hi all,
we are trying to make the flashing procedure work on a Linux machine using the instructions
So far we have validated that the AM263x LP USB port enumerates as /dev/ttyACM0 and that on minicom (# minicom -w -D/dev/ttyACM0) we can see CCCC strings.
Bootmode switch is set to 0111.
After closing minicom, and starting up the command line python flashing utility, we see the following
gunter@Linux-005:~/ti/mcu_plus_sdk_am263x_09_01_00_41/tools/boot$ python3 uart_uniflash.py -p /dev/ttyACM0 --cfg=sbl_prebuilt/am263x-lp/default_sbl_qspi.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 3 command(s) !!!
Executing command 1 of 3 ...
Found flash writer ... sending sbl_prebuilt/am263x-lp/sbl_uart_uniflash.release.tiimage
Sending sbl_prebuilt/am263x-lp/sbl_uart_uniflash.release.tiimage: 0%| | 0/41113 [00:00<?, ?bytes/s]send error: expected NAK, CRC, EOT or CAN; got b'e'
send error: expected NAK, CRC, EOT or CAN; got b'8'
send error: expected NAK, CRC, EOT or CAN; got b'6'
send error: expected NAK, CRC, EOT or CAN; got b'1'
send error: expected NAK, CRC, EOT or CAN; got b'b'
send error: expected NAK, CRC, EOT or CAN; got b'e'
send error: expected NAK, CRC, EOT or CAN; got b'f'
send error: expected NAK, CRC, EOT or CAN; got b'6'
send error: expected NAK, CRC, EOT or CAN; got b'e'
send error: expected NAK, CRC, EOT or CAN; got b'4'
send error: expected NAK, CRC, EOT or CAN; got b'b'
send error: error_count reached 10, aborting.
Sending sbl_prebuilt/am263x-lp/sbl_uart_uniflash.release.tiimage: 0%| | 2/41113 [00:00<00:21, 1897.88bytes/s]
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!
What could be the issue here?
Regards,
--Gunter