Adding demo bootloader for nrf54L15

I do step-by-step elements from https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-5-fota-over-bluetooth-low-energy/

Using LBS sample, NCS 3.1.0, toolchain 3.1.0 and finally  No configure step for 'mcuboot', as mention in sysbuild.conf have only this

SB_CONFIG_BOOTLOADER_MCUBOOT=y

in prj.conf

CONFIG_NCS_SAMPLES_DEFAULTS=y

CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_DEVICE_NAME="Nordic_LBS"

# Enable the LBS service
CONFIG_BT_LBS=y
CONFIG_BT_LBS_POLL_BUTTON=y
CONFIG_DK_LIBRARY=y

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y

Not sure what goes wrong (and feel that documentation changes too fast ... too many versions in a short time)

Parents
  • With config nrf54l15dk/nrf54l15/cpuapp build with success

    Memory region         Used Size  Region Size  %age Used
               FLASH:       41224 B        54 KB     74.55%
                 RAM:       22200 B       188 KB     11.53%
            IDT_LIST:          0 GB        32 KB      0.00%

    so, what to do with configuration nrf54l15dk/nrf54l05/cpuap ? What settings should be applied to fit in a memory (error: section `datas' will not fit in reg ion `FLASH').

  • Hi, 

    reichel said:
    what to do with configuration nrf54l15dk/nrf54l05/cpuap ?

    nRF54l05 has limited internal flash. Please choose another chip with a larger internal flash or use it with an external flash. 

    Regards,
    Amanda H.

Reply Children
Related