Flashing FRDM-KW36 board with a .bin file

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

Flashing FRDM-KW36 board with a .bin file

802 Views
michaelestrin
Contributor I

Hi,

I've a .bin file I've compiled with IAR. Is there any simple way to flash it to a FRMD-KW36 board?

The IAR has a built-in flashing functionality to download images, but it only supports debug .out ELF files. 

Thanks!

Michael

Labels (1)
0 Kudos
1 Reply

474 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Michael,

    Please check your FRDM-KW36, it should have the on board debugger, if you can firmware the on board debugger with JLINK firmware, then you can use the JLINK software to download the .bin file directly.

 Eg, you can use the JLink command, with commander: loadfile xxx.bin

to download the code.

 The FRDM-KW36 JLINK firmware can be downloaded from this link:

https://www.segger.com/downloads/jlink/46_OpenSDA_FRDM-KW36 

    You need to make the FRDM board enter debugger mode, then send the above jlink firmware to the bootloader, after power on again, you on board will be changed to the JLINK firmware.

   But at first, you need to install the JLINK software, which can be download from this link:

https://www.segger.com/downloads/jlink/JLink_Windows.exe

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos