Flash swap example for IAR/MQX

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Flash swap example for IAR/MQX

ソリューションへジャンプ
1,984件の閲覧回数
artur73
Contributor I

Hi all,

I'm looking for some code example to upload firmware to the K60 (through web preferably) and update the active flash image with this new image using swap feature. I use IAR with MQX.

I looked through the example AN4533, but this is not enough for me. I'm a bit new to Freescale programming, so any help will appreciated.

Thanks in advance.

ラベル(2)
タグ(5)
0 件の賞賛
返信
1 解決策
889件の閲覧回数
macl
Senior Contributor I

Hi,

Some suggestions... 

There is a great thread here on how firmware update bootloader using flash swap can be added to MQX 4.0. 

Using flashx io_ioctl FLASH_IOCTL_SWAP_FLASH_AND_RESET for bootloader

There is an ethernet bootloader example available within MQX at /mqx/examples/bootloader/.  It uses TFTP to transfer a new firmware image over a network to program in memory.

Should be able to piece together elements to implement an ethernet bootloader that uses the swapable flash blocks. 

hope that helps.

Mac

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
890件の閲覧回数
macl
Senior Contributor I

Hi,

Some suggestions... 

There is a great thread here on how firmware update bootloader using flash swap can be added to MQX 4.0. 

Using flashx io_ioctl FLASH_IOCTL_SWAP_FLASH_AND_RESET for bootloader

There is an ethernet bootloader example available within MQX at /mqx/examples/bootloader/.  It uses TFTP to transfer a new firmware image over a network to program in memory.

Should be able to piece together elements to implement an ethernet bootloader that uses the swapable flash blocks. 

hope that helps.

Mac

0 件の賞賛
返信
889件の閲覧回数
artur73
Contributor I

Hello Mac,

Thanks for the reply. Actually, there is no bootloader project in the mqx/examples/ folder (MQX 4.0).

Could you share it for us?

Thanks,

Artur

0 件の賞賛
返信