MateuszKarlic

Results 6 comments of MateuszKarlic

For the record, we’re working on the update for this script. This is still in progress but a sample repl for multicore VexRiscv can be found here: https://github.com/renode/renode/issues/374#issuecomment-1254859841

Hi @amr-25 , I tried to reproduce your issue, and I could extend the rootfs with no problems. Hovewer, please note, that the maximum size of rootfs is restricted by...

Binaries used in the demo shipped with Renode were built some time ago, so they target an older kernel. We plan to update the demo, but for now I would...

The Ethernet's model in `stm32h7` is different from the one on `stm32f4` - so it's not possible to reuse this model, as they are not compatible. Zephyr supports them both...

We now have a PR that adds the multicore support ready here: https://github.com/enjoy-digital/litex/pull/1496

Hi @econnellmc, We were able to reproduce your issue with GLIBC in local Docker running `Ubuntu 20.04`. It seems like you built your binary against the newer `libc` than available...