从串行控制台访问最新的Mendel 5.0

问题描述

在遵循Google Devboard入门指南之后,我终于使用最新的Enterprise-eagle-20200724205123 Mendel 5.0 OS刷新了devboard。但是,从控制台访问它时,我得到了:

[
  {
    "name": "ETH-KRW","baseAsset": "ETH","quoteAsset": "KRW"
  },{
    "name": "BTC-KRW","baseAsset": "BTC",{
    "name": "BCH-KRW","baseAsset": "BCH","quoteAsset": "KRW"
  }
]

-------------

{
  "price": 10194500,"ask": 10195000,"bid": 10184500,"volume": 1752.05558316,"time": "2018-03-14T03:50:41.184Z"
}

const childprocess = require("child_process") const mybat = childprocess.exec("start cmd /c my.bat",() => { console.log("bat file has finished") }) // some time later in another function mybat.send("text to send") // within the bat,it would use the new message "text to send" as if you typed and sent a message in the cmd terminal // ... mybat.send("a") // sending any key to complete a PAUSE command which will close the cmd 也无法识别板。 有帮助吗?

解决方法

此错误可能意味着您的文件系统分区或挂载的设备与设备上 /etc/fstab 中的内容不匹配。例如,如果您在没有 nofail 参数的情况下在 /etc/fstab 中自动安装了 SD 卡并尝试在没有该卡的情况下启动,则可能会发生这种情况。这将导致您看到的错误。如果是这种情况,请尝试插入 SD 卡并查看是否可以登录。我相信 Eagle 版本和之前版本的分区表是不同的,所以也可能有一种情况,你更新到 Eagle 而不完全重新安装也可能导致这个错误。在这种情况下,我会尝试完全重新安装。