LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Isaac Gomez Morales <isaac.gomez.morales@gmail.com>
To: linuxppc-dev@ozlabs.org
Subject: mpc8572ds & uImage: Stuck startup
Date: Thu, 17 Sep 2009 12:04:36 +0200	[thread overview]
Message-ID: <38a5a2d10909170304s40b4cd57nd943ef073f535650@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]

Hello,

I'm trying to startup the latest kernel image (2.6.31) for my mpc8572ds
machine.  I have downloaded the kernel's source code at kernel.org and i
have compiled it with a native ppc compiler using make uImage.

At this moment I have in my system my uImage and u-boot-2009-08 programmed
in the flash memory. The bootargs are "root=/dev/sda6 rw
console=ttyS0,115200" and the dtb file was generated by the script dtc
included in the same kernel source code.

I have done:

../path_to_script/dtc -I dts -O dtb -o mpc8572ds.dtb
path_to_dts/mpc8572ds.dts

An finally I have executed the following instruction with the following
result:

=> ext2load scsi 0:6 0x01000000 /boot/uImage
Loading file "/boot/uImage" from scsi device 0:6 (sda6)
1582778 bytes read
=> ext2load scsi 0:6 0x00c00000 /boot/mpc8572ds.dtb
Loading file "/boot/mpc8572ds.dtb" from scsi device 0:6 (sda6)
13748 bytes read
=> bootm 1000000 - c00000
WARNING: adjusting available memory to 30000000
## Booting kernel from Legacy Image at 01000000 ...
   Image Name:   Linux-2.6.31
   Image Type:   PowerPC Linux Kernel Image (gzip compressed)
   Data Size:    1582714 Bytes =  1.5 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 00c00000
   Booting using the fdt blob at 0xc00000
   Uncompressing Kernel Image ... OK


The startup stuck here and I don't know why, I have tried to startup my
kernel with old dtb's files but i have get some "kernel panic" errors and
some "bad structure of the file (/choosen)".

Note: I can start an older kernel with its dtb file.

Thanks.

[-- Attachment #2: Type: text/html, Size: 1907 bytes --]

                 reply	other threads:[~2009-09-17 10:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=38a5a2d10909170304s40b4cd57nd943ef073f535650@mail.gmail.com \
    --to=isaac.gomez.morales@gmail.com \
    --cc=linuxppc-dev@ozlabs.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox