Skip to content

Commit

Permalink
fix: update zephyr CONFIG_BOOTLOADER_MCUBOOT
Browse files Browse the repository at this point in the history
Updates the zephyr CONFIG_BOOTLOADER_MCUBOOT documentation link to
target the new location.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan committed Aug 2, 2023
1 parent aa7e2b1 commit 478e19b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/readme-zephyr.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ board and then just make a copy of it to get started on your own
application; see samples/zephyr/README.md for a tutorial.

The Zephyr `CONFIG_BOOTLOADER_MCUBOOT` configuration option
[documentation](http://docs.zephyrproject.org/reference/kconfig/CONFIG_BOOTLOADER_MCUBOOT.html)
[documentation](https://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BOOTLOADER_MCUBOOT)
provides additional details regarding the changes it makes to the image
placement and generation in order for an application to be bootable by
MCUboot.
placement and generation in order for an application to be bootable by MCUboot.

With this, build the application as your normally would.

Expand Down

0 comments on commit 478e19b

Please sign in to comment.