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.

AM62A7: 使用TI SDK 中的uart_uniflash.py 圖形介面 燒錄MCU 的問題

Part Number: AM62A7
Other Parts Discussed in Thread: UNIFLASH

Hi

我使用 TI AM62A7 SOC 要用上 MCU 的功能

開發平台是使用 win11

參考了 TI AM62Ax MCU+ SDK 線上說明,安裝了 TI SDK 與 CCS 開發環境,安裝了python 3.8 OpenSSL 及相關pip 套件
照說明使用 CCS 載入 SDK 中的 examples/hello_world 編譯出 .appimage

但在 燒錄到 MCU 時 出現問題

使用指令是

python uart_uniflash.py -p COM7 --cfg=sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg

C:\ti\mcu_plus_sdk_am62ax_09_02_00_38\tools\boot>python uart_uniflash.py -p COM7 --cfg=sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg

Parsing config file ...
Parsing config file ... ERROR. 5 error(s).

[ERROR] Parsing error found on line 16 of sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg
[ERROR] No file operation specified !!!

[ERROR] Parsing error found on line 19 of sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg
[ERROR] No file operation specified !!!

[ERROR] Parsing error found on line 22 of sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg
[ERROR] No file operation specified !!!

[ERROR] Parsing error found on line 25 of sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg
[ERROR] No file operation specified !!!

[ERROR] Parsing error found on line 28 of sbl_prebuilt/am62ax-sk/default_sbl_uart_hs_fs.cfg
[ERROR] No file operation specified !!!


C:\ti\mcu_plus_sdk_am62ax_09_02_00_38\tools\boot>

我不清楚 default_sbl_uart_hs_fs.cfg 說明的no file 應該對應的檔案應該怎麼修改
與 uart_uniflash_gui.py 這個python 程序 如何引入 appimage

謝謝