avatar2
avatar2 copied to clipboard
Python core of avatar²
I want to use `python -m avatar2.installer` to build avatar-panda,but I got those error(Ubuntu 14.04 64bit): Cloning into '/home/XXXX/.avatar2/avatar-panda'... remote: Enumerating objects: 1938, done. remote: Counting objects: 100% (1938/1938), done....
Hi, I run the script 'nucleo_state_transfer.py' in avatar2-examples, but using a different firmware which enables a button interrupt. I want avatar2 to monitor and automatically transfer to execution to qemu...
I am trying to use the mucleo L512RE example to test/learn avatar2. When I was runing the [avatar2-example](https://github.com/avatartwo/avatar2-examples/tree/master/nucleo_l152re), I find it will get stuck in `nucleo.wait()` function which can be...
I'm interested in using avatar2 to instrument the Android emulator. After reviewing the handbook, I noticed that there isn't currently support for an Android target, and PANDAS also doesn't support...
As above. As far as I can see, current avatar2 can only produce memory mapped peripherals like one would see on arm platforms.
In the code here: https://github.com/avatartwo/avatar2/blob/main/avatar2/targets/qemu_target.py#L271 there is no test that QEMU is actually running at the end of the operation. There are various misconfiguration issues (including some discussed elsewhere such...
Hello. My current project is porting coreboot to 'normal' desktop ryzen machines. I've made good progress so far, x86 code boots and gets so far as to do serial output....
So, I came across this project while fiddling around with SerialICE for coreboot dev purposes. The handbook mentions avatar2 can still do a GDBTarget, but as far as I can...
It appears to me that the logic between the code here: https://github.com/avatartwo/avatar-qemu/blob/d774496465cc77949be27d0a425264ef6eeaf05d/hw/avatar/configurable_machine.c#L499 and the code here: https://github.com/avatartwo/avatar-qemu/blob/d774496465cc77949be27d0a425264ef6eeaf05d/target/arm/cpu.c#L1434 creates an unfortunate conflict. If you specify in your configurable device a cpu_model...
Hi there. Avatar2 worked very well when I made a software-defined peripheral and accessed it with MMIO (Memory Mapped I/O). The run trace is the same as it runs on...