Lines Matching full:tftp
7 Device Firmware Upgrade (DFU) - extension to use TFTP
13 * Update TFTP (CONFIG_UPDATE_TFTP) only supports writing
14 code to NAND memory via TFTP.
26 via TFTP protocol.
28 By using Ethernet (TFTP protocol to be precise) it is
39 for USB based DFU (CONFIG_DFU_*) and DFU TFTP update
42 The "dfu" command has been extended to support transfer via TFTP - one
43 needs to type for example "dfu tftp 0 mmc 0"
55 The "dfu tftp" command can be used in the "preboot" environment variable
64 1. Setup tftp env variables:
81 * set "updatefile" - the file name to be downloaded via TFTP (stored on
82 the HOST at e.g. /srv/tftp)
84 3. If required, to update firmware on boot, put the "dfu tftp 0 mmc 0" in the
97 To create FIT image for download one should follow the update tftp README file
119 * Extend dfu-util command to support TFTP based transfers
120 * Upload support (via TFTP)