linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* DINK - the downloader !
@ 2001-11-22 12:21 Sarnath  Kannan
  2001-11-22 13:17 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Sarnath  Kannan @ 2001-11-22 12:21 UTC (permalink / raw)
  To: linuxppc-embedded


Hi everybody,
 I am really impatient with the way DINK downloads
the kernel over the serial line..
 i just want to get rid of it..

Is it possible to download a "Ethernet boot"
utility thru which I can download the kernel
via ethernet card. Any such utilities for the
sandpoint platform are available.. ?
 Whats "tftp" and How do I set it up ?
(no RTFMs please...)

Any suggestion r pointer is most welcome,
Thank you

Sarnath


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

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

* Re: DINK - the downloader !
  2001-11-22 12:21 DINK - the downloader ! Sarnath  Kannan
@ 2001-11-22 13:17 ` Wolfgang Denk
  2001-11-22 17:19   ` Re[2]: " Ricardo Scop
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2001-11-22 13:17 UTC (permalink / raw)
  To: Sarnath Kannan; +Cc: linuxppc-embedded


Dear Sarnath,

in message <20011122122132.18969.qmail@mailweb26.rediffmail.com> you wrote:
>
>  I am really impatient with the way DINK downloads
> the kernel over the serial line..
>  i just want to get rid of it..
>
> Is it possible to download a "Ethernet boot"
> utility thru which I can download the kernel
> via ethernet card. Any such utilities for the
> sandpoint platform are available.. ?

Use PPCBoot.

I'm not sure how good the Sandpoint support is  at  the  moment,  but
it's  there,  and  it compiles, and some people say they actually use
it.

>  Whats "tftp" and How do I set it up ?

Trivial File Transfer Protocol.

> (no RTFMs please...)

Ummm... but this _is_ a RFTM job.

Or ask your friendly network administrator :-)

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
You may call me by my name, Wirth, or by my value, Worth.
- Nicklaus Wirth

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

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

* Re[2]: DINK - the downloader !
  2001-11-22 13:17 ` Wolfgang Denk
@ 2001-11-22 17:19   ` Ricardo Scop
  2001-11-24  2:28     ` cross-compiling libraries Kevin Fry
  0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Scop @ 2001-11-22 17:19 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: Sarnath Kannan, linuxppc-embedded


Hello guys,

Thursday, November 22, 2001, 10:17:13 AM, you wrote:

WD> Dear Sarnath,

WD> in message <20011122122132.18969.qmail@mailweb26.rediffmail.com> you wrote:
>>
[snip]
>> via ethernet card. Any such utilities for the
>> sandpoint platform are available.. ?

WD> Use PPCBoot.

I second this :-)

WD> I'm not sure how good the Sandpoint support is  at  the  moment,  but
WD> it's  there,  and  it compiles, and some people say they actually use
WD> it.

>>  Whats "tftp" and How do I set it up ?

I think this is a fair question. When I bought my Abatron BDI2000, I
had a hard time setting up a TFTP server on my Linux host... it was
much easier to use the Windowze-based TFTP server that came along
with the Abatron firmware :-(

Fortunatelly, we have some local Linux gurus here at my job place. So,
basically, what has to be done, assuming a Linux host, is:

1 - Check if you're lucky: try locating in.tftpd in your bin
directories (mainly in /usr/sbin)

2 - If you don't have it, download it from the web; better download
both server and clients apps

3 - Install them (I have a Red Hat box, so installing rpm's is
straightforward for me :-)

4 - Now, the tough part: you'll have to manually configure inetd (or
worse, xinetd - depending on your system). I can put a copy of a
sample conf file here, if you need it...

HTH,

Ricardo Scop                            mailto:scop@digitel.com.br
R SCOP Consulting

------------------------------------------------------------------
"What's money? A man is a success if he gets up in the morning and
goes to bed at night and in between does what he wants to do."
~Bob Dylan


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

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

* cross-compiling libraries
  2001-11-22 17:19   ` Re[2]: " Ricardo Scop
@ 2001-11-24  2:28     ` Kevin Fry
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin Fry @ 2001-11-24  2:28 UTC (permalink / raw)
  To: linuxppc-embedded


Okay this is probably a newbie, RTFM question, but if you could just point me in
the right direction, I'd
appreciate it.

I need to compile some 1394 libraries for my embedded 8260 board (HHL 2.0). These
are the libraw1394 libraries needed for Firewire.  They have a ./configure script
and everything, but if I tell the script --target=powerpc-linux I get 100's of
make errors.  I'm using the HHL2.0 cross compiler, maybe that needs something
extra to be done?

Any advice on manually cross compiling libraries?

I can include the ./configure file if it would help.

Thanks!

Kevin Fry
Carts llc


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

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

* RE: DINK - the downloader !
@ 2001-11-26 16:04 Prasad, Siva
  0 siblings, 0 replies; 5+ messages in thread
From: Prasad, Siva @ 2001-11-26 16:04 UTC (permalink / raw)
  To: 'Sarnath  Kannan'; +Cc: 'linuxppc-embedded@lists.linuxppc.org'


Hi Sarnath,

If you had downloaded Journeyman from MontaVista, you might have probably
got a .pdf file also.

That pdf file contains a chapter on configuring your host. There is a tftp
configuring part. You might want to use it. I used that initially to get my
system working for tftp.

Good Luck.

Siva Prasad



-----Original Message-----
From: Sarnath Kannan [mailto:sparc64@rediffmail.com]
Sent: Thursday, November 22, 2001 4:22 AM
To: linuxppc-embedded@lists.linuxppc.org
Subject: DINK - the downloader !



Hi everybody,
 I am really impatient with the way DINK downloads
the kernel over the serial line..
 i just want to get rid of it..

Is it possible to download a "Ethernet boot"
utility thru which I can download the kernel
via ethernet card. Any such utilities for the
sandpoint platform are available.. ?
 Whats "tftp" and How do I set it up ?
(no RTFMs please...)

Any suggestion r pointer is most welcome,
Thank you

Sarnath


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

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-22 12:21 DINK - the downloader ! Sarnath  Kannan
2001-11-22 13:17 ` Wolfgang Denk
2001-11-22 17:19   ` Re[2]: " Ricardo Scop
2001-11-24  2:28     ` cross-compiling libraries Kevin Fry
  -- strict thread matches above, loose matches on Subject: below --
2001-11-26 16:04 DINK - the downloader ! Prasad, Siva

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