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:dragino:lps8 [2021/06/04 11:00] – datatable filters adjusted, cleanup tmomastoh:dragino:lps8 [2021/07/29 10:15] – [OEM easy installation] rogerpueyo
Line 31: Line 31:
 ===== Installation ===== ===== Installation =====
 /* stable release */ /* stable release */
-/* uncomment once stable release is available 
 ---- datatable ---- ---- datatable ----
 cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url 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 headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock
-align   : c,c,c 
-filter  : Brand=Dragino 
-filter  : Model=LPS8 
----- 
-*/ 
- 
- 
-/* snapshot */ 
-/* delete once stable release is available */ 
----- datatable ---- 
-cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt snapshot Install URL_url, Firmware OpenWrt snapshot Upgrade URL_url, Firmware OEM Stock URL_url 
-headers : Model, Version, Current Release, Firmware OpenWrt snapshot Install, Firmware OpenWrt snapshot Upgrade, Firmware OEM Stock 
 align   : c,c,c align   : c,c,c
 filter  : Brand=Dragino filter  : Brand=Dragino
Line 55: Line 42:
 -> [[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.+The device comes with an OpenWrt fork maintained by Dragino. The source code is available at [[https://github.com/dragino/openwrt_lede-18.06|GitHub]].
  
 ==== Flash Layout ==== ==== Flash Layout ====
-<WRAP BOX+These are the partitions in OpenWrt 18.06 according to /proc/mtd: 
-FIXME //[[:docs:techref:flash.layout#discovery_how_to_find_out|Find out flash layout]], then add the flash layout table here (copy, paste, modify the [[docs:techref:flash.layout#partitioning_of_the_flash|example]]).//+<code
 +dev   size   erasesize  name 
 +mtd000040000 00010000 "u-boot" 
 +mtd100fa0000 00010000 "firmware" 
 +mtd200160000 00010000 "kernel" 
 +mtd300e40000 00010000 "rootfs" 
 +mtd4: 005a0000 00010000 "rootfs_data" 
 +mtd5: 00010000 00010000 "config" 
 +mtd6: 00010000 00010000 "art" 
 +</code>
  
-Please check out the article [[docs:techref:flash.layout|Flash layout]]. It contains examples and explanations that describe how to document the flash layout. 
-</WRAP> 
  
 ==== OEM easy installation ==== ==== OEM easy installation ====
- +OEM firmware is a modified OpenWrt.
-<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 +
-  * How you install OpenWrt from a device freshly opened +
-  * The steps required such as reset to factory defaults if the device has already been 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 +
-  * Wait for it to reboot +
-  * 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. +
-</WRAP> +
 ==== OEM installation using the TFTP method ==== ==== OEM installation using the TFTP method ====
  
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1