openhaystack icon indicating copy to clipboard operation
openhaystack copied to clipboard

Better error messages for flashing on ESP32

Open scorpi11 opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. I tried to flash an ESP32 device. It failed and only got the message that I should reconnect the device via USB.

Describe the solution you'd like I want to see what exactly went wrong, what error message was returned by the shell script and what parameters are provided.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

scorpi11 avatar Apr 15 '23 16:04 scorpi11

You need to get familiar with flashing directly with esptool, rather than using the option directly on the app

beckmx avatar May 14 '23 18:05 beckmx

try para -s ./flash_esp32.sh -p {{your port}} "{{your key}}" -s

naxiemolv avatar May 16 '23 07:05 naxiemolv