diff options
Diffstat (limited to 'gitlab/issues/target_avr/host_missing/accel_TCG/869.toml')
| -rw-r--r-- | gitlab/issues/target_avr/host_missing/accel_TCG/869.toml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gitlab/issues/target_avr/host_missing/accel_TCG/869.toml b/gitlab/issues/target_avr/host_missing/accel_TCG/869.toml new file mode 100644 index 00000000..18141d17 --- /dev/null +++ b/gitlab/issues/target_avr/host_missing/accel_TCG/869.toml @@ -0,0 +1,29 @@ +id = 869 +title = "Qemu-system-avr working example" +state = "closed" +created_at = "2022-02-12T20:36:39.246Z" +closed_at = "2022-02-15T09:55:08.782Z" +labels = ["accel: TCG", "target: avr"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/869" +host-os = "Arch Linux" +host-arch = "x86_64" +qemu-version = "`" +guest-os = "Bare Metal" +guest-arch = "AVR 8bit" +description = """I'm trying to get an Arduino board emulated with QEMU. Unfortunately, I can't get it to work. +I tried the commands, given in [https://qemu.readthedocs.io/en/latest/system/target-avr.html](https://qemu.readthedocs.io/en/latest/system/target-avr.html) and also downloaded and used the example elf file. + + +I then tried some more basic commands and used`qemu-system-avr -machine uno`. This should +run without any problems or? I also tried `2009` and `mega2560`. + +I also searched on the internet about working examples as well as further usage information, but I couldn't really find much. +Therefore, I hope someone can help me out or point me to additional material.""" +reproduce = """1. run `qemu-system-avr -machine uno` +2. wait around 5-10 seconds +3. on the terminal the following message appears with the qemu window crashing +``` +$ qemu-system-avr -machine uno + qemu-system-avr: execution left flash memory +```""" +additional = """I'm fairly new to this, so please excuse me if I forgot something to post or made a mistake while posting.""" |