From 7ea899a701630f1f76b5fb2023bfe85c09162901 Mon Sep 17 00:00:00 2001 From: Brian Ignacio Date: Fri, 19 Jul 2024 11:59:32 +0800 Subject: [PATCH] add note on docker macos --- docs_espressif/en/additionalfeatures/docker-container.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs_espressif/en/additionalfeatures/docker-container.rst b/docs_espressif/en/additionalfeatures/docker-container.rst index 26a85ef3c..8a4d5b8f4 100644 --- a/docs_espressif/en/additionalfeatures/docker-container.rst +++ b/docs_espressif/en/additionalfeatures/docker-container.rst @@ -3,6 +3,9 @@ Using Docker Container In this tutorial we leverage the `Espressif docker image `_ and few steps to enable `idf.py flash` and `idf.py monitor` to work in the container the serial ports should be configured to be passed to WSL from host Windows machine. +.. warning:: + * For MacOS users, unfortunately USB Passthrough is not yet supported in MacOS. If you are trying to connect to a Espressif device serial port from a docker container in MacOS, you could try using the `Remote Serial Port `_. The RFC port can be manually defined in the **idf.port** configuration setting for the **ESP-IDF: Flash your Project** command to work. + In this tutorial will show you how to develop your projects based on ``Visual Studio Code`` + ``ESP-IDF extension`` + ``ESP-IDF Docker Image`` to execute all ESP-IDF extension features. Required Tools