Skip to content

Commit eda00d5

Browse files
committed
docs: Fix expected output for applications
Signed-off-by: Ahmed Ismail <[email protected]>
1 parent 40390fc commit eda00d5

File tree

5 files changed

+621
-610
lines changed

5 files changed

+621
-610
lines changed

.github/.cSpellWords.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Cqqpk
4545
CSRS
4646
ctest
4747
Customisation
48+
CYBW
4849
DACTIVATION
4950
DARM
5051
DCMAKE
@@ -165,6 +166,8 @@ nents
165166
NIOS
166167
NSPE
167168
NVIC
169+
Nyhq
170+
obec
168171
ohmyzsh
169172
Onoa
170173
OPTIM
@@ -258,6 +261,7 @@ Werror
258261
WGHT
259262
wght
260263
WLATENCY
264+
WZYKHR
261265
Xcycu
262266
xtea
263267
Xwzpc

docs/applications/blinky.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,20 @@ To run the blinky example, run the following command:
3838

3939
```bash
4040
[INF] Starting bootloader
41-
[INF] Beginning BL2 provisioning
42-
[WRN] TFM_DUMMY_PROVISIONING is not suitable for production! This device is NOT SECURE
43-
[INF] Primary image: magic=good, swap_type=0x1, copy_done=0x3, image_ok=0x3
44-
[INF] Scratch: magic=bad, swap_type=0x1, copy_done=0x2, image_ok=0x2
45-
[INF] Boot source: primary slot
46-
[INF] Swap type: none
47-
[INF] Primary image: magic=good, swap_type=0x1, copy_done=0x3, image_ok=0x1
48-
[INF] Scratch: magic=bad, swap_type=0x1, copy_done=0x2, image_ok=0x2
49-
[INF] Boot source: primary slot
50-
[INF] Swap type: none
41+
[INF] Beginning provisioning
42+
[INF] Waiting for provisioning bundle
43+
[INF] Running provisioning bundle
44+
[INF] PSA Crypto init done, sig_type: EC-P256, using builtin keys
45+
[INF] Image index: 1, Swap type: none
46+
[INF] Image index: 0, Swap type: none
5147
[INF] Bootloader chainload address offset: 0x0
48+
[INF] Image version: v2.2.0
5249
[INF] Jumping to the first image slot
53-
[INF] Beginning TF-M provisioning
54-
<NUL>[WRN] <NUL>TFM_DUMMY_PROVISIONING is not suitable for production! <NUL>This device is NOT SECURE<NUL>
55-
<NUL>[Sec Thread] Secure image initializing!
56-
<NUL>Booting TF-M v1.8.0
57-
<NUL>Creating an empty ITS flash layout.
58-
Creating an empty PS flash layout.
59-
[INF][Crypto] Provisioning entropy seed... complete.
60-
[DBG][Crypto] Initialising mbed TLS 3.4.0 as PSA Crypto backend library... complete.
61-
psa_framework_version is: 257
50+
Booting TF-M v2.2.0+gdd2b7de
51+
<NUL>[Sec Thread] Secure image initializing!
52+
<NUL>TF-M Float ABI: Hard
53+
<NUL>Lazy stacking enabled
54+
<NUL>psa_framework_version is: 257
6255
LED on
6356
LED off
6457
LED on

0 commit comments

Comments
 (0)