RE: [U-Boot] MACHINE ID
"Bedia, Vaibhav" <[email protected]> Tue, 23 Nov 2010 15:44:03 +0530
| Newsgroups | gmane.linux.ports.arm.general |
|---|---|
| Message-ID | <FCCFB4CDC6E5564B9182F639FC356087035ED455CE__43731.1214548119$1290509943$gmane$org@dbde02.ent.ti.com> |
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Marek Vasut Sent: Tuesday, November 23, 2010 7:49 AM To: [email protected] Cc: [email protected]; hong zhang; Oliver Schneidewind Subject: Re: [U-Boot] MACHINE ID On Sunday 21 November 2010 07:47:07 hong zhang wrote: > --- On Sat, 11/20/10, Oliver Schneidewind <oliver-ml@schneidewind- consulting.de> wrote: > > From: Oliver Schneidewind <[email protected]> > > Subject: Re: MACHINE ID > > To: [email protected] > > Date: Saturday, November 20, 2010, 1:58 PM > > On 19.11.2010 23:40, Russell King - > > > > ARM Linux wrote: > > > On Fri, Nov 19, 2010 at 01:16:48PM -0800, hong zhang > > > > wrote: > > > > > > > > >> Uncompressing Linux... done, booting the kernel. > > >> > > >> Error: unrecognized/unsupported machine ID (r1 = > > > > 0x000007d9). > > > > >> Available machine support: > > >> > > >> ID (hex) NAME > > >> 00000af0 ti8168evm > > >> > > >> Please check your kernel config and/or > > > > bootloader. > > Hi, This error is due to an incorrect machid being passed to the kernel. This can be fixed using the following commands: TI8168_EVM# setenv machid af0 TI8168_EVM# saveenv TI8168_EVM# reset Next time the EVM boots, correct machid will be passed to the kernel and this issue will go away. Regards, Vaibhav