Skip to content

Commit d5a663e

Browse files
committed
scripts: add reset-version.jlink
It allows to reset firmware and signing keys version.
1 parent 01f51e2 commit d5a663e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/reset-version.jlink

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
mem 0xf8004 4
2+
// signing keys v1
3+
w4 0xf8004 0x00000001
4+
mem 0xf8004 4
5+
mem 0xf8188 4
6+
// fw monotonic version 1
7+
w4 0xf8188 0x00000001
8+
mem 0xf8188 4
9+
q

0 commit comments

Comments
 (0)