From: Lennert Buytenhek <buytenh@wantstofly.org>
To: Eddie Dawydiuk <eddie@embeddedarm.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Marvell 88F6281 Reference design
Date: Tue, 28 Apr 2009 18:03:17 +0200 [thread overview]
Message-ID: <20090428160316.GK14729@mail.wantstofly.org> (raw)
In-Reply-To: <49F7280C.5060709@embeddedarm.com>
On Tue, Apr 28, 2009 at 09:00:12AM -0700, Eddie Dawydiuk wrote:
> Hello,
Hi,
> I have a Marvell 88F6281 Reference design board I'm trying to compile a
> 2.6.28 kernel for. Although, the machine id check is failing. The error is
> as follows
>
> Uncompressing
> Linux.............................................................................................................................
> . done, booting the kernel.
>
> Error: unrecognized/unsupported machine ID (r1 = 0x0000020f).
>
> Available machine support:
>
> ID (hex) NAME
> 00000690 Marvell DB-88F6281-BP Development Board
> 00000691 Marvell RD-88F6192-NAS Development Board
> 00000692 Marvell RD-88F6281 Reference Board
>
> Please check your kernel config and/or bootloader.
This is because the boot loader passes in the wrong machine ID.
If you have the u-boot "arcNumber" parameter, try setting that to
the correct machine ID before booting the kernel. Otherwise, you
can prepend a bit of code to the zImage that sets the machine ID to
the right value, e.g. for the 6281 RD:
(echo -en "\x06\x1c\xa0\xe3\x92\x10\x81\xe3"; cat zImage) > zImage.rd88f6281
and then use mkimage on zImage.rd88f6281 to create a uImage that you
can boot on the board.
prev parent reply other threads:[~2009-04-28 16:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-28 16:00 Eddie Dawydiuk
2009-04-28 16:03 ` Lennert Buytenhek [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=20090428160316.GK14729@mail.wantstofly.org \
--to=buytenh@wantstofly.org \
--cc=eddie@embeddedarm.com \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®