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
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
Hello world :-)
By selecting toolkit by hand (make CROSSDEV=riscv32-esp-elf-) I made
it to build the esp32c3-devkit:ble example. Both on FreeBSD and Linux.
I am using ESP-IDF toolchain.
After flashing I can see on terminal emulator that device is locked in
a boot loop :-(
Is there any additional