We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
In current tf-m, how could I disable bl2 and execute tf-m secure part when reset directly?
Hi Matt,
There is an md file in the trusted-firmware-m repo documenting the secure boot process:
https://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/user_guides
Paragraph starting at line 111:
Compile time switches
describes the switch you need to toggle in the build config file you intend to use (ConfigDefault.cmake, ConfigRegression.cmake, ...)
tfm_user_guide.md describes the differences in execution of the resulting binaries when running with/without BL2.
Regards
Miklos
Hi Miklos,
I see, thanks a lot.