Skip to content

esptool not found #23

@aziemer

Description

@aziemer

First of all: thank you for your plugin, as it is the only (easy) way to upload to the SPIFFS area on the ESP.

But... your plugin tries to call the Python version of the ESP Tool (esptool.py) - which is not installed, there is only the compiled version in the tools folder.

I'm on a Mac mini with M2 processor and Arduino IDE 2.3.2.

If your plugin would i.e. call

/Users/aziemer/Library/Arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool

instead of

python3 /Users/aziemer/Library/Arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py

it should work. I don't know, if this is specific to the Mac with arm64 architecture or not.

best regards Andreas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions