Other Parts Discussed in Thread: UNIFLASH
Hi, I'm having trouble flashing the SOC initialization binary to the AM243xLP. I am at this step
software-dl.ti.com/.../EVM_SETUP_PAGE.html
There are 2 parts to the uart_uniflash.py execution the fist part is successful, the second part always fails. I have power cycled the LP several times. I have power cycled the PC. The file exists at the specified location. I have all of the tools installed and every step and check before this step works correctly. I have two boards, both behave exactly the same. I looked in the forum but didn't see this reported. Can anybody help with this issue?
Thanks
C:\ti\mcu_plus_sdk_am243x_08_06_00_43\tools\boot>python uart_uniflash.py -p COM12 --cfg=sbl_prebuilt/am243x-lp/default_sbl_null.cfg Parsing config file ... Parsing config file ... SUCCESS. Found 2 command(s) !!! Executing command 1 of 2 ... 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 294983 bytes in 29.28s. Executing command 2 of 2 ... Command arguments : --file=sbl_prebuilt/am243x-lp/sbl_null.release.tiimage --operation=flash --flash-offset=0x0 Sending sbl_prebuilt/am243x-lp/sbl_null.release.tiimage: 0%| | 0/258822 [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 sbl_prebuilt/am243x-lp/sbl_null.release.tiimage: 0%| | 2/258822 [00:02<145:53:29, 2.03s/bytes] [ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user, Power cycle EVM and run this script again !!!