Mateusz Hołenko

Results 90 comments of Mateusz Hołenko

The error in Monitor indicates that there is no `HSS_DDRInit` symbol in the file you load (so Renode can't attach to it to skip execution). How do you build the...

Hi @shareefj, thanks for the question. Renode allows users to easily mock or partially model fragments of logic necessary to drive the simulation. In this context warning log messages about...

Hi @sch0bert , thanks for asking the question. As you've already mentioned Renode has support for many Silicon Labs platforms from different families. Reusing peripheral models between them is a...

Hi @otavio, could you provide a short reproducible example that we could run on our end?

Hi @zxsoft, describing platforms in Renode is done with `repl` files. You use them to select which hardware components your platform should have and how those elements are connected together....

Hi @Gerharddc, thanks for reporting your problem. Renode UI should work fine on WSL/Linux (both for packages and Renode built from sources), but please remember to install necessary packages: the...

Hi @hattmt, thanks for reporting the issue. After looking at the STM32H7 reference manual (https://www.st.com/resource/en/reference_manual/rm0433-stm32h742-stm32h743753-and-stm32h750-value-line-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) we are wondering if the proposed implementation is the optimal way of solving the problem....

Hi @lbmeng, thanks for reporting the issue! Since this looks like a non-deterministic problem on a multi-core system, could you change the emulation settings to execute CPUs in serial using...

Thanks for the report. I'm now able to reproduce the problem locally and will investigate this.

We've recently improved support for SD cards and implemented some missing flags in the MPFS SDController model. Could you check if https://github.com/renode/renode/commit/cc94e5ef8b25bbbdf8634ecf2d24f119919dce91 help in your case?