From 955e84a3bc4fb4540c26c8bd8e61b1d4b424f82a Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 24 May 2018 13:48:38 +1000 Subject: [PATCH] docs: Add some clarifications for Mac OS users --- docs/en/get-started/establish-serial-connection.rst | 2 ++ docs/en/get-started/macos-setup.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/en/get-started/establish-serial-connection.rst b/docs/en/get-started/establish-serial-connection.rst index 363de1cce..e7f8e9d96 100644 --- a/docs/en/get-started/establish-serial-connection.rst +++ b/docs/en/get-started/establish-serial-connection.rst @@ -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 diff --git a/docs/en/get-started/macos-setup.rst b/docs/en/get-started/macos-setup.rst index a699c3bef..70142482e 100644 --- a/docs/en/get-started/macos-setup.rst +++ b/docs/en/get-started/macos-setup.rst @@ -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