You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Carl-Daniel Hailfinger 3e6d303d61 uboot-lantiq: Enable TFTP PUT support for backups
Backing up the current firmware from U-Boot over serial can take hours.
Booting a working Linux image for backup purposes is not always an option.
Using the tftpput command in U-Boot is the fastest and easiest way.

tftpput will upload the contents of a memory region to the TFTP server.
The IP address of the server is stored in the serverip variable.

Usage:
tftpput <memaddr> <length> <filename>

Example for a complete flash backup of an o2 Box 6431 (VGV7510KW22):
VGV7510KW22 # tftpput 0xB0000000 0x1000000 o2boxbackup.bin

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
7 years ago
..
0001-sf-fix-out-of-order-calls-for-spi_claim_bus-and-spi_.patch Refresh patches 10 years ago
0002-sf-consistently-use-debug-for-warning-error-messages.patch Refresh patches 10 years ago
0003-sf-move-malloc-of-spi_flash-to-spi_flash_probe.patch Refresh patches 10 years ago
0004-sf-add-slim-probe-funtions-for-SPL.patch Refresh patches 10 years ago
0005-sf-make-calculatiom-of-address-bytes-completely-conf.patch Refresh patches 10 years ago
0006-sf-add-support-for-4-byte-addressing.patch Refresh patches 10 years ago
0007-sf-add-support-for-EN25QH256.patch Refresh patches 10 years ago
0008-sf-fix-sector-layout-of-S25FL256S_256K-and-S25FL512S.patch Refresh patches 10 years ago
0009-net-switchlib-add-framework-for-ethernet-switch-driv.patch Refresh patches 10 years ago
0010-net-switchlib-add-driver-for-Lantiq-PSB697X-switch-f.patch Refresh patches 10 years ago
0011-net-switchlib-add-driver-for-Lantiq-ADM6996I-switch-.patch Refresh patches 10 years ago
0012-net-switchlib-add-driver-for-Atheros-AR8216.patch Refresh patches 10 years ago
0013-net-switchlib-add-driver-for-REALTEK-RTL8306.patch treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch uboot-lantiq/spl: fixed uninitialized variable len in spl_uncompress_lzo 7 years ago
0015-MIPS-lantiq-add-support-for-Lantiq-XWAY-ARX100-SoC-f.patch uboot-lantiq/spl: fixed uninitialized variable len in spl_uncompress_lzo 7 years ago
0016-net-add-driver-for-Lantiq-XWAY-ARX100-switch.patch Refresh patches 10 years ago
0017-tools-add-some-helper-tools-for-Lantiq-SoCs.patch Refresh patches 10 years ago
0018-tools-lantiq-add-NAND-SPL-support.patch uboot-lantiq: fix a tool portability issue 7 years ago
0019-Makefile-add-Lantiq-NAND-SPL-images.patch Refresh patches 10 years ago
0020-MIPS-lantiq-add-NAND-SPL-support.patch Refresh patches 10 years ago
0021-MIPS-vrx200-add-NAND-SPL-support.patch uboot-lantiq: vrx200 - add support for dual nor flash 8 years ago
0022-MIPS-lantiq-add-default-openwrt-config.patch uboot-lantiq: Enable TFTP PUT support for backups 7 years ago
0023-lzma-fixup.patch uboot-lantiq: reorder and rework patches 8 years ago
0024-Makefile-prepare-u-boot-lantiq-v2013.10-openwrt4.patch uboot-lantiq: reorder and rework patches 8 years ago
0025-arx100-cgu-fixes.patch uboot-lantiq: reorder and rework patches 8 years ago
0026-no_extern_inline.patch uboot-lantiq: reorder and rework patches 8 years ago
0027-no_weak_alias.patch uboot-lantiq: reorder and rework patches 8 years ago
0028-gcc-compat.patch uboot-lantiq: fix build with gcc6 7 years ago
0100-MIPS-add-board-support-for-Easy-50712.patch uboot-lantiq: reorder and rework patches 8 years ago
100-portability.patch uboot-lantiq: fix build error on mac os x 7 years ago
0101-MIPS-add-board-support-for-Easy-80920.patch uboot-lantiq: reorder and rework patches 8 years ago
0102-MIPS-add-board-support-for-Arcadyan-ARV4519PW.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0103-MIPS-add-board-support-for-Arcadyan-ARV7518PW.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0104-MIPS-add-board-support-for-AudioCodes-MP-252.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0105-MIPS-add-board-support-for-AVM-FritzBox-3370.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0106-MIPS-add-board-support-for-Gigaset-SX76X.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0111-MIPS-add-board-support-for-Arcadyan-ARV7510PW22.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0112-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch uboot-lantiq: VGV7510KW22 - remove NOR SPL leftovers 8 years ago
0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0114-MIPS-add-board-support-for-Arcadyan-VGV7519.patch uboot-lantiq: vgv7519 fix tftp loading of big kernel/image size 8 years ago
0115-MIPS-add-board-support-for-Arcadyan-ARV7506PW11.patch uboot-lantiq: fix boot of images larger than 8MB 7 years ago
0116-MIPS-add-board-support-for-BT-Home-Hub-5A.patch uboot-lantiq: Add BT Home Hub 5A support 8 years ago