how to download a file to specified mem location using tftp
zzs
zzs213 at 126.com
Thu Nov 15 01:30:11 EST 2012
In message <CAA4bVAEhhLxXfzNZ_mBP_=W-TNOHOkEnwF=vgBMBy16ezd2_NA at mail.gmail.com> Antony Pavlov 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>
>
Thanks, I'm a barebox beginner.
So how to mount tftp to /mnt/tftp
my barebox version is 2012.10.0
--
Best Regards,
zzs
More information about the barebox
mailing list