File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ from the :file:`zephyrproject` workspace you created in the :ref:`getting_starte
29
29
Notes on the above commands:
30
30
31
31
- ``YOUR_BOARD `` should be changed to match your board
32
- - The singing key value is the insecure default provided and used by MCUboot for development
32
+ - The signing key value is the insecure default provided and used by MCUboot for development
33
33
and testing
34
34
- You can change the ``hello_world `` application directory to any other application that can be
35
35
loaded by MCUboot, such as the :zephyr:code-sample: `smp-svr ` sample.
36
36
37
37
For more information on these and other related configuration options, see:
38
38
39
39
- ``SB_CONFIG_BOOTLOADER_MCUBOOT ``: build the application for loading by MCUboot
40
- - ``SB_CONFIG_BOOT_SIGNATURE_KEY_FILE ``: the key file to use when singing images. If you have
40
+ - ``SB_CONFIG_BOOT_SIGNATURE_KEY_FILE ``: the key file to use when signing images. If you have
41
41
your own key, change this appropriately
42
42
- :kconfig:option: `CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS `: optional additional command line arguments
43
43
for ``imgtool ``
You can’t perform that action at this time.
0 commit comments