Kinetis bootloader command tool

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

Kinetis bootloader command tool

ソリューションへジャンプ
1,283件の閲覧回数
dusek_martin
Contributor IV

Hi,

for my Kinetis MCU I use flash resident bootloader. I use KinetisFlashTool GUI to update firmware manually.

Is there any command line tool that can perform firmware update? We need to automate firmware update procedure.

ラベル(1)
1 解決策
1,194件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi,

In fact, KinetisFlashTool call blhost.exe to send command. The blhost application is a command-line utility used by the host computer to initiate communication and inject commands to the Kinetis bootloader. The application only sends one command per invocation. So you can use batch file to do it.

The blhost's user's guide is in bootloader2.0.0 package, or you can find it in NXP website.

Regards,

Jing

元の投稿で解決策を見る

1 返信
1,195件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi,

In fact, KinetisFlashTool call blhost.exe to send command. The blhost application is a command-line utility used by the host computer to initiate communication and inject commands to the Kinetis bootloader. The application only sends one command per invocation. So you can use batch file to do it.

The blhost's user's guide is in bootloader2.0.0 package, or you can find it in NXP website.

Regards,

Jing