Re: avr5 not found in qemu-avr 9.1.1 on macOS

2024-11-18 Thread Iris Artin
> FYI this works: > > $ qemu-system-avr -M 2009 -cpu avr5-avr-cpu > -> OK Aha! Thank you!

avr5 not found in qemu-avr 9.1.1 on macOS

2024-11-16 Thread Iris Artin
$ brew install qemu Warning: qemu 9.1.1 is already installed and up-to-date. $ qemu-system-avr -version QEMU emulator version 9.1.1 Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers $ qemu-system-avr -machine 2009 -cpu help Available CPUs: avr5 avr51 avr6 $ qemu-system-a