LP-AM243: LP-AM243 uart boot question

Part Number: LP-AM243


hii ,

I followed the steps as TI recommendsAM243x MCU+ SDK:EVM 设置  for the  UART BOOT mode and I occure a problem.

da7806c8-ebc6-4d28-af78-562ec84bdad2.jpeg

​Issue Description:​​ When executing the UART flashing process using the command:

python uart_uniflash.py -p COM12 --cfg=sbl_prebuilt/am243x-lp/default_sbl_null.cfg

The process successfully completes the first command in the configuration file (sending the flash writer):

--flash-writer=sbl_prebuilt/am243x-lp/sbl_uart_uniflash.release.hs_fs.tiimage

However, when attempting to execute the second command (flashing the application):

--file=sbl_prebuilt/am243x-lp/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0

The progress bar gets stuck at 0% and eventually fails with XMODEM protocol errors.  img_v3_02rc_ac9f4a38-1658-4fc3-8196-56d7b5dd226g.jpg img_v3_02rc_f6616397-de49-486c-bd8a-1fe12e9637bg.jpg​Environment:​

  • SDK: MCU+ SDK AM243x 10.01.00.32
  • Board: AM243x LP
  • Connection: UART via COM12, 115200 baud