Kinetis bootloader command tool

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

Kinetis bootloader command tool

跳至解决方案
1,231 次查看
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,142 次查看
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,143 次查看
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