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 <[email protected]> wrote: Subject: Re: How to download the mtd block via TFTP? To: "A.W.C." <[email protected]> Cc: "[email protected]" <[email protected]>, "[email protected]" <[email protected]> Date: Friday, December 4, 2015, 10:50 PM * A.W.C. <[email protected]> [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@yourbox: try it & read the docs - bye, bastian _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
