Other Parts Discussed in Thread: LP-AM243, UNIFLASH
Hi all TI expert,
I successfully flashed sbl_null.release.hs_fs.tiimage
on the LP-AM243 development board. However, when I switched to our product board, the flashing process consistently fails. I've set the booting mode to UART BOOT MODE, and I can see the character "C" sent from UART0. Then, I used the Python script {SDK_folder}/tools/boot/uart_uniflash.py
with the following command:
python3 uart_uniflash.py -p COM4 --cfg=sbl_prebuilt/am243x-lp/default_sbl_null.cfg
he result consistently shows that the progress halts at 0% during the second command until a timeout occurs.
Upon examining the Python script, it seems that when sending the second file, the MCU does not respond with anything. Could you please help me identify potential issues? Perhaps there are hardware-related aspects causing this situation? Thank you.