WRT: Difference between revisions
Jump to navigation
Jump to search
flash IT! #080 |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Teh WRT54G series launched in 2002 featuring a Broadcom BCM47xx 32-bit processor with 16MB RAM and a 4MB flash memory. The device functions as a router with wired 10/100 Mbps ethernet along with wireless 802.11bg. These devices continue to be a workhorse in WiFi everywhere and spawned several open source firmware projects. OpenWrt and dd-wrt both have their roots here. Almost as a trojan horse, they also brought about IoT in that the Broadcom chipset has since become the basis of the Raspberry Pi. | |||
[[File:Linksys-Wireless-G-Router.jpg|700px]] | |||
== OpenWrt == | |||
https://wiki.openwrt.org/toh/linksys/wrt54g | https://wiki.openwrt.org/toh/linksys/wrt54g | ||
To "upgrade" from the command line with telnet, ssh or console access on a device already running busybox. | |||
<pre> | |||
cd /tmp/ | |||
wget http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/openwrt-brcm47xx-squashfs.trx | |||
mtd write /tmp/openwrt-brcm47xx-squashfs.trx | |||
</pre> | |||
To "recover" with default settings, boot into failsafe mode and run <code>firstboot</code> then restart. | |||
https://en.wikipedia.org/wiki/Linksys_WRT54G_series | |||
Latest revision as of 13:32, 7 September 2016
Teh WRT54G series launched in 2002 featuring a Broadcom BCM47xx 32-bit processor with 16MB RAM and a 4MB flash memory. The device functions as a router with wired 10/100 Mbps ethernet along with wireless 802.11bg. These devices continue to be a workhorse in WiFi everywhere and spawned several open source firmware projects. OpenWrt and dd-wrt both have their roots here. Almost as a trojan horse, they also brought about IoT in that the Broadcom chipset has since become the basis of the Raspberry Pi.
OpenWrt
[edit | edit source]https://wiki.openwrt.org/toh/linksys/wrt54g
To "upgrade" from the command line with telnet, ssh or console access on a device already running busybox.
cd /tmp/ wget http://downloads.openwrt.org/backfire/10.03.1/brcm47xx/openwrt-brcm47xx-squashfs.trx mtd write /tmp/openwrt-brcm47xx-squashfs.trx
To "recover" with default settings, boot into failsafe mode and run firstboot then restart.