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
Once Secure Download mode had been enabled on the MCU (by burning the relevant eFUSE bits), espflash is unable to flash a binary (or ELF) image anymore.
Note that this is not related to the stub loader, because I'm passing the --no-stub flag:
ivan@ivan-laptop:~$ espflash flash --no-stub --chip esp32s3 --flash-size 16mb ./my-firmware
[2025-02-03T12:35:14Z INFO ] Serial port: '/dev/ttyUSB0'
[2025-02-03T12:35:14Z INFO ] Connecting...
Error: espflash::timeout
× Error while connecting to device
╰─▶ Timeout while running ReadReg command
I've also tried various combinations of --before (and --after) reset sequences, but none of those did work.
Note that esptool is capable of flashing even when the chip is in a Secure Download mode.
The command to do so is something like:
Once Secure Download mode had been enabled on the MCU (by burning the relevant eFUSE bits),
espflash
is unable to flash a binary (or ELF) image anymore.Note that this is not related to the stub loader, because I'm passing the
--no-stub
flag:I've also tried various combinations of
--before
(and--after
) reset sequences, but none of those did work.Note that
esptool
is capable of flashing even when the chip is in a Secure Download mode.The command to do so is something like:
... where the
--force
parameter does all the magic.The text was updated successfully, but these errors were encountered: