Mac OS X 10.10.5(Yosemite)에 USB - UART 브리지 VCP 드라이버 설치

2221 단어 ArduinoM5stack
시작 가이드대로 해도 할 수 없었다. 여러가지 조사하면 해결했으므로 메모.

Silab에서 드라이버 다운로드
htps : // jp. 시 bs. 이 m / p 로즈 cts / ゔ ぉ p 맨 t와 ls / 그 f와 ぁ 레 / u sb 와우 r t eb 드 게 vcp 드 ゔ ぇ rs # mac



압축을 풀고 dmg를 마운트하면 Legacy MacVCP Driver 폴더에서 Sillicon Labs VCP Driver.pkg를 실행합니다.



이제 install은 성공하지만 드라이버는 인식되지 않습니다 (Arduino의 포트 선택에 나오지 않음)

조사하면 이것이 나왔다.


With the new strict restrictions on Yosemite, Apple requires driver signature with drivers placed into/Library/Extensions, which is their preferred location moving forwards. I updated the driver installer to be smart enough to install the correct version (64 vs 3 on the OS.

Apple의 확장 드라이버의 취급이 다른 것 같고, codesign 커멘드를 치고, 리로드 할 필요가 있는 것 같다.
#Verify code signature
codesign -vvvvd /Library/Extensions/SiLabsUSBDriver.kext

#Verify ownership = root:wheel and permissions = rwxr-xr-x and loadable
kextutil -tn /Library/Extensions/SiLabsUSBDriver.kext

#unload the driver
sudo kextunload SiLabsUSBDriver.kext

#Reload the driver
sudo kextload -v 6 SiLabsUSBDriver.kext

이것으로/dev/cu.SLAB_USBtoUART를 선택할 수 있게 되어, M5Stack에 기입도 할 수 있게 되었다.



뱀발
구그는 바로 나오는 이 포럼은 과거의 pkg(SiLabsUSBDriverYos.kext가 놓여진다)에 대한 대처 방법이므로, 명령은 통과하지 않는다(그런 파일 없기 때문에)
htps //w w. 시 bs. 코 m/캬무에 ty/이니 r후세/후우 m. 토피 c. html / s_x_10_10_cp210xvc-2k97

좋은 웹페이지 즐겨찾기