I am trying to get micropython running on the xiao esp32C3.
I have a important demo that I want show the RISC-V xiao ESP32C3 running python.
I download 1.22.2 generic following the instructions.
I flash it but I get
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x7 (TG0WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x40047ed2
SPIWP:0xee
mode:DIO, clock div:1
load:0x3c140020,len:0x3ad88
load:0x3fc97600,len:0x2d48
load:0x40380000,len:0x2518
load:0x42000020,len:0x131564
Invalid image block, can’t boot.
ets_main.c 333
When I try to compile micropython it I get
CMake Error at /home/ubuntu/esp/esp-idf/tools/cmake/build.cmake:268 (message):
Failed to resolve component ‘esp_adc_cal’.
Call Stack (most recent call first):
/home/ubuntu/esp/esp-idf/tools/cmake/build.cmake:304 (__build_resolve_and_add_req)
/home/ubuntu/esp/esp-idf/tools/cmake/build.cmake:599 (__build_expand_requirements)
/home/ubuntu/esp/esp-idf/tools/cmake/project.cmake:605 (idf_build_process)
CMakeLists.txt:58 (project)
This is important for selling many esp32c3 for education.