Results 13 comments of rawsample

Hi @XMUsuny, As you are interested in interrupts, I invite you to take a look at Pretender, which is integrated in Avatar2 since v1.3. The script you mentioned belongs to...

Hey! Unfortunately, the remote memory in the configurable machine is not supported for the i386 target. You can partially add the support with the patch below. However, it will still...

This seems correct. I suppose the apic-id would become an issue in case of creating multiple CPU. That would be nice to create a PR on the `avatar-qemu` repo, otherwise...

Hi! ~~Disabling PyPanda's monitor should be currently possible via `additional_args` in the [QemuTarget](https://github.com/avatartwo/avatar2/blob/25de83f961b9474ee418d8844bf055f2428527cb/avatar2/targets/qemu_target.py#L29) because of `assemble_cmd_line()` [here](https://github.com/avatartwo/avatar2/blob/main/avatar2/targets/pypanda_target.py#L46).~~ But i would be in favor on changing the default behavior via a...

My bad, it's [kwargs](https://github.com/avatartwo/avatar2/blob/main/avatar2/targets/pypanda_target.py#L42) from `init_target` that should be used. Unfortunately this would not work using Avatar's `init_targets()` :/ ```python from avatar2 import Avatar from avatar2.targets import PyPandaTarget av =...

Hello, I agree with you, the docker approach is more robust and should be prioritize for targets installation. We can deprecate the installer. Nevertheless, bringing it up to date was...

Hi, There is more debugging info within `/tmp/myavatar` directory. What is the output of `cat /tmp/myavatar/{QemuTarget0_err.txt,QemuTarget0_out.txt}`?

Hello, Thank for reporting these issues, I confirm I can reproduce them. About the nucleo_L152RE, it looks like during the `transfer_state()` the `CPSR` register is not properly synchronized within the...

Hello, To help you, could you provide more context on the issue? Could you share the full backtrace? and the code so I can try to reproduce it.

Hi, Indeed the error message is not clear. If your binary doesn't make usage of cortex-m4 additional features such as FPU, DSP, etc., you should be able to use the...