You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
press and hold boot button on the board, start flash command, release boot button after flashing process starts
Context: sometimes (see context in #109) the firmware update tool fails to put the board in firmware upload mode, for reasons currently not 100% clear. The solution is to
press and hold boot
press and release reset
release boot
start a firmware build+upload (e.g. cargo espflash --release) and wait for it to complete (adding --monitor will not cause any harm but also not give any real benefits since you'll just be greeted with a waiting for download message)
press reset once more (without holding the boot button)
manually connecting to the serial via espmonitor <device>
The text was updated successfully, but these errors were encountered:
in hello board it says
Context: sometimes (see context in #109) the firmware update tool fails to put the board in firmware upload mode, for reasons currently not 100% clear. The solution is to
cargo espflash --release
) and wait for it to complete (adding--monitor
will not cause any harm but also not give any real benefits since you'll just be greeted with awaiting for download
message)espmonitor <device>
The text was updated successfully, but these errors were encountered: