I am trying to run the esp-insights app for ESP32-C3 in QEMU using Espressif's qemu-system-riscv32.
After compiling it and creating the flash with esptool.py as mentioned here: https://github.com/espressif/esp-toolch ... to-emulate, I get the error "W (114) eFuse: calibration efuse version does not match, set default version to 0" at startup, and the application freezes.
What could be causing this?