* problem in booting kernel with mpc836x_mds.dtb
@ 2008-08-06 19:46 surendranath.moilla
2008-08-08 2:24 ` Jerry Van Baren
0 siblings, 1 reply; 2+ messages in thread
From: surendranath.moilla @ 2008-08-06 19:46 UTC (permalink / raw)
To: Linuxppc-dev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem in booting kernel with mpc836x_mds.dtb
2008-08-06 19:46 problem in booting kernel with mpc836x_mds.dtb surendranath.moilla
@ 2008-08-08 2:24 ` Jerry Van Baren
0 siblings, 0 replies; 2+ messages in thread
From: Jerry Van Baren @ 2008-08-08 2:24 UTC (permalink / raw)
To: surendranath.moilla; +Cc: Linuxppc-dev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-08 2:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 19:46 problem in booting kernel with mpc836x_mds.dtb surendranath.moilla
2008-08-08 2:24 ` Jerry Van Baren
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).