Testing the FOTA over BLE on nrf54L15dk using the SMP server sample of the NCS v2.8.0.

Hello,

I'm experiencing issues testing the FOTA over BLE on nrf54L15dk using the SMP server sample of the NCS v2.8.0.

To reproduce my issue, just build the sample out of the box, with the following build configuration :

- board target : nrf54l15dk/nrf54l15/cpuapp

- base configuration files : prj.conf

- extra Kconfig fragments : overlay-bt.conf

- base devicetree overlays : boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay

- system build : sysbuild

Build and flash this on nrf54l15dk and try to upload the firmware using the device manager app, using a dfu_application.zip file.

Thank you for your time,

Raphaël.

Parents Reply Children
  • Hi Sigurd, sorry I just saw your response.
    The dk is rev version 0.9.1 (2024.44).
    I used to use the dfu_application.zip file but since your message I use the zephyr.signed.bin file, generated in build/smp_svr/zephyr/zephyr.signed.bin.
    I don't know which image I DFU to, but I can tell you that I flash the device using nrfutil installed from internet and moved in /usr/local/bin, since nrfjprog installed in the toolchain can't flash nrf54L15.

Related