Users Guide

[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
Bluetooth v2.1 SPP 提供了三种适用于 Edge Gateway 的设备配对方法
直接连接
数字比较
密钥条目
: 有关蓝牙配对的更多信息请参阅 blog.bluetooth.com/bluetooth-pairing-part-4
4. 配置 SPP
服务器设备
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r listen /dev/rfcomm0 22
Waiting for connection on channel 22
Connection from XX:XX:XX:XX:XX:XX to /dev/rfcomm0 <These lines will be seen when client
comes>
Press CTRL-C for hangup
然后创建新的终端实例以屏蔽蓝牙串行上的数据。
$ cat /dev/rfcomm0
客户端设备
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r connect /dev/rfcomm0 YY:YY:YY:YY:YY:YY 22
然后创建新的终端实例以发送数据例如新的 ssh 实例。
# echo "test" > /dev/rfcomm0
: rfcomm 在此命令中不可用。如果需要您可以将二进制文件从运行 Ubuntu 16.04 或更高版本且基于 AMD64 的系统复制
Edge Gateway
还原 Ubuntu Server
您可以使用为 Ubuntu Server 定义的恢复方法之一还原 Ubuntu Server。有关更多信息请参阅还原 Ubuntu Core 16
创建恢复 USB 闪存盘
前提条件
Edge Gateway 的服务标签
具有管理员权限的 Windows 计算机以及至少 8 GB 可用存储空间以下载 Dell ISO 恢复映像
具有至少 8 GB 存储空间的空白 USB 闪存盘。这些步骤将删除 USB 闪存驱动器上的所有数据。
.NET Framework 4.5.2 或更高版本
1. 从以下网址下载并保存 Dell ISO 恢复映像文件
对于 Windowsdell.com/support/home/us/en/19/drivers/osiso/win
对于 Ubuntudell.com/support/home/us/en/19/drivers/osiso/linux
2. 在计算机上下载并安装 Dell OS Recovery Tool
3. 启动 Dell OS Recovery Tool
4. User Account Control用户帐户控制提示框中单击 Y
5. USB 闪存盘连接到计算机。
6. 单击 Browse浏览并导航至要保存 Dell ISO 恢复映像文件的位置。
76
设置操作系统