Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:openmesh:om2p [2018/03/04 12:12] – bobafetthotmail | toh: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, |
| 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, | align : c, | ||
| Line 12: | Line 12: | ||
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| ---- datatable ---- | ---- datatable ---- | ||
| - | cols : Model, | + | cols : Model, |
| header | header | ||
| align : c, | align : 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 | ||
| + | ---- | ||
| - | The following are the steps required to build an OM2P build environment. Fortunately openmesh.com/ | + | -> [[docs:guide-user:installation:generic.flashing|Install |
| - | + | ||
| - | 1. Install and update CentOS (optional) | + | |
| - | + | ||
| - | 2. Create openwrt user (optional) | + | |
| - | useradd | + | |
| - | 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 | + | |
| - | su -l openwrt | + | |
| - | 6. Checkout OpenWRT (trunk): | + | |
| - | svn co svn:// | + | |
| - | 7. Updated feeds | + | |
| - | cd trunk ; scripts/ | + | |
| - | 8. Install | + | |
| - | scripts/ | + | |
| - | 9. Downloading and building the ap51-flash flashing utility | + | |
| - | git clone https:// | + | |
| - | cd ap51-flash | + | |
| - | make | + | |
| - | 10. Make the config for the required device: make menuconfig | + | |
| - | Target System -> Atheros AR71xx/ | + | |
| - | 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' | + | 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 ===== | ||
| Line 106: | Line 86: | ||
| 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 [[: | follow instructions on [[: | ||
| - | Afterwards you can use the web interface at http:// | + | Afterwards you can use the web interface at '' |
| ===== Specific Configuration ===== | ===== Specific Configuration ===== | ||
| Line 123: | Line 103: | ||
| There is only one tiny button for factory reset, but it doesn' | There is only one tiny button for factory reset, but it doesn' | ||
| + | |||
| + | ===== Build Image ===== | ||
| + | The following are the steps required to build an OM2P build environment. Fortunately openmesh.com/ | ||
| + | |||
| + | 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:// | ||
| + | 7. Updated feeds | ||
| + | cd trunk ; scripts/ | ||
| + | 8. Install required feeds: | ||
| + | scripts/ | ||
| + | 9. Downloading and building the ap51-flash flashing utility | ||
| + | git clone https:// | ||
| + | (which currently redirects to) | ||
| + | (https:// | ||
| + | cd ap51-flash | ||
| + | make | ||
| + | 10. Make the config for the required device: make menuconfig | ||
| + | Target System -> Atheros AR71xx/ | ||
| + | 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, | ||
| ===== Tags ===== | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||