Hi there,
we're currently in the process of changing our hardware to use the nRF54L15. Since all the security regulations are getting stricter and stricter and the support for tfm/psa would really be a good starting point to use in our projects I'm currently in the process of porting all this.
i'm using SDK version 2.9.1 and found that the tfm_psa_template looks like a great starting point --> on nRF5340DK it compiles fine and seems to include all the projects needed (B0, mcuboot, application).
But sadly this sample doesn't work on nRF54L15 and I seem to not get it working properly - I already tried to add a lot of the configs and sysbuild configs to my custom test-project but nothing works.
So is there a sample project including:
- B0
- mcuboot
- Application
- with TFM
for the nRF54L15 using only the internal flash (we actually don't plan to use an external flash, since 1,5MB should be enough).
The crytpo samples and tfm_hello_world don't include any of the mcuboot stuff as far as I've seen...
Thanks and best regards
Marco