opi zero openwrt镜像
时间:10-02
整理:3721RD
点击:
下载地址
http://pulpstone.pw/chaos-calmer-sunxi/
1G的内存卡就可以了,如果你不安装其他软件包目前还存在一些bug
截图
大致移植过程
用armbian的uboot以及kernel,加上openwrt的ext4分区表,就可以了
默认WEB管理IP192.168.1.1
用户名root密码root
默认无线
SSID 'OrangePiZero'SSID 密码 'internet'
如果想进去web管理页面,只能先连上zero的WiFi热点,并讲路由器的IP地址池设置为192.168.1.x
如果想使用路由器的DHCP,而不是默认的192.168.1.1
可以修改/etc/config/network
找到 config interface 'lan'这个接口的网络配置,删掉默认的192.168.1.1 改为下面的
- config interface 'lan'
- option ifname 'eth0'
- option force_link '1'
- option type 'bridge'
- option proto 'dhcp'