On 15 November 2012 09:45, Antony Pavlov <antonynpavlov@xxxxxxxxx> wrote: > On 15 November 2012 07:11, zzs <zzs213@xxxxxxx> wrote: >> tftp command only have filename args, Now I want >> download a file to mem loctaion, ex 0x21f00000. >> How to do that? > > AFAIR, > memcpy -s /mnt/tftp/file -d /dev/mem 0 <memaddr> <size> > > (but /dev/mem is default value for -d). > If you have tftp command only (old barebox without tftp filesystem support) then use barebox:/ tftp your_file barebox:/ memcpy -s your_file 0 0x21f00000 <file size> -- Best regards, Antony Pavlov _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox