Mateusz Hołenko
Mateusz Hołenko
Hi @jsncepu, thanks for asking a question. Judging from the names of `resc` and `repl` scripts I assume you've found them on the [Dashboard](https://zephyr-dashboard.renode.io/) or [Renodepedia,](https://renodepedia.renode.io/boards/nucleo_l4r5zi/), is that correct? In...
> A somewhat related question, would it be possible to implement something like that as a python peripheral. Can python peripheral force "wait" cycles to the CPU? In practice any...
Hi @sktpin, thanks for reporting an issue. In Renode there is another model of ADC for STM32 - namely https://github.com/renode/renode-infrastructure/blob/master/src/Emulator/Peripherals/Peripherals/Analog/STM32F0_ADC.cs. From the registers layout perspective it seems to be compatible...
Hi @Jesse-Millwood, thanks for reporting the issue! We've reproduced that on our end and we are looking into it.
It seems like the main difference is that QEMU automatically generates FDT based on the platform configuration and puts it into memory. A solution for Renode is to explicitly load...
Hi @SandyWalsh, thanks for reporting the issue. We believe the main problem here is not the amount of flash/sram peripherals (there should be no hard-limits on the amount of them...
With https://github.com/renode/renode/commit/44e91265992299da75cacde8d560dddb44168034 you should not observe crashes of Renode anymore.
Hi @xobs, thanks for reporting the issue. https://github.com/renode/renode/commit/0f7375c212b680d41f94a295adc4f5e0f7760351 should address the problem, could you double check it works now fine for you?
In https://github.com/renode/renode/commit/a4cbd696ebe1cf5ad72d873f987bf7ce015e8c0d we've introduced performance improvements to `LinuxTapInterface` that should address your scenario.
Hi @jeandudey, there is no specific support for `cortex-a5` in Renode, but have you tried using `cortex-a9` instead - it's the same architecture and should be compatible?