Search

You can find the results of your search below.

Upgrading OpenWrt firmware using CLI
32 Hits, Last modified:
neath the Image Files section: - <code>DOWNLOAD_LINK="http://URLOFFIRMWAREBIN"; SHA256SUMS="http://URLOFSHA256"</code> - Download and check the ... ) * you can use **scp**: ''scp openwrt-ar71xx-tl-wr1043nd-v1-squashfs-sysupgrade.bin root@192.168.1.1:/tmp'... ''ssh root@192.168.1.1 "cat > /tmp/openwrt-ar71xx-tl-wr1043nd-v1-squashfs-sysupgrade.bin" < openwrt-ar71xx-tl-wr1043nd-v1-squashfs-sysupgrade.bin'' (Also ensure you hav... inux PC nc -q 0 192.168.1.1 1234 < openwrt-ar71xx-tl-wr1043nd-v1-squashfs-sysupgrade.bin # OpenWrt nc -l -p 12
Generic flashing over the Serial port
28 Hits, Last modified:
latform //ar71xx// bootloader //[[docs:techref:bootloader:uboot|Das U-Boot]]//: [[toh:tp-link:tl-wr1043nd#installation|TL-WR1043ND]] === Actual procedure === * first, launch a t... To get a rough idea of the process, check [[toh:tp-link:tl-wr1043nd:flashlog|an example serial console log during the... han running a [[docs:guide-user:troubleshooting:tftpserver|tftpd server]]. These instructions assume you're using a Linux system, but they will give you a
Generic NOR backup
24 Hits, Last modified:
to compile you own kernel after doing some [[toh:tp-link:tl-wr1043nd#making_bootloader_partition_writable|minor modification]]. The... without restoring it to OpenWrt, you can use [[https://github.com/sviehb/jefferson|jefferson]] with t
Back to original firmware
21 Hits, Last modified:
device "linux" instead of "firmware". (Tested on TP-Link TL-WR841ND V7): > <code>mtd -r write /tmp/original_f... sometimes you need to be careful, see e.g. [[toh/tp-link/tl-wr1043nd#Back to original firmware]]. If you get a error ... tatically compiled version <code> cd /tmp wget http://www.freewrt.org/downloads/tools/mtd-static chmod a+x mtd.static wget http://www.example.org/original.trx ./mtd.static -e li
Upgrading OpenWrt firmware using LuCI and CLI
15 Hits, Last modified:
downloading the OpenWrt 15.05 upgrade image for a TP-LINK TL-WR1043ND ver. 1.x router cd /tmp wget http://downloads.ope... 15.05/ar71xx/generic/openwrt-15.05-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin # check the integrity... # sysupgrade -v /tmp/openwrt-15.05-ar71xx-generic-tl-wr1043nd-v1-squashfs-sysupgrade.bin </code> NOTE: see ext
  • Last modified: 2024/01/03 12:05
  • by aparcar