]> git.sur5r.net Git - u-boot/blobdiff - doc/README.update
cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline
[u-boot] / doc / README.update
index a7f4d9ebe5ddddb317f8ac50c85ee3839e65201b..eab124ce1d920e27aa0d7ef67e36d3cd8b7e6194 100644 (file)
@@ -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.