Difference between NXP bootloader Examples

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Difference between NXP bootloader Examples

810件の閲覧回数
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

ラベル(2)
タグ(2)
0 件の賞賛
3 返答(返信)

793件の閲覧回数
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 件の賞賛

760件の閲覧回数
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 件の賞賛

798件の閲覧回数
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