/* * Virtual Video driver – This code emulates a real v…
Linux虚拟视频驱动vivi
Posted on
专注机器人与自动驾驶| Focus on Robotic and Autonomous Driving
/* * Virtual Video driver – This code emulates a real v…
Linux and the Device Tree The Linux usage model for dev…
/** * platform_match – bind platform device to platform…
Linux kernel coding style This is a short document desc…
编译内核模块出现以下错误: error: implicit declaration of function ‘…
需求:有一个shell脚本autoload.sh 需要运行过程中自动输入密码,而不用手工。 解决方法: 使用管…
目录 最近,使用Nvida TX2的时候,USB 和 以太网口识别不了,上网查了一下如何使用dmesg查看内核…
Ubuntu的一个历史bug。
以前一直使用gcc/g++,从知乎发现了关于clang的讨论,发现clang的错误提示比gcc好多了,还能兼容…