Cudy WR3000H v1
Cudy WR3000H is a Wi-Fi 6 router with 1x 2.5 Gb WAN port and 4x 1 Gb LAN ports, build around 64-bit Cortex-A53 SoC (Filogic 820). It is very similar to the Cudy WR3000S router: the main difference is that 3000H has 2.5 Gbit WAN, and WR3000S's WAN is limited to 1 Gbit.
OpenWrt support
Supported since 9d66b8b312fb6a4087244ee3ee10e1ba1623df81.
Supported Versions
Hardware Highlights
Installation
OEM Web UI installation
1) Download the appropriate Cudy-signed OpenWrt image from the Cudy's Google Disk or its Pixeldrain mirror
2) Download the latest stable sysupgrade image from: https://firmware-selector.openwrt.org/
3) Power on the router, proceed with the basic setup via GUI (available at http://192.168.10.1)
4) Once completed, go to the “Advanced Settings”, then “Firmware”. Flash the signed OpenWrt image obratined from Cudy's Google Disk. Wait for the router to reboot.
5) Once rebooted, open LuCi UI (available at http://192.168.1.1). Go to “System”→“Backup / Flash firmware”. Flash sysupgrade image from the official OpenWrt vanilla snapshots. Make sure you do not save the settings - uncheck the box during flash preparation!
Serial installation
Installation via serial connection is performed as usual, and described in the initial support commit.
PLEASE NOTE: there's no header on the board, you will have to solder the wires for your 3.3V UART adapter to the board. Pinout is identical to the Cudy WR3000S. Solder points can be found at the back side of the PCB and each of them is clearly marked (see this image for reference).
Flash layout
root@OpenWrt:/# cat /proc/mtd dev: size erasesize name mtd0: 00100000 00020000 "BL2" mtd1: 00080000 00020000 "u-boot-env" mtd2: 00200000 00020000 "Factory" mtd3: 00040000 00020000 "bdinfo" mtd4: 00200000 00020000 "FIP" mtd5: 04000000 00020000 "ubi"
Easy recovery
Cudy have published a generic guide on how to recover a device when it gets soft bricked, make sure you serve the device specific image via TFTP.
Debricking
Follow these instructions to rollback to the OEM firmware: https://forum.openwrt.org/t/support-for-cudy-wr3000h/217336/49 (Windows-specific). This procedure will require backups of the original partitions - those should be acquired before flashing anything, just as soon as you unpack your router. See OEM TFTP installation section below on how to dump those backups.
Basic configuration
After flashing, proceed with Basic configuration: Set up your Internet connection, configure wireless, configure USB port, etc.
OEM installation via TFTP
Instructions per initial commit message.
1. Connect to the serial port as described in the “Hardware” section.
2. Power on the device + press reset pin. Keep pressing reset pin to enter the U-Boot shell (The recovery.bin image load process must fail).
3. Download the OpenWrt initramfs image. Place it on an TFTP server connected to the Cudy LAN ports. Make sure the server is reachable at 192.168.1.88. Rename the image to “cudy3000h.bin”
4. Download and boot the OpenWrt initramfs image.
$ tftpboot 0x46000000 cudy3000h.bin; bootm 0x46000000
5. IMPORTANT: Make backup from original firmware. System → Backup/Flash Firmware → Save mtdblock contents. All mtdblock one by one, keep unaltered (BL2, u-boot-env, Factory, bdinfo, FIP, and ubi).
6. Transfer the OpenWrt sysupgrade image to the device using scp. Install with sysupgrade.
Photos
Insert photo of front of the casing
Insert photo of back of the casing
Insert photo of backside label
Insert photo of PCB
Opening the case
Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...
*
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port
Replace EXAMPLE by real values.
Serial connection parameters for Cudy WR3000H 1 | EXAMPLE 115200, 8N1, 3.3V |
---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port
Bootlogs
OEM bootlog
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
OpenWrt bootlog
COPY HERE THE BOOTLOG ONCE OPENWRT IS INSTALLED AND RUNNING