15 minute upgrade video, step by step in real time.
Disclaimer
When doing things on the firmware level there is always a possibility that something might go wrong and your router becomes bricked.
March 2022 update
AdvancedTomato (based on Tomato by Shibby) firmware hasn’t been updated in years, so I would recommend using FreshTomato (last updated 24 Dec 2021) which is still being updated, and has been running rock solid on my EA6700 for the last year. The biggest drawback is the UI isn’t quite as clean and modern as AT was.
You should also be aware of a 32K NVRAM limit, which causes a lot of issues with this router (read the comments), thus I would recommend removing this limit by following the steps here (backup mirror of steps + mirror of files), though removing the limit also means you can never go back to Linksys stock firmware, only other third party firmware like AT, FreshTomato or DD-WRT etc
I’d recommend reading through all the steps before starting to get an idea of what will need to be done, then follow the steps carefully.
The old instructions to install AdvancedTomato are below.
The long guide (for beginners)
admin
)e.g. (Current Version: 1.1.40.166281) the bold part is the build version.
Once the device is back up follow these steps;
admin
).If it doesn’t, wait another 5 mins, if still nothing then abort, reset it (unplug power from router, push the reset pin, plug power back in, hold reset pin for 45 seconds, then let go, wait 5 mins and the stock firmware should be back), then start again from step 1.
If you end up back on the stock Linksys firmware, start again and redo all the steps and check what IPs are assigned on your computer while the upgrades are happening (see below).
admin
/admin
.This is very important, if you skip erasing the NVRAM the new firmware won’t hold.
for line in $(nvram show | grep =$); do var=${line%*=}; nvram unset $var;
done
nvram commit
The quick guide (for advanced users)
for line in $(nvram show | grep =$); do var=${line%*=}; nvram unset $var;
done
nvram commit
Troubleshooting
Also check out chanz’s comment as he talks about it, as well as other comments.
Old firmware mirror
A mirror of the 166281 firmware has been hosted on my server in case Linksys takes down the link one day.
30/30/30 reset?
According to jago75, the 30/30/30 reset has no effect on ARM-based routers like the EA6700.
Why the double firmware install?
The steps for installing the Tomato firmware onto the EA6700 router are a little different than that of normal routers. It has 2 locations where it stores firmware, and if you try to install AdvancedTomato as per normal, it will just reboot back to the stock Linksys firmware.
This is why we first “upgrade” to the stock firmware (into the first location), then again with AdvancedTomato, into the second location, which is what it runs from by default. (at least this is my understanding)
Disbale all LED lights (except the Linksys logo)
In the Administration > Scripts page, put the following into the Init tab, save, and reboot.
sleep 10
et robowr 0x0 0x18 0x0
et robowr 0x0 0x1a 0x0
Some acronyms
AT = AdvancedTomato
AIO = All In One (has everything)
VPN = A cut-down version of the firmware with specific VPN support
OFW = Official Firmware, e.g. what originally come with the device
CFW = Custom Firmware, e.g. what we’re putting on the router (Tomato, DD-WRT, OpenWrt etc)
NIC = Network Interface Controller (the things where you plug the network cables into)
Disclaimer
I am by no means an expert in flashing firmware, only done it a few times, first a Netgear router (DD-WRT), then a Linksys (DD-WRT), and now this Linksys router (AdvancedTomato), just thought I’d share this as I couldn’t find anything online on this specific router and Tomato based firmware, and didn’t have much success with my initial attempts.
Alternative name
Cisco Linksys Smart Wi-Fi Router AC 1750 HD Video Pro
Feel free to leave any feedback in the comments.
]]>