简体中文 | English
This repository is based on P3TERX/Actions-OpenWrt
OpenWRT branch from robimarko/openwrt
OpenWRT Second branch from Boos4721/openwrt
Use Github Actions Automatically compile firmware for Redmi AX6
Specification | value |
---|---|
CPU | Qualcomm Pro 600 Series IPQ8071A |
CPU Frequency | 4xA53 1.4GHz |
ROM | 128MB |
RAM | 512MB |
Peak Speed | 3000Mbps (5GHz:2402Mbps,2.4GHz:572Mbps) |
Standards | 802.11ax (WIFI 6) |
Network Port | 10/100/1000Mbps x4 |
- OpenClash
- UnblockMusic
- Wake-On-LAN
- DDNS
- Python(It is mainly used for scripts, so the router is so large because it is hung up. 😂)
- More functions by themselves (may be refreshed from time to time to check)...
- Upload your own
AX6-LEDE.config
file (depending on which branch you want to be on) - Enter the Actions page to manually start the compilation
- When the compilation is complete, download the compiled
xxx-factory.ubi
firmware on the Releases page. - If you have previously flashed dual systems to AX6, please enter
fw_setenv flag_last_success=1
andfw_setenv flag_boot_rootfs=1
and then restart the device to switch the system (if not, please click the reference link(Please solve the translation problem yourself) to install the dual system) - Upload the firmware with the suffix of .ubi via scp
- Flashing in the firmware
ubiformat /dev/mtd13 -y -f /tmp/openwrt-xxx-redmi_ax6-squashfs-nand-factory.ubi
PS: The file name is just an example. When flashing in, the ubi file name you downloaded will prevail - Enter
fw_setenv flag_last_success=0
andfw_setenv flag_boot_rootfs=0
and then restart the device
- If you haven't flashed it, please flash uboot first, and the second step if you have flashed it. Google Drive(compressed file password:RA69)
- After flashing, please plug in the power supply and use the card pin or any object to hold down the reset hole of the AX6 router for 5 seconds until the red light turns on, modify the ip to 192.168.1.10 and the gateway to 192.168.1.1 to enter uboot
- Upload the firmware with the .ubi suffix, wait for the automatic restart, and complete
project | value |
---|---|
Default IP address | 192.168.2.1 |
Default password | password |
Disclaimer: The following known issues are all personal measurements, and there may be unknown issues. I am not responsible for any issues caused by the firmware
* As of the editing of this article, since the memory leak problem of ax6's openwrt is still unresolved, my personal suggestion is to restart every once in a while and add the following commands through the system-startup item-local startup script (note: to exit Before 0):
echo "0 4 * * * sleep 5 && touch /etc/banner && reboot" >> /etc/crontabs/root
echo "0 16 * * * sleep 5 && touch /etc/banner && reboot" >> /etc/crontabs/root
Then restart the router once. It will restart at 4 am and 16 pm every day. If you can understand the principle of crontab, you can also customize the restart time.
- (update)The problem of luci stuck due to memory seems to be fixed (I haven't seen luci crash for several days after booting), but due to at least 5.15 kernel, it can't open 160Mhz.
- Microsoft Azure
- GitHub Actions
- OpenWRT
- tmate
- P3TERX
- smith97
- robimarko/openwrt
- and all OpenWRT/LEDE related contributors