We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题
The text was updated successfully, but these errors were encountered:
1.目前已知nvidia自带的服务nvgetty.service会使用和雷达同样的串口,两者会产生冲突,我们在出厂时已经将该服务禁用掉了。 2.可以使用如下命令查看下是否该服务在运行: sudo systemctl status nvgetty.service 3.如果在运行,使用如下命令禁用掉: sudo systemctl disable nvgetty.service 执行之后重启即可
Sorry, something went wrong.
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: