All of lore.kernel.org
 help / color / mirror / Atom feed
From: 김영순 <yskim@human-rh.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [ ramdisk error ]
Date: Fri, 18 Jul 2008 22:35:11 +0900	[thread overview]
Message-ID: <000001c8e8db$1b0a7090$511f51b0$@com> (raw)

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 

             reply	other threads:[~2008-07-18 13:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18 13:35 김영순 [this message]
2008-07-18 15:43 ` [U-Boot-Users] [ ramdisk error ] Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000001c8e8db$1b0a7090$511f51b0$@com' \
    --to=yskim@human-rh.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.