美文网首页
树莓派编译ch9344串口驱动

树莓派编译ch9344串口驱动

作者: luowenbin | 来源:发表于2021-07-18 21:13 被阅读0次

    下载驱动源码
    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串口驱动

          本文链接:https://www.haomeiwen.com/subject/ewqzpltx.html