How to download the mtd block via TFTP?

A.W.C. bluestream at ymail.com
Sun Dec 6 18:07:08 UTC 2015


Possibly, this issue is due to file size limitation: the original protocol had file limitation. What is TFTP file limitation size in BusyBox  v1.4.2 ?






--------------------------------------------
On Fri, 12/4/15, Bastian Bittorf <bittorf at bluebottle.com> wrote:

 Subject: Re: How to download the mtd block via TFTP?
 To: "A.W.C." <bluestream at ymail.com>
 Cc: "wharms at bfs.de" <wharms at bfs.de>, "busybox at busybox.net" <busybox at busybox.net>
 Date: Friday, December 4, 2015, 10:50 PM
 
 * A.W.C. <bluestream at ymail.com>
 [04.12.2015 20:23]:
 > Can you illustrate
 this in details? 
 
 make allnoconfig
 make
 menuconfig
 # select only some of your needed
 applets, e.g. traceroute
 # select
 "Busybox settings" -> "build options"
 -> "static binary"
 make
 ls -l busybox*
 ./busybox
 --list
 # here you can see, that only
 'your' applets are in
 ./busybox
 traceroute -n 8.8.8.8
 scp ./busybox user at yourbox:
 
 try it & read the docs -
 bye, bastian
 


More information about the busybox mailing list