Project

General

Profile

RouterStation

Board for wireless routers made by Ubiquiti.

Quick Specification

Atheros AR7161 MIPS 24K running @ 680MHz
64MB of DDR RAM
16MB of SPI FLASH
3 MINI-PCI Slots(supports Type IIIA)
1 WAN 10/100 Passive POE port (arge0)
2 LAN 10/100 ports connected through ADM6996FC switch (arge1)
USB 2.0 Host header
UART header

Additional information on [[http://wiki.ubnt.com/RouterStation]]

Firmware flashing

Default board IP: 192.168.1.20
Default boot script:

fis load -d -e kernel
exec

1.Connect board to the ethernet and serial adapter.
2.You may:
a)enter automatic rescue mode by pressing reset during power up of the board or
b)After connecting power press Ctrl+C to stop running redboot sequence. To enter rescue mode type:

urescue

3.On your terminal run tftp in binary mode to put the firmware image into board:
tftp 192.168.1.20
binary
put firmware.img

You should observe flash sequence on your serial terminal.