* [U-Boot-Users] [ ramdisk error ]
@ 2008-07-18 13:35 김영순
2008-07-18 15:43 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: 김영순 @ 2008-07-18 13:35 UTC (permalink / raw)
To: u-boot
Hi,
I have a somewhat embarassing question
regarding u-boot and loading a ramdisk.
I am trying to boot my board based on SEQUOIA using a kernel and ramdisk.
I know the kernel and ramdisk image are good, since I used the same images
for SEQUOIA.
Below is a snippet of my boot sequence,
including the error when trying to mount the ramdisk(initrd)
After my board loads ramdisk, I can't see anything through console.
What's wrong???
Thanks,
Sean
=> printenv
.
.
.
bootargs=root=/dev/ram rw
ip=xxx.xxx.xxx.233:xxx.xxx.xxx.216:xxx.xxx.xxx.254:255.255.255.192:sequoia:e
th0:off panic=1 console=ttyS0,9600
mem=262120k
.
.
.
=> tftp 0x400000 uImage
Waiting for PHY auto negotiation to complete... done
ENET Speed is 10 Mbps - HALF duplex connection (EMAC0)
Using ppc_4xx_eth0 device
TFTP from server 210.221.148.216; our IP address is 210.221.148.233
Filename 'uImage'.
Load address: 0x400000
Loading: #################################################################
##########################
done
Bytes transferred = 1326107 (143c1b hex)
=> tftp 0x1000000 uRamdisk
Using ppc_4xx_eth0 device
TFTP from server 210.221.148.216; our IP address is 210.221.148.233
Filename 'uRamdisk'.
Load address: 0x1000000
Loading: #################################################################
#####################################################
done
Bytes transferred = 1728001 (1a5e01 hex)
=> bootm 0x400000 0x1000000
## Booting kernel from Legacy Image at 00400000 ...
Image Name: Linux-2.6.19
Image Type: PowerPC Linux Kernel Image (gzip compressed)
Data Size: 1326043 Bytes = 1.3 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
## Loading init Ramdisk from Legacy Image at 01000000 ...
Image Name: Simple Embedded Linux Framework
Image Type: PowerPC Linux RAMDisk Image (gzip compressed)
Data Size: 1727937 Bytes = 1.6 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
Loading Ramdisk to 0fcb6000, end 0fe5bdc1 ... OK
/* Nothing is appeared */ ??????????????????????????????
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080718/8ea2f69f/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread* [U-Boot-Users] [ ramdisk error ]
2008-07-18 13:35 [U-Boot-Users] [ ramdisk error ] 김영순
@ 2008-07-18 15:43 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-07-18 15:43 UTC (permalink / raw)
To: u-boot
In message <000001c8e8db$1b0a7090$511f51b0$@com> you wrote:
>
> I am trying to boot my board based on SEQUOIA using a kernel and ramdisk.
>
> I know the kernel and ramdisk image are good, since I used the same images
> for SEQUOIA.
The kernel is probably good for the Sequoia board, but if you have
some other, custom hardware, you also need a custom port of Linux for
it, i. e. another Linux image.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"A little knowledge is a dangerous thing." - Doug Gwyn
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-18 15:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 13:35 [U-Boot-Users] [ ramdisk error ] 김영순
2008-07-18 15:43 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.