Cudy RE1200 Outdoor v1
From TechInfoDepot
Jump to navigationJump to search
| abgn+ac (AC1200) | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Outdoor/Indoor AC1200 Wi-Fi Range Extender | |||||||||||||
|
| |||||||||||||
| Homepage | Product page | ||||||||||||
| 3rd Party Firmware | |||||||||||||
| dd-wrt | Status Unknown | ||||||||||||
| OpenWrt | Supported | ||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||
| Gargoyle | Status Unknown | ||||||||||||
| Platform | |||||||||||||
| Brand • Model • Rev | Cudy RE1200 Outdoor v1 | ||||||||||||
| FCC ID | 2APRGRE12 | ||||||||||||
| Type | range extender | ||||||||||||
| CPU1 | MediaTek MT7628AN | ||||||||||||
| CPU1 Type | MIPS 24KEc | ||||||||||||
| CPU1 Speed | 580 MHz | ||||||||||||
| Flash1 Chip | XMC 25QH64CHIQ | ||||||||||||
| Flash1 Size | 8 MiB 8,388,608 B <br />65,536 Kib <br />8,192 KiB <br />64 Mib <br />0.00781 GiB <br /> | ||||||||||||
| RAM1 Size | 64 MiB 67,108,864 B <br />524,288 Kib <br />65,536 KiB <br />512 Mib <br />0.0625 GiB <br /> | ||||||||||||
| RAM1 Chip | MediaTek MT7628AN | ||||||||||||
| ETH chip1 | MediaTek MT7628AN | ||||||||||||
| Ethernet Port Count | 1-100MbE-LAN | ||||||||||||
| Wired Standard | IEEE 802.3i/3u | ||||||||||||
| Stock bootloader | U-Boot | ||||||||||||
| Expansion IF types | none specified | ||||||||||||
| Power | 12 VDC, 1 A | ||||||||||||
| Connector type | barrel | ||||||||||||
| Serial Port (UART) | yes, unpopulated, 3.3V TTL, (115200 8N1) | ||||||||||||
| JTAG Port | no | ||||||||||||
|
| |||||||||||||
|
| |||||||||||||
| Other | |||||||||||||
|
| |||||||||||||
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) | ||||||||||||
| Physical | |||||||||||||
| Buttons | 1 Reset button, 1 WPS button | ||||||||||||
| LEDs/Color | 5x Green | ||||||||||||
| Radio 1 | |||||||||||||
| Chip1 | MediaTek MT7628AN | ||||||||||||
| Wireless interface OUI | 80:AF:CA | ||||||||||||
| Antenna Connector Type | none specified | ||||||||||||
| MIMO status | 2x2:2 | ||||||||||||
| Wireless Standard | IEEE 802.11b/g/n | ||||||||||||
| 802.11n | up to 300 Mbps | ||||||||||||
| 802.11g | up to 54 Mbps | ||||||||||||
| 802.11b | up to 11 Mbps | ||||||||||||
| WiFi Operating Frequency | 2.4 GHz | ||||||||||||
| Radio 2 | |||||||||||||
| Chip1 | MediaTek MT7613BEN | ||||||||||||
| Wireless interface OUI | 80:AF:CA | ||||||||||||
| Antenna Connector Type | none specified | ||||||||||||
| MIMO status | 2x2:2 | ||||||||||||
| Wireless Standard | IEEE 802.11a/n/ac | ||||||||||||
| 802.11ac | up to 867 Mbps | ||||||||||||
| 802.11n | up to 300 Mbps | ||||||||||||
| 802.11a | up to 54 Mbps | ||||||||||||
| WiFi Operating Frequency | 5 GHz | ||||||||||||
| |||||||||||||
| |||||||||||||
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
For a list of all currently documented Cudy devices with specifications, see Cudy.
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
Flashing OpenWrt
| This device is NOT RECOMMENDED for future use with OpenWrt due to low flash/ram.
DO NOT BUY DEVICES WITH 8MB FLASH / 64MB RAM if you intend to flash an up-to-date and secure OpenWrt version onto it! See 8/64 warning for details. This device does not have sufficient resources (flash and/or RAM) to provide secure and reliable operation. This means that you will not be able to install many packages, and that you might experience crashes due to OOM situations more or less often. See OpenWrt on 8/64 devices what you can do now. |
Target: ramips
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 24.10.5
Current supported version: 25.12.2
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 24.10.5
Current supported version: 25.12.2
Unsupported Functions:
DFS
WLAN Hardware: MediaTek MT7628AN, MediaTek MT7613BEN
WLAN Comment: No DFS support
Installation method(s):
see devicepage
Recovery method(s):
see devicepage
DFS
WLAN Hardware: MediaTek MT7628AN, MediaTek MT7613BEN
WLAN Comment: No DFS support
Installation method(s):
see devicepage
Recovery method(s):
see devicepage
| git • >> |
|---|
ramips: mt76x8: add support for Cudy RE1200 Outdoor v1 Hardware: - SoC: MediaTek MT7628DAN - Flash: 8 MiB XMC 25QH64CHIQ - RAM: 64 MiB (integrated on SoC) - WLAN: 2.4 GHz (MT7603E, 11n), 5 GHz (MediaTek MT7613BEN, 11ac) - Ethernet: 1x10/100 Mbps LAN - Buttons: 1 Reset button, 1 WPS button - LEDs: 5x Green - Serial Console: unpopulated header 115200 8n1 - Power: 24v Passive POE MAC addresses: +---------+-------------------+-----------+ | | MAC | Algorithm | +---------+-------------------+-----------+ | LAN | 80:af:ca:xx:xx:x0 | label | | WLAN 2g | 80:af:ca:xx:xx:x0 | label | | WLAN 5g | 80:af:ca:xx:xx:x2 | +2 | +---------+-------------------+-----------+ Installation: Please check the Wiki for this device for a more convenient solution than the one below. 1. Disassemble the device, desolder and dump the flash chip with a SPI programmer. 2. Separate the partitions with dd: dd if=spi_dump.bin of=u-boot.bin bs=1 skip=0 count=196608 status=progress dd if=spi_dump.bin of=u-boot-env.bin bs=1 skip=196608 count=65536 status=progress dd if=spi_dump.bin of=factory.bin bs=1 skip=262144 count=65536 status=progress dd if=spi_dump.bin of=firmware.bin bs=1 skip=327680 count=7995392 status=progress dd if=spi_dump.bin of=bdinfo.bin bs=1 skip=8323072 count=65536 status=progress 3. Download the sysupgrade firmware at openwrt.bin. 4. The firmware size should be 7995392 bytes. Fix the size of your firmware putting zeros to the end, with: truncate -s 7995392 firmware.bin 5. Combine all the parititions: cat u-boot.bin u-boot-env.bin factory.bin openwrt.bin bdinfo.bin > spi_new.bin 6. Erase and flash the SPI chip with the new file. Solder the chip and boot the router. |
Categories:
- Cudy
- Embedded system/range extender
- Embedded System MediaTek
- Embedded System MT7628AN
- MediaTek
- Embedded System MIPS 24KEc
- Embedded System
- OpenWrt Supported
- Has Mimo Status
- Embedded System IEEE 802.11b/g/n
- Embedded System MT7613BEN
- Embedded System IEEE 802.11a/n/ac
- Dual-Radio Wireless Embedded System
- Wireless Embedded System
- Dual-Band
- English Documentation