How to implement "OTAP Bootloader"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to implement "OTAP Bootloader"

805 Views
danieltseng
Contributor V

pastedImage_5.png

pastedImage_1.png

This incomplete paragraph makes it impossible to understand how to implement the OTAP Bootloader.

pastedImage_2.png

I also referenced this article

Reprogramming a KW36 device using the OTAP Client Software 

My interpretation of the above:
This bootloader can update the application of B board from A board via OTA

Question1:
   Suppose, I want to update B board from A board via OTA
   How to implement the steps of this "OTAP bootloader" function?
   For example,
          What software need install on A board ?
          What software need install on B board ?

 Maybe he only supports OTA update from Phone to FRDM-KW36 board ?

Question2:

   Which one is right?bootloader_otap_frdmkw36.bin = "bootloader_otap"  or  bootloader_otap_frdmkw36.bin = "otas"

pastedImage_1.png

Labels (1)
  • KW

0 Kudos
3 Replies

682 Views
danieltseng
Contributor V

After your explanation, I understand his original meaning, thank you very much

0 Kudos

682 Views
estephania_mart
NXP TechSupport
NXP TechSupport

It is good it is clear now :smileyhappy:

Regards,

Estephania

0 Kudos

682 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello,

I would strongly recommend you to check the Bluetooth Low Energy Demo Applications User Guide where there is a brief explanation on how to deploy the examples in the way you desire. You can find the pdf file in the documentation of the SDK.

You will need a client and a server to deploy the example you want.That is the reason why you have different OTA examples.  In the example otax.. the "s" at the end stands for server and the "c" stands for client.

The board that will be updated needs an special boot loader in order to be upgraded via OTA, that is why you need the other project. You need to flash board B with the OTAP Bootloader and the OTAP Client and the board A with the OTAP Server.

Regards ,

Estephania