Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-10 Thread Scott Wood
林志平 wrote: Yes mcp85xx_defconfig does not work, I can see mpc8540ads in the menuconfig, but no mpc8544ds. mpc8544ds is supported by CONFIG_MPC85xx_DS. CONFIG_MPC85XX_DS does not exist. Only mpc85xx_defconfig in arch/powerpc/configs I'm looking right at it, in arch/

Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-10 Thread 林志平
2009/12/10 Scott Wood > 林志平 wrote: > >> > Another question is that I found linux2.6.31 does not support >> > board mpc8544ds, >> >>It should. What problems do you see? >> >> => bootm 0x100 0x180 0x80 >> ## Booting kernel from Legacy Image at 0100 ... >> Image Name:

Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-09 Thread Scott Wood
林志平 wrote: > Another question is that I found linux2.6.31 does not support > board mpc8544ds, It should. What problems do you see? => bootm 0x100 0x180 0x80 ## Booting kernel from Legacy Image at 0100 ... Image Name: Linux-2.6.31 Image Type: PowerPC Linu

Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-07 Thread 林志平
PING works now, after modifying the code of gianfar-mii.c 2009/12/8 林志平 > > 2009/12/8 Scott Wood > > On Mon, Dec 07, 2009 at 11:53:22AM +0800, 林志平 wrote: >> > Does dtc1.2.0 can compile dts files under linux2.6.23? >> >> Probably not -- 2.6.23 is very old, and I think newer dtcs only support >>

Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-07 Thread hank peng
2009/12/8 林志平 : > > 2009/12/8 Scott Wood >> >> On Mon, Dec 07, 2009 at 11:53:22AM +0800, 林志平 wrote: >> > Does dtc1.2.0 can compile dts files under linux2.6.23? >> >> Probably not -- 2.6.23 is very old, and I think newer dtcs only support >> the >> newer dts syntax. >> >> > Another question is that

Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-07 Thread 林志平
2009/12/8 Scott Wood > On Mon, Dec 07, 2009 at 11:53:22AM +0800, 林志平 wrote: > > Does dtc1.2.0 can compile dts files under linux2.6.23? > > Probably not -- 2.6.23 is very old, and I think newer dtcs only support the > newer dts syntax. > > > Another question is that I found linux2.6.31 does not su

Re: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-07 Thread Scott Wood
On Mon, Dec 07, 2009 at 11:53:22AM +0800, 林志平 wrote: > Does dtc1.2.0 can compile dts files under linux2.6.23? Probably not -- 2.6.23 is very old, and I think newer dtcs only support the newer dts syntax. > Another question is that I found linux2.6.31 does not support > board mpc8544ds, It shoul

RE: Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-07 Thread Li Yang-R58472
>Subject: Ping does not work on my MPC8544 board, using linux2.6.23 > >why linux-2.6.31 doesnot provide a config file like >mpc8544_ds_defconfig? Because it is covered by common defconfig mpc85xx_defconfig. - Leo ___ Linuxppc-dev mailing l

Ping does not work on my MPC8544 board, using linux2.6.23

2009-12-07 Thread 林志平
Hi,all: This is my first time to post on this maillist,I got a problem that ping can not work and I am wondering if it is because of my mismatch of linux kernel and DTC compiler version. I am using mpc8544ds_bsp provided by freescale. I used uboot2009.08 to boot my board successfully. At first, I u