Update documentation

pull/727/head
Mattia Moffa 2026-03-18 22:38:17 +01:00
parent 558b6584ec
commit 175d2b3026
1 changed files with 8 additions and 1 deletions

View File

@ -4349,7 +4349,14 @@ cp config/examples/mcxn.config .config`
make
```
We also provide a TrustZone configuration at `config/examples/mcxn-tz.config`.
We provide three configuration files:
- `mcxn.config`: basic configuration file; both wolfBoot and your application
run in secure world.
- `mcxn-tz.config`: wolfBoot runs in secure world, your application runs in
non-secure world.
- `mcxn-wolfcrypt-tz.config`: same as above, but also includes a non-secure
callable (NSC) wolfPKCS11 API to perform crypto operations via wolfCrypt and
access a secure keyvault provided by wolfBoot.
### MCX N: Loading the firmware