A bootloader via MQX RTCS

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

A bootloader via MQX RTCS

Jump to solution
882 Views
小勇邹
Contributor II

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

0 Kudos
1 Solution
447 Views
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).

View solution in original post

0 Kudos
1 Reply
448 Views
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 Kudos