linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Dennis Gilmore <dennis@ausil.us>
Cc: linux-omap@vger.kernel.org
Subject: Re: dtb for pandaboard
Date: Wed, 11 Jul 2012 00:42:33 -0700	[thread overview]
Message-ID: <20120711074232.GE1122@atomide.com> (raw)
In-Reply-To: <20120710181119.27faf235@pegasus.ausil.us>

* Dennis Gilmore <dennis@ausil.us> [120710 16:16]:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Mon, 9 Jul 2012 02:08:49 -0700
> Tony Lindgren <tony@atomide.com> wrote:
> 
> > * Dennis Gilmore <dennis@ausil.us> [120708 16:11]:
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > > 
> > > Hi does anyone happen to have a working dtb file for the pandaboard?
> > > trying to test booting the fedora rawhide kernel which is
> > > 3.5.0-rc5 with a dtb file I made from the matching sources I dont
> > > get past decompressing the kernel. if i dont use a dtb file the
> > > system boots further but it i'm unable to find the root filesystem
> > > since it seems that the platform data has been messed up.
> > > modprobing omap results in no registration of the mmc block
> > > devices. 
> > > 
> > > i've not tested on a pandaboard ES or beagleboard yet  or any other
> > > type of omap system. 
> > 
> > FYI, I booted my panda es recently just fine with dtb append support
> > and the following .config addition using the plain
> > arch/arm/boot/dts/omap4-panda.dts file:
> > 
> > CONFIG_ARM_APPENDED_DTB=y
> > CONFIG_ARM_ATAG_DTB_COMPAT=y
> > CONFIG_EXT4_FS=y
> > 
> > Can you please enable DEBUG_LL, EARLY_PRINTK and add earlyprintk to
> > your cmdline and post what you get?
> > 
> > Regards,
> > 
> > Tony
> 
> Loaded environment from uEnv.txt
> Importing environment from mmc ...
> reading uImage-omap
> 
> 3988040 bytes read
> reading uInitrd-omap
> 
> 1190 bytes read
> reading omap4-panda.dtb
> 
> 5483 bytes read
> Booting from mmc ...
> ## Booting kernel from Legacy Image at 80300000 ...
>    Image Name:   3.5.0-0.rc6.git0.3.fc18.armv7hl.
>    Image Type:   ARM Linux Kernel Image (uncompressed)
>    Data Size:    3987976 Bytes = 3.8 MiB
>    Load Address: 80008000
>    Entry Point:  80008000
>    Verifying Checksum ... OK
> ## Loading init Ramdisk from Legacy Image at 81600000 ...
>    Image Name:   initramfs
>    Image Type:   ARM Linux RAMDisk Image (uncompressed)
>    Data Size:    1126 Bytes = 1.1 KiB
>    Load Address: 00000000
>    Entry Point:  00000000
>    Verifying Checksum ... OK
> ## Flattened Device Tree blob at 82600000
>    Booting using the fdt blob at 0x82600000
>    Loading Kernel Image ... OK
> OK
>    reserving fdt memory region: addr=9d000000 size=3000000
>    Loading Ramdisk to bfefa000, end bfefa466 ... OK
>    Loading Device Tree to bfef5000, end bfef956a ... OK
> 
> Starting kernel ...
> 
> Uncompressing Linux... done, booting the kernel.
> Warning: Neither atags nor dtb found
> 
> is as far as i am getting.

Sounds like it's some kind of issue with dtb getting overwritten
by something. We had an issue where kernel BSS was overlapping dtb
in some cases, but those should be fixed.

Maybe try to leave out ARCH_OMAP2 and ARCH_OMAP3 and maybe CONFIG_NET
from your .config to make the kernel smaller and see if that makes
a difference?

If that works, then moving the dtb address in uEnv.txt should help.

Also, please check if the same issue happens with appended dtb:

Add the following to your .config:

CONFIG_ARM_APPENDED_DTB=y
CONFIG_ARM_ATAG_DTB_COMPAT=y

Build the kernel, then create the uImage:

$ cat arch/arm/boot/zImage arch/arm/boot/$MACHINE.dtb > /srv/tftp/zImage-omap2plus && \
mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 \
-n "Linux" -d /srv/tftp/zImage-omap2plus /srv/tftp/uImage-omap2plus

You may need to leave out the dtb from your uEnv.txt, I forgot which dtb
is the primary one..

Regards,

Tony

  parent reply	other threads:[~2012-07-11  7:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-08 22:32 dtb for pandaboard Dennis Gilmore
2012-07-09  9:08 ` Tony Lindgren
2012-07-10 23:11   ` Dennis Gilmore
2012-07-10 23:25     ` Dennis Gilmore
2012-07-11  7:42     ` Tony Lindgren [this message]
2012-07-11 13:48       ` Dennis Gilmore
2012-07-13  6:57         ` Tony Lindgren
2012-07-13 13:08           ` Dennis Gilmore
2012-07-14  7:04             ` Tony Lindgren

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=20120711074232.GE1122@atomide.com \
    --to=tony@atomide.com \
    --cc=dennis@ausil.us \
    --cc=linux-omap@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).