Bootloader for MPC5748G

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

Bootloader for MPC5748G

4,417 Views
tiju
Contributor II

Hi,

I can see a 'BootLoader_MPC5748G' example in S32. It compiles successfully.

"BootLoader_MPC5748G.elf" and "BootLoader_MPC5748G.srec" is generated. Bit I do not see a binary.

How to flash the bootloader to devkit? And what is the expected output?

Also can you throw some light on what kind of bootloader it is?

Thanks and Regards,

Tiju
 

Labels (2)
0 Kudos
7 Replies

2,810 Views
maharajshreekum
Contributor III

Hi Tiju,

Can you please share the serial bootloader code zip for the MPC5748G as I am unable to find it in the S32DS or MCU expresso IDE. Maybe they have removed it from SDK example codes.

It would be great if you share the zip at sood04sonny@gmail.com

 

Thanks

0 Kudos

3,113 Views
uditsalunke
Contributor III

Tiju, 

There is txt document - description which explains this boot loader.  

You need have openSDA interface for your hardware to get this boot loader working. 

Udit

0 Kudos

3,113 Views
tiju
Contributor II

Hi Udit,

I am looking for a bootloader that can run directly on MPC5748G without using OpenSDA. Can you help me with that?

Thanks and Regards,

Tiju

0 Kudos

3,113 Views
uditsalunke
Contributor III

Tiju,

I see Stan has provideed all information to get boot loader in action.

Udit

0 Kudos

3,113 Views
stanish
NXP Employee
NXP Employee

Hello,

The bootloader example project "BootLoader_MPC5748G" is the template project that demonstrate how to use RAppID Bootloader with MPC5748G DevKit and S32DS.

For more details about the bootlader and it's features I'd recommend you to see the document below:

http://www.nxp.com/files-static/training_pdf/FTF/2014/americas/WBNR_FTF2014-AUT-F0014-B_PDF.pdf 

First you need to program /rbf file which is actually the bootloader binary. This could be done by OpenSDA (see the screenshot below) or any other Debug cable you have (PEmicro Multilink, Universal, FX..)

There is pre-configured debug configuration that loads the bootloader binary:

pastedImage_18.png

pastedImage_2.png

Then you can build the Application which basically blinks LEDs on the board. The generated project + its SREC is located here:

pastedImage_4.png

Now download install and run RAppID Bootlader utility:

(https://www.nxp.com/webapp/Download?colCode=RAPPID_BOOTLOADER_UTILITY&appType=license&Parent_nodeId=... )

pastedImage_19.png

you should be now able download the generated application project (s-record) via Virtual COM over USB cable (COM15 on my machine) into the board.

Hope it helps.

Stan

0 Kudos

2,409 Views
jzhang
Contributor I

Hi!  I am trying to follow Stanish's instruction to try the BootLoader_MPC5748G example on my DEVKit-MPC5748G board.  But I got the following error when trying to flash the BootLoader_MPC5748G.RBF to the board.  Could someone please help me?  Thanks!

Connection from "127.0.0.1" via 127.0.0.1. Connection from port "55762" to 7224
Copyright 2018 P&E Microcomputer Systems,Inc.
Command Line :C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\pegdbserver_power_console -device=MPC5748G -startserver -singlesession -serverport=7224 -gdbmiport=6224 -interface=OPENSDA -speed=5000 -port=USB1Ø
OpenSDA detected - Flash Version 1.10
Flash Data in range 0x00F8C000-0x00F8C01B.
Flash Data in range 0x00F8C020-0x00F8DC0B.

CMD>RE

Initializing.

Device IDCODE is $00000082
Device ID revision is $00000000
Initializing Ram Block 0x40000000-0x40007FFF.
MPC574xC Device detected.
Target has been RESET and is active.
CMD>CM C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\gdi\P&E\nxp_mpc5748g_1x32x1520k_cflash.pcp

Initializing.

Device IDCODE is $00000082
Device ID revision is $00000000
Initializing Ram Block 0x40000000-0x40007FFF.
MPC574xC Device detected.

DOUBLE BUFFERING enabled.
Initialized.

;version 1.05, 06/26/2017, Copyright P&E Microcomputer Systems, www.pemicro.com [5748G_6080k]

;device NXP, MPC5748G, 1x32x1520k, desc=CFlash

;begin_cs device=$00F90000, length=$005F0000, ram=$40000000

Loading programming algorithm ...
Done.
Programming sequency is : erase, blank check, program, and verify {default}
CMD>VC
Verifying object file CRC-16 to device ranges ...
Error - no valid data in range of module.
Current content of flash does not match application to be programmed
CMD>EM

Erasing.
Module has been erased.
CMD>PM

Programming.
Processing Object File Data ...

No data to program.

.
Error during programming.
Error Programming flash of device
Error occured during Flash programming.

Device IDCODE is $00000082
Device ID revision is $00000000

Device IDCODE is $00000082
Device ID revision is $00000000

Starting reset script (C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\gdi\P&E\s32e200_mpc574xg.mac) ...
REM This script is compatible with MPC574xG devices.
REM Clean GPRs to remove residual data after using algorithm
REM Initialize all of the Main SRAM - 768KB
Initializing RAM from $40000000 to $400BFFFF.
Initializing Ram Block 0x40000000-0x400BFFFF.

Reset script (C:\nxp\S32DS_Power_v2.1\eclipse\plugins\com.pemicro.debug.gdbjtag.ppc_2.0.4.202103012147\win32\gdi\P&E\s32e200_mpc574xg.mac) completed.

MPC574xG Device detected.

PEmicro GDB Launch Failure : Error during flash programming. Terminating debug session.

0 Kudos

3,113 Views
chengxueyuan021
Contributor II

pastedImage_1.png

correct trace as above show;

but I print trace cyclly report as fellow:

Tx: 01 00 00 00 00 AA AA AA AA

Rx: FE 00 00 FE 00 00 00 00 00  init 

no other Erasing APP....

0 Kudos