We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04993f2 commit a79b3a6Copy full SHA for a79b3a6
samples/ironside_se/protectedmem_periphconf/sample.yaml
@@ -15,13 +15,10 @@ common:
15
type: multi_line
16
ordered: true
17
regex:
18
- - "=== Protected Memory Demo ==="
19
- - "Attempting to write test pattern"
20
- - "Write successful \\(in current boot\\)\\."
21
- - "Rebooting\\.\\.\\."
+ - "Writing test pattern to protected memory\\.\\.\\."
+ - "Rebooting\\. Secondary firmware should boot if protection is working\\."
22
# When PROTECTEDMEM integrity check fails, secondary firmware boots
23
- - "=== Secondary Firmware Booted ==="
24
- - "PROTECTEDMEM integrity check FAILED"
+ - "PROTECTEDMEM integrity check failed - secondary firmware booted"
25
26
tests:
27
samples.protectedmem_periphconf.nrf54h20dk:
0 commit comments