From 5a6087277c271773248e30c53ba494e328a7d476 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Mon, 24 Aug 2015 00:21:42 +0200 Subject: 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 Reviewed-by: Simon Glass Acked-by: Joe Hershberger --- doc/README.update | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/README.update') 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. -- cgit v1.2.3