K22F updates using DFU and MCUXpresso

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

K22F updates using DFU and MCUXpresso

3,195件の閲覧回数
karamanr
Contributor I

Hello,


The main idea of my project is to update the software OTA using MCUBoot, DFU and Mender. I followed this https://hub.mender.io/t/updating-device-firmware-using-dfu-in-zephyr-project-on-a-frdm-k64f-board/16... to set up MCUBoot and DFU for my board and it all works fine. However, the next step is putting and application build with MCUXpresso on the K22F board. What is the best way to approach this? Do I need to use tools from the Zephyr Project to build my application or is there a tool that I can use with MCUXpresso to build and sign my application?  

0 件の賞賛
返信
4 返答(返信)

3,151件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @karamanr ,

I think to the application, it needn't any special building. You can use MCUXpresso to build it, put the start address in dedicated space and use the tool in Zephyr to sign the image.

 

Regards,

Jing

0 件の賞賛
返信

3,076件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi,

Here is a guide. Hope it can be helpful.

 

Regards,

Jing

0 件の賞賛
返信

3,138件の閲覧回数
karamanr
Contributor I

Hi and thanks for your reply,
I have tried using the binary built by MCUXpresso and sign it with the Zephyr tools, however it seems that MCUBoot is unable to detect the image when I flash it to the board using DFU.

0 件の賞賛
返信

3,163件の閲覧回数
D4Worker
Contributor II

We have similar question on KVF46f,  appreciate for any response.

0 件の賞賛
返信