summaryrefslogtreecommitdiffstats
path: root/doc/README.update
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@majess.pl>2015-08-24 00:21:42 +0200
committerMarek Vasut <marex@denx.de>2015-09-07 13:41:04 +0200
commit5a6087277c271773248e30c53ba494e328a7d476 (patch)
treeae366cf1b8c1cc85de18708bae8c3c84fd5f45b0 /doc/README.update
parentcc4f1558a72621b1ac766e54e1ab5aab824bb7dd (diff)
downloadblackbird-obmc-uboot-5a6087277c271773248e30c53ba494e328a7d476.tar.gz
blackbird-obmc-uboot-5a6087277c271773248e30c53ba494e328a7d476.zip
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>
Diffstat (limited to 'doc/README.update')
-rw-r--r--doc/README.update7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.update b/doc/README.update
index a7f4d9ebe5..eab124ce1d 100644
--- a/doc/README.update
+++ b/doc/README.update
@@ -93,3 +93,10 @@ Example .its files
An example containing three updates. It can be used to update Linux kernel,
ramdisk and FDT blob stored in Flash. The procedure for preparing the update
file is similar to the example above.
+
+TFTP update via DFU
+-------------------
+
+- It is now possible to update firmware (bootloader, kernel, rootfs, etc.) via
+ TFTP by using DFU (Device Firmware Upgrade). More information can be found in
+ ./doc/README.dfutftp documentation entry.
OpenPOWER on IntegriCloud