我正在尝试将我的珊瑚开发板连接到天蓝色的云。我正在关注这个网站:https : //docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux 一切正常,直到“sudo apt-get install iotedge “ 步。此命令的输出:
正在读取包列表...完成构建依赖关系树正在
读取状态信息...完成
E:无法找到包 iotedge
命令“apt list -a iotedge”列出:
iotedge/拉伸 1.0.9.5-1 armhf iotedge/拉伸 1.0.9.4-1 armhf iotedge/拉伸 1.0.9.3-1 armhf iotedge/拉伸 1.0.9.2-1 armhf iotedge/拉伸 1.0.9.1-1 armhf iotedge/拉伸 1.0。 9-1 armhf iotedge/拉伸 1.0.8-2 armhf iotedge/拉伸 1.0.8-1 armhf iotedge/拉伸 1.0.7.1-1 armhf
我已经尝试了几个选项,例如运行“sudo apt-get install iotedge=1.0.8* libiothsm-std=1.0.8*”
在这个网站https://docs.microsoft.com/en-us/azure/iot-edge/support你可以找到支持的操作系统,我不知道 mendel Linux 是否算作 debian?是否有可能让 azure iotedge 在珊瑚开发板上运行?
感谢您的任何建议!