Bootloader for Kinetis K64 MCU

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

Bootloader for Kinetis K64 MCU

跳至解决方案
2,195 次查看
小勇邹
Contributor II

I try to develop the bootloader via usart and enternet for Kinetis K64 MCU. Is there any source code example?

标签 (1)
0 项奖励
回复
1 解答
935 次查看
mjbcswitzerland
Specialist V

Hi

See https://community.freescale.com/message/370223#370223

Supports K64 for UART, USB, Ethernet, SD-card bootloading. Web server based loading occupies about 18k of space built with GCC.

Regards

Mark

http://www.utasker.com/kinetis.html

在原帖中查看解决方案

0 项奖励
回复
2 回复数
936 次查看
mjbcswitzerland
Specialist V

Hi

See https://community.freescale.com/message/370223#370223

Supports K64 for UART, USB, Ethernet, SD-card bootloading. Web server based loading occupies about 18k of space built with GCC.

Regards

Mark

http://www.utasker.com/kinetis.html

0 项奖励
回复
935 次查看
DavidBLit
Contributor II

You could try porting Emcraft's U-Boot here, but be aware it's a very old U-Boot and its Kinetis support is pretty thin and anemic.

I think the biggest bite would be the MCG differences between the K70 and the K64.

Maybe you could be a hero and fix all that...  :smileywink: