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:re205 [2024/03/25 21:52] – [Hardware Highlights] slo2toh:tp-link:re205 [2024/03/28 17:46] – [OEM bootlog] slo2
Line 60: Line 60:
   "rotate": true,   "rotate": true,
   "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports"],   "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports"],
-  "filterColumns": {"model": "^RE200$"}+  "filterColumns": {"model": "^RE205$"}
 } --> } -->
  
Line 72: Line 72:
   "dom": "t",   "dom": "t",
   "paging": false,   "paging": false,
 +  "rotate": true,
   "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"],   "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"],
-  "filterColumns": {"brand": "^TP-Link$", "model": "^RE205$", "version": "^@@Version\\|@@$"}+  "filterColumns": {"model": "^RE205$"}
 } --> } -->
 */ */
- 
  
 /* snapshot */ /* snapshot */
 /* delete once stable release is available */ /* delete once stable release is available */
 +As of now only snapshot are available for RE205 V3 devices. Please read [[:releases:snapshot]] before installing.
 +
 <!-- ToH: { <!-- ToH: {
   "source": "json",   "source": "json",
   "dom": "t",   "dom": "t",
   "paging": false,   "paging": false,
 +  "rotate": true,
   "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtsnapshotinstallurl", "firmwareopenwrtsnapshotupgradeurl", "firmwareoemstockurl"],   "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtsnapshotinstallurl", "firmwareopenwrtsnapshotupgradeurl", "firmwareoemstockurl"],
-  "filterColumns": {"brand": "^TP-Link$", "model": "^RE205$", "version": "^@@Version\\|@@$"}+  "filterColumns": {"model": "^RE205$"}
 } --> } -->
- 
  
 -> [[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 102: Line 102:
 ==== OEM easy installation ==== ==== OEM easy installation ====
  
-<WRAP BOX> +  Simply install the -factory.bin image via the stock web interface.
-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   * 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.   * 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 ====
Line 138: Line 127:
 ===== Upgrading OpenWrt ===== ===== Upgrading OpenWrt =====
 ->  [[docs:guide-user:installation:generic.sysupgrade]] ->  [[docs:guide-user:installation:generic.sysupgrade]]
- 
-<WRAP BOX> 
- 
-FIXME These are generic instructions. Update with your router's specifics. 
- 
-==== LuCI Web Upgrade Process ==== 
- 
-  * Browse to ''<nowiki>http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/</nowiki>'' LuCI Upgrade URL 
-  * Upload image file for sysupgrade to LuCI 
-  * Wait for reboot 
- 
-==== Terminal Upgrade Process ==== 
- 
-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. 
- 
-=== sysupgrade === 
- 
-  * 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 
-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> 
- 
-</WRAP> 
- 
 ===== Debricking ===== ===== Debricking =====
 -> [[docs:guide-user:troubleshooting:generic.debrick]] -> [[docs:guide-user:troubleshooting:generic.debrick]]
Line 208: Line 152:
 </WRAP> </WRAP>
  
-==== Switch Ports (for VLANs) ==== 
-<WRAP BOX> 
-FIXME Please fill in real values for this device, then remove the EXAMPLEs 
- 
-Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on. 
-^ Port             ^ Switch port   ^ 
-| Internet (WAN)   | EXAMPLE 4     | 
-| LAN 1            | EXAMPLE 3     | 
-| LAN 2            | EXAMPLE 2     | 
-| LAN 3            | EXAMPLE 1     | 
-| LAN 4            | EXAMPLE 0     | 
- 
-</WRAP> 
  
 ==== Buttons ==== ==== Buttons ====
Line 312: Line 243:
 ===== Bootlogs ===== ===== Bootlogs =====
 ==== OEM bootlog ==== ==== OEM bootlog ====
-<WRAP bootlog> 
-<nowiki>COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE</nowiki> 
-</WRAP>\\ 
  
 +=== U-Boot 1.1.3 / Ralink UBoot Version: 5.0.0.0 ===
 +This bootloader version seems to be locked and does not react on any input.
 +
 +<code>
 +cid reg:00010102, cid:1[04010D07][04010D0A]
 +DDR Calibration DQS reg = 00008988
 +
 +DDR Calibration MEMCTRL reg = 0E120003
 +
 +
 +U-Boot 1.1.3 (Nov 28 2020 - 10:44:01)
 +
 +Board: Ralink APSoC DRAM:  64 MB
 +relocate_code Pointer at: 83fb8000
 +flash manufacture id: 20, device id 70 17
 +Warning: un-recognized chip ID, please update bootloader!
 +*** Warning - bad CRC, using default environment
 +
 +============================================
 +Ralink UBoot Version: 5.0.0.0
 +--------------------------------------------
 +ASIC 7628_MP (Port5<->None)
 +DRAM component: 512 Mbits DDR, width 16
 +DRAM bus: 16 bit
 +Total memory: 64 MBytes
 +Flash component: SPI Flash
 +Date:Nov 28 2020  Time:10:44:01
 +============================================
 +icache: sets:512, ways:4, linesz:32 ,total:65536
 +dcache: sets:256, ways:4, linesz:32 ,total:32768
 +
 + ##### The CPU freq = 580 MHZ ####
 + estimate memory size =64 Mbytes
 +RESET MT7628 PHY!!!!!!
 +
 +Please choose the operation:
 +   1: Load system code to SDRAM via TFTP.
 +   2: Load system code then write to Flash via TFTP.
 +   3: Boot system code via Flash (default).
 +   4: Entr boot command line interface.
 +   7: Load Boot Loader code then write to Flash via Serial.
 +   9: Load Boot Loader code then write to Flash via TFTP.
 +default: 3
 +
 +You choosed 3
 +                                                                              0
 +
 +3: System Boot system code via Flash.
 +tplink_turn_off_led
 +## Booting image at bc020000 ...
 +text base: 80000000
 +entry point: 8000c150
 +   Uncompressing Kernel Image ... OK
 +No initrd
 +## Transferring control to Linux (at address 8000c150) ...
 +## Giving linux memsize in MB, 64
 +
 +Starting kernel ...
 +</code>\\
 ==== OpenWrt bootlog ==== ==== OpenWrt bootlog ====
 <WRAP bootlog> <WRAP bootlog>
  • Last modified: 2024/12/18 14:54
  • by frollic