Skip to content

Commit a91a615

Browse files
butoknordicjm
authored andcommitted
boot: zephyr: Fix serial recovery for NXP IMX.RT platforms
Serial recovery failed for NXP IMX.RT platforms unless BOOT_ERASE_PROGRESSIVELY is set. Signed-off-by: Andrej Butok <[email protected]>
1 parent a967c66 commit a91a615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig.serial_recovery

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ config BOOT_SERIAL_MAX_RECEIVE_SIZE
9898

9999
config BOOT_ERASE_PROGRESSIVELY
100100
bool "Erase flash progressively when receiving new firmware"
101-
default y if SOC_FAMILY_NORDIC_NRF
101+
default y if SOC_FAMILY_NORDIC_NRF || SOC_FAMILY_NXP_IMXRT
102102
help
103103
If enabled, flash is erased as necessary when receiving new firmware,
104104
instead of erasing the whole image slot at once. This is necessary

0 commit comments

Comments
 (0)