Why I can't add anything to the wiki? What if I give some admin what to input and you guys can put the info there?
Dante
February 4, 2026, 7:18am
2
You can sign in using your GitHub account.
Well how do I create a page? I've been looking around for 5 mins but couldn't find out how.
is it for the AX80 ?
I can create one, then you can edit the template.
1 Like
Yes that.
main ← EmreYavuzalp:ax80-eu-support
Device specification
SoC Type: MediaTek MT7986B, Cortex-A53, 64-bit 1.6GHz Quad… Core
RAM: ESMT M15T4G16256 (512MB)
Flash: ESMT F50L1G41LB (128 MB)
Ethernet: MediaTek MT7531AE + 2.5GbE MaxLinear GPY211C0VC (SLNW8)
Ethernet: 1x2.5Gbe (WAN/LAN 2.5Gbps), 4xGbE (WAN/LAN 1Gbps, LAN1, LAN2, LAN3)
WLAN 2g: MediaTek MT7975
WLAN 5g: MediaTek MT7975
LEDs: All White(probably)
Buttons: 4 (Reset,ledswitch,wps,wlan),
USB ports: 1 (USB 3.0)
Power: 12 VDC, 2.0 A
Connector: Barrel
Bootloader: Main U-Boot - U-Boot 2022.01-rc4. Additionally, both UBI
slots contain "seconduboot" (also U-Boot 2022.01-rc4)
Serial console (UART)
V
+-------+-------+-------+-------+
| +3.3V | GND | TX | RX |
+---+---+-------+-------+-------+
|
+--- Don't connect
CPU BLOCK HERE LAN PORTS HERE
Installation (UART)
Note: There might be methods without UART possible soon.
Place OpenWrt initramfs image on tftp server with IP 192.168.1.2
Attach UART, switch on the router and interrupt the boot process by pressing 'Ctrl-C'
Load and run OpenWrt initramfs image:
tftpboot initramfs-kernel.bin
bootm
!!Attention!! is very important! After entering OpenWrt, please set / update the environment variables:
fw_setenv bootargs "ubi.mtd=ubi0 console=ttyS0,115200n1 loglevel=8 earlycon=uart8250,mmio32,0x11002000 init=/etc/preinit"
fw_setenv mtdids "spi-nand0=spi-nand0"
fw_setenv mtdparts "spi-nand0:2M(boot),1M(u-boot-env),50M(ubi0),50M(ubi1),8M(userconfig),4M(tp_data),8M(mali_data)"
fw_setenv tp_boot_idx 0
Run 'sysupgrade -n' with the sysupgrade OpenWrt image from console or Luci WebUI.
Recovery
Press Reset button and power on the router
Navigate to U-Boot recovery web server (192.168.1.1) and upload the OEM firmware
Stock layout
0x000000000000-0x000000200000 : "boot"
0x000000200000-0x000000300000 : "u-boot-env"
0x000000300000-0x000003500000 : "ubi0"
0x000003500000-0x000006700000 : "ubi1"
0x000006700000-0x000006f00000 : "userconfig"
0x000006f00000-0x000007300000 : "tp_data"
0x000007300000-0x000007B00000 : "mali_data"
ubi0/ubi1 format
U-Boot at boot checks that all volumes are in place:
+-------------------------------+
| Volume Name: uboot Vol ID: 0|
| Volume Name: kernel Vol ID: 1|
| Volume Name: rootfs Vol ID: 2|
+-------------------------------+
MAC addresses
+---------+-------------------+-----------+
| label | 00:eb:xx:xx:xx:be | label |
| LAN | 00:eb:xx:xx:xx:be | label |
| WAN | 00:eb:xx:xx:xx:bf | label+1 |
| WLAN 2g | 00:eb:xx:xx:xx:be | label |
| WLAN 5g | 00:eb:xx:xx:xx:bd | label-1 |
+---------+-------------------+-----------+
label MAC address was found in UBI partition "tp_data", file "default-mac".
OEM wireless eeprom is also there (file "MT7986_EEPROM.bin").
Signed-off-by: Emre Yavuzalp <emreyavuzalp2@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20630
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
I write supported since commit this, am I right? Or just 6bfb30539407f2f63abca8e538c856828ca00711?
commit is usually added to the hwdata page, which one are you creating ?
I add full URL to git commit on the hwdata page, as in https://openwrt.org/toh/hwdata/spectrum/spectrum_sax1v1k .
1 Like
How to install wiki page. Can you create me one please? I can edit then. TP-Link Archer AX80 v1 EU that is.
hwdata page https://openwrt.org/toh/hwdata/tp-link/tp-link_ax80_eu_v1 , you can fill in the blanks.
I'll create a AX80 page, that could be used for with EU and non-EU models.
frollic
February 4, 2026, 8:06am
10
bosukes
February 4, 2026, 8:10am
11
Why not ax80-eu in the page? It could confuse people US/RU/CA is different kind of.
frollic
February 4, 2026, 8:13am
12
they would be equally confused by two pages ...
point out the instruction/info is for the AX80 EU version only , until someone updates it later with the non-EU info.
remember the hwdata page is the foundation for the hw specs pulled into the tables on the wiki page.
if hwdata isn't filled in, tables on the wiki page will be empty.
1 Like
bosukes
February 4, 2026, 12:00pm
13
But this is wrong, EU version has MT7986B with 1.6GHz 4 cores.
frollic
February 4, 2026, 12:02pm
14
bosukes:
But this is wrong,
correct the hwdata page then.
I blindly C&Ped some of the content from the non-EU hwdata entry, only to check if the tables would populate with the data entered.
keep in mind updating the hwdata page isn't instantly updating the wiki page, it can take a couple of minutes.
2 Likes
bosukes
February 4, 2026, 9:05pm
15
where is the hwdata page though I found it once now I lost it again
frollic
February 4, 2026, 9:12pm
16
Everything you need is in this thread.