Re: [U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-08 Thread Qiao . HelloWorld
Thanks for your reply, I modified the comment of include/configs/panda_test.h to C-style, and the problem solved! However, I encountered another problem...I can build u-boot.img, u-boot.bin, u-boot.srec, but still NOT MLO the error message is as below:

Re: [U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-06 Thread Ira W. Snyder
On Fri, Jan 06, 2012 at 12:35:28AM -0500, Peter Barada wrote: > On 01/06/2012 12:21 AM, qiao.hellowo...@gmail.com wrote: > > 2012/1/6 John Rigby > > > >>> *u-boot/spl/u-boot-spl.lds:1: syntax error > >>> make[1]: *** [/home/qian/Desktop/u-boot/spl/u-boot-spl] Error 1 > >>> make[1]: Leaving director

Re: [U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-05 Thread Peter Barada
On 01/06/2012 12:21 AM, qiao.hellowo...@gmail.com wrote: 2012/1/6 John Rigby *u-boot/spl/u-boot-spl.lds:1: syntax error make[1]: *** [/home/qian/Desktop/u-boot/spl/u-boot-spl] Error 1 make[1]: Leaving directory `/home/qian/Desktop/u-boot/spl' make: *** [spl/u-boot-spl.bin] Error 2* I’ve check

Re: [U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-05 Thread Qiao . HelloWorld
2012/1/6 John Rigby > > > > *u-boot/spl/u-boot-spl.lds:1: syntax error > > make[1]: *** [/home/qian/Desktop/u-boot/spl/u-boot-spl] Error 1 > > make[1]: Leaving directory `/home/qian/Desktop/u-boot/spl' > > make: *** [spl/u-boot-spl.bin] Error 2* > > > > I’ve check the file ‘spl/u-boot-spl.lds’, t

Re: [U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-05 Thread John Rigby
> > *u-boot/spl/u-boot-spl.lds:1: syntax error > make[1]: *** [/home/qian/Desktop/u-boot/spl/u-boot-spl] Error 1 > make[1]: Leaving directory `/home/qian/Desktop/u-boot/spl' > make: *** [spl/u-boot-spl.bin] Error 2* > > I’ve check the file ‘spl/u-boot-spl.lds’, the first line is a comment as > belo

[U-Boot] A Problem of u-boot on TI PandaBoard porting

2012-01-05 Thread Qiao . HelloWorld
Hi, I encounter some problems of u-boot porting on PandaBoard. I’m working on modifying u-boot to verify the hardware devices working well. Although there’s already a board configuration for PandaBoard (omap4_panda), I would like to create another one for my own project. The u-boot version is “U-B