The WRT610N v1.0 is based on the Broadcom 4705 cpu running at 300MHz. It has 8 MB flash and 64 MB SDRAM (2x HY5DU561622FTP). The WNICs are a dual BCM4322 Chipset, one for 5GHz A and N and one for 2.4GHz B,G and N. The switch is a BCM53115 chip. The WRT610N runs 802.11 A, B, G, and Draft N wireless protocols. It provides 4 gigabit LAN ports, 1 WAN port and a USB 2.0 port.
| Version/Model | S/N | OpenWrt Version Supported | Model Specific Notes |
|---|---|---|---|
| WRT610N v0 | ? | same as v1 | same as v1 |
| WRT610N v1.0 | CTG01 | 10.03.1 (r22840), trunk (added r36099, r36461 tested) | b43 works with 2.4GHz radio, wl with both |
| WRT610N v2.0 | CTG11 | trunk (added in r36099, r36342 tested) | same hardware as Linksys E3000 |
| Ver | CPU | Ram | Flash | Network | Wireless | Antenna | USB | Serial | JTag |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BCM4705@300MHz | 64MiB | 8MiB | 1+4 x 1000M | 2.4+5Ghz | Yes (2.0) | Yes | ? | |
| 2 | BCM4718@480MHz | 64MiB | 8MiB | 1+4 x 1000M | 2.4+5Ghz | Internal, 3 per band | Yes (2.0) | Yes | ? |
Download trunk snapshot openwrt-wrt610n_v2-squashfs.bin or trunk snapshot openwrt-wrt610n_v1-squashfs.bin depending on your hardware version. These snapshots ship with b43, so 5GHz wireless will not work and only BG rates will be available.
Alternately, see instructions for building openwrt from source and set the following configuration (in 'make menuconfig')
Target System (Broadcom BCM47xx/53xx) ---> Target Profile (Broadcom SoC, all Ethernet, BCM43xx WiFi (wl, proprietary)) --->
From dd-wrt Linksys WRT610N documentation
openwrt-wrt610n_v1-squashfs.bin or openwrt-wrt610n_v2-squashfs.bin file depending on hardware version.If you have a serial console and the above isn't working you can press ctrl-c while the router is booting to get to a CFE prompt, then either:
Or
even though CFE says it's doing that last bit, it appears some setup is missing. Running the command manually from a canceled boot and then browsing to the upgrade page shows an immediate "Update Success" and the router reboots (CFE reports that it has run the "reboot" command).
Upload the openwrt-wrt610n_v1-squashfs.bin or openwrt-wrt610n_v2-squashfs.bin image with TFTP.
describe actual method
Based on the CFE boot logs, it appears that the router attempts to load something via tftp with a max size of 0x32000 bytes (3.625MiB) into ram. This would limit our image size quite a bit.
If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the mtd command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
cd /tmp/ wget http://downloads.openwrt.org/latest/brcm-2.4/openwrt-brcm-2.4-squashfs.trx sysupgrade /tmp/openwrt-brcm-2.4-squashfs.trx
cd /tmp/ wget http://downloads.openwrt.org/latest/brcm-2.4/openwrt-brcm-2.4-squashfs.trx mtd write /tmp/openwrt-brcm-2.4-squashfs.trx linux && reboot
| Architecture: | MIPS |
| Vendor: | Broadcom |
| Bootloader: | CFE |
| System-On-Chip: | Broadcom BCM4705 |
| CPU Speed: | 300 MHz |
| Flash-Chip: | EON EN29LV640B-90TIP - 64 Megabit (8M x 8-bit / 4M x 16-bit) |
| Flash size: | 8 MiB |
| RAM: | 64 MiB |
| Wireless: | 2x Broadcom BCM4322 802.11a/b/g/n (integrated) |
| Ethernet: | Broadcom BCM53115 Gigabit Switch |
| USB: | 1x USB2.0 Host |
| Serial: | Yes |
| JTAG: | ? |
For v2 see E3000
Note: This will void your warranty!
The case parts are hold together by plastic claws, use a screwdriver to release them.
See this form post for details.
PCB (front side):
Insert picture of PCB front side
There are 5 solder pads near the rim on the backside of the PCB, see image above. Serial port settings are 115000@8N1.
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN & WiFi | 192.168.1.1/24 |
| vlan0 (eth0.0) | LAN ports (1 to 4) | Static |
| vlan1 (eth0.1) | WAN port | DHCP |
| wl0 | WiFi | Disabled |
Switch port numbers are currently unknown.
If you forgot your password, broke one of the startup scripts, firewalled yourself or corrupted the JFFS2 partition, you can get back in by using OpenWrt's failsafe mode.
Available buttons are currently not known.
Since this part is identical for all devices, see Basic configuration.
To connect stuff to the USB port, please see Connect stuff to the USB port.
See bootlog.
Bug Tracking Ticket
https://dev.openwrt.org/ticket/3857
Forum Thread
https://forum.openwrt.org/viewtopic.php?id=16733
Vendor Source
ftp://ftp.linksys.com/opensourcecode/wrt610n/
OpenWrt System Information
See sysinfo.
OpenWrt SoC Status
For WIFI config with wl
Consult https://dev.openwrt.org/ticket/5788 (don't choose an unsupported mode)