ESP32 Feather V2 serial port not found (MacOS)
Re: ESP32 Feather V2 serial port not found (MacOS)
Re: ESP32 Feather V2 serial port not found (MacOS)
Re: ESP32 Feather V2 serial port not found (MacOS)
Re: ESP32 Feather V2 serial port not found (MacOS)
...
esptool.py v3.3
Creating esp32 image...
Merged 2 ELF sections
Successfully created esp32 image.
python3 /Users/dave/Documents/Arduino/hardware/espressif/esp32/tools/gen_esp32part.py -q /var/folders/31/s26x2hxj5lg1tk71ylf5sdpw0000gn/T/arduino_build_793304/partitions.csv /var/folders/31/s26x2hxj5lg1tk71ylf5sdpw0000gn/T/arduino_build_793304/adafruitfeatherblinktest.ino.partitions.bin
2022-06-23 14:54:14.259 xcodebuild[7070:159568] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-06-23 14:54:14.260 xcodebuild[7070:159568] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
/Users/dave/Documents/Arduino/hardware/espressif/esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-size -A /var/folders/31/s26x2hxj5lg1tk71ylf5sdpw0000gn/T/arduino_build_793304/adafruitfeatherblinktest.ino.elf
Sketch uses 251237 bytes (19%) of program storage space. Maximum is 1310720 bytes.
Global variables use 16416 bytes (5%) of dynamic memory, leaving 311264 bytes for local variables. Maximum is 327680 bytes.
/Users/dave/Documents/Arduino/hardware/espressif/esp32/tools/esptool/esptool --chip esp32 --port /dev/cu.wchusbserial54790485671 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 8MB 0x1000 /var/folders/31/s26x2hxj5lg1tk71ylf5sdpw0000gn/T/arduino_build_793304/adafruitfeatherblinktest.ino.bootloader.bin 0x8000 /var/folders/31/s26x2hxj5lg1tk71ylf5sdpw0000gn/T/arduino_build_793304/adafruitfeatherblinktest.ino.partitions.bin 0xe000 /Users/dave/Documents/Arduino/hardware/espressif/esp32/tools/partitions/boot_app0.bin 0x10000 /var/folders/31/s26x2hxj5lg1tk71ylf5sdpw0000gn/T/arduino_build_793304/adafruitfeatherblinktest.ino.bin
esptool.py v3.3
Serial port /dev/cu.wchusbserial54790485671
Connecting.............Traceback (most recent call last):
File "esptool.py", line 5387, in <module>
File "esptool.py", line 5380, in _main
File "esptool.py", line 4687, in main
File "esptool.py", line 115, in get_default_connected_device
File "esptool.py", line 664, in connect
File "esptool.py", line 614, in _connect_attempt
File "esptool.py", line 598, in bootloader_reset
File "esptool.py", line 532, in _setDTR
File "serial/serialutil.py", line 603, in setDTR
File "serial/serialutil.py", line 473, in dtr
File "serial/serialposix.py", line 715, in _update_dtr_state
FileNotFoundError: [Errno 2] No such file or directory
[7078] Failed to execute script 'esptool' due to unhandled exception!
the selected serial port [7078] Failed to execute script 'esptool' due to unhandled exception!
does not exist or your board is not connected
Daves-Mac-Pro-2:tools dave$ ls -l /dev/cu.*
crw-rw-rw- 1 root wheel 0x16000007 Jun 23 11:40 /dev/cu.Bluetooth-Incoming-Port
crw-rw-rw- 1 root wheel 0x16000005 Jun 23 11:40 /dev/cu.BoseQC35II
crw-rw-rw- 1 root wheel 0x16000003 Jun 23 11:40 /dev/cu.usbmodem54790485671
crw-rw-rw- 1 root wheel 0x16000001 Jun 23 15:18 /dev/cu.wchusbserial54790485671
Re: ESP32 Feather V2 serial port not found (MacOS)
Re: ESP32 Feather V2 serial port not found (MacOS)
Re: ESP32 Feather V2 serial port not found (MacOS)