NRF54L05 cannot OTA

Hi:

I want to use nrf54l05 for the OTA function of BLE. In the example of l9_e5_stol, nrf54L15 OTA can running, but NRF54L05 cannot run.

NCS 3.0.0.

The part I modified in this example

CONFIG_BT_DEBUG_NONE=y
CONFIG_BT_ASSERT=n
CONFIG_BT_DATA_LEN_UPDATE=n
CONFIG_BT_PHY_UPDATE=n
CONFIG_BT_GATT_CACHING=n
CONFIG_BT_GATT_SERVICE_CHANGED=n
CONFIG_LOG=n
CONFIG_CONSOLE=n
CONFIG_SERIAL=n
CONFIG_SIZE_OPTIMIZATIONS=y

l9_e5_sol.rar

Parents Reply Children
  • Hi
    1,Using the plan in the Academy solution, nrf51L05 compilation failed and flash exceeded SIZE.
    2,The following content has been added to the example of Academy:

    CONFIG_BT_DEBUG_NONE=y
    CONFIG_BT_ASSERT=n
    CONFIG_BT_DATA_LEN_UPDATE=n
    CONFIG_BT_PHY_UPDATE=n
    CONFIG_BT_GATT_CACHING=n
    CONFIG_BT_GATT_SERVICE_CHANGED=n
    CONFIG_LOG=n
    CONFIG_CONSOLE=n
    CONFIG_SERIAL=n
    CONFIG_SIZE_OPTIMIZATIONS=y

    3, build configuration: nrf54l15dk/nrf54l05/cpuapp

Related