Drone Security Project: SBSFU Implementation
Hi :grinning_face:
I am working on my project of ensuring the hardware security of the Drone's Flight Controller.
I am planning to use ARM PSA to ensure security of Drone System at hardware level.
I am developing drone security system by using NUCLEO-L552ZE-Q.
For this, I am referring to the SBSFU of STM32CubeL5, and there are two issues currently.
- If I want to apply Secure Boot for a new binary file (Ex: nuttx.bin), which part of the source code should be changed?
- How to turn off Secure Boot and return to the original state? Using regression.sh doesn't bring it back. :crying_face:
Thank you sincerely :folded_hands:
PS) My project Link: https://github.com/korkeep/PX4-Trust
