Re: esp32c3-devkit:ble boot loop

2021-10-19 Thread Tomasz CEDRO
TANK U! ITS ALIVE! =) On Mon, Oct 18, 2021 at 8:58 AM Abdelatif Guettouche wrote: > > Is this loop from the 1st stage bootloader? > If that is the case, you only need to flash the 2nd stage bootloader. > You can get prebuilt binaries for that on > github.com/espressif/esp-nutt-bootloader and then

Re: esp32c3-devkit:ble boot loop

2021-10-17 Thread Abdelatif Guettouche
Is this loop from the 1st stage bootloader? If that is the case, you only need to flash the 2nd stage bootloader. You can get prebuilt binaries for that on github.com/espressif/esp-nutt-bootloader and then from NuttX you can flash with make download ESPTOOL_BINDIR=... You can also build it yourself