Hi guys,
I'm trying to do FOTA updates on my board and I was able so far to download the image but not able to apply it.
I've followed the academy FOTA over WiFi example but during bootup I see the following warning message:
EMPTY_0:
address: 0xd800
end_address: 0xe000
placement:
after:
- mcuboot
region: flash_primary
size: 0x800
EMPTY_1:
address: 0x176000
end_address: 0x177000
placement:
after:
- mcuboot_secondary
region: flash_primary
size: 0x1000
app:
address: 0xe800
end_address: 0xc2000
region: flash_primary
size: 0xb3800
bootconf:
address: 0xffd080
end_address: 0xffd084
region: bootconf
size: 0x4
mcuboot:
address: 0x0
end_address: 0xd800
placement:
align:
end: 0x1000
before:
- mcuboot_primary
region: flash_primary
size: 0xd800
mcuboot_pad:
address: 0xe000
end_address: 0xe800
placement:
align:
start: 0x1000
before:
- mcuboot_primary_app
region: flash_primary
size: 0x800
mcuboot_primary:
address: 0xe000
end_address: 0xc2000
orig_span: &id001
- mcuboot_pad
- app
region: flash_primary
sharers: 0x1
size: 0xb4000
span: *id001
mcuboot_primary_app:
address: 0xe800
end_address: 0xc2000
orig_span: &id002
- app
region: flash_primary
size: 0xb3800
span: *id002
mcuboot_secondary:
address: 0xc2000
end_address: 0x176000
placement:
after:
- mcuboot_primary
align:
start: 0x1000
region: flash_primary
share_size:
- mcuboot_primary
size: 0xb4000
otp:
address: 0xffd500
end_address: 0xffd9fc
region: otp
size: 0x4fc
sram_primary:
address: 0x20000000
end_address: 0x20040000
region: sram_primary
size: 0x40000
zms_storage:
address: 0x177000
end_address: 0x17d000
placement:
after:
- app
align:
start: 0x1000
before:
- end
region: flash_primary
size: 0x6000
SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_PARTITION_MANAGER=y