Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - tftp not working on MPC 8548 board: (2 Items)
   
tftp not working on MPC 8548 board  
I have loaded a raw image of MPC 8548 CDS (6.4.1) on 8548 board. The board came up and able to ping using tsec0 
interface.

From qnx prompt, when I try to get a file using tftp, it is saying "No such file or directory" error.

We ensured that the tftp server is running and file also present in tftp server. because same server setup is used to 
load the image from uboot. In /etc/services file tftp entry also present.

Please suggest me, if I miss anything.

The following is log info from MPC8548 board:

# ifconfig  tsec0 172.30.14.82 netmask 255.255.255.0 up 
ifconfig  tsec0 172.30.14.82 netmask 255.255.255.0 up

# ping  172.30.14.82 
ping  172.30.14.82

PING 172.30.14.82 (172.30.14.82): 56 data bytes
64 bytes from 172.30.14.82: icmp_seq=0 ttl=255 time=7 ms
64 bytes from 172.30.14.82: icmp_seq=1 ttl=255 time=8 ms
64 bytes from 172.30.14.82: icmp_seq=2 ttl=255 time=7 ms
 

----172.30.14.82 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 7/7/8 ms   variance = 7 ms^2
# tftp  172.30.14.82 
tftp  172.30.14.82

tftp> get  sample.txt 
get  sample.txt
tftp: sample.txt: No such file or directory
tftp> q 

# sloginfo 
sloginfo

Time             Sev Major Minor Args
Jan 01 00:00:06    3    25     0 Couldn't initialize listen service: tcp (Address family not supported by protocol 
family)

Jan 01 00:00:47    5    14     0 tcpip starting
Jan 01 00:00:47    3    14     0 Unable to attach to pci server: No such file or directory
Jan 01 00:00:47    3    14     0 Using pseudo random generator.  See "random" option
Jan 01 00:00:47    5    14     0 initializing IPsec... done
Jan 01 00:00:47    5    14     0 IPsec: Initialized Security Association Processing.


Regards,
Ramakrishna
Re: tftp not working on MPC 8548 board  
On Tue, Sep 08, 2009 at 11:05:05AM -0400, Rama Krishna wrote:
> 
> I have loaded a raw image of MPC 8548 CDS (6.4.1) on 8548 board. The board came up and able to ping using tsec0 
interface.
> 
> From qnx prompt, when I try to get a file using tftp, it is saying "No such file or directory" error.
> 
> We ensured that the tftp server is running and file also present in tftp server. because same server setup is used to 
load the image from uboot. In /etc/services file tftp entry also present.

Try the usual stuff.  Specify the fullpath
to the file, make sure you have perms...

-seanb