Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:ubiquiti:picostation2 [2015/10/21 06:24] – [Tags] Tags added tmomastoh:ubiquiti:picostation2 [2018/06/01 13:02] tmomas
Line 17: Line 17:
  
 ==== Flashing via TFTP ===== ==== Flashing via TFTP =====
-The devices come with a handy tftp server for uploading images without a web ui (or in case of certain "bricked" states). It's the same as: +The devices come with a handy tftp server for uploading images without a web ui (or in case of certain "bricked" states). It's the same as: [[toh:ubiquiti:nanostation]], but for redundancy, the process is:
-http://wiki.openwrt.org/toh/ubiquiti/nanostation, but for redundancy, the process is:+
  
 === Requirements === === Requirements ===
Line 50: Line 49:
  7. Restart.  The device should be back to its old configuration (OpenWrt doesn't overwrite or modify the NVRAM settings).  7. Restart.  The device should be back to its old configuration (OpenWrt doesn't overwrite or modify the NVRAM settings).
  
- 8. telnet to 192.168.1.1 and set a password with + 8. telnet to 192.168.1.1 and set a password with <code>passwd</code>
-<code> +
-passwd +
-</code>+
  
  
 ===== Upgrading OpenWrt ===== ===== Upgrading OpenWrt =====
-->[[doc:howto:generic.sysupgrade]]+->[[docs:guide-user:installation:generic.sysupgrade]]
  
 If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the sysupgrade command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. If you have already installed OpenWrt and like to reflash for e.g. upgrading to a new OpenWrt version you can upgrade using the sysupgrade command line tool. It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
Line 64: Line 60:
 == LuCI Web Upgrade Process == == LuCI Web Upgrade Process ==
  
-  *Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL +  * Browse to ''%%http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/%%'' LuCI Upgrade URL 
-  *Upload the "sysupgrade" image file to LuCI +  * Upload the "sysupgrade" image file to LuCI 
-  *Wait for reboot+  * Wait for reboot
  
  
 == Terminal Upgrade Process == == Terminal Upgrade Process ==
-  *Login as root via SSH on 192.168.1.1<code bash>+  * Login as root via SSH on 192.168.1.1<code bash>
 ssh root@192.168.1.1</code> ssh root@192.168.1.1</code>
-  *Use the following commands to upgrade:<code>+  * Use the following commands to upgrade:<code>
 cd /tmp/ cd /tmp/
 wget https://downloads.openwrt.org/chaos_calmer/15.05/ath25/generic/openwrt-15.05-ath25-ubnt2-pico2-squashfs.bin wget https://downloads.openwrt.org/chaos_calmer/15.05/ath25/generic/openwrt-15.05-ath25-ubnt2-pico2-squashfs.bin
Line 85: Line 81:
  
 ===== Basic configuration ===== ===== Basic configuration =====
--> [[doc:howto:basic.config|Basic configuration]] After flashing, proceed with this.\\+-> [[docs:guide-quick-start:checks_and_troubleshooting|Basic configuration]] After flashing, proceed with this.\\
 Set up your Internet connection, configure wireless, configure USB port, etc. Set up your Internet connection, configure wireless, configure USB port, etc.
  
Line 91: Line 87:
  
 ==== Info ==== ==== Info ====
-| **[[wp>Instruction set]]:**               | [[wp>MIPS architecture|MIPS]] MIPS 4KC    +[[wp>Instruction set]]                         | [[wp>MIPS architecture|MIPS]] MIPS 4KC             
-| **Vendor:**                               | [[wp>Qualcomm Atheros]]                   +Vendor                                         | [[wp>Qualcomm Atheros]]                            
-| **[[doc:hardware:soc|System-On-Chip]]:**  | AR2316 (MIPS)                             +[[docs:techref:hardware:soc|System-On-Chip]]   | AR2316 (MIPS)                                      
-| **[[doc:hardware:cpu|CPU]]/Speed**        | 180MHz                                    +[[docs:techref:hardware:cpu|CPU]]/Speed        | 180MHz                                             
-| **Flash size:**               | 4 MiB                                                            +Flash size                                     | 4 MiB                                              
-| **RAM:**                      | 16 MiB                                                           +RAM                                            | 16 MiB                                             
-| **Wireless:**             | SoC-integrated: Atheros AR2316  2.4GHz 802.11b/                    |+Wireless                                       | SoC-integrated: Atheros AR2316  2.4GHz 802.11b/  |
  
   * [[http://www.ubnt.com/downloads/ns2_datasheet.pdf|NanoStation 2]]   * [[http://www.ubnt.com/downloads/ns2_datasheet.pdf|NanoStation 2]]
  • Last modified: 2020/12/20 20:17
  • by danitool