Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/kotlin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何修复google coral devboard ssh连接问题_Ssh_Google Coral_Mdt - Fatal编程技术网

如何修复google coral devboard ssh连接问题

如何修复google coral devboard ssh连接问题,ssh,google-coral,mdt,Ssh,Google Coral,Mdt,我在一个项目中使用Google Coral Devboard已有一段时间了。 今天,我惊讶地发现使用ssh不起作用。某处出了问题。 sshmendel@192.168.0.111 ssh:连接到主机192.168.0.111端口22:连接被拒绝 mdt设备确实找到了该设备mdt外壳由于ssh连接的固有故障而无法工作 我已经检查了授权密钥文件和我自己的私钥,并且它们匹配 我只能使用串行通信连接到devboard。 我希望重新刷新整个内容并重置电路板。但是,在使用sudo-reboot-bootlo

我在一个项目中使用Google Coral Devboard已有一段时间了。 今天,我惊讶地发现使用ssh不起作用。某处出了问题。
sshmendel@192.168.0.111

ssh:连接到主机192.168.0.111端口22:连接被拒绝

mdt设备
确实找到了该设备
mdt外壳
由于ssh连接的固有故障而无法工作

我已经检查了
授权密钥
文件和我自己的私钥,并且它们匹配

我只能使用串行通信连接到devboard。 我希望重新刷新整个内容并重置电路板。但是,在使用
sudo-reboot-bootloader
之后,
fastboot-devices
什么也看不到

我试过4根USB C电缆。我尝试过立即从串行控制台使用
fastboot 0
,而不是让主板启动。什么也没出现

我试着使用Windows10和WSL,但什么都没有显示


我只是想解决ssh连接问题,或者干脆在出厂时重置整个问题。

这很奇怪,可能是因为线路板与网络断开连接。 对于ssh/mdt问题,您能否共享以下输出:

$ nmcli connection show

关于fastboot问题,如果您尝试使用?

启动fastboot,该怎么办?我使用SD卡启动了它,它成功了!我一开始也在使用Windows,但在使用Linux之后,连接成功了。非常感谢。