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:tp-link:ec330-g5u_v1 [2023/04/22 12:13] – [OpenWrt installation] csharper2005toh:tp-link:ec330-g5u_v1 [2023/08/02 19:03] – [OpenWrt installation (using factory image)] add info about ISP's default FW luckyspecialist
Line 82: Line 82:
 ==== OpenWrt installation (using factory image) ==== ==== OpenWrt installation (using factory image) ====
  
-Tested with //3.16.0 0.9.1 v6037.0 Build 191016 Rel.30619nb// TP-Link firmware.+Tested with //[[https://4pda.to/forum/index.php?showtopic=1030035&view=findpost&p=108374670|3.16.0 0.9.1 v6037.0 Build 191016 Rel.30619nb]]// TP-Link firmware
 +Also tested on 3.16.0 0.9.1 v6037.0 Build 181229 Rel.41159n (ISP's default FW) if the router booted from the right slot to download the OpenWRT firmware (see step 6 below).
  
 1. Login to the router web interface (http://192.168.0.1/ by default) and save running config to //conf.bin// file 1. Login to the router web interface (http://192.168.0.1/ by default) and save running config to //conf.bin// file
Line 101: Line 102:
 4.  Save configuration file and upload changed configuration using stock firmware web interface 4.  Save configuration file and upload changed configuration using stock firmware web interface
  
-5.  Login using telnet to IP:192.168.0.1, port:1023 (Username:admin, password:1234)+5.  Login using //telnet// to IP:192.168.0.1, port:1023 (Username:admin, password:1234)
  
 6.  Run <code bash>cat /proc/mtd | grep mtd7</code> 6.  Run <code bash>cat /proc/mtd | grep mtd7</code>
Line 107: Line 108:
   * If the result is <code bash>mtd7: 03000000 00020000 "rootfs" 00400000</code> then all is ok, go to the next step   * If the result is <code bash>mtd7: 03000000 00020000 "rootfs" 00400000</code> then all is ok, go to the next step
  
-7.  Set up a tftp server with OpenWrt factory.bin image (IP:192.168.0.100 in this example)+7.  Set up a //tftp// server (e.g. //tftpd64// for windows) with OpenWrt //factory.bin// image (IP:192.168.0.100 in this example)
  
-8.  Login using telnet to 192.168.0.1, port:1023+8.  Login using //telnet// to 192.168.0.1, port:1023
  
-9.  Download OpenWrt factory.bin image from the tftp server:+9.  Download OpenWrt //factory.bin// image from the tftp server:
 <code bash> <code bash>
 cd /tmp cd /tmp
Line 117: Line 118:
 </code> </code>
  
-10. Write OpenWrt factory.bin image:+10. Write OpenWrt //factory.bin// image:
 <code bash> <code bash>
 dd if=/tmp/factory.bin of=/dev/mtdblock1 dd if=/tmp/factory.bin of=/dev/mtdblock1
Line 196: Line 197:
 ==== OEM easy installation ==== ==== OEM easy installation ====
  
-https://4pda.to/forum/index.php?showtopic=1030035&st=60#entry121086645+None so far.
 ==== OEM installation using the TFTP method ==== ==== OEM installation using the TFTP method ====
  
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1