summaryrefslogtreecommitdiff
path: root/doc/README.update
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@majess.pl>2015-08-23 22:21:42 (GMT)
committerMarek Vasut <marex@denx.de>2015-09-07 11:41:04 (GMT)
commit5a6087277c271773248e30c53ba494e328a7d476 (patch)
treeae366cf1b8c1cc85de18708bae8c3c84fd5f45b0 /doc/README.update
parentcc4f1558a72621b1ac766e54e1ab5aab824bb7dd (diff)
downloadu-boot-fsl-qoriq-5a6087277c271773248e30c53ba494e328a7d476.tar.xz
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 a7f4d9e..eab124c 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.