Re: [U-Boot] I found an error

2009-09-16 Thread Sun, Peng 2
Hi, I use ubuntu 9.04 system. The shell is bash version is : GNU bash, version 3.2.48(1)-release (i486-pc-linux-gnu) The make version is: GNU Make 3.81 The step I take to compile the u-boot is : make smdk6400_config make all below is the some message from compiling: arm-l

[U-Boot] Does u-boot support nand flash boot

2009-09-11 Thread Sun, Peng 2
>From the code we can know that u-boot didn't support boot from nand for >smdk2410. If you want to do that you need to hack the code by yourself. It's >not an hard task. You can look at the code under directory nand_spl for >reference. In fact I'm doing it now, maybe next week I can work out the