Re: TFTP with the M5275EVB
"David van Geest" <[email protected]>
| Newsgroups | gmane.comp.hardware.motorola.microcontrollers.coldfire |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your responses. I have tried it with multiple files, and the IP stuff seems to be right, because it is connecting to the server. I've had them wrong in the past, so I know what to expect. Chris - I will definitely look into -v and -p. Of course, I'm home for the weekend so I can't try anything until Monday. I'll post my discoveries then. -Dave [ Rhythm Reloaded ] www.rhythmreloaded.com On Nov 22, 2007 3:35 AM, Karthik Balaguru <[email protected]> wrote: > Interesting !! Did you try with another file ? > Check if your IP address & Gateway settings are proper. > > Karthik Balaguru > [email protected] wrote: ----- > > To: <[email protected]> > From: "David van Geest" <[email protected]> > Sent by: [email protected] > Date: 11/21/2007 07:59PM > Subject: [ColdFire] TFTP with the M5275EVB > > > Hi all, > Question about TFTP. I'm running Ubuntu Gusty with xinetd, tftpd, and > tftp installed as per this how-to: http://www.davidsudjiman.info/2006/03/27/installing-and-setting-tftpd-in-ubuntu/ > . > > I have a /tftpboot folder, and my /etc/xinetd.d/tftp is as follows: > > service tftp > > { > > protocol = udp > > port = 69 > > socket_type = dgram > > wait = yes > > user = nobody > > server = /usr/sbin/in.tftpd > > server_args = -s /tftpboot > > disable = no > > } > > > The board settings are as follows: > server: 192.168.1.101 > client: 192.168.1.102 > gateway: 127.0.0.1 > netmask: 255.255.255.0 > filename: image.bin > ..... > > The gateway setting is a little strange, but it doesn't seem like it > should matter, and when using Windows w/ the TFTP-GUI server, it is > necessary for things to work right. > > The service seems to run fine, and when I run 'dn' from dBug it connects > to the TFTP server. I get a 'file not found' error. If I change the > filename setting to /tftpboot/image.bin (which seems wrong), I get an > access denied error..... I have set the permissions of /tftpboot and > image.bin to global read/write access and 'nobody' owner with: > > $ sudo chmod -R 777 /tftpboot > > $ sudo chown -R nobody /tftpboot > Am I missing something here? > Thanks, > -David > > [email protected] Send a post to the list. [email protected] the list. > [email protected] Join the list in digest mode. > [email protected] Leave the list. > ______________________________________________________________________ > > > This email may contain confidential or privileged information for the > intended recipient(s). If you are not the intended recipient, please do not > use or disseminate the information, notify the sender and delete it from > your system. Thanks > > ______________________________________________________________________ > > [email protected] Send a post to the list. [email protected] the list. > [email protected] Join the list in digest mode. > [email protected] Leave the list. >