前面 eepwnet http://forum.eepw.com.cn/thread/304054/1 的帖子对H3的板子做了详细的说明,我就不啰嗦了。
现在我来啰嗦下usb线和RJ45和开发板的内存查看。
从下图看,OTG口和网口都已经ok。
1、接口连接
网口通过网线连接路由器,otg口连接电脑,电源连接电源接口,如下:
2、otg口连接电脑之后,通过下载adb驱动,安装后显示如下:
驱动下载地址如下:
使用adb工具,可以进入设备的linux界面,使用如下:
装逼第一利器,ls
查看模组的内存情况:
下面进行ping eepw操作
|root@sinlinx-h3:/ # ping www.eepw.com.cn
PING www.eepw.com.cn.cdn20.com (60.213.22.254) 56(84) bytes of data.
64 bytes from 60.213.22.254: icmp_seq=1 ttl=56 time=15.2 ms
64 bytes from 60.213.22.254: icmp_seq=2 ttl=56 time=14.7 ms
64 bytes from 60.213.22.254: icmp_seq=3 ttl=56 time=13.8 ms
64 bytes from 60.213.22.254: icmp_seq=4 ttl=56 time=14.5 ms
64 bytes from 60.213.22.254: icmp_seq=5 ttl=56 time=15.0 ms
^C
--- www.eepw.com.cn.cdn20.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 13.889/14.715/15.276/0.508 ms
root@sinlinx-h3:/ #
连接的网速 64/16*1000=4KB/s=32M。
电脑的QCA9377:
正在 Ping www.eepw.com.cn.cdn20.com [60.210.18.222] 具有 32 字节的数据:
来自 60.210.18.222 的回复: 字节=32 时间=14ms TTL=56
来自 60.210.18.222 的回复: 字节=32 时间=17ms TTL=56
来自 60.210.18.222 的回复: 字节=32 时间=15ms TTL=56
来自 60.210.18.222 的回复: 字节=32 时间=14ms TTL=56
60.210.18.222 的 Ping 统计信息:
数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
往返行程的估计时间(以毫秒为单位):
最短 = 14ms,最长 = 17ms,平均 = 15ms
C:\Users\quectel>
但是查看ip 查看不到,
130|root@sinlinx-h3:/ # ifconfig
root@sinlinx-h3:/ # ifconfig -a
-a: No such device
255|root@sinlinx-h3:/ # ifconfig
root@sinlinx-h3:/ # ifconfig -a
-a: No such device
255|root@sinlinx-h3:/ #
前面的数字是错误代码,做的还是很人性化。
另外,如果使用 adb putty工具,也是很容易使用:
【第一篇完结】