| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision |
| toh:tp-link:re200 [2022/11/15 18:50] – [Back to Stock (v2, v3, v4)] misanthropos | toh:tp-link:re200 [2024/08/26 14:39] – [Installation] typo fix palebloodsky |
|---|
| |
| <WRAP round important> | <WRAP round important> |
| The latest RE200 v5 is not supported by OpenWrt! The device only has 4MB of flash and runs VxWorks by default. | **The latest RE200 v5 is not supported by OpenWrt! The device only has 4MB of flash and runs VxWorks by default.** |
| </WRAP> | </WRAP> |
| |
| ===== Supported Versions ===== | ===== Supported Versions ===== |
| ---- datatable ---- | <!-- ToH: { |
| cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | "source": "json", |
| headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | "dom": "t", |
| align : c,c,c,c,c,c,c | "paging": false, |
| filter : Model=RE200 | "rotate": true, |
| ---- | "shownColumns": ["brand", "model", "version", "supportedcurrentrel", "oemdevicehomepageurl", "owrt_forum_topic_url", "deviceid"], |
| | "filterColumns": {"model": "^RE200$"} |
| | } --> |
| |
| |
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== |
| ---- datatable ---- | <!-- ToH: { |
| 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_ | "source": "json", |
| header : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB | "dom": "t", |
| align : c,c,c,c,c,c,c,c,c,c,c,c,c | "paging": false, |
| filter : Model=RE200 | "rotate": true, |
| ---- | "shownColumns": ["model", "version", "cpu", "cpumhz", "flashmb", "rammb", "wlanhardware", "wlan24ghz", "wlan50ghz", "ethernet100mports", "ethernet1gports", "modem", "usbports"], |
| | "filterColumns": {"model": "^RE200$"} |
| | } --> |
| |
| |
| ===== Installation ===== | ===== Installation ===== |
| |
| ---- datatable ---- | <!-- ToH: { |
| cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | "source": "json", |
| headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | "dom": "t", |
| align : c,c,c | "paging": false, |
| filter : Model=RE200 | "rotate": true, |
| ---- | "shownColumns": ["model", "version", "supportedcurrentrel", "firmwareopenwrtinstallurl", "firmwareopenwrtupgradeurl", "firmwareoemstockurl"], |
| | "filterColumns": {"model": "^RE200$"} |
| | } --> |
| |
| -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] | -> [[docs:guide-user:installation:generic.flashing|Install OpenWrt (generic explanation)]] |
| |
| | Note that the time for an initial flash is very long for these devices. Users should expect 20 minutes before being able to access it, V4 can be 10 minutes, V1 is slower. Further sysupgrades may be a little faster at around 8 minutes. |
| ==== Web Interface Method (v1) ==== | ==== Web Interface Method (v1) ==== |
| |
| **WARNING:** As of 2020-11-23 there seem to be issues with this approach. See https://forum.openwrt.org/t/port-to-tp-link-re200/50540 for more details. | |
| |
| It is possible to install OpenWrt via the TP-Link web interface, but you need to prepare the image first. | It is possible to install OpenWrt via the TP-Link web interface, but you need to prepare the image first. |
| <code>dd if=re200v1_eu_3_14_2_up_boot\(160329\).bin of=re200v1_tftp.bin bs=1 skip=131584</code> | <code>dd if=re200v1_eu_3_14_2_up_boot\(160329\).bin of=re200v1_tftp.bin bs=1 skip=131584</code> |
| |
| Put the resulting re200v1_tftp.bin image as "test.bin" to your TFTP server. Install via Serial as you would install OpenWrt. | Transfer this file to your RE200 running OpenWrt: |
| | |
| | <code>scp -O re200v1_tftp.bin root@192.168.1.1:/tmp</code> |
| | |
| | Install it by forcing a ''%%sysupgrade%%'': |
| | |
| | <code>sysupgrade -F -n /tmp/re200v1_tftp.bin</code> |
| | |
| | Flashing this relatively big file takes some time, so be patient. Afterwards, you should be back to stock. |
| | |
| | <WRAP round important> |
| | **If you flash the wrong file or mess up the preparation, you will have to disassemble your device and attach serial console!** |
| | </WRAP> |
| |
| In theory, you could also you ''%%sysupgrade%%'' to flash back to stock, but this is untested. | As an alternative, you can use serial console: Put the resulting re200v1_tftp.bin image as "test.bin" to your TFTP server. Install via Serial as you would install OpenWrt. |
| |
| == Back to Stock (v2, v3, v4) ==== | ==== Back to Stock (v2, v3, v4) ==== |
| |
| Download an OEM firmware from TP-Link and prepare it using the tool ''%%tplink-safeloader%%'' from the OpenWrt development environment (should be included in the Image Builder): | Download an OEM firmware from TP-Link and prepare it using the tool ''%%tplink-safeloader%%'' from the OpenWrt development environment (should be included in the Image Builder): |
| ===== Tags ===== | ===== Tags ===== |
| [[meta:tags|How to add tags]] | [[meta:tags|How to add tags]] |
| {{tag>ramips mt7620 8flash 64RAM 1port fastethernet 802.11bgn 802.11ac mt7610E mips32 wall_plug mains_powered}} | {{tag>ramips mt7620 mt7628 8flash 64RAM 1port fastethernet 802.11bgn 802.11ac mt7610E 0usb mips32 wall_plug mains_powered}} |