Linksys MR5500

From DD-WRT Wiki

Jump to: navigation, search

Contents


[edit] Hardware Specifications

Supported Models
V1
FCC ID 2AYRA-03734
CPU Qualcomm
IPQ5018
@1000 MHz
RAM 512 MB
Flash 256 MB
Switch QCA8337-AL3C
Radios
(2.4/5 GHz)
IPQ5018 / QCN9024

[edit] Installation

 **WARNING**:  DO NOT PERFORM A 30/30/30 VIA RESET BUTTON
 **NOTE**:  SEE Where do I download firmware? for information on where to download firmware files.

[edit] Prerequisites

  1. Download the factory-to-ddwrt.bin / factory-to-ddwrt.img file from the linksys-mr5500 folder.

[edit] Procedure

[edit] Via Linksys WebUI

  1. Connect your PC via Ethernet cable to one of the LAN ports on the back of your router.
  2. Launch/open a web browser and enter http://myrouter.local/ or http://192.168.1.1 in the address bar.
  3. Click on the cell phone on the splash screen.
  4. Image:SplashScreen.png

    • A login page will display. Enter your Router Password and click Sign In.
    • The default administrator password of an unconfigured router is admin. If you have changed it, enter the new password instead.

    Image:LoginPage.png

  5. To enter into the support mode, click on the “CA” link and the bottom of the page.
  6. Image:CA-link.jpg

  7. Click Connectivity.
  8. In the Firmware Update section, under the Basic tab, click the Choose File button.
  9. Select the previously downloaded 'factory-to-ddwrt.bin / factory-to-ddwrt.img file and click Open.
  10. Click the Start button. On the Update firmware pop-up box, click Yes.
    • Your router will start updating the firmware.

     **CAUTION**:  After you start the firmware update, do not try to go online, turn off or do anything else to the router, or close the browser window until it finishes restarting.

  11. In your browser, go to http://192.168.1.1
    • You should be greeted by the password change page of the DD-WRT webUI.
  12. Set username (optional, default username is root) and password (enter password twice, these *must* match and are case-sensitive).
    • You should be greeted by the System Info page of the DD-WRT webUI
    • SEE Upgrading DD-WRT section to flash the full version, then proceed to the following step.
  13. Click on Setup to begin configuration to your needs.
    • You will be required to enter username and password previously set.
  14. Click Save on each page (unless otherwise noted in a specific tutorial).
  15. When finished, Click on Services or Administration tab and click Reboot.

[edit] Via Hidden Manual Upgrade Page

  1. Connect your PC via Ethernet cable to one of the LAN ports (Ethernet) on the back of your router.
  2. Launch/open a web browser and enter https://192.168.1.1/fwupdate.html into the address bar in the browser.
    • Depending on which browser you are using, you may come across an error.
    • This error occurs when accessing a router that requires using an HTTPS connection.
    • To bypass this window, follow these steps.
    • You will be greeted by a login pop-up. Enter the credentials. Default user/password is admin/admin.
    • You will be redirected to the hidden manual firmware upgrade page.

    Image:Manualpage.png

  3. Enter “admin” as the default administrative router password.
  4. Click on Select File and select the previously downloaded factory-to-ddwrt.bin / factory-to-ddwrt.img file and click Open.
  5. Click Update.
  6.  **CAUTION**:  After you start the firmware update, do not try to go online, turn off the router, or do anything else to the router until it finishes restarting.

  7. In your browser, go to http://192.168.1.1
    • You should be greeted by the password change page of the DD-WRT webUI.
  8. Set username (optional, default username is root) and password (enter password twice, these *must* match and are case-sensitive).
    • You should be greeted by the System Info page of the DD-WRT webUI
  9. Click on Setup to begin configuration to your needs.
    • You will be required to enter username and password previously set.

     **NOTE**:  By default, WAN is disabled. You *must* set WAN to Automatic Configuration-DHCP,
    Save, and reboot before proceeding. This is a known bug with the SoC.

  10. Click Save on each page (unless otherwise noted in a specific tutorial).
  11. When finished, Click on Services or Administration tab and click Reboot.

[edit] Upgrading (or Downgrading) DD-WRT

 **NOTE**:  SEE Where do I download firmware? for information on where to download firmware files.
 **WARNING**:  Do not use this file to go from Stock to DD-WRT.
 **NOTE**:  Reset to defaults is recommended if you are upgrading from a very old build (> 6 months).
 **NOTE**:  Do not restore a backup from one version to another version of DD-WRT, as nvram variable names may have changed.

[edit] Prerequisites

  1. Download the dd-wrt-webflash.bin from the linksys-mr5500 folder.

[edit] Procedure

  1. Connect your computer to your router with an Ethernet cable.
  2. Enter http://192.168.1.1 (or whatever you set your router IP to) into a web browser.
  3. Enter username and password as required.
  4. Go to Administration -> Firmware Upgrade
    • Leave Do Not Reset selected for After Flashing
  5. Click on Browse and select the appropriate previously downloaded dd-wrt-webflash.bin file.
  6. Click Open
  7. Click Upgrade
    • The firmware update starts and the router restarts. The firmware update process takes about five minutes.

     **CAUTION**:  After you start the firmware update, do not try to go online, turn off the router, or do anything else to the router until it finishes restarting.

  8. If the webUI does not automatically go back to the Setup -> Basic Setup page, or does not stop at the progress bar page to allow you to click Continue after waiting at least five minutes (i.e. if you get a "Connection Reset" or other error page in your browser), enter http://192.168.1.1 (or whatever your router IP address is) manually or click and hold the "Back" button and select the appropriate history entry.

[edit] Revert To Stock Firmware

 **NOTE**:  DD-WRT 58283 OR NEWER REQUIRED TO BE INSTALLED ON ROUTER.

  1. Download the applicable OEM firmware image from MR5500 Downloads
  2. Upload factory firmware .img file to the router's /tmp folder using an scp client.
  3. SSH or Telnet into the router's console and cd to /tmp.
  4. Do #ls -lart to make sure the file you just uploaded is present.
    • Using the -lart flags will sort your newly uploaded factory firmware file to the bottom of the output list.
  5. Check to see which boot partition you are on by issuing:
    #fw_printenv -n boot_part
  6.  **NOTE**:  If the file is not present when you run the following command, you will get a segmentation fault.

  7. Flash factory image.
    • If the boot partition is 1, issue the following:
    mtd -e linux2 -f write factoryfilename.img linux2
    • If the boot partition is 2, issue the following:
    mtd -e linux -f write factoryfilename.img linux
  8.  **NOTE**:  If you see this error, you can ignore it:

    Warning unaligned data, we use manual padding to avoid errors. size was 131072!!!
  9. Once completed you need to change your boot partition to where you just flashed the factory firmware.
    • If you flashed to linux2, then set it to 2; If you flashed it to linux, set it to 1.
    fw_setenv boot_part 1|2
  10.  **NOTE**:  If you wish to flash both partitions via CLI, you may do so; or you can flash the other via Linksys WebUI after reboot.

  11. Reboot.

[edit] Recovery

WIP

[edit] Notes, Links, Further Reading