How to use OTA to update the coordinator program

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to use OTA to update the coordinator program

跳至解决方案
2,785 次查看
lvdp
Contributor III

Hi:

       We currently use JN5189 to develop a gateway, and JN5189 uses UART1 to communicate with the WIFI chip. We want to upgrade the program of the coordinator via WIFI. What should we do? Is there any routine for reference?

0 项奖励
回复
1 解答
2,775 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi,

I hope you are doing great.

Just to confirm, do you want to update the MCU throught UART interface, am I wrong?

However, you could look at the app_ota_client.c file 

#if (defined OTA_INTERNAL_STORAGE)

You could look at the comments about the flash and the sectors that are used. Unfortunately, we do not provide a bootloader that helps you to implement the update using serial communication.

Look at the JN-AN-1244 to take as reference the OTA update.

Regards,

Mario

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,776 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi,

I hope you are doing great.

Just to confirm, do you want to update the MCU throught UART interface, am I wrong?

However, you could look at the app_ota_client.c file 

#if (defined OTA_INTERNAL_STORAGE)

You could look at the comments about the flash and the sectors that are used. Unfortunately, we do not provide a bootloader that helps you to implement the update using serial communication.

Look at the JN-AN-1244 to take as reference the OTA update.

Regards,

Mario

0 项奖励
回复
2,771 次查看
lvdp
Contributor III

Hi,mario:

      Yes, we hope to receive the upgrade package sent from the WiFi chip through USART1 and update the coordinator program.Ok, I see, thanks for your reply.

0 项奖励
回复