Netgear R6350

From TechInfoDepot
Jump to navigationJump to search
abgn+ac (AC1750)
AC1750 Smart WiFi Router Dual Band Gigabit
Homepage Product page (JP)
Support Support page
Wikipedia Netgear
WikiDevi.wi-cat.ru Netgear R6350
3rd Party Firmware
dd-wrt Supported
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev Netgear R6350
FCC ID PY317300390
IC ID 4054A-17300390
Board ID CHJ00D-1.6
Type wireless router
CPU1 checkY MediaTek MT7621AT
CPU1 Type MIPS 1004Kc
CPU1 Speed 880 MHz ( 2 cores ) 16-bit
Flash1 Chip Macronix MX30LF1G18AC-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 />
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 NT5CC64M16GP-DI
ETH chip1 MediaTek MT7621AT
Switch MediaTek MT7621AT
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)

Flags:
Wave2, MU-MIMO

Other

Default login user: admin
Default login password: password
admin:password credentials used by 428 additional devices
of which 307 are Netgear devices

Manuf/OEM/ODM SerComm
3rd Party Firmware Support DD-WRT • (List)
, OpenWrt • (List | Dev | DLs)
Retail
FCC approval date 29 November 2017
ASINs B079NGZNFC
B07B1CLPXN
Country of manuf China
Radio 1
Chip1 MediaTek MT7603E
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 MT7615
Wireless interface OUI none specified
Antenna Connector Type none specified
MIMO status 4x4:4
Wireless Standard IEEE 802.11a/n/ac
802.11ac up to 1733 Mbps
802.11n up to 600 Mbps
802.11a up to 54 Mbps
WiFi Operating Frequency 5 GHz
 FCC ID
Netgear R6260PY317300390
Netgear R6850PY317300390

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.

450 Mbps - 3SS 2.4GHz 802.11n (40MHz chan.),
1300 Mbps - 3SS 5GHz 802.11ac (80MHz chan.) = AC1750 class

Overview

"CHJ00D-1.6" is silkscreened on the board in the FCC photos.

This device is assumed to be internally identical to the Netgear R6260 although this R6350 and its big brother the Netgear R6850 are only sold outside of the US. This R6350 is not FCC certified but could presumably be included under the certification of the R6260 like the Netgear R6800 and its many clones.

It's not clear what exactly Netgear may have changed to reduce the 802.11ac speed to 1450 Mbps but all four spatial streams must be implemented.

Links of Interest

Datasheet

Flashing

Flashing dd-wrt

On the DDWRT Wiki
Support started version: unknown
Current supported version: unknown
Comment:
This Wiki Applies to R6260, R6350, and R6850.

Please insert instructions here

Flashing OpenWrt

Target: ramips
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 19.07.0
Current supported version: 25.12.2
LAN Hardware: MediaTek MT7621AT
WLAN Hardware: MediaTek MT7603E, MediaTek MT7615
WLAN Comment: 2.4Ghz 2x2:2 MIMO, 5Ghz 4x4:4 MIMO
Installation method(s):
GUI OEM, see git-commit
Recovery method(s):
see git-commit
git • >>
ramips: add support for Netgear R6350
Netgear R6350 is a wireless router, aka Netgear AC1750.

Specification:
- SoC: Mediatek MT7621AT (2 CPU cores, 4 threads)
- RAM: 128MiB (Nanya NT5CC64M16GP-DI)
- ROM: 128MiB NAND Flash (Macronix MX30LF1G18AC-TI)
- Wireless:
   for 11b/g/n (upto 300Mbps): MT7603
   for 11a/ac  (upto 1450Mbps) : MT7615, is not avaliable now
- Ethernet LAN speed: up to 1000Mbps
- Ethernet LAN ports: 4
- Ethernet WAN speed: up to 1000Mbps
- Ethernet WAN ports: 1
- USB ports: 1 (USB 2.0)
- LEDs: 4 (all can be controlled by SoC's GPIO)
- buttons: 2
- serial ports: unknown

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

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

The SC_PART_MAP partition suggests that an on flash partition table
exists. After implementing a partition parser/builder for the sercom
partition format, the definitions don't match the flash layout used by
the stock firmware.

It either means the partition format has not yet been completely
understood or it isn't used by the stock firmware. For now, use fixed
partitions instead.

Signed-off-by: NOGUCHI Hiroshi
[apply latest ramips changes and document the on flash partition map issues]
Signed-off-by: Mathias Kresin