Skip to content

Commit 70f12a2

Browse files
committed
Update docs
1 parent fdcd7be commit 70f12a2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/STM32-TZ.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ OPTION BYTES BANK: 2
192192
193193
Boot Configuration:
194194
195-
NSBOOTADD : 0x80400 (0x8040000)
195+
NSBOOTADD : 0x80600 (0x8060000)
196196
NSBOOT_LOCK : 0xC3 (The SWAP_BANK and NSBOOTADD can still be modified following their individual rules.)
197197
SECBOOT_LOCK : 0xC3 (The BOOT_UBE, SWAP_BANK and SECBOOTADD can still be modified following their individual rules.)
198198
SECBOOTADD : 0xC0000 (0xC000000)
@@ -201,7 +201,7 @@ OPTION BYTES BANK: 3
201201
Bank1 - Flash watermark area definition:
202202
203203
SECWM1_STRT : 0x0 (0x8000000)
204-
SECWM1_END : 0x1F (0x803E000)
204+
SECWM1_END : 0x2F (0x805e000)
205205
206206
Write sector group protection 1:
207207
@@ -210,8 +210,8 @@ OPTION BYTES BANK: 4
210210
211211
Bank2 - Flash watermark area definition:
212212
213-
SECWM2_STRT : 0x0 (0x08100000)
214-
SECWM2_END : 0x1F (0x0813e000)
213+
SECWM2_STRT : 0x2F (0x0815e000)
214+
SECWM2_END : 0x0 (0x08100000)
215215
216216
Write sector group protection 2:
217217
@@ -251,7 +251,7 @@ OPTION BYTES BANK: 9
251251

252252
```
253253
STM32_Programmer_CLI -c port=swd -d wolfboot.bin 0x0C000000
254-
STM32_Programmer_CLI -c port=swd -d test-app/image_v1_signed.bin 0x08040000
254+
STM32_Programmer_CLI -c port=swd -d test-app/image_v1_signed.bin 0x08060000
255255
```
256256

257257
- After rebooting, the LED on the board should turn on sequentially:

docs/Targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ To initiate an update, sign a new version of the app and upload the v3 to the up
975975
on the second bank:
976976

977977
```sh
978-
tools/keytools/sign --ecc256 test-app/image.bin wolfboot_signing_private_key.der 3
978+
IMAGE_HEADER_SIZE=1024 tools/keytools/sign --ecc256 test-app/image.bin wolfboot_signing_private_key.der 3
979979
STM32_Programmer_CLI -c port=swd -d test-app/image_v3_signed.bin 0x08160000
980980
```
981981

0 commit comments

Comments
 (0)