Cudy WR1300 v3

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

Cudy WR1300 v3 router

This section deals with

  • How you install OpenWrt from a device freshly opened

The suggested method to install openwrt on a freshly opened device, does not currently work as at May 2025. These steps typically were as follows:

  • Visit this URL to get the Cudy openwrt build: https://www.cudy.com/blogs/faq/openwrt-software-download
  • Follow the google drive link found at “Download OpenWrt Firmware to Remove Signature Check” on the page
  • Download the file “WR1300+V2-V3.zip
  • Extract the Cudy openwrt from the zip (openwrt-22.03.0-ramips-mt7621-cudy_wr1300v2-squashfs-flash.bin)
  • Boot the device and login on the Cudy web UI
  • Go to Advanced - Firmware, browse to select the openwrt-22.03.1 file previously extracted
  • Let the device flash the firmware

The last two steps above have stopped working. Cudy support were emailed to notify them of the issue. When the firmware is selected, and the upload finishes, the Cudy web UI reports that the file is invalid, and refuses to flash it.

The tftp method below however, does still work, and can be used to get openwrt onto the device.

This section deals with

  • How you install OpenWrt from a device freshly opened

This tftp method works to install OpenWrt on a device freshly opened

  • Visit this URL to get the Cudy openwrt build: https://www.cudy.com/blogs/faq/openwrt-software-download
  • Follow the google drive link found at “Download OpenWrt Firmware to Remove Signature Check” on the page
  • Download the file “WR1300+V2-V3.zip
  • Extract the Cudy openwrt from the zip (openwrt-22.03.0-ramips-mt7621-cudy_wr1300v2-squashfs-flash.bin)

Setup a tftp server

  • Setup a tftp server with IP address 192.168.1.88
  • Connect the device via ethernet on one of the LAN ports to the tftp server
  • Copy the openwrt-22.03.0 file previous extracted (Cudy OpenWrt) to the root of the tftp server
  • Rename the openwrt-22.03.0 file to recovery.bin

Flash the device:

  • Power off the device.
  • Use a sim extraction tool or pin to push the reset button and hold it in
  • Power on the device while the reset button/pin is held in
  • After 10 seconds you can let the reset button go
  • The device will pull the recovery.bin file from tftp and flash it
  • The power LED will blink fast while flashing
  • At some point all LEDs will go off, then the device will boot the Cudy OpenWrt 22.03.0 imagine
  • The device can be accessed via web on the default OpenWrt address of 192.168.1.1

Update to latest OpenWrt:

  • Under name of model type in “Cudy WR1300 v3
  • Select and download the upgrade file, typically the SYSUPGRADE file
  • On the device OpenWrt web UI (192.168.1.1), select System - Firmware.
  • Browse to select you latest OpenWrt SYSUPGRADE file and proceed to flash the device
  • Allow the device a few minutes to flash and reboot itself
  • Refresh the web UI at 192.168.1.1, you should now have the latest OpenWrt installed

generic.sysupgrade

<WRAP BOX>

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2025/05/31 12:50
  • by h1771t