A bootloader via MQX RTCS

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

A bootloader via MQX RTCS

跳至解决方案
1,402 次查看
小勇邹
Contributor II

Is there any solution for MQX RTCS to update the FW through Ethernet/Internet?The device is k64.

0 项奖励
回复
1 解答
967 次查看
Martin_
NXP Employee
NXP Employee

FNET TCP/IP Stack is a bootloader ready for K64

or

mqx\examples\bootloader\ (this would need port from ColdFire to Kinetis, should not be that difficult, but is not out of box ready for K64)

or

c:\Freescale\Freescale_MQX_4_1\shell\source\rtcs\sh_exec.c / c:\Freescale\Freescale_MQX_4_1\shell\source\rtcs\sh_load.c (however, these files are considered as legacy, and they are not present in next MQX release versions).

在原帖中查看解决方案

0 项奖励
回复
1 回复
968 次查看
Martin_
NXP Employee
NXP Employee

FNET TCP/IP Stack is a bootloader ready for K64

or

mqx\examples\bootloader\ (this would need port from ColdFire to Kinetis, should not be that difficult, but is not out of box ready for K64)

or

c:\Freescale\Freescale_MQX_4_1\shell\source\rtcs\sh_exec.c / c:\Freescale\Freescale_MQX_4_1\shell\source\rtcs\sh_load.c (however, these files are considered as legacy, and they are not present in next MQX release versions).

0 项奖励
回复