- Setup local network:
ifconfig eth0 192.168.1.2 netmask 255.255.255.0
- Ping your router forever
ping 192.168.1.1
Start ping your router and observe when the TTL change from 100 to 64. That is the transition between the bootloader and the linux image.
- TFTP the old firmware version
atftp --option "mode octet" --option "timeout 60" --verbose --trace -p -l **FW_EA6900_1.1.42.161129_prod_DDWRT_upgrade.img** 192.168.1.1
Keep pushing the reset
button while in TTL 100 until the TFTP start sending your file.
- FLASH THE INITIAL FIRMWARE
If the firmware still in 1.1.46 go ahead and troubleshoting search and downgrade to old firmware until you get able to flash linksys_ea6900_ddwrt.bin
- Change the bootloader to Vortex CFE (DANGER!!!)
Open "linksys_ea6900_cfe.bin" with "hexeditor" and fill in: MAC Address (found on the bottom of the router) WPS Password (found on the bottom of the router)
Go change 0:macaddr and 1:macaddr to the following: 0:macaddr (same as MAC Address +2) 1:macaddr (same as MAC Address +4)
So if the MAC Address (found on the bottom of the router) is: 3B:00:8F:39:F9:56 then 0:macaddr (same as MAC Address +2) would be: 3B:00:8F:39:F9:58
For EA6300v1 and EA6400 also change clkfreq to: clkfreq=800,533
Save as "linksys_ea6900_cfe.bin"
- SCP SEND THE VORTEX CFE TO /TMP
Upload the newly created CFE file "linksys_ea6900_cfe.bin" to the router.
- FLASH THE BOOTLOADER USING SSH
To flash the CFE use the following commands:
mtd unlock /dev/mtd0
mtd write linksys_ea6900_cfe.bin /dev/mtd0
- Reboot your router
Now that the new CFE is flashed the "recovery web interface" can be used to flash new firmwares. Hold the red "reset" button on the back of the router and power up the router, release it after about 15-20 seconds.
Navigate to 192.168.1.1 and the "recovery web interface" should come up. Flash Tomato Firmware (this can take up to five minutes, check the ping for ttl=64 to see if it's done.)
EA6900-AT-ARM-3.5-140-AIO-64K.trx
When the flash is done it's time to reset NVRAM (hold the WPS button while powering on the router, hold it until the Linksys logo starts to flash or 15-20 seconds)
Go to 192.168.1.1 and do a reset from within Tomato. Administration ==> Configuration ==> Erase all data in NVRAM memory (thorough).
Reboot router.