啊,历经好几个月终于装上了。。。
ch340是一个还算常用的usb转串口的芯片,但是貌似由于官方已经停止更新了驱动,所以从yosemite开始驱动安装完以后就没反应了,然后现在最近找到了一个教程,原文在这里http://kiguino.moos.io/2014/12/31/how-to-use-arduino-nano-mini-pro-with-CH340G-on-mac-osx-yosemite.html
其实还有很多地方写了同样的教程,大致的步骤是一样的
- 重启然后不停的按command+r进入恢复模式。
- 打开终端然后输入csrutil enable --without kext
- 重启,在终端输入csrutil status。如果显示的是下面这样就对了
System Integrity Protection status: enabled (Custom Configuration).
Configuration:
Apple Internal: disabled
Kext Signing: disabled
Filesystem Protections: enabled
Debugging Restrictions: enabled
DTrace Restrictions: enabled
NVRAM Protections: enabled
4.安装驱动,下载地址是http://kiguino.moos.io/downloads/CH341SER_MAC.ZIP
就好了
其实之前我做过一次相同的事情,但是上次就没有成功,目前的原因还不知道,唯一的区别是下载的地址不同,之前是在官方下载的,不过没有文件没有看到任何的区别。。。