RE: ifconfig MPC8313

2008-05-06 Thread Ronald Madrid
7;? I was rather baffled with this problem as the two dts files seemed to be more or less functionally identical (2.6.20 from BSP vs. 2.6.25) Ron > Date: Tue, 6 May 2008 17:04:21 -0500 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: linuxppc-dev@ozlabs.org > Subject: Re: ifc

RE: ifconfig MPC8313

2008-05-06 Thread Ronald Madrid
I believe that it is zero. Is that valid? Ron > Date: Tue, 6 May 2008 16:43:57 -0500 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: linuxppc-dev@ozlabs.org > Subject: Re: ifconfig MPC8313 > > Ronald Madrid wrote: > > I don't know, where would I find tha

RE: ifconfig MPC8313

2008-05-06 Thread Ronald Madrid
I don't know, where would I find that out? Sorry, I'm still kind of new to this. Ron > Date: Tue, 6 May 2008 16:35:38 -0500 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: linuxppc-dev@ozlabs.org > Subject: Re: ifconfig MPC8313 > > Ronald Madrid wrote:

RE: ifconfig MPC8313

2008-05-06 Thread Ronald Madrid
;device_type = "ipic";};};pci0: [EMAIL PROTECTED] {cell-index = <1>; interrupt-map-mask = <0xf800 0x0 0x0 0x7>;interrupt-map = < /* IDSEL 0x0E -mini PCI */ 0x7000 0x0 0x0 0x1 &ipic

ifconfig MPC8313

2008-05-06 Thread Ronald Madrid
Hello all, I am working on porting linux 2.6.25 with a custom MPC8313 based board, but am having a little bit of trouble with the ethernet, more specifically ifconfig. after typing "ifconfig eth0 10.196.31.84" I receive the following error ifconfig: SIOCSIFFLAGS: Cannot assign requested address

NAND command line partiions

2008-05-01 Thread Ronald Madrid
I am using u-boot-1.3.1 in order to boot linux 2.6.25 on a custom MPC8313 based board. In past versions of the kernel I was able to pass the NAND partition information to the kernel with this line: root=/dev/mtdblock2 rootfstype=jffs2 rw console=ttyS0,115200 mtdparts=nand0:1M(u-boot),3M(kernel)