[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] Problems with tftpserver configuration
Hi stam,
For what I can see the system hangs after you download the u-boot image
to the board with the serial cable. So the problem at the moment does
not lay in tftp transfer.
> 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...
You send the file through the serial cable and then the FS-BOOT saves it
and try to load the image, but fails to load the u-boot image file and
hangs. I belive the problem are that either your DDR memory adressing
are wrong or that the u-boot image are not correct. I had trouble with
creating the system for that board a few month ago and the reason for me
was that I tried to use the 2.6 kernel. When I compiled the 2.4 kernel
instead the system worked.
Are you using the reference design that comes with petalinux or did you
make your own? It might be suitable to try the reference design that
comes with the petalinux package. This has a precombiled image for the
board. You can find this under \hardware\reference-designs or
\hardware\reference-designs\pre-built\Xilinx-Spartan3E500-RevC
If you prefer the complete bit file and images. Remember that the bit
file and the reference design use the DTE serial port on the board if
you want to change that to the DCE you will have to edit the constraint
file.
Hope this helps
Best regards,
Daniel
-----Original Message-----
From: owner-microblaze-uclinux@xxxxxxxxxxxxxx
[mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxx] On Behalf Of Xin Xie
Sent: den 19 oktober 2007 04:59
To: microblaze-uclinux@xxxxxxxxxxxxxx
Subject: Re: [microblaze-uclinux] Problems with tftpserver configuration
Hi,
Can you first check the /tftp directory's property and make sure it is
readable. Also have a look of /var/log/syslog, it should give you more
error message of tftp.
Cheers
Xin
On Fri, 2007-10-19 at 09:54 +0800, stam wrote:
> 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/
>
___________________________
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/
___________________________
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/