All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@ge.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] MPC8349-mITX-GP and MontaVista Linux
Date: Fri, 07 Mar 2008 12:29:25 -0500	[thread overview]
Message-ID: <47D17B75.4020700@ge.com> (raw)
In-Reply-To: <767676.49685.qm@web50901.mail.re2.yahoo.com>

Andy Pont wrote:
> Hello,
> 
> I am trying to get MontaVista Linux Pro 5.0 to run on
> the Freescale MPC8349-mITX-GP reference platform using
> U-Boot 1.3.2-rc2.  When I try to start my kernel I get
> the following output:
> 
> MPC8349E-mITX-GP> bootm $loadaddr - $fdtaddr
> ## Booting image at 00a00000 ...
>    Image Name:   Linux-2.6.18_pro500-8349itx
>    Created:      2007-10-22  19:02:12 UTC
>    Image Type:   PowerPC Linux Kernel Image (gzip
> compressed)
>    Data Size:    2214322 Bytes =  2.1 MB
>    Load Address: 00000000
>    Entry Point:  00000000
>    Verifying Checksum ... OK
>    Uncompressing Kernel Image ... OK
>    Booting using the fdt at 0x800000
>    Loading Device Tree to 007fe000, end 007fefe7 ...
> OK
> WARNING: could not create /chosen FDT_ERR_NOSPACE.
> ERROR: /chosen node create failed - must RESET the
> board to recover.
> Resetting the board.
> 
> Is this error a problem with the way that U-Boot is
> setting up the FDT or is it a problem with the way my
> Linux kernel is interpreting the information that the
> bootloader has given it?
> 
> If it makes any difference the kernel and FDT file
> were built using the MontaVista LSP for the non-GP
> version of the 8349-mITX as that is what they
> currently support!
> 
> TIA.

Hi Andy,

The above error is from u-boot and is indicating that you don't have 
enough free space in your fdt blob to add the /chosen node and properties.

The best solution is to use the "-S" and "-R" parameters to dtc to 
create a blob with enough extra space in it to hold the necessary 
information.
<http://www.denx.de/wiki/view/UBoot/UBootFdtInfo#Important_Safety_Tips>

Best regards,
gvb

      parent reply	other threads:[~2008-03-07 17:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-07 17:13 [U-Boot-Users] MPC8349-mITX-GP and MontaVista Linux Andy Pont
2008-03-07 17:29 ` Scott Wood
2008-03-07 17:29 ` 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=47D17B75.4020700@ge.com \
    --to=gerald.vanbaren@ge.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.