All of lore.kernel.org
 help / color / mirror / Atom feed
From: William J Beksi <wjbeksi@setabox.com>
To: Hsu sabrina <sabrina.hsu1@hotmail.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: No RedBoot partition table
Date: Thu, 22 Sep 2005 13:12:19 +0800	[thread overview]
Message-ID: <43323D33.6040000@setabox.com> (raw)
In-Reply-To: <BAY18-F12FD5D013FA03D0DF29370DA970@phx.gbl>

Hi Sabrina,

Hsu sabrina wrote:
> Hi, Linux gurus!
> I’ve got a problem with booting my kernel. The kernel on reference board
> boots successfully while on my board fails. The only difference is a
> flash memory I use in my board. I understand that I need to make some
> adjustments but unfortunately I’m not a linux specialist. I attached the
> boot log and marked differences in booting process.
> Reference board:
> 6 RedBoot partitions found on MTD device phys_mapped_flash"
> Creating 6 MTD partitions on "phys_mapped_flash":
> 0x00000000-0x00040000 : "RedBoot"
> 0x00040000-0x00100000 : "kernel"
> 0x00100000-0x00e80000 : "root"
> 0x00e80000-0x01fe0000 : "unallocated"
> 0x01fe0000-0x01fff000 : "FIS directory"
> 
> My board:
> No RedBoot partition table detected in phys_mapped_flash
> Using physmap partition definition
> Creating 3 MTD partitions on "phys_mapped_flash":
> 0x00000000-0x00100000 : "Bootloader"
> 0x00100000-0x00300000 : "Kernel"
> 0x00300000-0x02000000 : "UserFS"

You should first verify that your board can boot by directly loading the
images into ram through tftp:
load -v -r -b 0x800000 root
load -v -r -b 0x1600000 kernel
exec

If that works you need to correctly create the partitions on the your
board's NOR flash using the fis command. See the Redboot user's guide.

-- 
William J Beksi                          <wjbeksi@users.sourceforge.net>
GPG Key Fingerprint = ED4B 32C3 69E6 C2B7 705C  263F CB2F 3253 E7E1 DB3B

      reply	other threads:[~2005-09-22  5:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-22  4:01 No RedBoot partition table Hsu sabrina
2005-09-22  5:12 ` William J Beksi [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=43323D33.6040000@setabox.com \
    --to=wjbeksi@setabox.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=sabrina.hsu1@hotmail.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 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.