* Booting new MPC5200B board
@ 2007-08-17 19:47 Jon Smirl
2007-08-18 2:33 ` Jon Smirl
0 siblings, 1 reply; 2+ messages in thread
From: Jon Smirl @ 2007-08-17 19:47 UTC (permalink / raw)
To: linuxppc-embedded
I'm using OSELAS-tiny-5 to compile a kernel for my new Phytec
5200B-tiny board with u-boot. When I try booting the kernel via tftpd
I get this error about the RAMDisk. Why does it want a RAMDisk, and
how do I supply it with one?
uboot> run bcmd_net
Using FEC ETHERNET device
TFTP from server 192.168.1.4; our IP address is 192.168.1.11
Filename 'uImage-pcm030'.
Load address: 0x500000
Loading: #################################################################
#################################################################
#################################################################
###########################################
done
Bytes transferred = 1215281 (128b31 hex)
Using FEC ETHERNET device
TFTP from server 192.168.1.4; our IP address is 192.168.1.11
Filename 'oftree-pcm030.dtb'.
Load address: 0x400000
Loading: #
done
Bytes transferred = 5091 (13e3 hex)
## Booting image at 00500000 ...
Image Name: Linux-2.6.20-rt3-pcm030-4
Created: 2007-08-17 19:20:07 UTC
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1215217 Bytes = 1.2 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
## Loading RAMDisk Image at 00000000 ...
Bad Magic Number
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Booting new MPC5200B board
2007-08-17 19:47 Booting new MPC5200B board Jon Smirl
@ 2007-08-18 2:33 ` Jon Smirl
0 siblings, 0 replies; 2+ messages in thread
From: Jon Smirl @ 2007-08-18 2:33 UTC (permalink / raw)
To: linuxppc-embedded
On 8/17/07, Jon Smirl <jonsmirl@gmail.com> wrote:
> I'm using OSELAS-tiny-5 to compile a kernel for my new Phytec
> 5200B-tiny board with u-boot. When I try booting the kernel via tftpd
> I get this error about the RAMDisk. Why does it want a RAMDisk, and
> how do I supply it with one?
The problem with the RAMDisk error is caused by the board shipping
with uboot 1.1.4. Upgrading to 1.2.0 fixes it.
1.1.4 doesn't implement dtb support
bootm 0x500000 - 0x400000
gets interpreted as load a RAM disk at 00000.
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-18 2:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-17 19:47 Booting new MPC5200B board Jon Smirl
2007-08-18 2:33 ` Jon Smirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).