CH341驱动安装

CH341驱动安装

参考文章:https://blog.csdn.net/qq_33194301/article/details/104510078

方法一:

下载驱动包,按提示编译,会出现下面报错

/home/seanoy/CH341SER_LINUX/ch34x.c:798:7: error: implicit declaration of function ‘signal_pending’; did you mean ‘timer_pending’? [-Werror=implicit-function-declaration]

/home/seanoy/CH341SER_LINUX/ch34x.c:592:2: error: unknown type name ‘wait_queue_t’; did you mean ‘wait_event’?

只需要添加头文件#include <linux/sched/signal.h>以及将592行附近的wait_queue_t wait语句屏蔽,然后输入指令make & make load即可。

方法二:

用我做的现成的,双击install.sh安装。
下载链接

posted @ 2022-07-01 09:40  Leeds_Garden  阅读(1080)  评论(0编辑  收藏  举报