How to convert a "elf" to "S19"file ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to convert a "elf" to "S19"file ?

跳至解决方案
4,054 次查看
wenlonglei
Contributor I

codewarrior 2.10  Can produce elf file, but I need a S19 file.What should I do? Used for MPC5643L boot flash program;

标签 (1)
0 项奖励
回复
1 解答
3,480 次查看
trytohelp
NXP Employee
NXP Employee

Hi,

In addition to Erich feedback, the Srecord file generation can be selected at linker option too.

pastedImage_0.png

the file will have .mot extension.

Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
3,481 次查看
trytohelp
NXP Employee
NXP Employee

Hi,

In addition to Erich feedback, the Srecord file generation can be selected at linker option too.

pastedImage_0.png

the file will have .mot extension.

Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

3,480 次查看
BlackNight
NXP Employee
NXP Employee

I'm using the 'srecord' tool for all kind of conversions and manipulations, and one of the simpler things it does is to generate an S19 file from a .elf file. See CRC Checksum Generation with ‘SRecord’ Tools for GNU and Eclipse | MCU on Eclipse

I hope this helps,

Erich

0 项奖励
回复