Kinetis bootloader command tool

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kinetis bootloader command tool

Jump to solution
667 Views
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.

Labels (1)
1 Solution
578 Views
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

View solution in original post

1 Reply
579 Views
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