Table of Contents

NETGEAR FVX538

Supported Versions

Version/Model S/N OpenWrt Version Supported Model Specific Notes
v1 - WIP -
v2 - - -

Hardware Highlights

Version CPU Ram Flash Network USB Serial JTag
1 Intel IXP425@533MHz 32MB 16MB 2 x 1 + 1 x 9 No Yes ?
2 Intel IXP425@533MHz 64MB 32MB 2 x 1 + 1 x 9 No Yes ?

Original software

Work in progress

I did some patches to run OpenWrt in this box.

Not working / to do

Product page
Netgear GPL source code

Installation

This section details what is required to install and upgrade OpenWrt. First we link to software that you should download before you start reading the instructions on how to install.

OEM easy installation

This section deals with how you install OpenWrt from a device freshly opened. Plus the steps required such as reset to factory defaults if the device has already been configured

Note: Reset router to factory defaults if it has been previously configured.

OEM installation using the TFTP method

If you want to upgrade using TFTP you follow these steps (as an alternative to the above install process.

Upgrading OpenWrt

If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the mtd command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

LuCI Web Upgrade Process
Terminal Upgrade Process
cd /tmp/
wget http://downloads.openwrt.org/latest/brcm-2.4/openwrt-brcm-2.4-squashfs.trx
mtd write /tmp/openwrt-brcm-2.4-squashfs.trx linux && reboot

Failsafe mode

If you forgot your password, broken one of the startup scripts, firewalled yourself or corrupted the JFFS2 partition, you can get back in by using OpenWrt's failsafe mode.

Boot into failsafe mode

What to do in failsafe mode?

NOTE: The root file system in failsafe mode is the SquashFS partition mounted in readonly mode. To switch to the normal writable root file system run mount_root and make any changes. Run mount_root now.

  1. Forgot/lost your password and you like to set a new one
    passwd
  2. Forgot the routers IP address
    uci get network.lan.ipaddr
  3. You accidentally run 'ipkg upgrade' or filled up the flash by installing to big packages (clean the JFFS2 partition and start over)
    mtd -r erase rootfs_data

If you are done with failsafe mode power cycle the router and boot in normal mode.

Hardware

Info

Architecture ARM
Vendor Intel
Bootloader RedBoot
System-On-Chip Intel IXP425
CPU Speed 533 Mhz
Flash-Chip Intel StrataFlash TE28F128J3C150 (v1) / ? (v2)
Flash size 16 MiB (v1) / 32 MiB (v2)
RAM 32 MiB (v1) / 64 MiB (v2)
Wireless -
Ethernet 2 x 10/100Mbps + 1 x Broadcom BCM5380 switch (8 x 10/100Mbps + 1 x 10/100/1000Mbps)
USB No
Serial Yes
JTAG ?

Schematics

                   |----------------|
                   |     IXP425     |
                   |                |
     --------------| PCI       GPIO |-----
     |             |                |    |
     |             | NPE-C   NPE-B  |    |
     |             |----------------|    |SPI
     |                 |       |         |MGMT
 |--------|            /        \MII     |
 |RTL8110s|           /MII       \       |
 |--------|          /         |-------| |
     |            |---|        |BCM5380|-|
     |            |PHY|        |-------|
     |            |---|            |
   |----|           |         |---------|
   |WAN1|        |WAN2|       |LAN PORTS|
---|-  -|--------|-  -|-------|-       -|---

Photos

Front:

Photo of front

Back:

Photo of back

Opening the case

Note: This will void your warranty!

Main PCB

Serial

The FVX538 has a serial port with its DB9 connector. Levels are 0-5V (null modem cable required).

Serial parameters:

Speed 115200 bauds
Data bits 8
Stop bits 1
Parity none
Flow control none

JTAG

How to connect to JTAG interface, and how to reflash the device with JTAG tools

See port.jtag for more JTAG details.

Basic configuration

Generic basic config secion

Specific Configuration

Interfaces

The default network configuration is:

Interface Name Description Default configuration
br-lan LAN & WiFi 192.168.1.1/24
vlan0 (eth0.0) LAN ports (1 to 4) None
vlan1 (eth0.1) WAN port DHCP
wl0 WiFi Disabled

Switch Ports (for VLANs)

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) 4
LAN 1 3
LAN 2 2
LAN 3 1
LAN 4 0

Buttons

The Netgear FVX538 has one button: “Factory defaults”. It is connected to GPIO 11.

Hardware mods

Pimping your router with new LEDs

Purchase new blue LEDs from Radio Shack, and replace them with your existing ones.

Other Info

Anything else we haven't covered yet

Tags

How to add tags