Aruba Networks AP-175DC

From TechInfoDepot
Jump to navigationJump to search
abgn (AN600)
Outdoor Access Point
Homepage Product page
WikiDevi.wi-cat.ru Aruba Networks AP-175DC
3rd Party Firmware
dd-wrt Status Unknown
OpenWrt Supported
Tomato any flavor Incompatible
Gargoyle Status Unknown
Platform
BrandModelRev Aruba Networks AP-175DC
FCC ID Q9DAP175SDR
Type access point
CPU1 checkY Atheros AR7161
CPU1 Type MIPS 24K
CPU1 Speed 680 MHz 32-bit
Flash1 Chip Brand? Model?
Flash1 Size 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br />
RAM1 Size 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br />
RAM1 Chip Mira Model? x 2
ETH chip1 Brand? Model?
ETH chip2 IC+ Model?
Ethernet Port Count 1-1GbE-LAN
Wired Standard IEEE 802.3i/3u/3ab

802dot11 OUI: none specified

Expansion IF types Mini PCI
Mini PCI slots 2
Power ? VDC, ? A
Connector type barrel
Serial Port (UART) yes, (115200 8N1)
Other
Manuf/OEM/ODM Wistron NeWeb
3rd Party Firmware Support OpenWrt • (List | Dev | DLs)
Retail
FCC approval date 23 May 2012
Radio 1
Radio1 module Unex DNMA-H92
Radio1 module IF Mini PCI
Chip1 Atheros AR9220
Wireless interface OUI none specified
Antenna Connector Type MMCX, N-Male
MIMO status 2x2:2
Wireless Standard IEEE 802.11b/g/n
802.11n up to 300 Mbps
802.11g up to 54 Mbps
802.11b up to 11 Mbps
WiFi Operating Frequency 2.4 GHz
Radio 2
Radio2 module Unex DNMA-H92
Radio2 module IF Mini PCI
Chip1 Atheros AR9220
Wireless interface OUI none specified
Antenna Connector Type MMCX, N-Male
MIMO status 2x2:2
Wireless Standard IEEE 802.11a/n
802.11n up to 300 Mbps
802.11a up to 54 Mbps
WiFi Operating Frequency 5 GHz

For a list of all currently documented Atheros (QCA) chipsets with specifications, see Atheros.
For a list of all currently documented IC+ chipsets with specifications, see IC+.

For a list of all currently documented Aruba Networks devices with specifications, see Aruba Networks.

300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.),
300 Mbps - 2SS 5GHz 802.11n (40MHz chan.) = AN600 class

Overview

"48RPAA05.0GB" and "2009/07/30" is silkscreened on the main board.. indicating Wistron NeWeb manufacture.

Flashing

Flashing OpenWrt

Target: ath79
Subtarget: generic
Package architecture: mips_24kc
Supported Since Commit
Support started version: 23.05.0
Current supported version: 25.12.0
WLAN Hardware: 2x Atheros AR9220
WLAN Comment: MIMO 2x2:2
Installation method(s):
see git-commit
Recovery method(s):
see git-commit
git • >>
ath79: create APBoot-compatible image for Aruba AP-175
As was done in commit e11d00d44c66 ("ath79: create Aruba AP-105 APBoot
compatible image"), alter the Aruba AP-175 image generation process so
OpenWrt can be loaded with the vendor Aruba APBoot. Since the
remainder of the explanation and installation process is identical,
continuing the quote from that commit:

This works by prepending the OpenWrt LZMA loader to the uImage and
jumping directly to the loader. Aruba does not offer bootm on these
boards.

This approach keeps compatibility to devices which had their U-Boot
replaced. Both bootloaders can boot the same image.

With this patch, new installations do not require replacing the
bootloader and can be performed from the serial console without
opening the case.

Installation
------------

1. Attach to the serial console of the AP-175.
   Interrupt autoboot and change the U-Boot env.

   $ setenv apb_rb_openwrt "setenv ipaddr 192.168.1.1;
     setenv serverip 192.168.1.66;
     netget 0x84000000 ap175.bin; go 0x84000040"
   $ setenv apb_fb_openwrt "cp.b 0xbf040000 0x84000000 0x10000;
     go 0x84000040"
   $ setenv bootcmd "run apb_fb_openwrt"
   $ saveenv

2. Load the OpenWrt initramfs image on the device using TFTP.
   Place the initramfs image as "ap175.bin" in the TFTP server
   root directory, connect it to the AP and make the server reachable
   at 192.168.1.66/24.

   $ run apb_rb_openwrt

3. Once OpenWrt booted, transfer the sysupgrade image to the device
   using scp and use sysupgrade to install the firmware.