Hello,
My development environment like below.
- mmwave_sdk_03_06_00_00-LTS
- mmwave_industrial_toolbox_4_12_1
I want to use SBL with Area scanner example.
But I can't import SBL.
How could I use SBL?
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.
Hello,
My development environment like below.
I want to use SBL with Area scanner example.
But I can't import SBL.
How could I use SBL?
Hello,
Please refer to this E2E post: IWR6843: Secondary Bootloader (SBL) SOP Modes - Sensors forum - Sensors - TI E2E support forums
The main document you need is [mmwave_sdk_03_directory]/packages/ti/utils/sbl/docs/SBL_design.pdf
Regards,
Luke
Hello, Luke.
SBL could be imported to CCS?
There is no discovered projects when I am trying to import CCS project
I can't find any documents about how to build SBL.
Hello,
There is no CCS .projectspec file for SBL in the SDK. If you want to self compile, you will have to use the makefile provided; however, an SBL binaries are already provided for you, so you do not have to build the project at all. You can simply flash the device with the corresponding SBL image and move forward from there. Look at section 4.10 Running the application in the SBL_design PDF mentioned above for more clarity.
Regards,
Luke