Difference between NXP bootloader Examples

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

Difference between NXP bootloader Examples

897 Views
durgasivakrishn
Contributor III

Hi,

I am using the NXP_Kinetis_Bootloader_2_0_0 for developing the custom bootloader for MK66FN2M0VLQ18. I found the two examples in the SDK, But not able to get the difference between them can anyone help me out the difference in the path of "NXP_Kinetis_Bootloader_2_0_0\targets\MK66F18\mdk" between flashloader and freedom_bootloader.

 

Thanks & Regards,

Sivakrishna

0 Kudos
3 Replies

880 Views
durgasivakrishn
Contributor III

Hi Daniel,

Thanks for your response, I would like to develop a custom bootloader could you share a general document to steps to be followed in the bootloader development.

 

Thanks & Regards,

sivakrishna

0 Kudos

847 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi

 

Please refer to chapter 10. Kinetis bootloader porting from Kinetis Bootloader Reference Manual.

danielchen_0-1606313681362.png

 

Regards

Daniel

 

0 Kudos

885 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Sivakrishna:

The flashloader is a bootloader that executes from target RAM memory on the platform. 

The freedom_bootloader is a bootloader that executes from target flash memory on the Freedom platform. 

Regards

Daniel