All of lore.kernel.org
 help / color / mirror / Atom feed
* Marvell 88F6281 Reference design
@ 2009-04-28 16:00 Eddie Dawydiuk
  2009-04-28 16:03 ` Lennert Buytenhek
  0 siblings, 1 reply; 2+ messages in thread
From: Eddie Dawydiuk @ 2009-04-28 16:00 UTC (permalink / raw)
  To: buytenh, linux-kernel

Hello,

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.

I'm going to comment out this check temporarily(arch/arm/head.S), but wanted to 
notify you of this...

Please CC me personally with any responses.

-- 
Best Regards,
________________________________________________________________
  Eddie Dawydiuk, Technologic Systems | voice:  (480) 837-5200
  16525 East Laser Drive 	     | fax:    (480) 837-5300
  Fountain Hills, AZ 85268            | web: www.embeddedARM.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Marvell 88F6281 Reference design
  2009-04-28 16:00 Marvell 88F6281 Reference design Eddie Dawydiuk
@ 2009-04-28 16:03 ` Lennert Buytenhek
  0 siblings, 0 replies; 2+ messages in thread
From: Lennert Buytenhek @ 2009-04-28 16:03 UTC (permalink / raw)
  To: Eddie Dawydiuk; +Cc: linux-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-28 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 16:00 Marvell 88F6281 Reference design Eddie Dawydiuk
2009-04-28 16:03 ` Lennert Buytenhek

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.