linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* DINK32 R13.1 on Sandpoint X2
@ 2003-09-02  9:22 Yuxiao Xi
  2003-09-03 18:04 ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Yuxiao Xi @ 2003-09-02  9:22 UTC (permalink / raw)
  To: linuxppc-embedded@lists.linuxppc.org


Hi,all,
    Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
I use DINK32 r13.1 to boot my linux kernel image.
    From DINK32 r13.1 user manual,I know that DINK32 r13.1 supports
ethernet card Realtek 8139,but after these steps:
       DINK32[MPC8240] {7} >>ni -i
        some configrations......

       DINK32[MPC7455] {8} >>ni
       NETWORK INFORMATION
            PCI CARD
            Type 8139/10EC on slot 16
            SETTINGS
            SERVER(TFTP) : 10. 18.15.27
            GATEWAY : 10. 18.15.254
            NETMASK : 255.255.255. 0
            DHCP : 0. 0. 0. 0
            CLIENT(DINK) : 10. 18.15.201
            DHCP: Disabled
            SESSION TIMEOUT: Never

 Then I reset the system,but the Tealtek 8139 seems not to work correctly!:(
 I ping the board from my host computer with OS Redhat linux 9.0,but I can't
 get any response!
 Can anyone help me?

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Yuxiao Xi
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡xiyuxiao@harbournetworks.com
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2003-09-02

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

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

* Re: DINK32 R13.1 on Sandpoint X2
  2003-09-02  9:22 Yuxiao Xi
@ 2003-09-03 18:04 ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2003-09-03 18:04 UTC (permalink / raw)
  To: Yuxiao Xi; +Cc: linuxppc-embedded@lists.linuxppc.org


On Tue, Sep 02, 2003 at 05:22:08PM +0800, Yuxiao Xi wrote:

>
> Hi,all,
>     Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
> I use DINK32 r13.1 to boot my linux kernel image.
>     From DINK32 r13.1 user manual,I know that DINK32 r13.1 supports
> ethernet card Realtek 8139,but after these steps:

What I would suggest is that instead of using the ethernet card support,
you use the serial support still.  DINK32 r13.0.0 and newer support
115200 baud, so loading a kernel via serial is now much less painful
than it used to be.

--
Tom Rini
http://gate.crashing.org/~trini/

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

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

* Re: DINK32 R13.1 on Sandpoint X2
@ 2003-09-04  1:37 Yuxiao Xi
  2003-09-04 20:47 ` Mark A. Greer
  0 siblings, 1 reply; 7+ messages in thread
From: Yuxiao Xi @ 2003-09-04  1:37 UTC (permalink / raw)
  To: Tom Rini; +Cc: linuxppc-embedded@lists.linuxppc.org


Hi,Tom,
     From the mailing lists,I know that someone use DINK32's tftp
download function to download his image successfully on a Sandpoint X3
board.Is there any important differences between Sandpoint X3 and X2
board so that I can not use the DINK32's tftp function on X2 board?

======= 2003-09-03 11:04:00 £º=======

>On Tue, Sep 02, 2003 at 05:22:08PM +0800, Yuxiao Xi wrote:
>
>>     Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
>> I use DINK32 r13.1 to boot my linux kernel image. From DINK32 r13.1
>> user manual,I know that DINK32 r13.1 supports ethernet card Realtek
>> 8139,but after these steps:
>
>What I would suggest is that instead of using the ethernet card
>support, you use the serial support still. DINK32 r13.0.0 and newer
>support 115200 baud, so loading a kernel via serial is now much less
>painful than it used to be.

= = = = = = = = = = = = = = = = = = = =

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Yuxiao Xi
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡xiyuxiao@harbournetworks.com
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2003-09-04

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

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

* Re: DINK32 R13.1 on Sandpoint X2
       [not found] <200309040129.UAA29736@gate.crashing.org>
@ 2003-09-04  1:54 ` Tom Rini
  0 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2003-09-04  1:54 UTC (permalink / raw)
  To: Yuxiao Xi; +Cc: linuxppc-embedded@lists.linuxppc.org


On Thu, Sep 04, 2003 at 09:37:40AM +0800, Yuxiao Xi wrote:

> Hi,Tom,
>      From the mailing lists,I know that someone use DINK32's tftp download function
> to download his image successfully on a Sandpoint X3 board.Is there any important
> differences between Sandpoint X3 and X2 board so that I can not use the DINK32's tftp
> function on X2 board?

I do not know, as I don't have the proper ethernet card.  I do know
however, that I don't really care to find one now as I can upload a
kernel quick enough via serial that it doesn't really slow me down.
And, while not related to your problem, tftp isn't supported on 75x
CPUs, which is what I have at the moment.

--
Tom Rini
http://gate.crashing.org/~trini/

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

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

* Re: DINK32 R13.1 on Sandpoint X2
  2003-09-04  1:37 DINK32 R13.1 on Sandpoint X2 Yuxiao Xi
@ 2003-09-04 20:47 ` Mark A. Greer
  0 siblings, 0 replies; 7+ messages in thread
From: Mark A. Greer @ 2003-09-04 20:47 UTC (permalink / raw)
  To: Yuxiao Xi; +Cc: Tom Rini, linuxppc-embedded@lists.linuxppc.org


We have an 8139 and have successfully downloaded and run a kernel with
DINK version 13.1.1.  I didn't do it but the instructions sent from the
person who did are:

    To download via the network, DINK uses fixed IP
    address and Realtek8139 NIC. The steps are:

    1. do "ppr" verify NIC card has been identified vendor/device ID as
    10EC/8139
    2. do "env IO=COM1:9600@100, Then "reset".
    3. do "ni -i " to set up your network parameters.  For example:

     DINK32[MPC7457] {1} >>ni
     NETWORK INFORMATION
       PCI CARD
         Type 8139/10EC on slot 16

       SETTINGS
         SERVER(TFTP) : 192.168.  1.  1
         GATEWAY      : 192.168.  1.  1
         NETMASK      : 255.255.255.  0
         DHCP         : 192.168.  1.  1
         CLIENT(DINK) : 192.168.  1.  7

       DHCP: Disabled
       SESSION TIMEOUT: Never

    4. set up you tftp server at host side
    5. The download command is "dl -nw -b -o800000 -fzImage.sandpoint"
    6. "go 810000"

You can change IP addr, image name, to fit your setup.

As far as differences in the X2 vs. X3, yes there are important
differences.  Does DINK v13.1.1 run successfully & download via the
network successfully on an X2?  I don't know, you'll have to figure that
out for yourself or talk to Motorola.

Mark
--

Yuxiao Xi wrote:

>Hi,Tom,
>     From the mailing lists,I know that someone use DINK32's tftp
>download function to download his image successfully on a Sandpoint X3
>board.Is there any important differences between Sandpoint X3 and X2
>board so that I can not use the DINK32's tftp function on X2 board?
>
>======= 2003-09-03 11:04:00 £º=======
>
>
>
>>On Tue, Sep 02, 2003 at 05:22:08PM +0800, Yuxiao Xi wrote:
>>
>>
>>
>>>    Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
>>>I use DINK32 r13.1 to boot my linux kernel image. From DINK32 r13.1
>>>user manual,I know that DINK32 r13.1 supports ethernet card Realtek
>>>8139,but after these steps:
>>>
>>>
>>What I would suggest is that instead of using the ethernet card
>>support, you use the serial support still. DINK32 r13.0.0 and newer
>>support 115200 baud, so loading a kernel via serial is now much less
>>painful than it used to be.
>>
>>


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

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

* Re: DINK32 R13.1 on Sandpoint X2
@ 2003-09-05  5:07 Yuxiao Xi
  0 siblings, 0 replies; 7+ messages in thread
From: Yuxiao Xi @ 2003-09-05  5:07 UTC (permalink / raw)
  To: Mark A. Greer; +Cc: linuxppc-embedded@lists.linuxppc.org


hi,
    I succeed in downloading my linux kernel image using DINK32 r13.1
tftp function to my Sandpoint X2 board. Before I used ftp servers which
need user name and password and I could not download anything.Today I
use Cisco ftp server which needs nothing and I succeed.

    But there are another question yet: when I use command 'ping', to
ping my target from the host,I get info:destination address unreachable
to ping my host from the target£¬It's OK why?

>We have an 8139 and have successfully downloaded and run a kernel with
>DINK version 13.1.1.  I didn't do it but the instructions sent from the
>person who did are:
>
>    To download via the network, DINK uses fixed IP
>    address and Realtek8139 NIC. The steps are:
>
>    1. do "ppr" verify NIC card has been identified vendor/device ID as
>    10EC/8139
>    2. do "env IO=COM1:9600@100, Then "reset".
>    3. do "ni -i " to set up your network parameters.  For example:
>
>     DINK32[MPC7457] {1} >>ni
>     NETWORK INFORMATION
>       PCI CARD
>         Type 8139/10EC on slot 16
>
>       SETTINGS
>         SERVER(TFTP) : 192.168.  1.  1
>         GATEWAY      : 192.168.  1.  1
>         NETMASK      : 255.255.255.  0
>         DHCP         : 192.168.  1.  1
>         CLIENT(DINK) : 192.168.  1.  7
>
>       DHCP: Disabled
>       SESSION TIMEOUT: Never
>
>    4. set up you tftp server at host side
>    5. The download command is "dl -nw -b -o800000 -fzImage.sandpoint"
>    6. "go 810000"
>
>You can change IP addr, image name, to fit your setup.
>
>As far as differences in the X2 vs. X3, yes there are important
>differences.  Does DINK v13.1.1 run successfully & download via the
>network successfully on an X2?  I don't know, you'll have to figure that
>out for yourself or talk to Motorola.
>
>>     From the mailing lists,I know that someone use DINK32's tftp
>>download function to download his image successfully on a Sandpoint X3
>>board.Is there any important differences between Sandpoint X3 and X2
>>board so that I can not use the DINK32's tftp function on X2 board?
>>
>>======= 2003-09-03 11:04:00 £º=======
>>
>>>On Tue, Sep 02, 2003 at 05:22:08PM +0800, Yuxiao Xi wrote:
>>>
>>>>    Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
>>>>I use DINK32 r13.1 to boot my linux kernel image. From DINK32 r13.1
>>>>user manual,I know that DINK32 r13.1 supports ethernet card Realtek
>>>>8139,but after these steps:
>>>>
>>>What I would suggest is that instead of using the ethernet card
>>>support, you use the serial support still. DINK32 r13.0.0 and newer
>>>support 115200 baud, so loading a kernel via serial is now much less
>>>painful than it used to be.

= = = = = = = = = = = = = = = = = = = =

¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡Yuxiao Xi
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡xiyuxiao@harbournetworks.com
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡2003-09-05

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

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

* RE: DINK32 R13.1 on Sandpoint X2
@ 2003-09-05 19:16 Milliorn Gary-rxcr80
  0 siblings, 0 replies; 7+ messages in thread
From: Milliorn Gary-rxcr80 @ 2003-09-05 19:16 UTC (permalink / raw)
  To: 'Yuxiao Xi', Mark A. Greer; +Cc: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 3478 bytes --]


  You cannot 'ping' DINK as the stack is not persistent.
It is only usable when networking tasks are being
performed.  You might be able to ping it while doing a
tftp, but I wouldn't count on it.

  Use Linux if you want ping working.

Regards,
Gary Milliorn


> -----Original Message-----
> From: Yuxiao Xi [mailto:xiyuxiao@harbournetworks.com]
> Sent: Friday, September 05, 2003 12:07 AM
> To: Mark A. Greer
> Cc: linuxppc-embedded@lists.linuxppc.org
> Subject: Re: DINK32 R13.1 on Sandpoint X2
>
>
>
> hi,
>     I succeed in downloading my linux kernel image using DINK32 r13.1
> tftp function to my Sandpoint X2 board. Before I used ftp
> servers which
> need user name and password and I could not download anything.Today I
> use Cisco ftp server which needs nothing and I succeed.
>
>     But there are another question yet: when I use command 'ping', to
> ping my target from the host,I get info:destination address
> unreachable
> to ping my host from the target??It's OK why?
>
> >We have an 8139 and have successfully downloaded and run a
> kernel with
> >DINK version 13.1.1.  I didn't do it but the instructions
> sent from the
> >person who did are:
> >
> >    To download via the network, DINK uses fixed IP
> >    address and Realtek8139 NIC. The steps are:
> >
> >    1. do "ppr" verify NIC card has been identified
> vendor/device ID as
> >    10EC/8139
> >    2. do "env IO=COM1:9600@100, Then "reset".
> >    3. do "ni -i " to set up your network parameters.  For example:
> >
> >     DINK32[MPC7457] {1} >>ni
> >     NETWORK INFORMATION
> >       PCI CARD
> >         Type 8139/10EC on slot 16
> >
> >       SETTINGS
> >         SERVER(TFTP) : 192.168.  1.  1
> >         GATEWAY      : 192.168.  1.  1
> >         NETMASK      : 255.255.255.  0
> >         DHCP         : 192.168.  1.  1
> >         CLIENT(DINK) : 192.168.  1.  7
> >
> >       DHCP: Disabled
> >       SESSION TIMEOUT: Never
> >
> >    4. set up you tftp server at host side
> >    5. The download command is "dl -nw -b -o800000
> -fzImage.sandpoint"
> >    6. "go 810000"
> >
> >You can change IP addr, image name, to fit your setup.
> >
> >As far as differences in the X2 vs. X3, yes there are important
> >differences.  Does DINK v13.1.1 run successfully & download via the
> >network successfully on an X2?  I don't know, you'll have to
> figure that
> >out for yourself or talk to Motorola.
> >
> >>     From the mailing lists,I know that someone use DINK32's tftp
> >>download function to download his image successfully on a
> Sandpoint X3
> >>board.Is there any important differences between Sandpoint X3 and X2
> >>board so that I can not use the DINK32's tftp function on X2 board?
> >>
> >>======= 2003-09-03 11:04:00 ?o=======
> >>
> >>>On Tue, Sep 02, 2003 at 05:22:08PM +0800, Yuxiao Xi wrote:
> >>>
> >>>>    Now I'm working on a Motorola Sandpoint X2 board with ppc8240.
> >>>>I use DINK32 r13.1 to boot my linux kernel image. From
> DINK32 r13.1
> >>>>user manual,I know that DINK32 r13.1 supports ethernet
> card Realtek
> >>>>8139,but after these steps:
> >>>>
> >>>What I would suggest is that instead of using the ethernet card
> >>>support, you use the serial support still. DINK32 r13.0.0 and newer
> >>>support 115200 baud, so loading a kernel via serial is now
> much less
> >>>painful than it used to be.
>
> = = = = = = = = = = = = = = = = = = = =
>
> !!!!!!!!!!!!!!!!Yuxiao Xi
> !!!!!!!!!!!!!!!!xiyuxiao@harbournetworks.com
> !!!!!!!!!!!!!!!!!!!!2003-09-05
>


[-- Attachment #2: Gary Milliorn (E-mail).vcf --]
[-- Type: application/octet-stream, Size: 457 bytes --]

BEGIN:VCARD
VERSION:2.1
N:Milliorn;Gary
FN:Milliorn Gary-rxcr80
ORG:10060985;SD646
TEL;WORK;VOICE:5129667066
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;TX32/PL44;MOTOROLA INC.=0D=0A7700 W. PARMER LANE;AUSTIN;TEXAS;78729;UNITED =
STATES
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:TX32/PL44=0D=0AMOTOROLA INC.=0D=0A7700 W. PARMER LANE=0D=0AAUSTIN, TEXAS 787=
29=0D=0AUNITED STATES
EMAIL;PREF;INTERNET:Gary.Milliorn@motorola.com
REV:20021104T215429Z
END:VCARD

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

end of thread, other threads:[~2003-09-05 19:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-04  1:37 DINK32 R13.1 on Sandpoint X2 Yuxiao Xi
2003-09-04 20:47 ` Mark A. Greer
  -- strict thread matches above, loose matches on Subject: below --
2003-09-05 19:16 Milliorn Gary-rxcr80
2003-09-05  5:07 Yuxiao Xi
     [not found] <200309040129.UAA29736@gate.crashing.org>
2003-09-04  1:54 ` Tom Rini
2003-09-02  9:22 Yuxiao Xi
2003-09-03 18:04 ` Tom Rini

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).