Search found 1 match
- Wed May 20, 2020 11:02 am
- Forum: General Discussion
- Topic: How do you run an IDF example app in QEMU?
- Replies: 0
- Views: 6564
How do you run an IDF example app in QEMU?
I'm trying to compile and run the IDF `hello-world` binary and run it with QEMU; however, the QEMU process exits with non-zero status code after reaching "start user code". Any ideas how I can get QEMU working? I'm currently doing the following: create custom sdkconfig: $ echo CONFIG_ESPTOOLPY_FLASH...