hi expert,
How can I config bootloader backdoor at build environment linux, gcc and source is from git hub?
BR,
frank
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.
hi expert,
How can I config bootloader backdoor at build environment linux, gcc and source is from git hub?
BR,
frank
Part Number: CC2652P
Hi Expert,
How can I output hex format at build environment linux, gcc and source is from git hub?
BR,
frank
Hi Frank,
What TI GitHub resource are you using? I am going to assume ot-ti based on your relevant thread: https://e2e.ti.com/f/1/t/1332982
As such, src/openthread.syscfg Device Configuration changes are applied during the next build and will be reflected in the .out file generated. CCS uses tiarmobjcopy to convert .out files to the .hex format, thus you can choose to accomplish the same.
Regards,
Ryan