Skip to content
Discussion options

You must be logged in to vote

Okay, I've successfully managed to get everything running on QEMU, albeit with some tweaks and irregularities. Here are the details:

  • The QEMU version I used (the latest from the Espressif fork) is available at: https://github.com/espressif/qemu/releases/download/esp-develop-8.0.0-20230522/esp-qemu-xtensa-softmmu-develop_8.0.0_20230522-x86_64-linux-gnu.tar.bz2.
  • I utilized the esp32/nodemcu device target as the basis for the build.
  1. QEMU only supports DIO flash mode, whereas esp32/nodemcu uses QIO flash mode.
    [Glitch #1] I attempted to adjust the ESP-IDF project settings using
    "build": {
        "SDKCONFIGPATH": "./sdkconfig"
    },

but this was not recognized. Hence, I had to manua…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@phoddie
Comment options

Comment options

You must be logged in to vote
1 reply
@phoddie
Comment options

Answer selected by phoddie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants