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.

AM2434: TMDS243EVM : Flash SOC Initialization Binary Error Occurred

Part Number: AM2434
Other Parts Discussed in Thread: UNIFLASH

hello:  

   when flashing SOC initialization binary , I'm in trouble .

  • I know it's a  hs_fs device  ,so I used the file "default_sbl_null_HSFS.cfg" , but ,still failed

  • the boot is  UART boot
  • the file is  default_sbl_null_HSFS.cfg
  • Python 3.7.9
  • the log is

C:\ti\mcu_plus_sdk_am243x_08_05_00_24\tools\boot>python uart_uniflash.py -p COM8 --cfg=sbl_prebuilt/am243x-evm/default_sbl_null_HSFS.cfg

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

Executing command 1 of 2 ...
Found flash writer ... sending sbl_prebuilt/am243x-evm/sbl_uart_uniflash.release.tiimage
Sent flashwriter sbl_prebuilt/am243x-evm/sbl_uart_uniflash.release.tiimage of size 316052 bytes in 32.19s.

Executing command 2 of 2 ...
Command arguments : --file=sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 1%|▏ | 2058/271498 [00:02<12:30, 359.20bytes/s]send error: expected ACK; got b'\x18' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 1%|▎ | 3087/271498 [00:03<03:32, 1264.81bytes/s]send error: expected ACK; got b'\x18' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 2%|▍ | 4116/271498 [00:03<03:31, 1264.81bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 2%|▌ | 5145/271498 [00:03<03:30, 1264.81bytes/s]send error: expected ACK; got b'2' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 2%|▋ | 6174/271498 [00:03<01:28, 3006.35bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 3%|▊ | 7203/271498 [00:03<01:27, 3006.35bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 3%|▉ | 8232/271498 [00:03<01:03, 4132.00bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 3%|▉ | 9261/271498 [00:03<01:03, 4132.00bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 4%|█ | 10290/271498 [00:03<00:49, 5312.78bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 4%|█▏ | 11319/271498 [00:03<00:48, 5312.78bytes/s]send error: expected ACK; got b'0' for block 2
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 5%|█▎ | 12348/271498 [00:03<00:40, 6461.06bytes/s]send error: expected ACK; got b'0' for block 2
send error: NAK received 11 times, aborting.
Sending sbl_prebuilt/am243x-evm/sbl_null.release.hs_fs.tiimage: 5%|█▎ | 12350/271498 [00:03<00:40, 6461.06bytes/s]
[ERROR] XMODEM send failed, no response OR incorrect response from EVM OR cancelled by user,
Power cycle EVM and run this script again !!!

thanks