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:snr:cpe-me2-lite [2024/12/11 14:22] – [Upgrading OpenWrt] wertwert4pdatoh:snr:cpe-me2-lite [2024/12/11 14:41] – [OEM easy installation] wertwert4pda
Line 82: Line 82:
 -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]]
  
-FIXME Please add the installation procedure here.+
  
 ==== Flash Layout ==== ==== Flash Layout ====
Line 103: Line 103:
  
 <WRAP BOX> <WRAP BOX>
-FIXME //The instructions below are for Broadcom devices and only serve as an example.//\\ 
-**//Remove / modify them if they do not apply to this particular device!//** 
- 
 This section deals with This section deals with
   * How you install OpenWrt from a device freshly opened   * How you install OpenWrt from a device freshly opened
Line 111: Line 108:
  
 **Note:** Reset router to factory defaults if it has been previously configured. **Note:** Reset router to factory defaults if it has been previously configured.
-  Browse to ''<nowiki>http://192.168.1.1/Upgrade.asp</nowiki>'' + 
-  * Upload .bin file to router +**Flash instruction via WEB (old factory firmware 1.10.x)*
-  Wait for it to reboot +    1. Boot SNR-CPE-ME2-Lite normally with "Router" mode 
-  Telnet to 192.168.1.1 and set a root password, or browse to ''<nowiki>http://192.168.1.1</nowiki>'' if LuCI is installed.+    2. Access to "http://192.168.1.1/" and open "Administration -Management" page 
 +    3Select the OpenWrt sysupgrade image in "Firmware update" section and click "Update" button 
 +    4. Wait ~120 seconds to complete flashing 
 + 
 +**Note: For new factory firmware (EasyWRT 2.6.x) need downgrade to old factory image firstIt possible from web interface.**  
 +   
 </WRAP> </WRAP>
  
Line 148: Line 150:
  
 If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line.
-There are two command line methods for upgrading: 
- 
-  * ''sysupgrade'' 
-  * ''mtd'' 
  
 Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing. Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.
Line 163: Line 161:
 wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
 sysupgrade /tmp/xxx.abc sysupgrade /tmp/xxx.abc
-</code> 
- 
-=== mtd === 
- 
-If ''sysupgrade'' does not support this router, use ''mtd''. 
- 
-  * Login as root via SSH on 192.168.1.1, then enter the following commands: 
- 
-<code> 
-cd /tmp 
-wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc 
-mtd write /tmp/xxx.abc linux && reboot 
 </code> </code>
  
  • Last modified: 2024/12/18 15:02
  • by frollic