Board-specific Tools

PC에서 보드 또는 디버거 인식을 위해 드라이버가 필요한 경우에 아래 표 정보를 참고하여 설치하십시오.

BoardsWindowsMac OS XLinux
Arduino-M0Atmel USB Driver
Atmel SAM R21 Xplained ProAtmel USB Driver
Espressif ESP-WROOM-32esptool.pyesptool.pyesptool.py
Heltec WiFi-LoRa-32esptool.pyesptool.pyesptool.py
Nordic Semiconductor nRF51-DKJ-Link
Nordic Semiconductor nRF52-DKJ-Link
PLNetworks PLM100MSP-FET Driver, FTDI driverMSP-FET DriverMSP-FET Driver
TI TrxEBMSP-FET DriverMSP-FET DriverMSP-FET Driver

Atmel USB Driver

Windows에서 Atmel의 EDBG를 디버거로 사용하는 경우 Atmel USB Driver (7.0.888)를 필요로 합니다. 다운로드 후 설치하면 됩니다.

CP210x Driver

SiLabs의 CP210x USB-to-UART 칩을 사용하는 보드의 경우 Windows 및 macOS 에서는 CP210x VCP Driver가 필요할 수 있습니다.

esptool

Espressif 모듈을 사용하는 경우 esptool을 통해 이미지 다운로드를 해야 합니다. 다음과 같이 Python 및 pip를 통해 esptool를 설치합니다.

# python -m pip install esptool

2020년 6월 기준 최신 버전은 2.8 입니다. 최신 버전이 아니라면 다음과 같이 업데이트하시기 바랍니다.

# python -m pip install esptool --upgrade

pip 대신 easy_install을 이용하셔도 됩니다.

FTDI VCP Driver

FTDI의 USB-to-UART 칩을 사용하는 보드의 경우 Windows PC와 연결하기 위해서는 FTDI의 VCP Driver가 필요할 수 있습니다.

MSP-FET Driver

TI의 MSP-FET를 디버거로 사용하는 경우 MSP430 Low-Level USB Driver (1.0.0.1)를 필요로 합니다. 다운로드 후 설치하면 됩니다.

Segger의 J-Link를 디버거로 사용하는 경우 J-Link Software를 필요로 합니다. J-Link Software 페이지에서 각 OS에 맞는 software and documentation pack을 설치하면 됩니다. Windows의 경우, 설치 후 J-Link 실행파일의 경로 (예를 들어, C:\Program Files\SEGGER\JLink_V510q)를 환경변수 Path에 추가합니다.

일부 STM32 기반 보드를 사용하는 경우 STM32 ST-LINK Utility를 통해 이미지 다운로드를 해야 합니다. 이 툴은 Windows 만 지원합니다. 설치 후, ST-LINK_CLI.exe 실행파일의 경로(예를 들어, C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK Utility)가 환경변수 Path에 추가되어 있는지 확인합니다. (설치시 기본으로 추가됨)