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:openmesh:om2p [2016/04/10 06:56] – Datatables implemented tmomastoh:openmesh:om2p [2022/02/04 05:32] – [Notes] teppo
Line 4: Line 4:
 ===== Supported Versions ===== ===== Supported Versions =====
 ---- datatable ---- ---- datatable ----
-cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, Forum Topic URL_url, Device Techdata_pageid+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 headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data
 align   : c,c,c,c,c,c,c align   : c,c,c,c,c,c,c
Line 12: Line 12:
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
 ---- datatable ---- ---- datatable ----
-cols    : Model, Platform, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN 2.4Ghz, Ethernet 100M ports_, Modem, USB ports_, Serial+cols    : Model, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN 2.4Ghz, Ethernet 100M ports_, Modem, USB ports_, Serial
 header  : Model,SoC,CPU MHz,Flash MB,RAM MB,WLAN2.4,100M ports,Modem,USB,Serial header  : Model,SoC,CPU MHz,Flash MB,RAM MB,WLAN2.4,100M ports,Modem,USB,Serial
 align   : c,c,c,c,c,c,c,c,c,c align   : c,c,c,c,c,c,c,c,c,c
Line 19: Line 19:
  
 ===== Installation ===== ===== 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   : c,c,c
 +filter  : Model=OM2P
 +----
  
-The following are the steps required to build an OM2P build environment. Fortunately openmesh.com/cloudtrax provides a networking flash tool with makes flashing new versions quite foolproof. Also the original OEM firmware can be reflashed with that tool in case of problems. +-> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]]
- +
-1. Install and update CentOS (optional) +
- +
-2. Create openwrt user (optional) +
-    useradd -m openwrt +
-3. Add password for user openwrt (optional) +
-    passwd openwrt +
-4. Install any missing packages(optional) +
-    yum -y install minicom lrzsz gawk flex ncurses-devel subversion expect git zlib-devel gcc-c++ gmp gmp-devel unzip wget +
-5. Switch to the openwrt user (optional) +
-    su -l openwrt +
-6. Checkout OpenWRT (trunk): +
-    svn co svn://svn.openwrt.org/openwrt/trunk +
-7. Updated feeds +
-    cd trunk ; scripts/feeds update +
-8. Install required feeds: +
-    scripts/feeds install luci +
-9. Downloading and building the ap51-flash flashing utility +
-    git clone https://dev.cloudtrax.com/git/ap51-flash.git ap51-flash +
-    cd ap51-flash +
-    make +
-10. Make the config for the required device: make menuconfig +
-    Target System -> Atheros AR71xx/AT7240/AR913x/AT934x +
-    Target Profile -> OpenMesh OM2P +
-    Base system -> <*> om-watchdog +
-    LuCI -> Collections -> <*> luci +
-    Server Interfaces -> <*> luci-sgi-uhttpd +
-11. Start the make process and enjoy a few coffee... +
-    make+
  
 ==== Flash Layout ==== ==== Flash Layout ====
Line 100: Line 77:
 === LuCI Web Upgrade Process === === LuCI Web Upgrade Process ===
  
-There is a bug in LuCI which currently prevents us to upgrade via the web interface, but a fix is on it'way.+There is a bug in LuCI which currently prevents us to upgrade via the web interface, but a fix is on its way. 
 + 
 +===== Debricking ===== 
 +TODO
  
 ===== Basic configuration ===== ===== Basic configuration =====
  
 Plug a lan cable to the left connector, telnet 192.168.1.1 and set new password. For more details Plug a lan cable to the left connector, telnet 192.168.1.1 and set new password. For more details
-follow instructions on [[:doc:howto:firstlogin|first login]]. +follow instructions on [[:docs:guide-quick-start:walkthrough_login|first login]]. 
-Afterwards you can use the web interface at http://192.168.1.1 for further configuration.+Afterwards you can use the web interface at ''%%http://192.168.1.1%%'' for further configuration.
  
 ===== Specific Configuration ===== ===== Specific Configuration =====
Line 123: Line 103:
  
 There is only one tiny button for factory reset, but it doesn't seem to be supported by OpenWrt. There is only one tiny button for factory reset, but it doesn't seem to be supported by OpenWrt.
 +
 +===== Build Image =====
 +The following are the steps required to build an OM2P build environment. Fortunately openmesh.com/cloudtrax provides a networking flash tool which makes flashing new versions quite foolproof. Also the original OEM firmware can be reflashed with that tool in case of problems.
 +
 +1. Install and update CentOS (optional)
 +
 +2. Create openwrt user (optional)
 +    useradd -m openwrt
 +3. Add password for user openwrt (optional)
 +    passwd openwrt
 +4. Install any missing packages: (optional)
 +    yum -y install minicom lrzsz gawk flex ncurses-devel subversion expect git zlib-devel gcc-c++ gmp gmp-devel unzip wget
 +5. Switch to the openwrt user (optional)
 +    su -l openwrt
 +6. Checkout OpenWRT (trunk):
 +    svn co svn://svn.openwrt.org/openwrt/trunk
 +7. Updated feeds
 +    cd trunk ; scripts/feeds update
 +8. Install required feeds:
 +    scripts/feeds install luci
 +9. Downloading and building the ap51-flash flashing utility
 +    git clone https://dev.cloudtrax.com/git/ap51-flash.git ap51-flash
 +    (which currently redirects to)
 +    (https://github.com/ap51-flash/ap51-flash)
 +    cd ap51-flash
 +    make
 +10. Make the config for the required device: make menuconfig
 +    Target System -> Atheros AR71xx/AT7240/AR913x/AT934x
 +    Target Profile -> OpenMesh OM2P
 +    Base system -> <*> om-watchdog
 +    LuCI -> Collections -> <*> luci
 +    Server Interfaces -> <*> luci-sgi-uhttpd
 +11. Start the make process and enjoy a few coffee...
 +    make
 +
  
 ===== Hardware ===== ===== Hardware =====
Line 176: Line 191:
 TODO TODO
  
- 
-===== Debricking ===== 
-TODO 
- 
-===== Bootloader Mods ===== 
-TODO 
  
 ===== Hardware mods ===== ===== Hardware mods =====
Line 188: Line 197:
  
 ===== Notes ===== ===== Notes =====
 +OM2Pv2 is also supported via these above install instructions, however sysupgrade to 21, from 19.07 may fail.
  
 ===== Tags ===== ===== Tags =====
 +[[meta:tags|How to add tags]] 
 +{{tag>AR7240 16flash 64ram}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1