Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
toh:ubiquiti:airrouter [2018/03/31 23:23] – ↷ Links adapted because of a move operation bobafetthotmailtoh:ubiquiti:airrouter [2018/05/10 17:38] – Datatables added tmomas
Line 1: Line 1:
 ====== Ubiquiti AirRouter/AirRouterHP ====== ====== Ubiquiti AirRouter/AirRouterHP ======
  
 +
 +===== Supported Versions =====
 +---- datatable ----
 +cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid
 +headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data
 +align   : c,c,c,c,c,c,c
 +filter  : Model*~AirRouter
 +----
 +
 +
 +===== Hardware Highlights =====
 +---- datatable ----
 +cols    : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_
 +header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Model*~AirRouter
 +----
 +
 +
 +===== Installation =====
 +---- datatable ----
 +cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
 +headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock
 +align   : l,c,c
 +filter  : Model*~AirRouter
 +----
 +
 +-> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]]
 +
 +
 +This guide works for both the AirRouter and the AirRouterHP models and no additional modifications needs to be made before flashing the image.
 +
 +  - Find the latest [[http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/|Barrier Breaker]] image named openwrt-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin or openwrt-ar71xx-generic-ubnt-airrouter-jffs2-factory.bin
 +  - Connect to the router with an ethernet cable, flashing over Wi-Fi is **not recommended!**
 +  - Log in to AirOS on the Router and open the System tab
 +  - Flash the open-wrt image you downloaded earlier using the firmware update utility in AirOS (**make sure you're flashing the file that ends with -factory.bin or you will probably brick your router**)
 +  - After a few minutes the router will restart and you can login on your router on 192.168.1.1
 +
 +
 +
 +===== Hardware =====
 ==== Info ==== ==== Info ====
 | **[[wp>Instruction set]]:**               | [[wp>MIPS architecture#MIPS32|MIPS32]] | | **[[wp>Instruction set]]:**               | [[wp>MIPS architecture#MIPS32|MIPS32]] |
Line 20: Line 61:
 | **[[docs:techref:hardware:port.serial|Serial]]:**  | yes, internal, 12-pin header, (115200,8,N,1), JP3 | | **[[docs:techref:hardware:port.serial|Serial]]:**  | yes, internal, 12-pin header, (115200,8,N,1), JP3 |
  
- +==== Serial Port ====
-===== Installing the firmware ===== +
-This guide works for both the AirRouter and the AirRouterHP models and no additional modifications needs to be made before flashing the image. +
- +
-  - Find the latest [[http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/|Barrier Breaker]] image named openwrt-ar71xx-generic-ubnt-airrouter-squashfs-factory.bin or openwrt-ar71xx-generic-ubnt-airrouter-jffs2-factory.bin +
-  - Connect to the router with an ethernet cable, flashing over Wi-Fi is **not recommended!** +
-  - Log in to AirOS on the Router and open the System tab +
-  - Flash the open-wrt image you downloaded earlier using the firmware update utility in AirOS (**make sure you're flashing the file that ends with -factory.bin or you will probably brick your router**) +
-  - After a few minutes the router will restart and you can login on your router on 192.168.1.1 +
- +
-===== Serial Port =====+
 The board has a non-populated pinhead J3 (also labeled as UART) with a TTL (3.3V) level serial port as described: The board has a non-populated pinhead J3 (also labeled as UART) with a TTL (3.3V) level serial port as described:
  
-^PIN    ^USE ^ +^ PIN   ^ USE   
-|1 |VCC| +| 1     | VCC   
-|3 |RX| +| 3     | RX    
-|9 |TX| +| 9     | TX    
-|11| GND|+| 11    | GND   |
  
 ===== Button ===== ===== Button =====
Line 53: Line 84:
  
 Lan Port Mappings for /etc/config/network Lan Port Mappings for /etc/config/network
-^ Hardware Port ^ Logical port ^ Description ^ + 
-| NA | 0 | CPU port activates/links all ports on Vlan | +^ Hardware Port   ^ Logical port   ^ Description                                  
-| 1 | 4 | Activates the #1 LAN port | +| NA              | 0              | CPU port activates/links all ports on Vlan   
-| 2 | 3 | Activates the #2 LAN port | +| 1               | 4              | Activates the #1 LAN port                    
-| 3 | 2 | Activates the #3 LAN port | +| 2               | 3              | Activates the #2 LAN port                    
-| 4 | 1 | Activates the #4 LAN port | +| 3               | 2              | Activates the #3 LAN port                    
-| WAN | NA | Activates the WAN/Internet port (eth1) |+| 4               | 1              | Activates the #4 LAN port                    
 +| WAN             | NA             | Activates the WAN/Internet port (eth1)       |
  
  
Line 81: Line 113:
   - Restart the router, by plugging out the power and replug it   - Restart the router, by plugging out the power and replug it
   - Hit http://192.168.1.1 and you should get the airOS web page   - Hit http://192.168.1.1 and you should get the airOS web page
 +
 +
 +===== Tags =====
 +[[meta:tags|How to add tags]]
 +{{tag>AR7241 8flash 32ram}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1