Netgear WGT634U

Introduction

A Linux router on ARM with Atheros wireless and USB host supported by MIT's Roofnet project.

[http://www.pdos.lcs.mit.edu/roofnet/doku.php?id=wgt634u Roofnet Installation]

[http://www.personaltelco.net/gallery/view_album.php?set_albumName=NetgearWGT634U Photos]

Source

Netgear has the source availabe here: BR http://kbserver.netgear.com/kb_web_files/n101238.asp BR ftp://downloads.netgear.com/files/GPL/ BR

For this source code release, two toolchains are required:

1. A MIPS little-endian toolchain. For example, hndtools-mipsel-linux-3.0

2. A MIPS little-endian toolchain compiled with C++ and uClibc support.

Then, a "make" should suffice to build all GPL components of WGT634U.

USB

This device has a USB2.0 port.

CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_OHCI=m
CONFIG_USB_STORAGE=m

As you know, this allows one to add an external HDD/USB keychain, etc. GPS, BlueTooth?

Serial

There is a serial header on the board. For more information on adding a port, see http://www.nslu2-linux.org/wiki/HowTo/AddASerialPort

CONFIG_CMDLINE="root=/dev/ram console=ttyS1,115200"