Open artua opened 1 year ago
@artua
Sorry for delayed reply. Can you please confirm if you had set the chip revision field in the efuse for ECO3, please see here https://github.com/espressif/esp-toolchain-docs/tree/main/qemu/esp32#emulating-esp32-eco3?
Also please share your efuse summary generated for the qemu.
Hello,
I tried to burn eFuses and firmware on both QEMU and physical chip (ESP ECO V3). Encrypted flash + Secure Boot v2
It is working ok on physical chip but not working on QEMU.
Generating eFuse bin with MAC and version bits set:
gen_efuse.py qemu_efuse-mac.bin
Running QEMU in strapped mode:
Programming eFuses by the same script I use to program physical device, the only port changes.
...
(Everything goes smooth, eFuse settings checked after burning)Running QEMU in app mode:
This gives me an error:
The message repeats once per 4 seconds. CPU load is 100%. Host System: MacBook M2 (Apple silicon)
Any ideas?