From: Massimiliano Cialdi <massimiliano.cialdi@powersoft.it>
To: u-boot@lists.denx.de
Subject: [U-Boot] problems with tftp
Date: Wed, 27 Jan 2010 09:51:32 +0100 [thread overview]
Message-ID: <1264582292.6870.15.camel@lab7.powersoft.it> (raw)
I'm tring to get a 53MB file using tftp protocol.
I use U-Boot 1.1.4 that was preinstalled on OMAP3EVM board. PC side is a
linux box (ubuntu 9.04) where is installed atftpd 0.7 that runs with the
following command line (not using inetd):
/usr/sbin/atftpd --daemon --tftpd-timeout 300 --retry-timeout 5
--mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1
--maxthread 100 --verbose=5 /opt/OMAP35x_SDK_0.9.7
where /opt/OMAP35x_SDK_0.9.7 is the directory where are placed all files
(obviously all permission are correctly set)
On U-Boot I run the following command:
tftpboot 0x81600000 bin/<file>.jffs2
(network is correctly set)
I tried with 2 files: rootfs.jffs2 (about 17MB) and myroot.jffs2 (about
53MB)
trying rootfs.jffs2 all works, it is correctly transfered.
instead myroot.jffs2 doesn't work. atftd log report the following line:
Jan 27 09:24:33 lab7 atftpd[5910]: Serving bin/myroot.jffs2 to
192.168.1.203:2082
Jan 27 09:24:33 lab7 atftpd[5910]: Requested file to big, increase
BLKSIZE
How can I increase BLKSIZE, and where? Is a client or server parameter?
thanks
next reply other threads:[~2010-01-27 8:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-27 8:51 Massimiliano Cialdi [this message]
2010-01-27 12:27 ` [U-Boot] problems with tftp Wolfgang Denk
2010-01-27 12:36 ` Alessandro Rubini
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=1264582292.6870.15.camel@lab7.powersoft.it \
--to=massimiliano.cialdi@powersoft.it \
--cc=u-boot@lists.denx.de \
/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