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:49] – [Supported Versions] slo2toh:tp-link:re205 [2024/12/18 14:53] – [Hardware] frollic
Line 58: Line 58:
   "dom": "t",   "dom": "t",
   "paging": false,   "paging": false,
-  "shownColumns": ["model", "version", "cpu", "cpumhz", "cpucores", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "modem", "usbports"], +  "rotate": true, 
-  "filterColumns": {"brand": "^TP-Link$", "model": "^RE205$", "version": "^@@Version\\|@@$"}+  "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports"], 
 +  "filterColumns": {"model": "^RE205$"}
 } --> } -->
 +
  
  
Line 70: 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 100: 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 136: 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 188: Line 134:
  
 ===== Basic configuration ===== ===== Basic configuration =====
--> [[docs:guide-user:base-system:start|Basic configuration]] After flashing, proceed with this.\\ +-> [[docs:guide-user:base-system:start|Basic configuration]] After flashing, proceed with this.
-Set up your Internet connection, configure wireless, configure USB port, etc.+
  
-===== Specific Configuration ===== 
  
-<WRAP BOX> 
-FIXME Please fill in real values for this device, then remove the EXAMPLEs 
  
-==== Network interfaces ==== 
-The default network configuration is: 
-^ Interface Name   ^ Description                  ^ Default configuration    ^ 
-| br-lan           | EXAMPLE LAN & WiFi           | EXAMPLE 192.168.1.1/24   | 
-| vlan0 (eth0.0)   | EXAMPLE LAN ports (1 to 4)   | EXAMPLE None             | 
-| vlan1 (eth0.1)   | EXAMPLE WAN port             | EXAMPLE DHCP             | 
-| wl0              | EXAMPLE WiFi                 | EXAMPLE Disabled         | 
- 
-</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 237: Line 156:
  
 ===== Hardware ===== ===== Hardware =====
-==== Info ==== 
-<WRAP BOX> 
-FIXME 
-  - This table is automatically generated, **once the correct filters for Brand and Model are set.** 
-  - If you see "Nothing." instead of a table, please **edit this section and adjust the filters with the proper Brand and Model.** Just try, it's easy. 
-  - If you still don't see a table here, or a table filled with '¿': [[toh:start|Is there already a Techdata page available]] for TP-Link RE205 ? If not: [[meta:create_new_dataentry_page|Create one]]. 
-  - If you see a table with the desired device data, everything is OK and you can delete this text and the ''<nowiki><WRAP></nowiki>'' that encloses it. 
-  - If it still doesn't work: Don't panic, calm down, take a deep breath and [[:contact|contact a wiki admin]] (tmomas) for help. 
-</WRAP> 
- 
----- datatemplatelist dttpllist ---- 
-template: meta:template_datatemplatelist 
-cols    : Brand, Model, Versions, Device Type, Availability, Supported Since Commit_git, Supported since Rel, Supported current Rel, Unsupported, Bootloader, CPU, Target, CPU MHz, Flash MBs, RAM MB, Switch, Ethernet 100M ports_, Ethernet Gbit ports_, Comments network ports_, Modem, VLAN, WLAN 2.4GHz, WLAN 5.0GHz, WLAN Hardwares, WLAN Comments_, Detachable Antennas_, USB ports_, SATA ports_, Comments USB SATA ports_, Serial, JTAG, LED count, Button count, Power supply, Device Techdata_pageid, Forum topic URL_url, wikidevi URL_url, OEM Device Homepage URL_url, Firmware OEM Stock URL_url, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Comments_ 
-filter  : Brand=TP-Link 
-filter  : Model=RE205 
-filter  : Versions= 
----- 
  
 +<!-- ToH: {
 +  "source": "json",
 +  "dom": "t",
 +  "paging": false,
 +  "rotate": true,
 +  "shownColumns": ["brand", "model", "version", "devicetype", "availability", "supportedsincecommit", "supportedsincerel", "supportedcurrentrel", "unsupported_functions", "bootloader", "cpu", "target", "cpumhz", "flashmb", "rammb", "switch", "ethernet100mports", "ethernet1gports", "commentsnetworkports", "modem", "vlan", "wlan24ghz", "wlan50ghz", "wlanhardware", "wlancomments", "detachableantennas", "usbports", "sataports", "commentsusbsataports", "serial", "jtag", "ledcount", "buttoncount", "powersupply", "deviceid", "owrt_forum_topic_url", "wikideviurl", "oemdevicehomepageurl", "firmwareoemstockurl", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "comments"],
 +  "filterColumns": {"brand": "^TP-Link$", "model": "^GRE205$"}
 +} -->
 ==== Photos ==== ==== Photos ====
 /* =====>>>>> Standard size for photos: add ?400 to the medialink                                */ /* =====>>>>> Standard size for photos: add ?400 to the medialink                                */
Line 310: Line 220:
 ===== 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: 4.1.0.0 ===
 +<code>
 +U-Boot 1.1.3 (Aug 24 2022 - 10:39:45)
 +
 +Board: Ralink APSoC DRAM: 64 MB
 +relocate_code Pointer at: 83fb8000
 +flash manufacture id: 20, device id 70 17
 +find flash: W25Q64BV
 +*** Warning - bad CRC, using default environment
 +
 +============================================
 +Ralink UBoot Version: 4.1.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:Aug 24 2022 Time:10:39:45
 +============================================
 +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 1
 +
 +
 +1: System Load system code to SDRAM via TFTP
 + Please Input new ones /or Ctrl-C to discard
 +        Input device IP (192.168.0.254) ==:192.168.0.254 
 +        Input server IP (192.168.0.184) ==:192.168.0.184
 +        Input Linux Kernel filename () ==:test.bin
 +
 + NetTxPacket = 0x83FE7840
 +
 + KSEG1ADDR(NetTxPacket) = 0xA3FE7840
 +
 + NetLoop,call eth_halt !
 +
 + NetLoop,call eth_init !
 +Trying Eth0 (10/100-M)
 +
 + Waitting for RX_DMA_BUSY status Start... done
 +
 +
 + ETH_STATE_ACTIVE!!
 +TFTP from server 192.168.0.184; our IP address is 192.168.0.254
 +Filename 'test.bin'.
 +
 + TIMEOUT_COUNT=10,Load address: 0x82000000
 +Loading: Got ARP REPLY, set server/gtwy eth addr (ac:22:2b:cb:56:e5)
 +Got it
 +#################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #################################################################
 +         #####################################
 +done
 +Bytes transferred = 6509106 (635232 hex)
 +LoadAddr=82000000 NetBootFileXferSize= 00635232
 +**Erasing SPI Flash...**
 +**.**
 +**Writing to SPI Flash...**
 +
 +done
 +Automatic boot of image at addr 0x82000000 ...
 +## Booting image at 82000000 ...
 +text base: 80000000
 +entry point: 80000000
 +   Uncompressing Kernel Image ... OK
 +No initrd
 +## Transferring control to Linux (at address 80000000) ...
 +## Giving linux memsize in MB, 64
 +
 +Starting kernel ...
 +</code>
 +=== 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