All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnaud.patard@rtp-net.org (Arnaud Patard (Rtp))
To: linux-arm-kernel@lists.infradead.org
Subject: unrecognized/unsupported machine ID
Date: Fri, 08 Oct 2010 20:53:57 +0200	[thread overview]
Message-ID: <87vd5czfay.fsf@lechat.rtp-net.org> (raw)
In-Reply-To: <4CAF6397.50403@gmail.com> (Tuomas Vainikka's message of "Fri\, 08 Oct 2010 21\:31\:51 +0300")

Tuomas Vainikka <tvainikk@gmail.com> writes:

> Hello,

Hi,
>
> I compiled linux 2.6.35.7 stable release from kernel.org, loaded it to
> RedBoot and got this:
>
> EM-7210 (RAM mode) 2005-12-22
> == Executing boot script in 5.000 seconds - enter ^C to abort
> ^C
> RedBoot> load -v -r -b 0x01008000 -m tftp zImage-20101005
> /
> Raw file loaded 0x01008000-0x011e7187, assumed entry at 0x01008000
> RedBoot> exec
> Using base address 0x01008000 and length 0x001df188
> Uncompressing Linux... done, booting the kernel.
>
> Error: unrecognized/unsupported machine ID (r1 = 0x00000147).

default redboot is using the wrong machine id (iirc iq31244 machine id)
so you have to use things like devio to modify r1 register before
booting the kernel. I use a script doing roughly that :

(
  devio 'wl 0xe3a01c04,4' 'wl 0xe38110bc,4'
  cat arch/arm/boot/zImage
) > arch/arm/boot/zImage.ss4000e

And then, use the zImage.ss4000e.

Arnaud

      reply	other threads:[~2010-10-08 18:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-08 18:31 unrecognized/unsupported machine ID Tuomas Vainikka
2010-10-08 18:53 ` Arnaud Patard (Rtp) [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=87vd5czfay.fsf@lechat.rtp-net.org \
    --to=arnaud.patard@rtp-net.org \
    --cc=linux-arm-kernel@lists.infradead.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 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.