Difference between revisions of "Flameman/routerstation-pro"
(→other os) |
(→main) |
||
Line 9: | Line 9: | ||
Hardware | Hardware | ||
Info | Info | ||
− | Architecture: MIPS | + | Architecture: MIPS.v2, BigEndian |
Vendor: Atheros | Vendor: Atheros | ||
Bootloader: RedBoot | Bootloader: RedBoot |
Revision as of 11:39, 3 September 2011
For more interesting projects done by Flameman, be sure to check out his project index
this page is under development ...
Contents
main
Hardware Info Architecture: MIPS.v2, BigEndian Vendor: Atheros Bootloader: RedBoot System-On-Chip: Atheros MIPS 24K CPU Speed: 680 Mhz Flash-Chip: Flash size: 16 MiB RAM: 64 MiB DDR Wireless: 3x 32-bit Mini-PCI slots (None included) Switch: Ethernet Phy switch, ADMTEK "Infineon" ADM6996FC Ethernet ports: 3x 10/100 BASE-TX (Cat. 5, RJ-45) Ethernet Interface with PoE on WAN USB: Yes v2.0 Serial: Yes JTAG: Yes
Boot Process
The RouterStation uses RedBoot as its boot loader. In the default configuration (shipping as of December 2008), a basic Linux kernel and BusyBox userspace is loaded from flash. The RedBoot boot sequence can be interrupted and a kernel loaded via TFTP instead.
RedBoot uses the WAN port for its network interface.
Once the system is booted, login with username/password ubnt to access the shell.
memory layout
Board: Ubiquiti RouterStation PRO Arch: ar7100pro RAM: 0x80000000-0x88000000, [0x8003bf00-0x87fe1000] available Flash: 0xbf000000-0xc0000000, in 256 blocks of 0x00010000 bytes each
redboot
load -r -b 0x80040000 -h 192.168.1.14 gentoo-ubiquiti
linux kernel
expected lzma compressed kernel ( -d means decompress )
RedBoot> cache off RedBoot> fis load -d -e kernel RedBoot> go
i am integrating 2.6.32.27 to mips-v2 ar71xx, a lot of patches to be committed
doc
http://wiki.openwrt.org/toh/ubiquiti/routerstation.pro
other os
openwrt (linux)
http://wiki.openwrt.org/doc/howto/build