Closed huhaifan closed 1 month ago
解决啦,感谢 @CmST0us 制作的SDK。添加ch9344驱动步骤:
kernel/drivers/usb/serial/Kconfig中增加
config USB_SERIAL_CH9344
tristate "USB Winchiphead CH9344 Single Port Serial Driver"
help
Say Y here if you want to use a Winchiphead CH9344 single port
USB to serial adapter.
To compile this driver as a module, choose M here: the
module will be called ch.
obj-$(CONFIG_USB_SERIAL_CH9344) += ch9344.o
CONFIG_USB_SERIAL_CH9344=y
赞!
ubuntu24.04编译的,可以正常编译和烧录。试图在泰山派上编译驱动,提示找不到内核的build文件夹。对linux编译不熟,是不是可以考虑在工程中直接集成这个驱动再编译?