我正在尝试将我的珊瑚开发板连接到天蓝色的云。我正在关注以下网站:https://docs.microsoft.com/en-us/azure/iot-edge/how-to-install-iot-edge-linux,一切正常,直到“ sudo apt-get install iotedge”步骤为止。该命令的输出:
正在阅读包裹清单...已完成
构建依赖树
正在读取状态信息...完成
E:无法找到软件包信息包
“ apt list -a iotedge”命令列出:
iotedge / stretch 1.0.9.5-1 armhf iotedge / stretch 1.0.9.4-1 armhf iotedge / stretch 1.0.9.3-1 armhf iotedge / stretch 1.0.9.2-1 armhf iotedge / stretch 1.0.9.1-1 armhf iotedge /拉伸1.0.9-1 armhf iotedge / stretch 1.0.8-2 armhf iotedge /拉伸1.0.8-1 armhf iotedge / stretch 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? 可以在珊瑚开发板上运行蔚蓝iotedge吗?
感谢您的任何建议!
答案 0 :(得分:0)
armhf
表示您安装的软件包适用于arm32体系结构,而开发板具有arm64(aarch64)。
也许您安装了错误的软件包,或者azure-iot不支持aarch64?