Tool/software:
I want to run application binary generated from Project zero without any security dependency. With reset the same application should launch. How do I make this change. Can anyone share the detailed steps
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.
Tool/software:
I want to run application binary generated from Project zero without any security dependency. With reset the same application should launch. How do I make this change. Can anyone share the detailed steps
Hi,
Thank you for reaching out. To remove the OAD functionality form the project, you will need to remove the OAD pre-defines (found in the linker settings and the compiler settings), modify the post-build steps to not build the bin and just build a .out file, and update the code to not use the oad service.
Best Regards,
Jan
Currently I have tried installing BIM (bim_offchip_LP_CC2651R3SIPA_nortos_ticlang) on the device, after installing this tried installing the Project Zero. With this I was able to retain the project zero power reset. But it is not able to connect to the phone
Hi,
No worries. I have modified a project to not use OAD by adding the EXCLUDE_OAD symbol mentioned in the readme. I have also removed the OAD related defines and the external NV region used for OAD. I have not tested this on my side, but it should work.