[U-Boot] [PATCH v2 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem

Lukasz Majewski l.majewski at majess.pl
Sun Aug 9 23:10:50 CEST 2015


Hi Simon,

> Hi Lukasz,
> 
> On 25 July 2015 at 02:11, Lukasz Majewski <l.majewski at majess.pl>
> wrote:
> > This commit adds initial support for using tftp for downloading and
> > upgrading firmware on the device.
> >
> > Signed-off-by: Lukasz Majewski <l.majewski at majess.pl>
> > ---
> > Changes for v2:
> > - Return -ENOSYS instead of plain -1
> > - Remove interface and devstring env variables reading in the
> > dfu_tftp_write()
> > - Those parameters are now passed to dfu_tftp_write() function as
> > its arguments ---
> >  drivers/dfu/Makefile   |  1 +
> >  drivers/dfu/dfu_tftp.c | 65
> > ++++++++++++++++++++++++++++++++++++++++++++++++++
> > include/dfu.h          | 13 ++++++++++ 3 files changed, 79
> > insertions(+) create mode 100644 drivers/dfu/dfu_tftp.c
> 
> Is there a Kconfig option needed here?

I will add proper Kconfig option for this code in the following patch:

[PATCH v2 8/9] config: bbb: Configs necessary for running update via
TFTP on Beagle Bone Black

IMHO this patch is a better place to do that.

> 
> Regards,
> Simon

Best regards,
Lukasz Majewski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150809/c8179b75/attachment.sig>


More information about the U-Boot mailing list