I've been trying to get qemu to work without docker, but been failing. I'd like to be able to run qemu + gdb to step through the code, since on-board gdb is a huge pain.
I took a look at some of the qemu/ scripts and tried to steal some pieces from them so that I can eventually get to a workflow that allows me to do:
idf.py qemu --flash-file build/flash_image.bin -g --efuse-file main/qemu/qemu_efuse.bin monitor
...but the screen that pops up is just black.
I had built based on configs/sdkconfig_qemu.defaults and created a flash_image.bin as in make-flash-img.bin.
Any help on what I'm missing would be great. Thanks!
I've been trying to get qemu to work without docker, but been failing. I'd like to be able to run qemu + gdb to step through the code, since on-board gdb is a huge pain.
I took a look at some of the
qemu/scripts and tried to steal some pieces from them so that I can eventually get to a workflow that allows me to do:...but the screen that pops up is just black.
I had built based on
configs/sdkconfig_qemu.defaultsand created aflash_image.binas inmake-flash-img.bin.Any help on what I'm missing would be great. Thanks!