EmbeddedRelated.com
Forums

kernel error

Started by "ghanem.lafi" March 24, 2009
Hi experts,

when i downloaded my kernel image on LPC2292.
it starts with this error:

"Error: unrecognized/unsupported processor variant."

I build the uLinux.bin with :
* uClinux-dist-20080808
*linux 2.6.25
* arm-linux-gcc-3.4.4
Does anybody know how to solve this problem ??

Thanks in advance,

Kind regards,
Gh.LAFI

An Engineer's Guide to the LPC2100 Series

ghanem.lafi wrote:
>
> Hi experts,
>
> when i downloaded my kernel image on LPC2292.
> it starts with this error:
>
> "Error: unrecognized/ unsupported processor variant."
>
> I build the uLinux.bin with :
> * uClinux-dist- 20080808
> *linux 2.6.25
> * arm-linux-gcc- 3.4.4
>
> Does anybody know how to solve this problem ??
>

You have to put the value of the ARCH_TYPE into R1 before you jump to Linux.

look in arch/arm/tools/mach-types
TomW

--
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net http://cyberiansoftware.com http://openzipit.org
"Windows? No thanks, I have work to do..."
----------------



--- In l..., tom wrote:
>
> ghanem.lafi wrote:
> >
> > Hi experts,
> >
> > when i downloaded my kernel image on LPC2292.
> > it starts with this error:
> >
> > "Error: unrecognized/ unsupported processor variant."
> >
> > I build the uLinux.bin with :
> > * uClinux-dist- 20080808
> > *linux 2.6.25
> > * arm-linux-gcc- 3.4.4
> >
> > Does anybody know how to solve this problem ??
> > You have to put the value of the ARCH_TYPE into R1 before you jump to Linux.

it is done ...

How to put my system starts from linux2.6.x/arch/arm/mach-lpc22x/head.S
and not /arm/kernel/head-nommu.S ???
>
> look in arch/arm/tools/mach-types
> TomW
>
> --
> Tom Walsh - WN3L - Embedded Systems Consultant
> http://openhardware.net http://cyberiansoftware.com http://openzipit.org
> "Windows? No thanks, I have work to do..."
> ----------------
>
>