Skip to content

Commit

Permalink
boot: zephyr: Fix serial recovery for NXP IMX.RT platforms
Browse files Browse the repository at this point in the history
Serial recovery failed for NXP IMX.RT platforms
unless BOOT_ERASE_PROGRESSIVELY is set.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
  • Loading branch information
butok authored and nordicjm committed Oct 8, 2024
1 parent a967c66 commit a91a615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/zephyr/Kconfig.serial_recovery
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ config BOOT_SERIAL_MAX_RECEIVE_SIZE

config BOOT_ERASE_PROGRESSIVELY
bool "Erase flash progressively when receiving new firmware"
default y if SOC_FAMILY_NORDIC_NRF
default y if SOC_FAMILY_NORDIC_NRF || SOC_FAMILY_NXP_IMXRT
help
If enabled, flash is erased as necessary when receiving new firmware,
instead of erasing the whole image slot at once. This is necessary
Expand Down

0 comments on commit a91a615

Please sign in to comment.