树莓派编译ch9344串口驱动

下载驱动源码
git clone https://gitee.com/ve3344/ch9344driver.git
编译驱动
cd ch9344driver
chmod +x build-raspi.sh
./build-raspi.sh
编译成功得到.ko驱动文件

安装驱动
sudo insmod ch9344.ko

这里提供一份编译好的ko驱动文件
https://gitee.com/ve3344/ch9344driver/raw/master/build-pi4b/ch9344.ko
编译所用的linux版本为
Linux raspberrypi 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux
如果编译驱动所用的linux源码版本和当前linux内核不一致可能会出现
Invalid module format

你可能感兴趣的:(树莓派编译ch9344串口驱动)