From: Sascha Hauer <s.hauer@pengutronix.de>
To: Antony Pavlov <antonynpavlov@gmail.com>,
barebox <barebox@lists.infradead.org>
Subject: Re: how to download a file to specified mem location using tftp
Date: Thu, 15 Nov 2012 08:41:34 +0100 [thread overview]
Message-ID: <20121115074134.GS10369@pengutronix.de> (raw)
In-Reply-To: <20121115070755.GC31296@greatfirst.com>
On Thu, Nov 15, 2012 at 03:07:55PM +0800, zzs wrote:
> > So how to mount tftp to /mnt/tftp
> >
> Greped barebox code, Now I SEE
>
> mkdir /mnt/tftp -p && mount -t tftp $eth0.serverip /mnt/tftP
Additionally you'll find this:
mkdir /mnt/tftp
automount /mnt/tftp 'ifup eth0 && mount -t tftp $eth0.serverip /mnt/tftp'
which will automount it for you once you need it.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2012-11-15 7:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 3:11 how to download a file to specified mem location using tftp zzs
2012-11-15 5:45 ` Antony Pavlov
2012-11-15 6:02 ` Antony Pavlov
2012-11-15 6:30 ` zzs
2012-11-15 7:07 ` zzs
2012-11-15 7:41 ` Sascha Hauer [this message]
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=20121115074134.GS10369@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.