Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Loading nRF Connect SDK app via UART using nRF5 SDK secure bootloader

Hi,

we are facing an issue of loading the application written with nRF Connect SDK to the nRF52840 which has nRF5 SDK's secure bootloader.
Update process should be performed by another MCU via UART (so two files are used for a single update: init packet and the image itself).

Based on my request posted previously, we decided to use the nRF5 SDK's bootloader.

Now, as I can see the output of the nRF Connect SDK is a single binary, yet the bootloader expects two files.

Since the bootloader and all application logic (of another MCU) is already implemented, is there some easy way to be able to send updates to the target Nordic chip?

Parents
  • Hi AntonZ,

    May I ask why you want to implement the bootloader in the nRF5 SDK? It is possible, yes, but I don't know whether that's the best option for most use-cases or not.

    In any cases, if I understand the situation right, the bootloader is custom made by you, so I don't really know the background why it expects two files and am not sure how to help you with that.
    I know the bootloaders provided in the nRF5 SDK can update the application using one single binary file just fine.

    Hieu

Reply
  • Hi AntonZ,

    May I ask why you want to implement the bootloader in the nRF5 SDK? It is possible, yes, but I don't know whether that's the best option for most use-cases or not.

    In any cases, if I understand the situation right, the bootloader is custom made by you, so I don't really know the background why it expects two files and am not sure how to help you with that.
    I know the bootloaders provided in the nRF5 SDK can update the application using one single binary file just fine.

    Hieu

Children
Related