forked from nrfconnect/sdk-mcuboot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf toup] zephyr: cmake: build update hex with --pad
Prior to this, the update hex was deduced from the update.bin. The problem is that update.bin does not have the end padding. The end padding is required for mcuboot to upgrade a hex file flashed directly to the secondary slot. Fix this by having a separate sign command for update.hex which includes the --pad argument. This enables the user to verify the update process by flashing the update.hex file directly to the board. Signed-off-by: Håkon Øye Amundsen <[email protected]>
- Loading branch information
1 parent
b6d3687
commit 289f108
Showing
1 changed file
with
20 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters