Mateusz Hołenko
Mateusz Hołenko
Hi @mcergun, thanks for reporting the issue. We were not able to reproduce the situation - on a clean Windows installation we tried: * msi package from Renode 1.13 release,...
Thanks for reporting the issue, @m-ogore! It looks like you don't have the `vhci_hcd` kernel module loaded. Could you verify that with `lsmod | grep vhci_hcd`? You can add it...
This is a progress - right now you seem to have a communication over USB/IP with the Arduino loader. I was able to reproduce the problem locally and it looks...
I cloned `bossac` sources from: https://github.com/arduino/BOSSA, the `nrf` branch. Then I changed the line https://github.com/arduino/BOSSA/blob/nrf/src/Samba.cpp#L660 from: ``` _port->timeout(TIMEOUT_QUICK); ``` to ``` _port->timeout(TIMEOUT_NORMAL); ``` and compiled with `make` (you might need...
Hi @cpick, thanks for your contribution. I reviewed your code and added some small remarks, but generally it looks fine.
Hi @jhgorse, this demo was built from https://github.com/dart-archive/sdk/tree/master/samples/lk/gfx (not sure which revision though), but as you've already mentioned the dartino project itself has been archived.
Hi @listenshin, thanks for reporting the issue! First of all, warnings about uninmplemented registers are not necessary errors. It's typical for a model in Renode not to cover the whole...
Thanks for the logs. From what I see, CPU ends up in a loop in `Error_Handler`. Before that happens it executes `SystemClock_Config` and `HAL_RCC_ClockConfig` and does some read/writes around `FLASH:ACR`....
Related to: https://github.com/renode/renode-infrastructure/pull/70
Hi @slosar, thanks for asking the question. Renode simulations operate based on fully-controlled virtual time flow which allows us to obtain reproducible results and recreate scenarios where timing of events...