开源鸿蒙网络和hdc连接方法
hdc下载
通过usb连接鸿蒙
- 通过hi3516背面的type-c口连接电脑, 目前只有这口能传数据, 底下的口不行
- 如果成功,可以在电脑
设备管理-用串行总线设备
下面看到HDC Device
- 打开终端, 输入
hdc list targets
列出设备
鸿蒙连接本地有线网络
- 插入有线网线
- 在hitool串口中连接上hi3516后执行
/system/xbin/su
获取root权限
ifconfig eth0 192.168.3.197 netmask 255.255.255.0
网络IP要换成自己的网段
用hdc通过tcp连接鸿蒙
- 在连接hitool串口后执行
hdcd -t
- 在自己电脑主机上打开终端执行
hdc tconn 192.168.3.197:10178
显示 Connect OK
就表示连接上了
- 执行
hdc list targets -v
显示设备
- 执行
hdc -t 192.168.3.197:10178 shell
连接鸿蒙系统的shell, 注: tcp连接时要用-t指定连接的ip:端口
- 执行
hdc -t 192.168.3.197:10178 file send localfile remotefile
发送文件
- 其实命令请查看使用手册
扫一扫,分享到微信
{title}