My sdk is 8.1.1, and use dual_bank_ble_s110. I can update application by doggle well, but can't update the application by nrf toolbox and nrf MCP. What should I do? The made this change in bootloader_settings.c: Change these codes: uint8_t m_boot_settings[CODE_PAGE_SIZE] attribute((at(BOOTLOADER_SETTINGS_ADDRESS))) attribute((used)) like this: uint8_t m_boot_settings[CODE_PAGE_SIZE] attribute((at(BOOTLOADER_SETTINGS_ADDRESS))) attribute((used)) = BANK_VALID_APP;