Re: [U-Boot] uboot load ftb

2011-01-14 Thread Scott Wood
On Fri, 14 Jan 2011 09:44:44 +0800 张扬 wrote: > Dear Scott Wood > > 2011/1/13 Scott Wood : > > On Wed, 12 Jan 2011 09:00:52 +0100 > > Wolfgang Denk wrote: > > > >> Dear =?UTF-8?B?5byg5oms?=, > >> > >> In message > >> you wrote: > >> > > >> > > i trying to sue the kernel's Makefile rule, but th

Re: [U-Boot] uboot load ftb

2011-01-13 Thread 张扬
Dear Scott Wood 2011/1/13 Scott Wood : > On Wed, 12 Jan 2011 09:00:52 +0100 > Wolfgang Denk wrote: > >> Dear =?UTF-8?B?5byg5oms?=, >> >> In message >> you wrote: >> > >> > > i trying to sue the kernel's Makefile rule, but the issue is not solved. >> >   WARNING: could not set linux,stdout-path

Re: [U-Boot] uboot load ftb

2011-01-12 Thread Scott Wood
On Wed, 12 Jan 2011 09:00:52 +0100 Wolfgang Denk wrote: > Dear =?UTF-8?B?5byg5oms?=, > > In message you > wrote: > > > > > i trying to sue the kernel's Makefile rule, but the issue is not solved. > > WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND. > > ERROR: /chosen node create

Re: [U-Boot] uboot load ftb

2011-01-12 Thread Wolfgang Denk
Dear =?UTF-8?B?5byg5oms?=, In message you wrote: > > > i trying to sue the kernel's Makefile rule, but the issue is not solved. > WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND. > ERROR: /chosen node create failed - must RESET the board to recover. Well, seems your device tree h

Re: [U-Boot] uboot load ftb

2011-01-11 Thread 张扬
Dear Wolfgang 2011/1/12 Wolfgang Denk : > Dear =?UTF-8?B?5byg5oms?=, > > In message you > wrote: >>   I`ve got some issues with load ftb to work with my board >> (mpc8313erdb) >>   My serial print errors as follow: >>        ERROR: /chosen node create failed > > Is this the only message?  Isn't

Re: [U-Boot] uboot load ftb

2011-01-11 Thread Wolfgang Denk
Dear =?UTF-8?B?5byg5oms?=, In message you wrote: > I`ve got some issues with load ftb to work with my board > (mpc8313erdb) > My serial print errors as follow: >ERROR: /chosen node create failed Is this the only message? Isn't there also some WARNING ? > I used the following comm

[U-Boot] uboot load ftb

2011-01-11 Thread 张扬
Hi all I‘ve got some issues with load ftb to work with my board (mpc8313erdb) My serial print errors as follow: ERROR: /chosen node create failed I used the following command to generate my dtb。 dtc -f -b 0 -O dtb -I dts -R 8 -S 0x3000 -o my.dtb my.dts