You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,15 +81,15 @@ cd &_
81
81
**Note:** even if the internal main application is not verified (ie: the digital signature is not checked) this step **must** be performed so the appropriate application header info is prepended to the binary. mcuboot will not execute the internal main application if this header info is missing or corrupt.
-`-k signing-keys.pem`: this specifies the file containing the keys used to sign/verify the application
90
90
-`--align 4`: this lets mcuboot know the intrinsic alignment of the flash (32-bits = 4 byte alignemtn)
91
91
-`-v 1.2.3`: this sets the version number of the application to 1.2.3
92
-
-`--header-size 1024`: this must be the same as the value specified in `mcuboot.header-size` configuration (1024 bytes by default)
92
+
-`--header-size 4096`: this must be the same as the value specified in `mcuboot.header-size` configuration (4096 bytes by default)
93
93
-`--pad-header`: this tells imgtool to insert the entire header, including any necessary padding bytes.
94
94
-`-S 901120`: this specifies the maximum size of the application ("slot size"). It **must** be the same as the value specified in the **main application's**`target.mbed_app_size` configuration (0xDC000 = 901120)
0 commit comments