90 ‐ Hardware ‐ ASUS RT‐AX52 - freifunk-darmstadt/projects GitHub Wiki
Installation
Files required
Download requried files here: https://files.darmstadt.freifunk.net/s/56skjTqrm25dQqG
Install OpenWrt
First you need to Install OpenWrt.
Set your Ethernet adapter to obtain a IP address via DHCP.
Access the router setup page at http://192.168.50.1 .
Complete the initial setup process as a Wireless router
with Dynamic IP
as the uplink type.
Navigate in the Left bar to Administration
. Select in the Tabs on top Firmware Upgrade
. At the bottom in small font you find the option Manual Firmware Update
. Install the OpenWrt image ending in .trx
.
The process was successful when you see this screen. It can take up to 1 minute to appear.
Wait for the device to reboot. This takes approximately 1 Minute.
Install Gluon
Copy the gluon image to the device using scp. In the folder where the Gluon image is located, execute
scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -O gluon-sysupgrade.bin [email protected]:/tmp/gluon-sysupgrade.bin
Login in to the device using SSH
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null [email protected]
Upgrade the device using sysupgrade
sysupgrade -n /tmp/gluon-sysupgrade.bin