Downloading and Runnig U-boot from RAM using CodeWarrior

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

Downloading and Runnig U-boot from RAM using CodeWarrior

2,514 Views
shabbirali
Contributor I
Hi,
I am using MPC8548CDS and CodeWarrior IDE version 5.7.
 
Would someone please help what are the changes required in U-boot code or MPC8548CDS_init.cfg to make it load in RAM and run it from RAM using Codewarrior.
 
 
I have Connected Codewarrior to MPC8548CDS system using USPTAP and using Load/Save memory option i loaded u-boot at location 0x100000. When i set PC  at 0x001FFFFC as it is a reset vector it gets lost some where after executing arond 30 instructions
 
I have made follwoing changes
1) enabled CFG_RAMBOOT in MPC8548CDS.h.
2) TEXT_BASE = 0x00100000 in config.mk
3) replaced 0xFFFFxxxx with ox001Fxxxx.
 
 
When i use this u-boot.bin on top of uboot then it works but i want it working through codewarrior.
 
Please suggest changes in uboot.
 
Regards
Shabbirali
Labels (1)
0 Kudos
1 Reply

337 Views
trytohelp
NXP Employee
NXP Employee
Hi,
 

If you will not received feedback via the forum, I suggest you to log your request to the Freescale CRM system.

Please use Freescale on line support web page.

- Go to following URL: http://www.freescale.com/TechSupport

- Click on Submit a Service Request. You will come to a login page.

- You can submit your request through the web from there.

Pascal

0 Kudos