You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32 dev module, ESP32 C3, ESP32S2, ESP32 S3, ESP32c6 modules
Device Description
After Esp32 core version 3.0.7 I can't upload to LittleFS file system anymore
I'm running Linux bookworm and arduino version 2.3.4
I get the error message below.
python3: can't open file '/home/jb/.arduino15/packages/esp32/tools/esptool_py/4.9.dev3/esptool.py': [Errno 2] No such file or directory
ERROR: Upload failed, error code: 2
Hardware Configuration
None
Version
v3.1.0
IDE Name
Arduino IDE 2.3.4
Operating System
Linux Bookworm
Flash frequency
80Mhz
PSRAM enabled
no
Upload speed
921600
Description
After Esp32 core version 3.0.7 I can't upload to LittleFS file system anymore
I'm running Linux bookworm and arduino version 2.3.4
I get the error message below.
Sketch
none
Debug Message
Uploading LittleFS filesystem
Command Line: python3 /home/jb/.arduino15/packages/esp32/tools/esptool_py/4.9.dev3/esptool.py --chip esp32c3 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 2686976 /home/jb/.var/app/cc.arduino.IDE2/cache/tmp-153-2KqLgxiZnKud-.littlefs.bin
python3: can't open file '/home/jb/.arduino15/packages/esp32/tools/esptool_py/4.9.dev3/esptool.py': [Errno 2] No such file or directory
ERROR: Upload failed, error code: 2
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Ok thanks.
I copied the latest VSIX 1.5.3 to ~/.arduinoIDE/plugins/
and now it works under ESP core 3.1.2
Thanks again for pointing me in the right direction.
I probably should have figured that out myself!!
Board
ESP32 dev module, ESP32 C3, ESP32S2, ESP32 S3, ESP32c6 modules
Device Description
After Esp32 core version 3.0.7 I can't upload to LittleFS file system anymore
I'm running Linux bookworm and arduino version 2.3.4
I get the error message below.
Uploading LittleFS filesystem
Command Line: python3 /home/jb/.arduino15/packages/esp32/tools/esptool_py/4.9.dev3/esptool.py --chip esp32c3 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 2686976 /home/jb/.var/app/cc.arduino.IDE2/cache/tmp-153-2KqLgxiZnKud-.littlefs.bin
python3: can't open file '/home/jb/.arduino15/packages/esp32/tools/esptool_py/4.9.dev3/esptool.py': [Errno 2] No such file or directory
ERROR: Upload failed, error code: 2
Hardware Configuration
None
Version
v3.1.0
IDE Name
Arduino IDE 2.3.4
Operating System
Linux Bookworm
Flash frequency
80Mhz
PSRAM enabled
no
Upload speed
921600
Description
After Esp32 core version 3.0.7 I can't upload to LittleFS file system anymore
I'm running Linux bookworm and arduino version 2.3.4
I get the error message below.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: