History log of /u-boot/doc/README.update
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# a2f0b504 17-Jun-2020 Heinrich Schuchardt <xypron.glpk@gmx.de>

cmd: drop fitupd command

The `fitupd' command is not used by any board. The `dfu tftp' command
provides the same capabilities.

So let's drop the `fitupd' command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

# 3f42dc87 24-Nov-2015 Vagrant Cascadian <vagrant@debian.org>

Fix typo: commmand -> command.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

# 5a608727 23-Aug-2015 Lukasz Majewski <l.majewski@majess.pl>

doc: dfu: tftp: README entry for TFTP extension of DFU

Documentation file for DFU extension. With this functionality it is now
possible to transfer FIT images with firmware updates via TFTP and use
DFU backend for storing them.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>

# 7130a579 15-Jul-2011 Andreas Pretzsch <apr@cn-eng.de>

add command fitupd to run an update from a FIT image

Command calls update_tftp() analogous to automatic update described
in doc/README.update.

Usage:
fitupd [addr]
- run update from FIT image at addr
or from tftp 'updatefile'

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>

# 7c84fe6a 30-Oct-2008 Bartlomiej Sieka <tur@semihalf.com>

Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>

# 4bae9090 01-Oct-2008 Bartlomiej Sieka <tur@semihalf.com>

Automatic software update from TFTP server

The auto-update feature allows to automatically download software updates
from a TFTP server and store them in Flash memory during boot. Updates are
contained in a FIT file and protected with SHA-1 checksum.

More detailed description can be found in doc/README.update.

Signed-off-by: Rafal Czubak <rcz@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>

# 3f42dc87 24-Nov-2015 Vagrant Cascadian <vagrant@debian.org>

Fix typo: commmand -> command.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>


# 5a608727 23-Aug-2015 Lukasz Majewski <l.majewski@majess.pl>

doc: dfu: tftp: README entry for TFTP extension of DFU

Documentation file for DFU extension. With this functionality it is now
possible to transfer FIT images with firmware updates via TFTP and use
DFU backend for storing them.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>


# 7130a579 15-Jul-2011 Andreas Pretzsch <apr@cn-eng.de>

add command fitupd to run an update from a FIT image

Command calls update_tftp() analogous to automatic update described
in doc/README.update.

Usage:
fitupd [addr]
- run update from FIT image at addr
or from tftp 'updatefile'

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>


# 7c84fe6a 30-Oct-2008 Bartlomiej Sieka <tur@semihalf.com>

Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>


# 4bae9090 01-Oct-2008 Bartlomiej Sieka <tur@semihalf.com>

Automatic software update from TFTP server

The auto-update feature allows to automatically download software updates
from a TFTP server and store them in Flash memory during boot. Updates are
contained in a FIT file and protected with SHA-1 checksum.

More detailed description can be found in doc/README.update.

Signed-off-by: Rafal Czubak <rcz@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>