Dear developers,
Could you please consider adding OpenWRT support for Asus RT-AX59U ? Its hardware looks very similar to that of Xiaomi Redmi AX6000 https://openwrt.org/toh/xiaomi/redmi_ax6000
The CPU of both is MediaTek MT7986A (Filogic 830 platform)
Unlike Xiaomi Redmi AX6000, Asus RT-AX59U has 2 USB ports. Xiaomi Redmi AX6000 has 4x4 5 GHz MIMO, while Asus RT-AX59u has 3x3 5 GHz MIMO.
Thank you.
there's no such wish list.
you own the device, you'll be adding it.
start by getting serial console access.
I don’t have it yet. Thank you for the nice message
megarouter:
I don’t have it yet.
if openwrt is a must for you, don't buy it.
1 Like
dchard
March 16, 2023, 8:27am
5
That is the harsh reality.
If you can't add the device support yourself, you should not open a topic for it.
2 Likes
openwrt:main
← liushiyou006:main
opened 07:54AM - 09 Jun 23 UTC
Hardware
------------
SOC: MediaTek MT7986
RAM: 512MB DDR4
FLASH: 128MB … SPI-NAND (Winbond W25N01GV)
WIFI: Mediatek MT7986 DBDC 802.11ax 2.4/5 GHz
ETH: MediaTek MT7531 Switch
UART: 3V3 115200 8N1 (Pinout silkscreened / Do not ocnnect VCC)
Installation
-----------------------------------------------------------
Install openwrt image:
1. Download the OpenWrt initramfs image.
Copy the image to a TFTP server reachable at 192.168.1.70/24. Rename the image to rtax59u.bin.
2. Connect the PC with TFTP server to the RT-AX59U.
Set a static ip on the ethernet interface of your PC.
(ip address: 192.168.1.70, subnet mask:255.255.255.0)
Conect to the serial console,interrupt the autoboot process by pressing '4' when prompted.
3. Download & Boot the OpenWrt initramfs image as below:
$: setenv ipaddr 192.168.1.1
$: setenv serverip 192.168.1.70
$: tftpboot 0x46000000 rtax59u.bin
$: bootm 0x46000000
4. Wait for OpenWrt to boot. Transfer the sysupgrade image to the device using scp and install using sysupgrade.
$: sysupgrade -n <path-to-sysupgrade.bin>
-------------------------------------------------------------------------------------
Revert to stock firmware:
1: Download the rt-ax59u firmware from ASUS official website.
Save the firmware to tftp server directory and rename to RT-AX59U.trx
2: Connect the PC with TFTP server to the RT-AX59U.
Set a static ip on the ethernet interface of your PC.
(ip address: 192.168.1.70, subnet mask:255.255.255.0)
3: Conect to the serial console, power on again, interrupt the autoboot process by pressing '4' when prompted.
Then enter command:
$: ubi remove linux
$: ubi remove jffs2
$: ubi remove rootfs
$: ubi remove rootfs_data
$: ubi create linux 0x45fe000
$: reset
then the dut will reboot,interrupt the autoboot process by pressing '2:Load System code then write to Flash via TFTP.' when prompted.
when see : Warning!! Erase Linux in Flash then burn new one. Are you sure?(Y/N)
$: enter y
you will see the follow, type enter directly:
Input device IP (192.168.1.1) ==:
Input server IP (192.168.1.70) ==:
Input Linux Kernel filename (RT-AX59U.trx) ==:
4: wait for the device run up
Btw, It would be nice to add a page in the Wiki for it. Also with a tear down manual, as the installation requires serial access.
1 Like
At least serial there seem to be pins though. That's a lot nowadays.
Pre-populated pins are +1 but I wouldn't buy a € 130 router to void the warranty on the fist boot because I had to open the case to install OpenWrt.
So another +1 for Dynalink DL-WRX36: not just populated serial, but easy teardown and no warranty seals!
I hope Asus do the same too!
1 Like