目前自动驾驶域控制器项目中使用了英伟达的Orin芯片+Ubuntu20.04系统.域控属于典型的Headless设备,开发调试时需要连接显示器(HDMI/DP).鼠标和键盘,或者使用NoMachine.VNC.ToDesk.向日葵等远程桌面工具.其中NoMachine功能最强大,兼容性也最好,支持各主流操作系统和嵌入式设备如树莓派等,详细信息请参考<Get started with NoMachine>.VNC是英伟达官方推荐的Jetson远程桌面软件,详细信息请参考<Setup VNC
file: system/core/adb/adb.c line: 921 /* for the device, start the usb transport if the ** android usb device exists and "service.adb.tcp" ** is not set, otherwise start the network transport. */ property_get("service.adb.tcp.port", va
When starting gdb with application message “Debugging Helper Missing” is displayed [Solved] http://qt-project.org/forums/viewthread/23332 文章大意就是QtCreator现在不用Qt调试助手了改用python,而mingw自带的gdb不支持python,所以需要支持python的gdb Building GDB http://qt-project.org/wik