Lech Perczak
7e513136c6
ath79: add support for TP-Link TL-WR802N V1 and V2
...
Specification:
- SoC: Qualcomm Atheros QCA9533 (560 MHz, MIPS 24Kc)
- RAM: 32 MiB
- Storage: 4 MiB of Flash on board
- Wireless: Built into QCA9533 (Honey Bee), PHY modes b/g/n
- Ethernet: 1x100M (port0)
Installation through OEM Web Interface:
- Connect to TL-WR802N by Ethernet or Wi-Fi
- Go to web interface:
[V1] http://192.168.0.1
[V2] http://192.168.0.254
Default user is "admin" & password is "admin".
On V2, there is no DHCP server running by default, so remember to set
IP manually.
- Go to "System Tools -> Firmware Upgrade"
- Browse for firmware:
[V1] "*.factory.bin"
[V2] "*.factory-us.bin" or "*.factory-eu.bin" for eu model
Web interface may complain if filename is too long. In such case,
rename .bin to something shorter.
- Click upgrade
Installation through tftp:
Note: T_OUT, T_IN and GND on the board must be connected to USB TTL
Serial Configuration 115200 8n1
- Boot the TL-WR802N
- When "Autobooting in 1 seconds" appears type "tpl" followed by enter
- Connect to the board Ethernet port
(IPADDR: 192.168.1.1, ServerIP: 192.168.1.10)
- tftpboot 0x80000000 <Firmware Image Name>
- Record the result of "printenv bootcmd"
- Enter "erase <Result of 'printenv bootcmd'> +0x3c0000"
(e.g erase 0x9f020000 +0x3c0000)
- Enter "cp.b 0x80000000 <Result of 'printenv bootcmd'> 0x3c0000"
(e.g cp.b 0x80000000 0x9f020000 0x3c0000)
- Enter "bootm <Result of 'printenv bootcmd'>"
(e.g bootm 0x9f020000)
Notes:
When porting from ar71xx target to ath79, I found out that on V2,
reset button is on GPIO12 and active low, instead of GPIO11 and
active high. By cross-flashing V1 firmware to V2, I confirmed
the same is true for V1.
Also according to manual of V1, this one also has green
LED instead of blue - both of those issues were fixed accordingly.
The MAC address assignment has been checked with OEM firmware.
Installation manual based on ar71xx support by Thomas Roberts
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
[slightly adjust commit message, add MAC address comment]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-05-31 15:44:05 +02:00
..
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-04-17 13:23:06 +02:00
2020-02-28 17:50:46 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2018-12-12 12:28:26 +01:00
2019-07-17 22:59:29 +02:00
2019-07-17 22:59:29 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2020-02-27 14:56:02 +01:00
2019-12-11 22:50:12 +01:00
2019-11-06 00:27:55 +01:00
2020-02-04 12:19:52 +01:00
2020-02-04 12:19:52 +01:00
2019-12-11 22:50:12 +01:00
2019-10-06 21:28:49 +02:00
2019-09-21 23:41:31 +02:00
2020-02-16 15:36:29 +01:00
2018-09-06 21:35:53 +02:00
2018-08-27 19:31:17 +02:00
2019-12-11 22:50:12 +01:00
2019-11-06 00:27:55 +01:00
2019-12-19 22:41:57 +01:00
2019-10-21 13:15:05 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-10-21 13:15:05 +02:00
2020-02-21 13:55:33 +01:00
2020-02-21 13:55:33 +01:00
2020-02-21 13:55:33 +01:00
2020-02-11 14:31:05 +01:00
2020-02-21 13:55:33 +01:00
2020-02-11 14:31:05 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-02-11 14:30:58 +01:00
2020-03-21 19:22:21 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2019-11-01 21:14:55 +01:00
2019-11-01 21:14:55 +01:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2018-12-17 08:16:28 +01:00
2018-12-17 08:16:28 +01:00
2019-02-14 16:56:14 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-03-22 00:54:44 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2020-03-18 13:45:57 +01:00
2019-11-23 11:57:48 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-12-08 16:44:06 +01:00
2019-11-07 17:13:18 +01:00
2019-11-06 00:27:55 +01:00
2020-05-28 00:48:39 +02:00
2020-01-14 09:38:32 +01:00
2020-01-14 09:38:32 +01:00
2020-01-14 09:38:32 +01:00
2019-06-05 10:12:31 +02:00
2020-02-23 16:17:59 +01:00
2019-11-07 17:13:18 +01:00
2020-04-14 10:47:23 +08:00
2018-08-28 11:26:53 +02:00
2020-01-15 20:38:46 +01:00
2020-05-31 15:44:05 +02:00
2020-02-27 12:14:09 +01:00
2020-02-06 22:53:52 +08:00
2020-05-28 00:48:39 +02:00
2019-11-06 00:27:55 +01:00
2020-03-11 10:50:20 +01:00
2019-10-27 18:02:44 +01:00
2020-01-29 18:56:04 +01:00
2020-01-29 18:56:04 +01:00
2020-01-29 18:56:04 +01:00
2019-09-19 23:43:27 +02:00
2019-09-22 18:28:11 +02:00
2018-08-06 07:31:54 +02:00
2020-05-28 00:48:39 +02:00
2020-05-28 00:48:39 +02:00
2019-12-08 16:44:06 +01:00
2018-08-06 07:31:54 +02:00
2019-10-06 21:28:49 +02:00
2019-02-14 16:56:14 +01:00
2020-03-13 13:53:12 +01:00
2018-12-06 13:28:22 +01:00
2019-12-08 16:44:06 +01:00
2018-06-08 12:19:49 +02:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2019-08-17 23:52:34 +08:00
2020-01-22 17:18:55 +01:00
2020-03-26 19:14:15 +01:00
2020-01-22 17:18:55 +01:00
2019-08-17 23:52:34 +08:00
2019-11-06 00:27:55 +01:00
2020-02-18 21:23:17 +01:00
2020-01-31 13:42:12 +01:00
2019-11-06 00:27:55 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-04-27 23:28:51 +02:00
2020-02-22 19:17:51 +01:00
2020-04-27 23:28:51 +02:00
2020-02-24 20:42:19 +01:00
2020-02-22 19:17:51 +01:00
2020-04-27 23:17:30 +02:00
2019-11-27 22:54:36 +01:00
2019-11-27 22:54:36 +01:00
2019-11-06 00:27:55 +01:00
2020-01-18 19:39:05 +01:00
2020-03-07 11:02:13 +08:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-05-22 21:54:30 +02:00
2019-11-14 23:14:15 +01:00
2019-11-14 23:13:49 +01:00
2020-05-24 14:44:00 +02:00
2020-01-15 23:04:36 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-02-06 22:53:03 +08:00
2020-04-29 21:32:35 +01:00
2020-04-29 22:59:23 +01:00
2020-04-29 22:59:23 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-12-08 16:44:06 +01:00
2019-12-08 16:44:06 +01:00
2019-12-08 16:44:06 +01:00
2019-09-19 23:43:27 +02:00
2019-07-03 07:45:00 +02:00
2019-12-12 14:42:05 +01:00
2019-07-03 07:45:00 +02:00
2019-12-21 00:27:39 +01:00
2020-03-26 15:05:49 +01:00
2019-11-06 00:27:55 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-23 12:03:49 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-09-22 18:28:11 +02:00
2019-10-27 18:02:44 +01:00
2020-04-17 13:23:06 +02:00
2020-02-28 17:50:46 +01:00
2020-05-28 00:48:39 +02:00
2020-04-24 20:03:18 +02:00
2020-05-17 21:03:30 +02:00
2020-04-24 20:02:29 +02:00
2020-04-17 13:23:06 +02:00
2019-11-07 17:13:18 +01:00
2020-05-28 01:47:54 +02:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-02-03 16:18:08 +01:00
2020-04-07 01:00:10 +02:00
2020-04-09 01:06:37 +02:00
2019-11-06 00:27:55 +01:00
2019-11-16 02:41:13 +01:00
2019-11-16 02:41:13 +01:00
2019-11-14 14:38:58 +08:00
2019-11-14 14:38:58 +08:00
2020-02-06 22:53:03 +08:00
2020-04-16 00:02:03 +02:00
2019-11-07 17:13:18 +01:00
2019-11-06 00:27:55 +01:00
2020-04-06 11:55:24 +02:00
2020-01-21 14:15:48 +01:00
2019-11-06 00:27:55 +01:00
2019-12-19 15:40:40 +01:00
2019-11-06 00:27:55 +01:00
2020-01-18 19:39:05 +01:00
2019-08-07 18:04:03 +02:00
2019-08-07 18:04:03 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 13:37:40 +01:00
2019-12-08 16:44:06 +01:00
2020-01-22 23:52:51 +01:00
2020-05-31 15:44:05 +02:00
2020-05-31 15:44:05 +02:00
2020-05-31 15:44:05 +02:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-08-05 10:54:11 +02:00
2019-12-08 16:44:06 +01:00
2019-08-05 10:54:11 +02:00
2020-05-28 00:48:39 +02:00
2019-11-06 00:27:55 +01:00
2019-11-27 22:54:36 +01:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-27 12:22:02 +02:00
2020-05-08 15:17:17 +02:00
2020-04-24 20:02:29 +02:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-04-24 20:02:29 +02:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2020-04-24 20:02:29 +02:00
2020-04-27 12:22:02 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2019-11-06 00:27:55 +01:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:02:29 +02:00
2020-05-08 15:17:17 +02:00
2019-04-09 11:09:26 +02:00
2019-04-09 11:09:26 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:03:00 +02:00
2020-04-27 12:22:02 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:02:29 +02:00
2019-11-14 23:12:48 +01:00
2019-11-14 23:12:48 +01:00
2019-11-14 23:12:48 +01:00
2020-04-24 20:02:29 +02:00
2020-03-18 14:25:38 +01:00
2020-04-24 20:02:29 +02:00
2020-03-18 14:25:38 +01:00
2020-04-24 20:02:29 +02:00
2019-07-17 23:14:23 +02:00
2019-07-17 23:14:23 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:02:29 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:03:00 +02:00
2020-05-28 00:48:39 +02:00
2020-04-24 20:03:00 +02:00
2020-04-24 20:02:29 +02:00
2020-05-17 21:03:30 +02:00
2020-04-24 20:02:29 +02:00
2020-01-31 13:42:12 +01:00
2020-01-31 13:42:12 +01:00
2020-03-18 13:49:06 +01:00
2020-01-31 13:42:12 +01:00
2019-09-16 21:40:06 +02:00
2019-09-16 21:40:06 +02:00
2019-09-16 21:40:06 +02:00
2020-03-18 13:49:06 +01:00
2020-03-18 13:49:06 +01:00
2020-03-18 13:49:06 +01:00
2019-09-22 18:28:11 +02:00
2020-05-26 22:49:18 +02:00
2020-05-26 22:49:18 +02:00
2020-05-26 22:49:18 +02:00
2020-05-26 22:49:18 +02:00
2019-11-16 22:42:07 +01:00
2020-02-22 19:17:51 +01:00
2020-02-22 19:17:51 +01:00
2019-12-08 16:44:06 +01:00
2019-11-14 14:38:58 +08:00
2019-11-14 14:38:58 +08:00
2020-02-06 22:53:03 +08:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2020-01-15 20:55:56 +01:00
2020-01-15 20:56:05 +01:00
2020-02-06 22:53:03 +08:00
2020-01-18 19:39:05 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-27 22:54:36 +01:00
2019-11-27 22:54:36 +01:00
2019-11-06 00:27:55 +01:00
2019-11-06 00:27:55 +01:00
2019-11-27 22:54:36 +01:00
2019-12-08 16:44:06 +01:00
2020-03-15 00:08:14 +01:00
2019-06-10 11:25:41 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2019-10-15 18:13:54 +02:00
2020-03-15 00:08:14 +01:00
2019-10-15 18:13:54 +02:00
2018-07-07 21:07:40 +02:00
2018-06-28 20:31:48 +02:00
2018-07-07 21:07:40 +02:00
2019-11-27 22:54:36 +01:00
2019-11-27 22:54:36 +01:00
2019-11-25 17:32:46 +01:00
2019-11-25 17:32:46 +01:00
2019-12-08 16:44:06 +01:00
2020-05-18 13:35:38 +02:00
2020-05-18 13:35:38 +02:00
2020-05-18 13:35:38 +02:00
2020-05-18 13:35:38 +02:00
2019-08-05 21:50:15 +02:00
2019-12-08 16:44:06 +01:00
2019-11-06 00:27:55 +01:00
2020-02-13 17:33:20 +01:00
2019-08-05 21:50:15 +02:00
2020-05-28 00:48:39 +02:00