I have downloaded the u-boot code.compiled that using make davinci_dvevm_config but the uboot does not load.As we have made our own custom board and have attached a nand having large pages.when i compiled the u-boot source code using make davinci_schmoogie_config then u-boot load.and when i downloaded the uImage it displays following error.do i need to modify the schmoogie.c file or davinci_dvevm.c with regard's Rohan Tabish
--- On Sun, 23/8/09, Steve Chen <[email protected]> wrote: From: Steve Chen <[email protected]> Subject: Re: Fw: Re: compile help To: "rohan tabish" <[email protected]> Cc: [email protected] Date: Sunday, 23 August, 2009, 5:10 PM 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
