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
謝謝