[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Problems with tftpserver configuration



Hi John and All

I am new user with embedded system and uClinx.

I am trying to follow the step of reference design of xilinx Spartan3E500 rev.D board under petalinux.

When I goes to the step :  cat /tftpboot/u-boot.srec > /dev/ttyS0

the kermit screen stop at the line :

FS-BOOT: Press 'n' to boot old image.
FS-BOOT: Use new image.
FS-BOOT: Booting image...

after that there is no response.

I check the mailinglist, and there is no solution available now.

I doubt that the tftp server may not working properly.

The file is list as follows:


service tftp
{
	socket_type	= dgram
	protocol	= udp
	port		= 69
	wait		= yes
	user		= nobody
	server		= /usr/sbin/in.tftpd
	server_args	= -c -s /tftpboot
	disable		= no
	per_source	= 11
	cps		= 100 2
}

under the console , when I test tftp with

#tftp  localhost
tftp>  get image.bin

transfer time out.
tftp>


When I change file /etc/xinetd.d/tftp  with the "user	= root",  the server work and get/put commands under tftp performed.

So how can I make it?

Sorry for my English.  ;-)

Bow!


 				
--------------
stam
2007-10-19

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/