linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.linuxppc.dev@gmail.com>
To: surendranath.moilla@cmcltd.com
Cc: Linuxppc-dev@ozlabs.org
Subject: Re: problem in booting kernel with mpc836x_mds.dtb
Date: Thu, 07 Aug 2008 22:24:41 -0400	[thread overview]
Message-ID: <489BAE69.9010400@gmail.com> (raw)
In-Reply-To: <19152.136.182.158.153.1218051991.squirrel@webmail.cmcltd.com>

surendranath.moilla@cmcltd.com wrote:
> Hi,
>    I have the following problem, when i am trying to boot linux on
> MPC8360E MDS board with the mpc836x_mds.dtb created using dtc and
> mpc836x_mds.dts in from /arch/powerpc/boot/platforms/dts/ directory of
> linux-2.6.22 version.
> 
> fdt_chosen: FDT_ERR_BADMAGIC
> 
> after this it is trying to re boot.
> how to resolve this issue, so i need to apply any pathces to
> mpc836x_mds.dts file.
> NOTE: i am using dtc compiled from linux-2.6.26 version.
> 
> Regards
> Surendra

Hi Surendra,

Is the error message coming from u-boot or linux?  More lines from the 
boot sequence (like most or all of them) would be useful.

The error message is saying that whatever you are passing to the kernel 
(or setting in u-boot with "fdt addr") for your dtb blob is not a valid 
dtb blob.  Display memory where you think your blob resides: if it 
doesn't have 0xd00dfeed in that location, it isn't a valid binary blob. 
  I suspect you will find either you didn't compile your .dts file 
correctly or your blob address is wrong.

If you gave us your dtc command line, that might be helpful.

HTH,
gvb

      reply	other threads:[~2008-08-08  2:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-06 19:46 problem in booting kernel with mpc836x_mds.dtb surendranath.moilla
2008-08-08  2:24 ` Jerry Van Baren [this message]

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=489BAE69.9010400@gmail.com \
    --to=gvb.linuxppc.dev@gmail.com \
    --cc=Linuxppc-dev@ozlabs.org \
    --cc=surendranath.moilla@cmcltd.com \
    /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;
as well as URLs for NNTP newsgroup(s).