Ethernet Bootloader for K60, K61?

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

Ethernet Bootloader for K60, K61?

跳至解决方案
2,004 次查看
martinpi
Contributor III

Hello everyone!

I am new to Freescale and Kinetis, so please forgive my RTFM-questions.

I have a K60 Tower development kit. I searched for a bootloader which should be able to load an application via Ethernet.

My first approach was to donload MQX 3.8.1 and try the bootloader example.

I noticed that there are configurations for various CPU's but not for the K60.

So I created an empty project for my CPU, copied the sources of the bootloader example into the sources directory and made my way through all the compiler errors until I had included the search paths for all the include files necessary. This went fine until a point where the compiler stopped at an error directive in adc.h like this:

k60-adc-error.jpg

This could mean that I included a wrong path somewhere or that the bootloader example should be modified to be used on the K60.

On the other hand, I found it surprising that I need an ADC for the bootloader.

I paused with this one and tried the "Ethernet Bootloader for the MCU" AN4367SW.zip.

The quick start guide tells me to use the mcp-file for my processor.

Well, there is a configuration directory mk60n512 which is not exactly my CPU but hopefully close enough.

The surprise is, that there is no mcp file in this directory. There are, however, mcp-files in the other konfiguration directories for other CPU's.

Here I go again....

My question is: Am I completely off the mark with my approaches, what would be a good approach?

Or should I go ahead and modify the examples if needed and hope to get a working Software in the end?

Greetings, Martin

标签 (1)
标记 (2)
0 项奖励
1 解答
687 次查看
apanecatl
Senior Contributor II

Hi martinpi, I invite you to check our Ethernet bootloader application note AN4367, it includes the fully functional code example, it was implemented and tested in the K60 platform:

Documentation:

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4367.pdf

You can find the code example as AN4367SW in our website

在原帖中查看解决方案

0 项奖励
2 回复数
688 次查看
apanecatl
Senior Contributor II

Hi martinpi, I invite you to check our Ethernet bootloader application note AN4367, it includes the fully functional code example, it was implemented and tested in the K60 platform:

Documentation:

http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4367.pdf

You can find the code example as AN4367SW in our website

0 项奖励
687 次查看
embed_wu
Contributor II

Hello Hello! Can you send me a copy of Bootloader source code?I also realize the function of the IAP in K60 platform,but no source!

0 项奖励