Other Parts Discussed in Thread: UNIFLASH
Tool/software:
I want to use cansbl demo in my project,and I try to use the demo C:\ti\mmwave_mcuplus_sdk_04_07_00_01\mcu_plus_sdk_awr294x_10_00_00_07\examples\drivers\boot\sbl_can_uniflash,there is some problem:
1、When I build this project,there is something wrong in process of sign,and I modify the g_openssl3_x509_template of script mcu_rom_image_gen.py,remove extra extensions keeping only the `swrev` & `debug` extensions,I build project successfully.But is it modification correct?
2、I use uniflash instead of python to flash SBL and app image,but when I start the board in QSPI mode,sbl and appimage does't startup,there is nothing capture from the uart,is it caused by question1?or anything else?
3、Can I debug the sbl project in CCS,I try to debug it,but when I load the project,it start running and not show symbols and resume button.