Technology template on how to make openwrt run on the Asus RT-N16 router
This TT provides an easy way of flashing or reflashing the router. It is intended to be the easy solution when the router behaves oddly due to some configuration issue.
-
A pc (or other) running linux
You must have root access on this machine. Currently only "su" is supported (as oposed to "sudo")
-
An Asus RT_N16 + power supply
The state of the router is not important (at least I have not suceeded in bricking it yet) If the router runs DD-WRT, the guide will most likely fail.
-
a patch cable
-
internet access
-
Get this code:
git clone https://github.com/moozer/TT_Asus_RT-N16_and_OpenWrt.git
-
Change the parameters in
runme.sh
-
Run the script:
cd TT_Asus_RT-N16_and_OpenWrt
followed by./runme.sh
-
Follow what the script says
-
Resetting to defaults:
telnet 192.168.1.1
,mtd erase nvram
and finallyreboot
- OpenWrt forum discussion: https://forum.openwrt.org/viewtopic.php?id=33560&p=3
- Domething from DD-wrt: http://www.dd-wrt.com/wiki/index.php/Asus_RT-N16
- Asus reflashing utility (from CD)
- Creativity and some help using the serial connection
In the compilation directory, you'll find recomplitation notes and some scripts, should you want to recompile the kernel yourself.
send me an email [email protected]