Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading to LittleFS filesystem Linux bookworm #10968

Closed
1 task done
Bredahl opened this issue Feb 14, 2025 · 2 comments
Closed
1 task done

Uploading to LittleFS filesystem Linux bookworm #10968

Bredahl opened this issue Feb 14, 2025 · 2 comments
Labels
Status: Awaiting triage Issue is waiting for triage

Comments

@Bredahl
Copy link

Bredahl commented Feb 14, 2025

Board

ESP32 dev module, ESP32 C3, ESP32S2, ESP32 S3, ESP32c6 modules

Device Description

Image

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

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.
@Bredahl Bredahl added the Status: Awaiting triage Issue is waiting for triage label Feb 14, 2025
@Bredahl Bredahl changed the title Uploading LittleFS filesystem Linux bookworm Uploading to LittleFS filesystem Linux bookworm Feb 14, 2025
@me-no-dev
Copy link
Member

The tool you are using to upload needs to be updated to use the esptool binaries that we now provide. Please contact the tool creator

@Bredahl
Copy link
Author

Bredahl commented Feb 14, 2025

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!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting triage Issue is waiting for triage
Projects
None yet
Development

No branches or pull requests

2 participants