How to implement DFU in IMX RT1170

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

How to implement DFU in IMX RT1170

ソリューションへジャンプ
1,362件の閲覧回数
Ragnar
Contributor III

Hello,

         I want to update the IMX RT1170 firmware through the DFU via USB.

I have gone through the basic USB examples provided in the SDK. There I found examples regarding the DFU "evkmimxrt1170_dev_dfu_freertos_cm7". But in those I didn't find any text documents that explains how to executive it like other examples has.

I want to know the following:

1. Does the DFU works with the J11(On board debugger) or else I have to use the OTG's provided.

   If it works with the J11. How it would be and can I use the J11 for Debugging and DFU at the same time.

2. Is there any application that can supports for DFU on windows to update the RT1170 firmware through USB.

DFU example:

Ragnar_0-1702625025040.png

 

HID example:

Ragnar_1-1702625107144.png

 

          Thanks & Regards,

             Ragnar.

0 件の賞賛
返信
1 解決策
1,342件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @Ragnar,

The evkmimxrt1170_dev_dfu_freertos_cm7 example code does have a readme file, it is just a bit more tricky to find it. You need to navigate to the SDK installation path, by default it is: C:\Users\<user>\mcuxpresso\02\SDKPackages\

In there, extract the SDK, and follow this path: SDK_2_14_0_MIMXRT1170-EVKB.zip\boards\evkbmimxrt1170\usb_examples\usb_device_dfu\freertos\cm7

Here you will find the readme.pdf, which is a 12 page pdf that has all of the information and explains all of the setup and process for the usb dfu example code.

I hope this helps!

BR,
Edwin.

元の投稿で解決策を見る

2 返答(返信)
1,337件の閲覧回数
Ragnar
Contributor III

Hi @EdwinHz,

           Thanks for the reply. 

           Now, I was able to execute the given SDK example.

           Thanks & Regards,

                Ragnar.

     

 

0 件の賞賛
返信
1,343件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @Ragnar,

The evkmimxrt1170_dev_dfu_freertos_cm7 example code does have a readme file, it is just a bit more tricky to find it. You need to navigate to the SDK installation path, by default it is: C:\Users\<user>\mcuxpresso\02\SDKPackages\

In there, extract the SDK, and follow this path: SDK_2_14_0_MIMXRT1170-EVKB.zip\boards\evkbmimxrt1170\usb_examples\usb_device_dfu\freertos\cm7

Here you will find the readme.pdf, which is a 12 page pdf that has all of the information and explains all of the setup and process for the usb dfu example code.

I hope this helps!

BR,
Edwin.