Serial Port exposure in MacOS #4283
Labels
kind/enhancement
New feature or request
platform/macos
triage/blocked
Waiting for support from upstream dependency
Problem Description
When running a container, can you map a (USB)serial port from macOS on the container so that container processes can use it to do things like flash SoC chips, debug via JTAG, etc. ?
Proposed Solution
a command should map the port when starting the image and the port should show up as a /dev/usb-xxxxxx port. Very similar to volumes...
Additional Information
When using the ESP32 idf from the image provided by Espressif, I cannot flash from within the container. I can export the binary file and flash it in macOS.
But realtime debug is not possible.
The text was updated successfully, but these errors were encountered: