From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bay0-omc2-s7.bay0.hotmail.com (bay0-omc2-s7.bay0.hotmail.com [65.54.246.143]) by ozlabs.org (Postfix) with ESMTP id 8EBF2DDEE7 for ; Mon, 14 Apr 2008 18:10:09 +1000 (EST) Message-ID: Content-Type: multipart/alternative; boundary="_52acf9f6-c6bf-4c9a-a0ad-a660faef1888_" From: Mohammad Sadegh Sadri To: Subject: XPS_LL_TEMAC works correctly? Date: Mon, 14 Apr 2008 08:10:08 +0000 MIME-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --_52acf9f6-c6bf-4c9a-a0ad-a660faef1888_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, Using:=20 EDK 9.2.02,=20 Xilinx Linux 2.6.24-rc8-xlnx XPS_LL_TEMAC version 1.00.b I bring up the Linux kernel on ML403 -Rev04 board, LL_TEMAC buffer size 128kbits, and set to use SG DMA I encounter the following messages when the kernel wants to mount the root = file system, as one can see the kernel has mounter the nfs root file system= and init is initiated, but after that a Link carrier lost happens and it s= tops working.=20 is this behavior natural? ( the PC has attansic gigabit ethernet port with = kernel 2.6.24.4 running, nfs works very well in other tests) thanks ............. eth0: XLlTemac: speed set to 1000Mb/s eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4 eth0: XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254 IP-Config: Complete: device=3Deth0, addr=3D10.10.10.11, mask=3D255.255.255.0, gw=3D10.10.1= 0.10, host=3D10.10.10.11, domain=3D, nis-domain=3D(none), bootserver=3D10.10.10.10, rootserver=3D10.10.10.10, rootpath=3D Looking up port of RPC 100003/2 on 10.10.10.10 Looking up port of RPC 100005/1 on 10.10.10.10 VFS: Mounted root (nfs filesystem). Freeing unused kernel memory: 88k init eth0: XLlTemac: PHY Link carrier lost. eth0: XLlTemac: speed set to 1000Mb/s eth0: XLlTemac: PHY Link carrier restored. ( KERNEL STOPS WORKING HERE!!!!!!!!) _________________________________________________________________ Try Chicktionary, a game that tests how many words you can form from the le= tters given. Find this and more puzzles at Live Search Games! http://g.msn.ca/ca55/207= --_52acf9f6-c6bf-4c9a-a0ad-a660faef1888_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all,

Using:
EDK 9.2.02,
Xilinx Linux 2.6.24-rc8-xlnx
X= PS_LL_TEMAC version 1.00.b

I bring up the Linux kernel on ML403 -Rev= 04 board,
LL_TEMAC buffer size 128kbits, and set to use SG DMA

I = encounter the following messages when the kernel wants to mount the root fi= le system, as one can see the kernel has mounter the nfs root file system a= nd init is initiated, but after that a Link carrier lost happens and it sto= ps working.

is this behavior natural? ( the PC has attansic gigabit= ethernet port with kernel 2.6.24.4 running, nfs works very well in other t= ests)

thanks

.............
eth0: XLlTemac: speed set to 10= 00Mb/s
eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4eth0: XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254
IP-= Config: Complete:
      device=3Deth0, addr=3D1= 0.10.10.11, mask=3D255.255.255.0, gw=3D10.10.10.10,
   &n= bsp; host=3D10.10.10.11, domain=3D, nis-domain=3D(none),
  &nb= sp;  bootserver=3D10.10.10.10, rootserver=3D10.10.10.10, rootpath=3DLooking up port of RPC 100003/2 on 10.10.10.10
Looking up port of RPC = 100005/1 on 10.10.10.10
VFS: Mounted root (nfs filesystem).
Freeing u= nused kernel memory: 88k init
eth0: XLlTemac: PHY Link carrier lost.
= eth0: XLlTemac: speed set to 1000Mb/s
eth0: XLlTemac: PHY Link carrier r= estored.
( KERNEL STOPS WORKING HERE!!!!!!!!)




Sig= n in today. When you sign in to Windows Live Messenger you could win $1000 = a day until May 12th. = Learn more at SignInAndWIN.ca = --_52acf9f6-c6bf-4c9a-a0ad-a660faef1888_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bay0-omc1-s3.bay0.hotmail.com (bay0-omc1-s3.bay0.hotmail.com [65.54.246.75]) by ozlabs.org (Postfix) with ESMTP id 33A39DE107 for ; Mon, 14 Apr 2008 19:09:47 +1000 (EST) Message-ID: Content-Type: multipart/alternative; boundary="_50875be1-fd1a-4164-9a00-b7e59b28ad79_" From: Mohammad Sadegh Sadri To: Rami WEHBI , Subject: RE: XPS_LL_TEMAC works correctly? Date: Mon, 14 Apr 2008 09:09:46 +0000 In-Reply-To: References: MIME-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --_50875be1-fd1a-4164-9a00-b7e59b28ad79_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Rami, Thanks for reply, But if u study the kernel log I posted carefully, you can simply see that K= ernel has mounted the root file system,=20 Look at this line in my prev post : VFS: Mounted root (nfs filesystem). the= n init has began and after that nothing more happens.=20 the NFS is working correctly and the folder can be mounted easily from othe= r computers. I personally think that the problem can be with NFS or the roo= t file system of ELDK.=20 I have done the same things with older versions of EDK using PLB_TEMAC and = every thing has worked correctly. Subject: RE: XPS_LL_TEMAC works correctly? Date: Mon, 14 Apr 2008 10:31:31 +0200 From: rwehbi@wirecom-tech.com To: mamsadegh@hotmail.com Hi, =20 I would suggest that you verify that your system file is already=20 mounted on the host PC (where your server NFS is installed), and that the=20 /etc/exports file (configuration file of the nfs server) permit to your boa= rd to=20 mount the system file. =20 example of an /etc/exports file: =20 /opt/ml403/rootfs 192.168.206.223/24(rw,no_root_squash,sync,subtree_check) =20 where the ip addresse is that of nfs client,=20 and the path indicates where I mounted the system file. =20 Good=20 luck, =20 Rami De :=20 linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org=20 [mailto:linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org]= De=20 la part de Mohammad Sadegh Sadri Envoy=E9 : lundi 14 avril 2008=20 10:16 =C0 : linuxppc-embedded@ozlabs.org Objet :=20 XPS_LL_TEMAC works correctly? Hi all, Using:=20 EDK 9.2.02,=20 Xilinx Linux=20 2.6.24-rc8-xlnx XPS_LL_TEMAC version 1.00.b I bring up the Linux=20 kernel on ML403 -Rev04 board, LL_TEMAC buffer size 128kbits, and set to use=20 SG DMA I encounter the following messages when the kernel wants to mount=20 the root file system, as one can see the kernel has mounter the nfs root fi= le=20 system and init is initiated, but after that a Link carrier lost happens an= d it=20 stops working.=20 is this behavior natural? ( the PC has attansic gigabit=20 ethernet port with kernel 2.6.24.4 running, nfs works very well in other=20 tests) thanks ............. eth0: XLlTemac: speed set to=20 1000Mb/s eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4 eth0:=20 XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254 IP-Config:=20 Complete: device=3Deth0, addr=3D10.10.10.11,=20 mask=3D255.255.255.0, gw=3D10.10.10.10, =20 host=3D10.10.10.11, domain=3D, nis-domain=3D(none), =20 bootserver=3D10.10.10.10, rootserver=3D10.10.10.10, rootpath=3D Looking up port of=20 RPC 100003/2 on 10.10.10.10 Looking up port of RPC 100005/1 on=20 10.10.10.10 VFS: Mounted root (nfs filesystem). Freeing unused kernel=20 memory: 88k init eth0: XLlTemac: PHY Link carrier lost. eth0: XLlTemac:=20 speed set to 1000Mb/s eth0: XLlTemac: PHY Link carrier restored. ( KERNEL=20 STOPS WORKING HERE!!!!!!!!) Sign in today. When you sign in to Windows Live Messenger you could win $10= 00 a=20 day until May 12th. Learn more at=20 SignInAndWIN.ca=20 _________________________________________________________________ Find hidden words, unscramble celebrity names, or try the ultimate crosswor= d puzzle with Live Search Games. Play now! http://g.msn.ca/ca55/212= --_50875be1-fd1a-4164-9a00-b7e59b28ad79_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Rami,

Thanks for reply,

But if u study the kernel log I poste= d carefully, you can simply see that Kernel has mounted the root file syste= m,
Look at this line in my prev post : VFS: Mounted root (nfs filesyste= m). then init has began and after that nothing more happens.

the NF= S is working correctly and the folder can be mounted easily from other comp= uters. I personally think that the problem can be with NFS or the root file= system of ELDK.

I have done the same things with older versions of= EDK using PLB_TEMAC and every thing has worked correctly.



Subject: RE: XPS_LL_TEMAC works correctly?
Date: Mon, 14 Apr = 2008 10:31:31 +0200
From: rwehbi@wirecom-tech.com
To: mamsadegh@hotma= il.com

Hi,
 
I would suggest that you verify that your= system file is already=20 mounted on the host PC (where your server NFS is installed), and that the=20 /etc/exports file (configuration file of the nfs server) permit to your boa= rd to=20 mount the system file.
 
example of an /etc/exports file:
 

/opt/ml403/rootfs

192.168.206.223/24(rw,no_root_squash,sync,subtree_check)
 
where the ip addresse is that of= nfs client,=20 and the path indicates where I mounted the system file.
 
Good=20 luck,
 
Rami


De :=20 linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org=20 [mailto:linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org]= De=20 la part de Mohammad Sadegh Sadri
Envoy=E9 : lundi 14 avr= il 2008=20 10:16
=C0 : linuxppc-embedded@ozlabs.org
Objet :<= /b>=20 XPS_LL_TEMAC works correctly?

Hi all,

Using:
EDK 9.2.02,
Xilinx Linux=20 2.6.24-rc8-xlnx
XPS_LL_TEMAC version 1.00.b

I bring up the Linux= =20 kernel on ML403 -Rev04 board,
LL_TEMAC buffer size 128kbits, and set to = use=20 SG DMA

I encounter the following messages when the kernel wants to m= ount=20 the root file system, as one can see the kernel has mounter the nfs root fi= le=20 system and init is initiated, but after that a Link carrier lost happens an= d it=20 stops working.

is this behavior natural? ( the PC has attansic giga= bit=20 ethernet port with kernel 2.6.24.4 running, nfs works very well in other=20 tests)

thanks

.............
eth0: XLlTemac: speed set to=20 1000Mb/s
eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4<= br>eth0:=20 XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254
IP-Config:= =20 Complete:
      device=3Deth0, addr=3D10.10.10.= 11,=20 mask=3D255.255.255.0, gw=3D10.10.10.10,
    =20 host=3D10.10.10.11, domain=3D, nis-domain=3D(none),
   &n= bsp;=20 bootserver=3D10.10.10.10, rootserver=3D10.10.10.10, rootpath=3D
Looking = up port of=20 RPC 100003/2 on 10.10.10.10
Looking up port of RPC 100005/1 on=20 10.10.10.10
VFS: Mounted root (nfs filesystem).
Freeing unused kernel= =20 memory: 88k init
eth0: XLlTemac: PHY Link carrier lost.
eth0: XLlTema= c:=20 speed set to 1000Mb/s
eth0: XLlTemac: PHY Link carrier restored.
( KE= RNEL=20 STOPS WORKING HERE!!!!!!!!)




Sign in today. When you sign in to Windows Live Messenger you could win $10= 00 a=20 day until May 12th. = Learn more at=20 SignInAndWIN.ca=20

Sign in now! Windows Live Messenger is giving you = a chance to win $1000 a day until May 12th Check out SignInAndWIN.ca today! = --_50875be1-fd1a-4164-9a00-b7e59b28ad79_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outbound9-sin-R.bigfish.com (outbound-sin.frontbridge.com [207.46.51.80]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.bigfish.com", Issuer "*.bigfish.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 94722DDF91 for ; Tue, 15 Apr 2008 01:44:37 +1000 (EST) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C89E46.2894B572" Subject: RE: XPS_LL_TEMAC works correctly? Date: Mon, 14 Apr 2008 09:42:33 -0600 In-Reply-To: References: From: "Rick Moleres" To: "Mohammad Sadegh Sadri" , "Rami WEHBI" , Message-Id: <20080414154236.64322C88074@mail166-sin.bigfish.com> List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This is a multi-part message in MIME format. ------_=_NextPart_001_01C89E46.2894B572 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable There are a couple of bugs in the v1.00b version of xps_ll_temac (one in = checksum offload, one in multicast address reception). You should try = dropping back to v1.00a of the core and give that a try, or if you have = EDK 10.1 you can move to v1.01a of the core. =20 -Rick =20 ________________________________ From: linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org = [mailto:linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org] On = Behalf Of Mohammad Sadegh Sadri Sent: Monday, April 14, 2008 3:10 AM To: Rami WEHBI; linuxppc-embedded@ozlabs.org Subject: RE: XPS_LL_TEMAC works correctly? =20 Rami, Thanks for reply, But if u study the kernel log I posted carefully, you can simply see = that Kernel has mounted the root file system,=20 Look at this line in my prev post : VFS: Mounted root (nfs filesystem). = then init has began and after that nothing more happens.=20 the NFS is working correctly and the folder can be mounted easily from = other computers. I personally think that the problem can be with NFS or = the root file system of ELDK.=20 I have done the same things with older versions of EDK using PLB_TEMAC = and every thing has worked correctly. ________________________________ Subject: RE: XPS_LL_TEMAC works correctly? Date: Mon, 14 Apr 2008 10:31:31 +0200 From: rwehbi@wirecom-tech.com To: mamsadegh@hotmail.com Hi, =20 I would suggest that you verify that your system file is already mounted = on the host PC (where your server NFS is installed), and that the = /etc/exports file (configuration file of the nfs server) permit to your = board to mount the system file. =20 example of an /etc/exports file: =20 /opt/ml403/rootfs 192.168.206.223/24(rw,no_root_squash,sync,subtree_check) =20 where the ip addresse is that of nfs client, and the path indicates = where I mounted the system file. =20 Good luck, =20 Rami =20 ________________________________ De : linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org = [mailto:linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.or= g] De la part de Mohammad Sadegh Sadri Envoy=E9 : lundi 14 avril 2008 10:16 =C0 : linuxppc-embedded@ozlabs.org Objet : XPS_LL_TEMAC works correctly? Hi all, Using:=20 EDK 9.2.02,=20 Xilinx Linux 2.6.24-rc8-xlnx XPS_LL_TEMAC version 1.00.b I bring up the Linux kernel on ML403 -Rev04 board, LL_TEMAC buffer size 128kbits, and set to use SG DMA I encounter the following messages when the kernel wants to mount the = root file system, as one can see the kernel has mounter the nfs root = file system and init is initiated, but after that a Link carrier lost = happens and it stops working.=20 is this behavior natural? ( the PC has attansic gigabit ethernet port = with kernel 2.6.24.4 running, nfs works very well in other tests) thanks ............. eth0: XLlTemac: speed set to 1000Mb/s eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4 eth0: XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254 IP-Config: Complete: device=3Deth0, addr=3D10.10.10.11, mask=3D255.255.255.0, = gw=3D10.10.10.10, host=3D10.10.10.11, domain=3D, nis-domain=3D(none), bootserver=3D10.10.10.10, rootserver=3D10.10.10.10, rootpath=3D Looking up port of RPC 100003/2 on 10.10.10.10 Looking up port of RPC 100005/1 on 10.10.10.10 VFS: Mounted root (nfs filesystem). Freeing unused kernel memory: 88k init eth0: XLlTemac: PHY Link carrier lost. eth0: XLlTemac: speed set to 1000Mb/s eth0: XLlTemac: PHY Link carrier restored. ( KERNEL STOPS WORKING HERE!!!!!!!!) ________________________________ Sign in today. When you sign in to Windows Live Messenger you could win = $1000 a day until May 12th. Learn more at SignInAndWIN.ca = =20 =20 ________________________________ Sign in now! Windows Live Messenger is giving you a chance to win $1000 = a day until May 12th Check out SignInAndWIN.ca today! = =20 ------_=_NextPart_001_01C89E46.2894B572 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

There are a couple of bugs in the = v1.00b version of xps_ll_temac (one in checksum offload, one in multicast = address reception). =A0You should try dropping back to v1.00a of the core and = give that a try, or if you have EDK 10.1 you can move to v1.01a of the = core.

 

-Rick

 


From: linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org [mailto:linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org] = On Behalf Of Mohammad Sadegh = Sadri
Sent: Monday, April 14, = 2008 3:10 AM
To: Rami WEHBI; linuxppc-embedded@ozlabs.org
Subject: RE: XPS_LL_TEMAC = works correctly?

 

Rami,

Thanks for reply,

But if u study the kernel log I posted carefully, you can simply see = that Kernel has mounted the root file system,
Look at this line in my prev post : VFS: Mounted root (nfs filesystem). = then init has began and after that nothing more happens.

the NFS is working correctly and the folder can be mounted easily from = other computers. I personally think that the problem can be with NFS or the = root file system of ELDK.

I have done the same things with older versions of EDK using PLB_TEMAC = and every thing has worked correctly.


Subject: RE: XPS_LL_TEMAC works correctly?
Date: Mon, 14 Apr 2008 10:31:31 +0200
From: rwehbi@wirecom-tech.com
To: mamsadegh@hotmail.com

Hi,

 

I would suggest that you verify that your system file is = already mounted on the host PC (where your server NFS is installed), and that the = /etc/exports file (configuration file of the nfs server) permit to your board to = mount the system file.

 

example of an /etc/exports file:

 

/opt/ml403/rootfs

192.168.206.223/24(rw,no_ro= ot_squash,sync,subtree_check)

 

where the ip addresse is that of nfs client, and the path indicates where I = mounted the system file.

 

Good luck,

 

Rami

 


De :<= /span> linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org [mailto:linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.or= g] De la part de Mohammad Sadegh = Sadri
Envoy=E9 : lundi 14 = avril 2008 10:16
=C0 : linuxppc-embedded@ozlabs.org
Objet : XPS_LL_TEMAC = works correctly?

Hi all,

Using:
EDK 9.2.02,
Xilinx Linux 2.6.24-rc8-xlnx
XPS_LL_TEMAC version 1.00.b

I bring up the Linux kernel on ML403 -Rev04 board,
LL_TEMAC buffer size 128kbits, and set to use SG DMA

I encounter the following messages when the kernel wants to mount the = root file system, as one can see the kernel has mounter the nfs root file system = and init is initiated, but after that a Link carrier lost happens and it stops = working.

is this behavior natural? ( the PC has attansic gigabit ethernet port = with kernel 2.6.24.4 running, nfs works very well in other tests)

thanks

.............
eth0: XLlTemac: speed set to 1000Mb/s
eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4
eth0: XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254
IP-Config: Complete:
      device=3Deth0, addr=3D10.10.10.11, mask=3D255.255.255.0, gw=3D10.10.10.10,
     host=3D10.10.10.11, domain=3D, = nis-domain=3D(none),
     bootserver=3D10.10.10.10, = rootserver=3D10.10.10.10, rootpath=3D
Looking up port of RPC 100003/2 = on 10.10.10.10
Looking up port of RPC 100005/1 = on 10.10.10.10
VFS: Mounted root (nfs filesystem).
Freeing unused kernel memory: 88k init
eth0: XLlTemac: PHY Link carrier lost.
eth0: XLlTemac: speed set to 1000Mb/s
eth0: XLlTemac: PHY Link carrier restored.
( KERNEL STOPS WORKING HERE!!!!!!!!)



Sign in today. When you = sign in to Windows Live Messenger you could win $1000 a day until May 12th. Learn more at = SignInAndWIN.ca

 


Sign in now! Windows Live = Messenger is giving you a chance to win $1000 a day until May 12th Check out = SignInAndWIN.ca today!

------_=_NextPart_001_01C89E46.2894B572-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bay0-omc2-s12.bay0.hotmail.com (bay0-omc2-s12.bay0.hotmail.com [65.54.246.148]) by ozlabs.org (Postfix) with ESMTP id 78376DE248 for ; Sat, 19 Apr 2008 15:06:59 +1000 (EST) Message-ID: From: Mohammad Sadegh Sadri To: Rick Moleres , Rami WEHBI , Subject: RE: XPS_LL_TEMAC works correctly? Date: Sat, 19 Apr 2008 05:06:58 +0000 In-Reply-To: <20080414154236.64322C88074@mail166-sin.bigfish.com> References: <20080414154236.64322C88074@mail166-sin.bigfish.com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I solved the problem,=20 As i said,=20 problem was : kernel could easily mount the root file system on NFS and beg= in init , but after that every thing stopped and there was no more progress= .=20 My problem was with the kernel command line parameters :=20 console=3DttyUL0 console=3Dtty0 root=3D/dev/nfs....... the second console parameter was the source of the problem, when init is ex= ecuted, the second parameter caused no more messages to be written on the s= creen. I tested using both LL_TEMAC 1.00a and 1.00b , both work well.=20 thanks. ________________________________ > Subject: RE: XPS_LL_TEMAC works correctly? > Date: Mon, 14 Apr 2008 09:42:33 -0600 > From: Rick.Moleres@xilinx.com > To: mamsadegh@hotmail.com; rwehbi@wirecom-tech.com; linuxppc-embedded@ozl= abs.org >=20 >=20 > There are a couple of bugs in the v1.00b version of xps_ll_temac (one in = checksum offload, one in multicast address reception). You should try drop= ping back to v1.00a of the core and give that a try, or if you have EDK 10.= 1 you can move to v1.01a of the core. >=20 >=20 >=20 > -Rick >=20 >=20 >=20 > ________________________________ >=20 > From: linuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org [mailto:l= inuxppc-embedded-bounces+moleres=3Dxilinx.com@ozlabs.org] On Behalf Of Moha= mmad Sadegh Sadri > Sent: Monday, April 14, 2008 3:10 AM > To: Rami WEHBI; linuxppc-embedded@ozlabs.org > Subject: RE: XPS_LL_TEMAC works correctly? >=20 >=20 >=20 > Rami, >=20 > Thanks for reply, >=20 > But if u study the kernel log I posted carefully, you can simply see that= Kernel has mounted the root file system, > Look at this line in my prev post : VFS: Mounted root (nfs filesystem). t= hen init has began and after that nothing more happens. >=20 > the NFS is working correctly and the folder can be mounted easily from ot= her computers. I personally think that the problem can be with NFS or the r= oot file system of ELDK. >=20 > I have done the same things with older versions of EDK using PLB_TEMAC an= d every thing has worked correctly. >=20 >=20 > ________________________________ >=20 > Subject: RE: XPS_LL_TEMAC works correctly? > Date: Mon, 14 Apr 2008 10:31:31 +0200 > From: rwehbi@wirecom-tech.com > To: mamsadegh@hotmail.com >=20 > Hi, >=20 >=20 >=20 > I would suggest that you verify that your system file is already mounted = on the host PC (where your server NFS is installed), and that the /etc/expo= rts file (configuration file of the nfs server) permit to your board to mou= nt the system file. >=20 >=20 >=20 > example of an /etc/exports file: >=20 >=20 >=20 > /opt/ml403/rootfs >=20 > 192.168.206.223/24(rw,no_root_squash,sync,subtree_check) >=20 >=20 >=20 > where the ip addresse is that of nfs client, and the path indicates where= I mounted the system file. >=20 >=20 >=20 > Good luck, >=20 >=20 >=20 > Rami >=20 >=20 >=20 > ________________________________ >=20 > De : linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org [= mailto:linuxppc-embedded-bounces+rami.wehbi=3Dwirecom-tech.com@ozlabs.org] = De la part de Mohammad Sadegh Sadri > Envoy=E9 : lundi 14 avril 2008 10:16 > =C0 : linuxppc-embedded@ozlabs.org > Objet : XPS_LL_TEMAC works correctly? >=20 > Hi all, >=20 > Using: > EDK 9.2.02, > Xilinx Linux 2.6.24-rc8-xlnx > XPS_LL_TEMAC version 1.00.b >=20 > I bring up the Linux kernel on ML403 -Rev04 board, > LL_TEMAC buffer size 128kbits, and set to use SG DMA >=20 > I encounter the following messages when the kernel wants to mount the roo= t file system, as one can see the kernel has mounter the nfs root file syst= em and init is initiated, but after that a Link carrier lost happens and it= stops working. >=20 > is this behavior natural? ( the PC has attansic gigabit ethernet port wit= h kernel 2.6.24.4 running, nfs works very well in other tests) >=20 > thanks >=20 > ............. > eth0: XLlTemac: speed set to 1000Mb/s > eth0: XLlTemac: Send Threshold =3D 24, Receive Threshold =3D 4 > eth0: XLlTemac: Send Wait bound =3D 254, Receive Wait bound =3D 254 > IP-Config: Complete: > device=3Deth0, addr=3D10.10.10.11, mask=3D255.255.255.0, gw=3D10.10= .10.10, > host=3D10.10.10.11, domain=3D, nis-domain=3D(none), > bootserver=3D10.10.10.10, rootserver=3D10.10.10.10, rootpath=3D > Looking up port of RPC 100003/2 on 10.10.10.10 > Looking up port of RPC 100005/1 on 10.10.10.10 > VFS: Mounted root (nfs filesystem). > Freeing unused kernel memory: 88k init > eth0: XLlTemac: PHY Link carrier lost. > eth0: XLlTemac: speed set to 1000Mb/s > eth0: XLlTemac: PHY Link carrier restored. > ( KERNEL STOPS WORKING HERE!!!!!!!!) >=20 >=20 >=20 > ________________________________ >=20 > Sign in today. When you sign in to Windows Live Messenger you could win $= 1000 a day until May 12th. Learn more at SignInAndWIN.ca >=20 >=20 >=20 > ________________________________ >=20 > Sign in now! Windows Live Messenger is giving you a chance to win $1000 a= day until May 12th Check out SignInAndWIN.ca today! _________________________________________________________________ Find hidden words, unscramble celebrity names, or try the ultimate crosswor= d puzzle with Live Search Games. Play now! http://g.msn.ca/ca55/212=