On Mon, 2009-08-24 at 06:26 +0000, rohan tabish wrote:
> 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
> 
> 


Since you are working with a custom board, you need to 

1.  Register your board at RMK's machines list at
http://www.arm.linux.org.uk/developer

2.  Since u-boot loads with configuration of schmoogie board, I suggest
creating files specific to your board using the files for schmoogie
board as a starting point.

3.  Edit arch/arm/tools/mach-types to include your board.

Of course, you can always get the board to boot by hacking
arch/arm/tools/mach-types by overwriting the last column of your
MACH_DA* (depend on your kernel config) with 1255.

That is, of course, only a temporary work-around.

Regards,

Steve




_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to