-
-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Description
When specifying an upload_port in platformio.ini (on linux) this works
upload_port = /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit_8C:BF:EA:0D:B2:BC-if00
However this
upload_port = /dev/serial/by-id/usb-Espressif_USB_JTAG_serial_debug_unit*
results in
CURRENT: upload_protocol = esptool
Looking for upload port...
Error: Please specify 'upload_port' for environment or use global '--upload-port' option.
For some development platforms it can be a USB flash drive (i.e. /media/<user>/<device name>)
*** [upload] Explicit exit, status 1
pio device list, does not detect the /dev/serial/by-id nodes, I don't now if that has anything to do with it:
* Executing task: platformio device list
/dev/ttyS0
----------
Hardware ID: PNP0501
Description: ttyS0
/dev/ttyACM1
------------
Hardware ID: USB VID:PID=303A:1001 SER=8C:BF:EA:0D:B2:BC LOCATION=3-3:1.0
Description: USB JTAG/serial debug unit
PlatformIO version:
Core 6.1.18
Home 3.4.4
Metadata
Metadata
Assignees
Labels
No labels