网购地址:http://item.taobao.com/item.htm?spm=a230r.1.14.1.EcTQb6&id=44959301948&ns=1&abbucket=9#detail
如何连接:
http://vocore.io/wiki/index/id:12
ssid:vocore 无线密码为空
用户名:root 密码:vocore 登陆方式:ssh
IP:192.168.61.1
1.使用电池供电方法,见连接:
2.使用usb线方法,连接:
上电后。5350会迅速发烫,此时正常现象。Led偶尔闪烁
配置ap+sta模式:http://vocore.io/wiki/index/id:17
1. add two lines at end of /etc/config/network
在 /etc/config/network 末尾添加这两个配置。主要支持无线dhcpc
config interface wwan option proto 'dhcp'
2. add the following config at end of /etc/config/wireless
在/etc/config/wireless中添加中继的配置如下
config wifi-iface option device radio0 option network wwan option mode sta option ssid [YOUR ROUNTER SSID] option encryption psk2 option key [YOUR ROUNTER PASSWORD] this config is for WPA2 encryption.
3. change file /etc/config/firewall
在/etc/config/firewall 中添加规则。允许中继
add one line to firewall. config zone option name wan list network 'wan' list network 'wan6' + list network 'wwan' option input REJECT option output ACCEPT option forward REJECT
重启机器后。硬件连接上网络。并工作在ap模式。可以当一个中继器用~~
对ap添加密码:
config wifi-iface
option device radio0
option network lan
option mode ap
option ssid VoCore
# option encryption none #去除这一项 添加以下两项
+ option encryption psk2
+ option key 12345678
打开第二串口方法:
http://forum.vocore.io/viewtopic.php?f=10&t=77&sid=5060a9d7437193814372e1cceef0ca5e
http://vonger.cn/?p=1409
交叉编译器:
http://downloads.openwrt.org/attitude_adjustment/12.09/ramips/rt305x/