How to download .srec file to MPC5777M

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

How to download .srec file to MPC5777M

1,131 Views
yalamandadosaky
Contributor V

Hi I want to download the .srec file to MPC5777M board, which is generated by the S32DS PowerPC V1.1 build options. 

is there any parser is required like elf parser ?

Tags (1)
2 Replies

717 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

Just use common JTAG debugger like PEMicro, Lauterbach, PLS, GHS, iSystem or any which supports MPC5777M programming.

Peter

717 Views
yalamandadosaky
Contributor V

Hi petervlna‌ , Sorry that , Actually My project is Bootloader, so I want to flash the application (.srec file) generated by build options using the bootloader based on ethernet.

So I dont know how to parse(align) this .srec file,  before flashing it onto the MPC5777M board.

So What tools are available for it ? and I am using srec_info tool which is giving two sections .

Format: Motorola S-Record
Header: "Z7_0.srec"
Execution Start Address: 010C0000
Data:   010C10F4 - 010EA29F
        010EE608 - 010EE61B

Can you help me how to align and flash the file ?

0 Kudos