linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* linuxppc_2_4_devel on walnut
@ 2001-10-29 16:35 Kenneth Johansson
  2001-10-29 16:57 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Kenneth Johansson @ 2001-10-29 16:35 UTC (permalink / raw)
  To: linuxppc-embedded@lists.linuxppc.org; +Cc: akuster


I tried the latest version on my walnut card and noticed two things.

1. The default configuration don't compile

2. The ethernet driver gets confused. It reports 10mb and half duplex when it
really is 100Mb full duplex. And it reports 100Mb full duplex when only 10Mb
half duplex exist.


--
Kenneth Johansson
Ericsson Business Innovation AB   Tel: +46 8 404 71 83
Viderögatan 3                     Fax: +46 8 404 72 72
164 80 Stockholm                  kenneth.johansson@inn.ericsson.se

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: linuxppc_2_4_devel on walnut
@ 2001-11-07 17:47 Wright, David
  0 siblings, 0 replies; 11+ messages in thread
From: Wright, David @ 2001-11-07 17:47 UTC (permalink / raw)
  To: Kenneth Johansson, linuxppc-embedded, akuster


If you're trying to boot a Walnut with an NFS root, it can be done,
but things have changed a bit from earlier versions.  We have it
working on 2.4.14-pre3.

1)  You still need a command line with the nfs root directive

2)  Your .config and autoconf.h need to specify both CONFIG_ROOT_NFS
    and CONFIG_IP_PNP_BOOTP.

There may be a way to do it with command line options, but I just
said the heck with it and changed net/ipv4/ipconfig.c to set the
default value of ic_enable to 1.  It used to be default 1, but now
is default 0.

  -- David Wright, Consulting Engineer, InfiniSwitch Corp.



> -----Original Message-----
> From: Kenneth Johansson [mailto:kenneth.johansson@inn.ericsson.se]
> Sent: Wednesday, November 07, 2001 12:39 PM
> To: linuxppc-embedded@lists.linuxppc.org; akuster@mvista.com
> Subject: Re: linuxppc_2_4_devel on walnut
>
>
>
> This is a litte update.
>
> I did indeed not use the default configuration. The default
> worked fine.
>
> The problem with the network was a typo in the command line
> and no problem
> with the driver code but something is funny in the ip autoconf code.
>
> So now it sets the ip and stuff over bootp but the nfsroot
> fails without even
> trying to go out on the wire. This was with the code from 2001-10-29.
>
> So I updated to todays version recompiled with the default
> and now I don't
> get any output from the kernel even on the serial console. I
> did not have
> time to read thru every patch since oct 29 today so I ask is
> this problem
> known to exist at this point.
>
>
> Kenneth Johansson wrote:
> >
> > I tried the latest version on my walnut card and noticed two things.
> >
> > 1. The default configuration don't compile
> >
> > 2. The ethernet driver gets confused. It reports 10mb and
> half duplex when it
> > really is 100Mb full duplex. And it reports 100Mb full
> duplex when only 10Mb
> > half duplex exist.
> >
> > --
> > Kenneth Johansson
> > Ericsson Business Innovation AB   Tel: +46 8 404 71 83
> > Viderögatan 3                     Fax: +46 8 404 72 72
> > 164 80 Stockholm                  kenneth.johansson@inn.ericsson.se
> >
>
> --
> Kenneth Johansson
> Ericsson Business Innovation AB   Tel: +46 8 404 71 83
> Viderögatan 3                     Fax: +46 8 404 72 72
> 164 80 Stockholm                  kenneth.johansson@inn.ericsson.se
>
>
>

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 11+ messages in thread
* RE: linuxppc_2_4_devel on walnut
@ 2001-11-07 20:27 Martin, Tim
  0 siblings, 0 replies; 11+ messages in thread
From: Martin, Tim @ 2001-11-07 20:27 UTC (permalink / raw)
  To: linuxppc-embedded


You can leave the default value of ic_enable at 0 and enter
ip=bootp as part of your boot prompt.

Tim

-----Original Message-----
From: Wright, David [mailto:dwright@infiniswitch.com]
Sent: Wednesday, November 07, 2001 9:47 AM
To: Kenneth Johansson; linuxppc-embedded@lists.linuxppc.org;
akuster@mvista.com
Subject: RE: linuxppc_2_4_devel on walnut



If you're trying to boot a Walnut with an NFS root, it can be done,
but things have changed a bit from earlier versions.  We have it
working on 2.4.14-pre3.

1)  You still need a command line with the nfs root directive

2)  Your .config and autoconf.h need to specify both CONFIG_ROOT_NFS
    and CONFIG_IP_PNP_BOOTP.

There may be a way to do it with command line options, but I just
said the heck with it and changed net/ipv4/ipconfig.c to set the
default value of ic_enable to 1.  It used to be default 1, but now
is default 0.

  -- David Wright, Consulting Engineer, InfiniSwitch Corp.



> -----Original Message-----
> From: Kenneth Johansson [mailto:kenneth.johansson@inn.ericsson.se]
> Sent: Wednesday, November 07, 2001 12:39 PM
> To: linuxppc-embedded@lists.linuxppc.org; akuster@mvista.com
> Subject: Re: linuxppc_2_4_devel on walnut
>
>
>
> This is a litte update.
>
> I did indeed not use the default configuration. The default
> worked fine.
>
> The problem with the network was a typo in the command line
> and no problem
> with the driver code but something is funny in the ip autoconf code.
>
> So now it sets the ip and stuff over bootp but the nfsroot
> fails without even
> trying to go out on the wire. This was with the code from 2001-10-29.
>
> So I updated to todays version recompiled with the default
> and now I don't
> get any output from the kernel even on the serial console. I
> did not have
> time to read thru every patch since oct 29 today so I ask is
> this problem
> known to exist at this point.
>
>
> Kenneth Johansson wrote:
> >
> > I tried the latest version on my walnut card and noticed two things.
> >
> > 1. The default configuration don't compile
> >
> > 2. The ethernet driver gets confused. It reports 10mb and
> half duplex when it
> > really is 100Mb full duplex. And it reports 100Mb full
> duplex when only 10Mb
> > half duplex exist.
> >
> > --
> > Kenneth Johansson
> > Ericsson Business Innovation AB   Tel: +46 8 404 71 83
> > Viderögatan 3                     Fax: +46 8 404 72 72
> > 164 80 Stockholm                  kenneth.johansson@inn.ericsson.se
> >
>
> --
> Kenneth Johansson
> Ericsson Business Innovation AB   Tel: +46 8 404 71 83
> Viderögatan 3                     Fax: +46 8 404 72 72
> 164 80 Stockholm                  kenneth.johansson@inn.ericsson.se
>
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2001-11-16 20:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-29 16:35 linuxppc_2_4_devel on walnut Kenneth Johansson
2001-10-29 16:57 ` Tom Rini
2001-10-29 17:51 ` Armin Kuster
2001-11-07 17:39 ` Kenneth Johansson
2001-11-09 15:23   ` Kenneth Johansson
2001-11-14 17:01     ` Armin Kuster
2001-11-15 18:06       ` Kenneth Johansson
2001-11-16  5:23         ` Dan Malek
2001-11-16 20:47           ` Kenneth Johansson
  -- strict thread matches above, loose matches on Subject: below --
2001-11-07 17:47 Wright, David
2001-11-07 20:27 Martin, Tim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).