Hi all,
I have found the same problem using the EP8548rev2.
It seems that, once the Linux image is loaded into the RAM, it doesn't start.
My configuration is quite different, I'm using a rImage.gz that contains both the kernel image and the RAM disk image. This compressed image is stored in FLASH at the address 0xFF000000
I have tried to boot the same kernel via NFS and it works fine, and I have tried to use the same rImage.gz on the EP8548rev1 and it also works. I think there is a problem when the kernel must boot once it is placed in the RAM probably due to a misconfigurations of the rev2 board.
Does anyone have any suggestions?
Thanks, Paolo
Here my u-boot onfiguration:
bootdelay=5
baudrate=115200
loads_echo=1
bootfile="u-boot.amc.rev4"
loadaddr=1000000
ethact=eTSEC0
ethaddr=00:10:ec:00:df:0e
eth1addr=00:10:ec:80:df:0e
eth2addr=00:10:ec:40:df:0e
eth3addr=00:10:ec:c0:df:0e
serverip.orig=10.0.0.58
serverip=172.16.0.1
ipaddr.orig=10.0.0.252
ipaddr=172.16.0.5
bootargs.orig=root=/dev/ram rw console=ttyS0,115200 riohdid=0
bootargs=root=/dev/ram rw console=ttyS0,115200 ip=172.16.0.5:::255.255.255.0::eth0
bootcmd=bootm 0xFF000000
pram=131072k
mem=2097152k
stdin=serial
stdout=serial
stderr=serial
Here my output:
U-Boot 1.1.4 EKB-22022006 (Apr 28 2006 - 16:02:51)
CPU: 8548_E, Version: 2.0, (0x80390020)
Core: E500, Version: 2.0, (0x80210020)
Clock Configuration:
CPU: 999 MHz, CCB: 333 MHz,
DDR: 166 MHz, LBC: 41 MHz
L1: D-cache 32 kB enabled
I-cache 32 kB enabled
Board: MPC8548AMC.
I2C: ready
DRAM: Initializing
MODULE:
DDR: 256 MB
FLASH: 16 MB
L2 cache 512KB: enabled
In: serial
Out: serial
Err: serial
Net: eTSEC0, eTSEC1, eTSEC2, eTSEC3
Hit any key to stop autoboot: 0
## Booting image at ff000000 ...
Image Name: Kernel and Ramdisk
Image Type: PowerPC Linux Multi-File Image (gzip compressed)
Data Size: 3402792 Bytes = 3.2 MB
Load Address: 00000000
Entry Point: 00000000
Contents:
Image 0: 1012171 Bytes = 988.4 kB
Image 1: 2390608 Bytes = 2.3 MB
Verifying Checksum ... OK
Uncompressing Multi-File Image ... OK
Loading Ramdisk to 0fd65000, end 0ffaca50 ... OK
Message Edited by Paolo Treffiletti on
2007-07-09 02:52 PM