Netgear R6230

From TechInfoDepot
Jump to navigationJump to search
abgn+ac (AC1200)
AC1200 Smart WiFi Router
Homepage Product page
Support Support page
Wikipedia Netgear
WikiDevi.wi-cat.ru Netgear R6230
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
Brand • Model • Rev Netgear R6230
FCC ID PY314200274
IC ID 4054A-14200274
Type wireless router
CPU1 checkY MediaTek MT7621ST
CPU1 Type MIPS 1004Kc
CPU1 Speed 880 MHz 16-bit
Flash1 Chip Macronix MX30LF1G08AA-TI
Flash1 Size 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> (NAND)
RAM1 Size 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br />
RAM1 Chip Nanya NT5CB64M16FP-DH
ETH chip1 MediaTek MT7621ST
Switch MediaTek MT7621ST
Ethernet Port Count 1-1GbE-WAN
4-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab

802dot11 OUI: none specified

Stock bootloader U-Boot
Expansion IF types USB 2.0
USB ports 1
USB Hub Compatible Untested
Power 12 VDC, 1.5 A
Connector type barrel
Serial Port (UART) yes, 3.3V TTL, (57600 8N1)
Other

Default IP address: 192.168.1.1
the IP 192.168.1.1 is used by 1359 additional devices
of which 111 are Netgear devices
Default login user: admin
Default login password: password
admin:password credentials used by 428 additional devices
of which 307 are Netgear devices

3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
Retail
FCC approval date 07 October 2014
(Est.) initial retail price (in USD): $70
Country of manuf China
Radio 1
Chip1 MediaTek MT7603EN
Wireless interface OUI none specified
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 MT7612EN
Wireless interface OUI none specified
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
 FCC ID
Netgear R6220PY314200274
Netgear WAC104PY314200274
Netgear WNDR3700v5PY314200274
PY314200275

For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.

For a list of all currently documented Netgear devices with specifications, see Netgear.

• 300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.),
• 867 Mbps - 2SS 5GHz 802.11ac (80MHz chan.) = AC1200 class

Overview

This R6230 is likely internally identical to the Netgear R6220 since Netgear publishes a single firmware update for both models and no new FCC ID can be found for the R6230.

Flashing

Flashing OpenWrt

Target: ramips
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 18.06.0
Current supported version: 25.12.2
LAN Hardware: MediaTek MT7621ST
WLAN Hardware: MediaTek MT7603EN, MediaTek MT7612EN
WLAN Comment: MIMO 2x2
Installation method(s):
Telnet, see devicepage, see git-commit
Install Comment:
LuCI Web Interface/uhttpd (also ssh) may NOT be enabled across power cycling after installation, or hard reset. If not - can test by power cycling first, a hard reset brings it back - then ssh, enter '/etc/init.d/uhttpd enable' on the command line, then 'reboot' or '/etc/init.d/uhttpd start' before power cycling or backing up a configuration. Restoring a configuration from after this had been applied also solves the problem
Recovery method(s):
see git-commit
git • >>
ramips: add support for Netgear R6220
This patch adds support for the Netgear R6220, aka Netgear AC1200 and
R6220-100NAS.

Specification:
- SoC: MediaTek MT7621ST (880 MHz)
- Falsh: 128 MiB (Macronix MX30LF1G08AA-TI)
- RAM: 128 MiB (Nanya NT5CB64M16FP-DH)
- Wireless: MediaTek MT7603EN b/g/n , MediaTek MT7612EN an+ac
- LAN speed: 10/100/1000
- LAN ports: 4
- WAN speed: 10/100/1000
- WAN ports: 1
- Serial baud rate of Bootloader and factory firmware: 57600

Installation through telnet:
- Copy kernel.bin and rootfs.bin to a USB flash disk, plug to usb port
  on the router.
- Enable telnet with link: http://192.168.1.1/setup.cgi?todo=debug
  (login if required, default: admin password)
- You will see "Debug Enabled!"
- Telnet 192.168.1.1 and login with "root"
- ls /mnt/shares/ to find out path of your USB disk. 'myUdisk' for
  example.
- cd /mnt/shares/myUdisk
- mtd_write write rootfs.bin Rootfs
- mtd_write write kernel.bin Kernel
- reboot

nmrpflash can be used to recover to the netgear firmware if a broken
image was flashed.

Signed-off-by: Hanqing Wong