This repository was archived by the owner on Dec 8, 2025. It is now read-only.
Improve docs on how to flash ESP32 board first time #701
Honza Pobořil (iBobik)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I just started with Devicescript, trying to run Hello world to the ESP32-based board.
Created board config because it was not in the list:
Connected the board to the usb and clicked Connect Device in the VSCode, but it end up like this:
I see the board have not been booted to the flash mode, it just immediately printed the error.
Do I guess correctly it requires Devicescript runtime flashed on the board first? I see no mention about it in the Getting started guide.
Aha, found mention about this process in the Troubleshouting. Maybe write this essential information in the fisrt steps?
Ok, so I used Clean flash form the UI, but then it cannot select the device:
My device is visible on the multiple ports, does not know why… Ok, so select it:
So I checked sources if there is some bug and see there should be multiple flash command variants. Luckily I does not have to use my brain today to figure out how to call it correctly:
Then I clashed it similarly and wow, device is connected.
All reactions