I am running the examples l9_e5, l9_e5_sol and l9_e5_nrf5340_both_sol from this repository: https://github.com/NordicDeveloperAcademy/ncs-inter/tree/main/v2.9.0-v2.7.0/l9
I’m following the steps described in https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-5-fota-over-bluetooth-low-energy/
And the steps described in in https://academy.nordicsemi.com/simultaneous-updates-for-both-cores-of-the-nrf5340/ but I am not able to compile any of them.
I have the NORA-B1-DEVKIT board with the nrf5340 microcontroller, the build configuration that I’m using is the one created by default with nrf5340dk/nrf5340/cpuapp and I also with nrf5340dk/nrf5340/cpuapp/ns.
Particularly in l9_e5_nrf5340_both_sol the error is:
c:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: zephyr\zephyr_pre0.elf section `rodata' will not fit in region `FLASH'
c:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: region `FLASH' overflowed by 1332 bytes
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
I don't understand why I get this error if I'm just running the example and can't get it to compile on my board.