Bootloader - upgrading version from remote

Hi,

We have a device containing nrf52840 CPU with GPS, Simcom modem and other things.

We already implemented a bootloader upgrading via BLE.

Do you have any information, recommendations, application notes, tools, examples, etc

for how to upgrade our device firmware from remote

via modem.

Alon Matalon

Cloud-wise

Parents
  • Hello,
    From your explanation, I guess that you are using the older nRF5 SDK is that correct? If so, I don’t think we have any samples demonstrating the use of a bootloader other than the Nordic Secure Bootloader. You can check the Bootloaders and DFU modules, also see the section open bootloaders.

    Also, please note that the samples I referred to earlier are from the nRF Connect SDK, since support for cellular connectivity/modem is available only in the nRF Connect SDK.

    The nRF5 SDK is currently in maintenance mode, so you may need to implement this solution on your own.

    Kind regards,
    Abhijith

Reply
  • Hello,
    From your explanation, I guess that you are using the older nRF5 SDK is that correct? If so, I don’t think we have any samples demonstrating the use of a bootloader other than the Nordic Secure Bootloader. You can check the Bootloaders and DFU modules, also see the section open bootloaders.

    Also, please note that the samples I referred to earlier are from the nRF Connect SDK, since support for cellular connectivity/modem is available only in the nRF Connect SDK.

    The nRF5 SDK is currently in maintenance mode, so you may need to implement this solution on your own.

    Kind regards,
    Abhijith

Children
Related