docs: Add some clarifications for Mac OS users
This commit is contained in:
parent
f6cd55d2ac
commit
955e84a3bc
2 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,8 @@ MacOS ::
|
|||
ls /dev/cu.*
|
||||
|
||||
|
||||
.. note: MacOS users: if you don't see the serial port then check you have the USB/serial drivers installed as shown in the Getting Started guide for your particular development board. For MacOS High Sierra (10.13), you may also have to explicitly allow the drivers to load. Open System Preferences -> Security & Privacy -> General and check if there is a message shown here about "System Software from developer ..." where the developer name is Silicon Labs or FTDI.
|
||||
|
||||
.. _linux-dialout-group:
|
||||
|
||||
Adding user to ``dialout`` on Linux
|
||||
|
|
|
@ -8,6 +8,8 @@ Standard Setup of Toolchain for Mac OS
|
|||
Install Prerequisites
|
||||
=====================
|
||||
|
||||
ESP-IDF will use the version of Python installed by default on Mac OS.
|
||||
|
||||
- install pip::
|
||||
|
||||
sudo easy_install pip
|
||||
|
|
Loading…
Reference in a new issue