| Version/Model | S/N | OpenWrt Version Supported | Model Specific Notes |
|---|---|---|---|
| v1 | - | WIP | - |
| v2 | - | - | - |
| 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 | ? |
I did some patches to run OpenWrt in this box.
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.
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.
http://192.168.1.1/Upgrade.asphttp://192.168.1.1 if LuCI is installed.If you want to upgrade using TFTP you follow these steps (as an alternative to the above install process.
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.
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URLcd /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
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.
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.
passwd
uci get network.lan.ipaddr
mtd -r erase rootfs_data
If you are done with failsafe mode power cycle the router and boot in normal mode.
| 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 | ? |
|----------------|
| IXP425 |
| |
--------------| PCI GPIO |-----
| | | |
| | NPE-C NPE-B | |
| |----------------| |SPI
| | | |MGMT
|--------| / \MII |
|RTL8110s| /MII \ |
|--------| / |-------| |
| |---| |BCM5380|-|
| |PHY| |-------|
| |---| |
|----| | |---------|
|WAN1| |WAN2| |LAN PORTS|
---|- -|--------|- -|-------|- -|---
Front:
Photo of front
Back:
Photo of back
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 |
How to connect to JTAG interface, and how to reflash the device with JTAG tools
See port.jtag for more JTAG details.
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 |
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 |
The Netgear FVX538 has one button: “Factory defaults”. It is connected to GPIO 11.
Purchase new blue LEDs from Radio Shack, and replace them with your existing ones.
Anything else we haven't covered yet