Skip to content

dev: dockerless qemu workflow #225

Description

@trevarj

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions