Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
toh:tp-link:tp-link_tl-wr850n_v1_v2 [2021/05/02 13:12] – [Tags] tmomastoh:tp-link:tp-link_tl-wr850n_v1_v2 [2021/05/02 13:36] – restricted to v1 tmomas
Line 1: Line 1:
-====== TP-Link TL-WR850N ======+====== TP-Link TL-WR850N v1 ======
  
 The device is a wireless N router with  The device is a wireless N router with 
Line 9: Line 9:
   * WPS Button   * WPS Button
  
-**''Note1:''** The [[.:tl-wr840n_v4|TL-WR840N v4]] as well as TL-WR850N v1,v2 & v3 are identical. But TL-WR850N v3 (4/32) can not be supported. \\ +**''Note1:''** The [[.:tl-wr840n_v4|TL-WR840N v4]] as well as TL-WR850N v1,v2 & v3 are identical. But TL-WR850N v3 (4/32) can not be supported.
  
 ===== Supported Versions ===== ===== Supported Versions =====
- +---- datatable ---- 
-^ Version/Model ^ Launch Date ^ OpenWrt Versions Supported ^ Download latest stable version ^ Openwrt Forum Topic ^ +cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, Forum Search_search-forums, Device Techdata_pageid 
-| TL-WR850N v1.x | 2018 |  18.06 & newer  |  [[http://downloads.openwrt.org/releases/19.07.7/targets/ramips/mt76x8/openwrt-19.07.7-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin|19.07.7]]  | ? | +headers : Brand, Model, Version, Current Release, OEM Info, Forum Search, Technical Data 
-TL-WR850N v2.x | 2018 |  18.06 & newer  |  [[http://downloads.openwrt.org/releases/19.07.7/targets/ramips/mt76x8/openwrt-19.07.7-ramips-mt76x8-tl-wr840n-v4-squashfs-tftp-recovery.bin|19.07.7]]  |[[https://forum.openwrt.org/t/add-support-for-tp-link-tl-wr850n-v2/66899]] |+align   : c,c,c,c,c,c,c 
 +filter  : Model=TL-WR850N 
 +filter  : Versions=v1 
 +----
  
  
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
 +---- datatable ----
 +cols    : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_
 +header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB
 +align   : c,c,c,c,c,c,c,c,c,c,c,c,c
 +filter  : Model=TL-WR850N
 +filter  : Versions=v1
 +----
  
-^ Versions ^ v1 ^ v2 ^ 
-| **Instruction Set** | MIPS 24Kc || 
-| Vendor | MediaTek || 
-| System-On-Chip | MT7628NN 1850-AJCJL EAP1J400 | MT7628NN 1706-AJCSL EAP0W363 | 
-| CPU Frequency | 580MHz ||  
-| BogoMIPs | 386.04 || 
-| Flash-Chip | GigaDevice GD25Q64CSIG || 
-| Flash Size | 8MB || 
-| RAM-Chip | ESMT M14D5121632A-2.5B || 
-| RAM-Size | 64MB || 
-| Wlan Hardware | MediaTek MT7628N || 
-| Switch | MT7628N built-in || 
-| Serial | Yes || 
-| JTAG | Yes || 
  
 ===== Installation ===== ===== Installation =====
Line 44: Line 39:
 align   : c,c,c align   : c,c,c
 filter  : Model=TL-WR850N filter  : Model=TL-WR850N
-filter  : Versions~v1+filter  : Versions=v1
 ---- ----
  
Line 52: Line 47:
 The TFTP server, after installed, need to be configured to work on IP 192.168.0.66 (port 69). Insert the firmware file inside the TFTP server folder and follow the instructions below: The TFTP server, after installed, need to be configured to work on IP 192.168.0.66 (port 69). Insert the firmware file inside the TFTP server folder and follow the instructions below:
  
-  Run the TFTP server and add the firmware file in the folder. Rename the firmware file to **tp_recovery.bin** (otherwise the router won't find it). +  Run the TFTP server and add the firmware file in the folder. Rename the firmware file to **''tp_recovery.bin''** (otherwise the router won't find it). 
-  Connect the router (while it's turned off) by one of the LAN ports to the machine running the TFTP server. +  Connect the router (while it's turned off) by one of the LAN ports to the machine running the TFTP server. 
-  Press and hold the reset button while turning on the router. The router will search for the TFTP server and download any tp_recovery.bin file that it finds out. While the file is being transferred, the router'leds will start to blink. +  Press and hold the reset button while turning on the router. The router will search for the TFTP server and download any ''tp_recovery.bin'' file that it finds out. While the file is being transferred, the router'LEDs will start to blink. 
- +  If the download is successfully done, the router will automatically burn the new firmware and restart itself.
-If the download is successfully done, the router will automatically burn the new firmware and restart itself. +
  
  
Line 79: Line 72:
  
   * Go to TP-Link official site and download the firmware file you want.   * Go to TP-Link official site and download the firmware file you want.
-  * After downloaded the file, use the command  +  * After downloaded the file, use the command\\ <code>
-<code>+
 dd if="TL-WR850Nv2_example_official_firmware_file.bin" of="tlwr850nv2_file_with_removed_header.bin" bs=512 skip=1 dd if="TL-WR850Nv2_example_official_firmware_file.bin" of="tlwr850nv2_file_with_removed_header.bin" bs=512 skip=1
-</code> +</code>\\ The second name here can be whatever you want, since it's just a name for the resulting file generated by the command. 
-The second name here can be whatever you want, since it's just a name for the resulting file generated by the command. +  * Now that you have the valid firmware file, rename it to **''tp_recovery.bin''** and place it in the TFTP server folder to burn it on the device.
-  * Now that you have the valid firmware file, rename it to tp_recovery.bin and place it in the TFTP server folder to burn it on the device.+
  
 ===== Hardware ===== ===== Hardware =====
 +
 ==== Info ==== ==== Info ====
  
----- datatemplatelist dttpllist ---- +^ Versions ^ v1 ^ v2 ^ 
-template: meta:template_datatemplatelist +| **Instruction Set** | MIPS 24Kc || 
-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_ +| Vendor | MediaTek || 
-filter  : Brand=TP-Link +| System-On-Chip | MT7628NN 1850-AJCJL EAP1J400 | MT7628NN 1706-AJCSL EAP0W363 | 
-filter  : Model=TL-WR850N +CPU Frequency | 580MHz ||  
-filter  : Versions=v1 +| BogoMIPs | 386.04 || 
-----+Flash-Chip | GigaDevice GD25Q64CSIG || 
 +| Flash Size | 8MB || 
 +RAM-Chip | ESMT M14D5121632A-2.5B || 
 +| RAM-Size | 64MB || 
 +| Wlan Hardware | MediaTek MT7628N || 
 +| Switch | MT7628N built-in || 
 +| Serial | Yes || 
 +| JTAG | Yes || 
  
 ==== Opening the case ==== ==== Opening the case ====
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1