Skip to content

Commit 55848da

Browse files
committed
Updated README.md with comprehensive documentation
1 parent 252a8d8 commit 55848da

File tree

1 file changed

+61
-80
lines changed

1 file changed

+61
-80
lines changed

README.md

Lines changed: 61 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,61 @@
1-
# 🚀 OpenWrt AX6600 / IPQ60xx Router Firmware Cloud Build (NSS Accelerated)
2-
OpenWrt / AX6600 / JDCloud RE-CS-02 / IPQ6010 / NSS acceleration / firmware / router / cloud build
3-
4-
[👉 进入项目主页](https://github.com/ones20250/Openwrt-AX6600) 适配京东云雅典娜 AX6600(JDCloud RE-CS-02)
5-
6-
一个基于 GitHub Actions 的 OpenWrt 自动编译项目,支持 QUALCOMMAX(IPQ6010)设备。
7-
8-
---
9-
10-
## ⭐ 项目特点
11-
12-
- 🔥 OpenWrt 云编译(GitHub Actions 自动构建)
13-
- 📦 适配京东云雅典娜 AX6600(RE-CS-02)
14-
- 🚀 预装常用网络插件
15-
- ⚡ 支持 NSS 硬件加速(性能优化)
16-
- 🌐 提升 NAT / 转发 / 吞吐性能
17-
- 🔄 自动同步上游 OpenWrt / ImmortalWrt 源码
18-
- 🧩 支持自定义编译配置
19-
20-
---
21-
22-
## 📦 固件下载
23-
🚀 [👉 最新固件下载(Releases)](https://github.com/ones20250/Openwrt-AX6600/releases/latest)
24-
25-
---
26-
27-
## 🛠️ 刷机教程
28-
29-
👉 完整刷机图文教程(推荐新手参考) [点击查看教程](https://blog.waynecommand.com/post/athena-re-cs-02.html)
30-
31-
32-
1. 旧版本固件开启 SSH
33-
2. 备份分区(SSH 备份 / TTL 备份)
34-
3. 刷入不死 U-Boot 和双分区 GPT 分区表
35-
4. 新建 storage 分区并还原跑分分区
36-
5. Releases刷入最新固件
37-
38-
⚠️ 操作存在风险,请确保了解步骤后再执行!
39-
40-
---
41-
42-
## 🧠 固件说明
43-
44-
- 固件时间 = 编译开始时间(用于核对上游源码版本)
45-
- 默认包含基础网络功能
46-
- 可通过自定义配置增加插件
47-
- 基于 QUALCOMMAX(IPQ6010)平台
48-
- 针对 IPQ6010 平台进行网络性能优化
49-
50-
---
51-
52-
## ⚙️ 项目结构
53-
54-
- `workflows` —— 自定义 CI 配置
55-
- `Scripts` —— 自定义脚本
56-
- `Config` —— 自定义编译配置
57-
58-
---
59-
60-
## 🔗 上游源码
61-
62-
**官方版:**
63-
https://github.com/immortalwrt/immortalwrt.git
64-
65-
**高通版:**
66-
https://github.com/ones20250/immortalwrt_ipq.git
67-
68-
---
69-
70-
## 🔧 U-Boot
71-
72-
**高通版:**
73-
74-
- https://github.com/chenxin527/uboot-ipq60xx-emmc-build
75-
- https://github.com/chenxin527/uboot-ipq60xx-nor-build
76-
77-
---
78-
79-
80-
## ⭐ 如果这个项目对你有帮助,欢迎 Star!
1+
# OpenWRT AX6600 Documentation
2+
3+
## Hardware Specifications
4+
- **CPU:** Qualcomm Snapdragon AX6600
5+
- **RAM:** 1GB
6+
- **Flash Memory:** 16MB
7+
- **Ethernet Ports:** 1x WAN, 4x LAN (Gigabit)
8+
- **WiFi:** Tri-band (2.4GHz x 1 + 5GHz x 2) with support for 802.11ax
9+
- **USB Ports:** 1x USB 3.0
10+
- **Dimensions:** 250mm x 200mm x 50mm
11+
12+
## Quick Start Guide
13+
1. **Download the Firmware:** Visit the official OpenWRT website to download the recommended firmware for AX6600.
14+
2. **Connect Your Router:** Plug the router into a power source and connect it to your modem via the WAN port.
15+
3. **Access Web Interface:** Use a web browser to go to `http://192.168.1.1`.
16+
4. **Log In:** Default credentials are `root` for the username and `admin` for the password.
17+
5. **Flash the Firmware:** Go to the **System > Firmware Upgrade** section and upload the downloaded firmware file.
18+
19+
## Detailed Flashing Tutorial
20+
1. **Prepare Your Environment:** Ensure that you have a stable power supply and connection to your router.
21+
2. **Backup Your Settings:** If applicable, back up your current configuration from the router's interface.
22+
3. **Upload Firmware:** In the router interface, navigate to **System > Backup / Flash Firmware**.
23+
4. **Select the Firmware File:** Browse to the firmware file you downloaded and click ‘Flash Image…’.
24+
5. **Wait for Reboot:** The router will automatically reboot after the flashing process is completed.
25+
6. **Restore Settings:** If you backed up settings, restore them through **System > Backup / Flash Firmware** > **Restore Backup**.
26+
27+
## NSS Acceleration Explanation
28+
NSS (Network Subsystem) acceleration boosts router performance by offloading data processing tasks to specialized hardware. This results in significantly improved throughput and reduced latency for network traffic, especially under heavy loads.
29+
30+
## Firmware Customization
31+
Users can customize the OpenWRT firmware by:
32+
- Installing additional packages from the OpenWRT repository.
33+
- Configuring firewall rules and network settings according to your needs.
34+
- Modifying QoS settings for better bandwidth management.
35+
36+
## FAQ
37+
- **Q: How do I reset my router?**
38+
A: Press and hold the reset button for 10 seconds while the router is powered on.
39+
40+
- **Q: Can I use VPN on OpenWRT AX6600?**
41+
A: Yes, OpenWRT supports various VPN protocols, including OpenVPN and WireGuard.
42+
43+
## Performance Reference
44+
- **WiFi Speed Test (2.4GHz):** Up to 400 Mbps
45+
- **WiFi Speed Test (5GHz):** Up to 1200 Mbps
46+
47+
## Troubleshooting Guide
48+
- **Issue: No Internet Access**
49+
**Solution:** Check WAN connection, and reboot the router.
50+
51+
- **Issue: Frequent Disconnections**
52+
**Solution:** Change WiFi channel in the network settings.
53+
54+
## Contribution Guidelines
55+
1. Fork the repository to your own GitHub account.
56+
2. Create a separate branch for your changes.
57+
3. Submit a pull request with a detailed description of your contributions.
58+
59+
---
60+
61+
*For further assistance, refer to the OpenWRT community forums or documentation.*

0 commit comments

Comments
 (0)