flashloader_image.c Not found

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

flashloader_image.c Not found

588 Views
durgasivakrishn
Contributor III

Hi,

I am trying to upgrade the firmware in MK66Fn2M0VLQ18 from UART for this I used NXP_Kinetis_Bootloader_2_0_0 and SDK_2.7.0_MK66FN2M0xxx18 but I am getting the flashloader_image.c not found error can anyone help?

With regards,

Sivakrishna

0 Kudos
1 Reply

521 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hello, Durga sivakrishna‌,

I think you're using the flashloader_loader project, it will be better to use the freedom_bootloader example. After you download the bootloader to your board you need to construct the application image or you can also use the one that is in the bootloader example:

pastedImage_1.png

If you use the first one your bootloader will be erased after the first update and in the second one, you could use again the bootloader. After compiling, create a binary from the axf:

pastedImage_2.png

In the following path from the NXP_Kinetis_Bootloader_2_0_0 you will find a tool called Kinetis Flash Tool:

NXP_Kinetis_Bootloader_2_0_0\bin\Tools\KinetisFlashTool\win

In this be sure that the COM is the correct one and in the image file section browse for the binary you previously create. If you use the image shifted to the 0xa000 you will need to put the Target Address at 0xa000 too.

Let me know if this helps you.

Best Regards,

Alexis Andalon

0 Kudos