TRENDnet TEW-810DR

From TechInfoDepot
Jump to navigationJump to search
abgn+ac (AC750)
AC750 Dual Band Wireless Router
Homepage Product page
WikiDevi.wi-cat.ru TRENDnet TEW-810DR
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev TRENDnet TEW-810DR
FCC ID XU8TEW810DR
Type wireless router
CPU1 checkY MediaTek MT7620A
CPU1 Type MIPS 24KEc
CPU1 Speed 580 MHz 32-bit
Flash1 Chip Brand? Model?
Flash1 Size 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br /> (SPI)
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 ESMT Model?
ETH chip1 MediaTek MT7620A
Switch MediaTek MT7620A
Ethernet Port Count 1-100MbE-WAN
4-100MbE-LAN
Wired Standard IEEE 802.3i/3u

802dot11 OUI: D8:EB:97 (10 E, 9 W)
Ethernet OUI: D8:EB:97 (10 E, 9 W)

Expansion IF types none specified
Power 12 VDC, 1 A
Connector type barrel
Serial Port (UART) yes, 3.3V TTL, (57600 8N1)
Other

Default SSID: TRENDnet810_2.4GHZ_XXXX
, TRENDnet810_5GHZ_XXXX
Default IP address: 192.168.10.1
the IP 192.168.10.1 is used by 136 additional devices
of which 45 are TRENDnet devices
Default login user: admin
Default login password: randomly generated
admin:randomly generated credentials used by 28 additional devices
of which 11 are TRENDnet devices

Manuf/OEM/ODM Cameo
3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
Retail
Availability End of Life
FCC approval date 17 October 2013
(Est.) release date 02 November 2013
UPC 710931130270
(UPC DB, On eBay)
ASIN B00GEBZJ00
Country of manuf China
Radio 1
Chip1 MediaTek MT7620A
Wireless interface OUI D8:EB:97
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 MT7610E
Wireless interface OUI D8:EB:97
Antenna Connector Type none specified
MIMO status 1x1:1
Wireless Standard IEEE 802.11a/n/ac
802.11ac up to 433 Mbps
802.11n up to 150 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 TRENDnet devices with specifications, see TRENDnet.

300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.),
433 Mbps - 1SS 5GHz 802.11ac (80MHz chan.) = AC750 class

Overview

"PCA-2007 A1" is silkscreened on the 5GHz antennas in the FCC photos. The 2.4GHz antennas are integral PCB antennas on the main board.

Default credentials are per the FCC manual and sample label. Referens Camelia?

A D8:EB:97 (TRENDnet) OUI is presumed to be used based on the manual, but it is (presumably) incorrectly shown as D8:E8:97..

Default SSID formats are assumed based on the FCC sample label. They might be incorrect..

Flashing

Flashing OpenWrt

Target: ramips
Subtarget: mt7620
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 21.02.0
Current supported version: fix
LAN Hardware: MediaTek MT7620A
WLAN Hardware: MediaTek MT7620A, MediaTek MT7610E
Installation method(s):
U-Boot TFTP + serial recovery, see git-commit
Recovery method(s):
U-Boot TFTP + serial recovery
git • >>
ramips: add support for TRENDnet TEW-810DR
Specifications:

* MediaTek MT7620A (580 Mhz)
* 8 MB of FLASH
* 64 MB of RAM
* 2.4Ghz and 5.0Ghz radios
* 5x 10/100 Mbps Ethernet (1 WAN and 4 LAN)
* UART header on PCB (57600 8n1)
* Green/Orange Power LEDs illuminating a Power-Button Lens
* Green/Orange Internet LEDs GPIO controlled illuminating a Globe/Internet Lens
* 3x button - wps, power and reset
* U-boot bootloader

Installation:

The sysupgrade.bin image is reported to be OEM web flashed with an ncc_att_hwid
appended.  ncc_att_hwid is a 32bit binary in the GPL Source download for either
the TEW-810DR or DIR-810L and is located at
source/user/wolf/cameo/ncc/hostTools.

The invocation is: ncc_att_hwid -f tew-810dr-squashfs-factory.bin -a -m "TEW-810DR" -H "1.0R" -r "WW" -c "1.0"

This may need to be altered if your hardware version is "1.1R".

The image can also be directly flashed via serial tftp:
1.  Load *.sysupgrade.bin to your tftp server directory and rename for
    convenience.
2.  Set a static ip 192.168.10.100.
3.  NIC cable to a lan port.
4.  Serial connection parameters 57600,8N1
5.  Power on the TEW-810 and press 4 for a u-boot command line prompt.
6.  Verify IP's with U-Boot command "printenv".
7.  Adjust tftp settings if needed per the tftp documentation
8.  Boot the tftp image to test the build.
9.  If the image loads, reset your server ip to 192.168.1.10 and restart network.
10. Log in to Luci, 192.168.1.1, and flash the *sysupgrade.bin image.

Notes:

The only valid MAC address is found in 0x28 of the factory partition.
Other typical offsets/caldata only contain example data: 00:11:22:00:0f:xx

Signed-off-by: J. Scott Heppler <shep971@centurylink.net>
[remove "link rx tx" in 01_leds, format and extend commit message,
fix DTS led node names]
Signed-off-by: Adrian Schmutzler