diff options
author | Lukasz Majewski <l.majewski@majess.pl> | 2015-08-24 00:21:42 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-09-07 13:41:04 +0200 |
commit | 5a6087277c271773248e30c53ba494e328a7d476 (patch) | |
tree | ae366cf1b8c1cc85de18708bae8c3c84fd5f45b0 /doc/README.update | |
parent | cc4f1558a72621b1ac766e54e1ab5aab824bb7dd (diff) | |
download | u-boot-imx-5a6087277c271773248e30c53ba494e328a7d476.zip u-boot-imx-5a6087277c271773248e30c53ba494e328a7d476.tar.gz u-boot-imx-5a6087277c271773248e30c53ba494e328a7d476.tar.bz2 |
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.update | 7 |
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. |