On Fri, 2009-08-21 at 04:31 +0000, rohan tabish wrote: > Hye guys i have made a uImage file and loaded it in my board but the > kernel got halt.when i enabled the debuging option i got following > error msgs does any1 knw wht is that > > > Image Name: Linux-2.6.31-rc5-davinci1 > > > > Created: 2009-08-16 13:56:56 UTC > > > > Image Type: ARM Linux Kernel Image (uncompressed) > > > > Data Size: 1478408 Bytes = 1.4 MB > > > > Load Address: 80008000 > > > > Entry Point: 80008000 > > > > Verifying Checksum ... OK > > > > Loading Kernel Image ... OK > > > > > > > > Starting kernel ... > > > > > > > > Uncompressing > > > Linux................................................................................................ > > done, booting the kernel. > > > > > > > > > > Error: unrecognized/unsupported machine ID (r1 = > > 0x000004e7). > > > > > > > > Available machine support: > > > > > > > > ID (hex) NAME > > > > 00000385 DaVinci > > DM644x EVM > > > > 00000679 Lyrtech > > SFFSDR > > > > 00000565 DaVinci > > DM355 EVM > > > > 0000085a DaVinci > > DM355 leopard > > > > 00000564 DaVinci > > DM646x EVM > > > > 00000793 DaVinci > > DM365 EVM > > >
This is not a compile problem. U-boot is passing 0x4e7 (schmoogie board instead of DaVinci). Change U-boot to pass in the correct value in r1 (as suggested by the error message) would resolve the problem. Regards, Steve _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
