commit | 6a78e96265834c975e2beed3b28450cfd0fb2573 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Oct 16 12:04:05 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 16 11:11:56 2024 -0600 |
tree | 55618cc1557ed1072d311ae5f7b8c1bb2ce0e4bb | |
parent | 33f2c02cc72694377319d9ea5a0c3ff890b17631 [diff] |
net: lwip: add TFTP support and tftpboot command Implement do_tftpb(). This implementation of the tftp command supports an optional port number. For example: tftp 192.168.0.30:9069:file.bin It also supports taking the server IP from ${tftpserverip} if defined, before falling back to ${serverip}. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Tested-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>