Update README.md
This commit is contained in:
45
README.md
45
README.md
@@ -1,36 +1,37 @@
|
|||||||
## Nanopi r1s r2s openwrt 固件自动编译
|
# Nanopi R1S R2S R4S Openwrt 固件
|
||||||
|
|
||||||
|
[刷机工具](https://www.balena.io/etcher/)
|
||||||
|
[下载地址](#下载地址)
|
||||||
|
[更新说明](#更新说明)
|
||||||
|
[使用提示](#使用提示)
|
||||||
|
[固件特性](#固件特性)
|
||||||
|
[在线升级](#终端内在线升级方法)
|
||||||
|
|
||||||
### 发布地址:
|
### 下载地址:
|
||||||
|
|
||||||
https://github.com/klever1988/nanopi-openwrt/releases
|
https://github.com/klever1988/nanopi-openwrt/releases
|
||||||
(请记得下载zip包之后解压出里头的固件包再刷,不要拿zip直刷,会失败的!)
|
(img.gz档不需要解压,可以直接使用刷机工具刷入)
|
||||||
|
|
||||||
### 固件源码:
|
### 使用提示:
|
||||||
|
默认用户名是root, 密码是password,局域网IP为192.168.2.1
|
||||||
|
烧制完固件插入tf卡并启动完成,电脑端显示“网络(已连接)”之后,在浏览器输入 http://immortalwrt/ 可以直接打开路由器后台,无需修改本地连接设置或者查看IP地址。
|
||||||
|
如果网络状态一直是未识别(上电超过5分钟),请直接插拔一次电源重启试试。
|
||||||
|
|
||||||
https://github.com/immortalwrt/immortalwrt
|
### 终端内在线升级方法:
|
||||||
|
|
||||||
### 温馨提示:
|
|
||||||
|
|
||||||
默认用户名是root, 密码是password
|
|
||||||
烧制完固件插入tf卡并启动完成,电脑端显示“网络(已连接)”之后,在浏览器输入 http://immortalwrt/ 可以直接打开路由器后台,无需修改本地连接设置或者查看IP地址。如果网络状态一直是未识别(上电超过5分钟),请直接插拔一次电源重启试试。
|
|
||||||
|
|
||||||
### 终端内在线升级方法:
|
|
||||||
先安装好依赖
|
|
||||||
```bash
|
|
||||||
opkg update
|
|
||||||
opkg install --force-overwrite pv fdisk
|
|
||||||
```
|
|
||||||
然后下载脚本执行
|
|
||||||
```bash
|
```bash
|
||||||
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | sh
|
wget -qO- https://github.com/klever1988/nanopi-openwrt/raw/master/scripts/autoupdate.sh | sh
|
||||||
```
|
```
|
||||||
(脚本由gary lau提供,非常感谢!)
|
(脚本由gary lau提供,非常感谢!)
|
||||||
|
|
||||||
### 更新说明:
|
### 固件特性:
|
||||||
|
- 采用ext4文件系统,刷卡之后可自行使用分区工具对sd卡扩容根分区至最大
|
||||||
|
- 支持usb无线网卡(RTL8821CU芯片,例如COMFAST 811AC),可以驱动无线网卡运行在5G频段
|
||||||
|
- 使用[在线升级](#终端内在线升级方法)时,根分区会自动扩容,方便折腾
|
||||||
|
|
||||||
|
### 更新说明:
|
||||||
https://github.com/klever1988/nanopi-openwrt/blob/master/CHANGELOG.md
|
https://github.com/klever1988/nanopi-openwrt/blob/master/CHANGELOG.md
|
||||||
|
|
||||||
#### 本固件(minimal版本)NAT基准性能测试:
|
#### 本固件NAT基准性能测试:
|
||||||
|
<img src="https://raw.githubusercontent.com/klever1988/nanopi-openwrt/master/assets/NAT.jpg" width="450" />
|
||||||
|
|
||||||
<img src="https://github.com/klever1988/nanopi-openwrt/raw/master/assets/NAT.jpg" width="600" /><img src="https://raw.githubusercontent.com/klever1988/nanopi-openwrt/master/assets/Acc.jpg" width="250" />
|
#### 固件源码:
|
||||||
|
https://github.com/immortalwrt/immortalwrt
|
||||||
|
|||||||
Reference in New Issue
Block a user