Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32_wifi not supported by this machine #1

Open
crasu opened this issue Sep 29, 2024 · 0 comments
Open

esp32_wifi not supported by this machine #1

crasu opened this issue Sep 29, 2024 · 0 comments

Comments

@crasu
Copy link

crasu commented Sep 29, 2024

I am using the following command to run my firmware image:

qemu-system-xtensa -nographic -M esp32 -m 4 -drive file=flash.bin,if=mtd,format=raw -drive file=esp32_file.efuse,if=none,format=raw,id=efuse \
  -global driver=nvram.esp32.efuse,property=drive,value=efuse -global driver=timer.esp32.timg,property=wdt_disable,value=true -nic user,model=esp32_wifi,net=192.168.4.0/24,hostfwd=tcp::16555-192.168.4.15:80

When it tries to start the wifi interface I get:

Adding SPI flash device
nb_nics=1
now checking nb_nic 0
model=esp32_wifi
qemu-system-xtensa: warning: netdev #net088 has no peer
qemu-system-xtensa: warning: requested NIC (anonymous, model esp32_wifi) was not created (not supported by this machine?)

I am running this inside a docker container on linux.

Thank you for your time looking into this issue!

@crasu crasu changed the title When trying to boot my fimrware image I get esp32_wifi not supported by this machine esp32_wifi not supported by this machine Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant