forkineye / ESPSFlashTool

Flash tool for the ESPixelStick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: failed to open image file

philspitlerSF opened this issue · comments

The image file seems to be in the correct place and I haven't moved any files.

I am using OSX 12.2.1 and ESPixelStick_Firmware-4.0-beta4

Screen Shot 2022-03-12 at 6 43 15 PM

I rebooted and tried again, this time I get a different error. Do I need to put the ESP into a programming mode?
Screen Shot 2022-03-13 at 9 27 07 PM

It depends on the type of platform you have. If the platform has a built in USB serial interface then it most likely has support for the MCU programming sequence. If you device does not have the built in USB interface then you will need to manually put the device into the programming mode.

I'm using a D1mini which is supposed to have USB support and I can't find anything about putting it in programming mode.

I rebooted and tried again, this time I get a different error. Do I need to put the ESP into a programming mode? Screen Shot 2022-03-13 at 9 27 07 PM

For some reason, it's not finding the required tools. This is likely due to how it was extracted / path issues. The upload.py script will append the path directories required based upon where it is launched from.
The directory structure should look similar to the following:
image

Ok... I tried a 2nd laptop and it worked without any problems.... No idea why it failed on my first one but I'm sorted now...

Thanks