linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: brian.auld@adic.com
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: TFTP not able to find file???
Date: Sun, 02 Feb 2003 23:58:07 +0100	[thread overview]
Message-ID: <20030202225812.2BBB7C608E@atlas.denx.de> (raw)
In-Reply-To: Your message of "Sun, 02 Feb 2003 13:56:05 PST." <995FF289C9D69747A09E42992644595405B23642@penguin.adic.com>


In message <995FF289C9D69747A09E42992644595405B23642@penguin.adic.com> you wrote:
>
> - I used DHCP because as I fuddled around with u-boot, it didn't see
>   possible to separate tftp from bootp. In other words, even if I set

Oops? What's wrong with just using U-Boot's "tftp" command?

>   ip addr(s) and stuff through the u-boot setenv command, the values
>   would be automatically overidden when I run the bootp command. The

Right. When you use DHCP or BOOTP you ask for  network  configuration
from the server, so this is what you get.

>   BOOTP command seems to be the only way to kick off tftp, so I really

Wrong. You can start in  manually  (using  the  "tftp"  /  "tftpboot"
command,  or  automagically as part of the "rarpboot", "bootp" and/or
"dhcp" commands.

>   wasn't able to find a way to make use of statically set network
>   Config info.

Did you read the PPCBoot guid at our web page? It explains this stuff
pretty well.

> - vmlinux.PPCBOOT is the product of my 'make uImage' build in my kernel
>   source tree.
>
> Any ideas on why this isn't working??
...
>                         filename                "/tftpboot/vmlinux.PPCBoot";
...
> => bootp
> ENET Speed is 100 Mbps - HALF duplex connection
> BOOTP broadcast 1
> DHCP client bound to address 172.16.77.152
> ARP broadcast 1
> TFTP from server 172.16.77.151; our IP address is 172.16.77.152
> Filename '/tftpboot/vmlinux.PPCBoot'.
> Load address: 0x100000
> Loading: *
> TFTP error: 'File not found' (1)

Your TFTP server might do a "chroot" into the /tftpboot directory, so
the file "/tftpboot/vmlinux.PPCBoot" cannot be found there.

Fix yout TFTP server configuration.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
No problem is insoluble.
	-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4

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

  parent reply	other threads:[~2003-02-02 22:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-02 21:56 TFTP not able to find file??? brian.auld
2003-02-02 22:09 ` Wolfgang Grandegger
2003-02-02 22:58 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-02-02 22:28 brian.auld
2003-02-02 22:59 ` Wolfgang Denk
2003-02-02 23:12 Rod Boyce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030202225812.2BBB7C608E@atlas.denx.de \
    --to=wd@denx.de \
    --cc=brian.auld@adic.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).