summaryrefslogtreecommitdiff
path: root/doc/README.update
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-09-07 08:56:23 -0400
committerTom Rini <trini@konsulko.com>2015-09-07 08:56:23 -0400
commitcdc7732f3737f2bb97b77eb3d7c9da344bb73612 (patch)
tree5d3a3567a1a58335ed2f38d8228cf24483f79b14 /doc/README.update
parenta6003397f7b74f7af6c21954073e046de08f43c9 (diff)
parent49b4c5c700077e387fef61a7225f92d190ee0c45 (diff)
downloadu-boot-imx-cdc7732f3737f2bb97b77eb3d7c9da344bb73612.zip
u-boot-imx-cdc7732f3737f2bb97b77eb3d7c9da344bb73612.tar.gz
u-boot-imx-cdc7732f3737f2bb97b77eb3d7c9da344bb73612.tar.bz2
Merge git://git.denx.de/u-boot-usb
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.