Hi Robert,
> For flashing the board I'm using *esptool.py --chip esp32 --port
/dev/ttyUSB0 --baud 921600 write_flash 0x1000
arch/xtensa/src/esp32/bootloader/esp-nuttx-bootloader/out/bootloader-esp32.bin
0x8000 ../esp-bins/partition-table-esp32.bin 0x1 nuttx.bin *and it
seems to be working fine
Hi Robert,
The list of commands you've posted is missing the "make bootloader" command.
The "esp32-devkitc:knsh" configuration defines the
"CONFIG_ESP32_BOOTLOADER_BUILD_FROM_SOURCE"
entry, which requires that the bootloader firmware image be built from
source.
This is because when Protected Mode