Question: Is OTA possible with nRF54L10?

Hi.
I used nRF Connect SDK v2.9.1 to add OTA to the Peripheral UART sample application.
The target is nRF54L10, but when I build it, the flash usage exceeds 50%.

If the flash usage exceeds 50%, will OTA actually work?
Also, will an external flash be required?

Best regards.

------

Build log.

-----

[365/372] Building C object zephyr/kernel/CMakeFiles/kernel.dir/dynamic_disabled.c.obj
[366/372] Linking C static library zephyr/kernel/libkernel.a
[367/372] Linking C executable zephyr/zephyr_pre0.elf
[368/372] Generating linker.cmd
[369/372] Generating isr_tables.c, isr_tables_vt.ld, isr_tables_swi.ld
[370/372] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[371/372] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[372/372] Linking C executable zephyr/zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 248688 B 482 KB 50.39%
RAM: 58460 B 192 KB 29.73%
IDT_LIST: 0 GB 32 KB 0.00%

Related