jrrk
jrrk
Dear dnjayasinghe, This procedure is not necessary because you can use the boot loader to load an arbitrary sized bare-metal program instead of BBL (the Linux boot loader). Just put...
Just follow the tutorial recipe for building BBL, but use your own source code instead, or just remove anything that you don't want. For example if you want support for...
Newer versions of Vivado are more strict, you can avoid this error by changing default_nettype none, to default_nettype wire (or use the Vivado version recommended in the documentation)
It looks like your workstation ran out of virtual memory, 16GB should be comfortable, 8GB will scrape through.
Hi, systemd is a bit CPU hungry to run on this hardware. The problem you are having could be starting many parallel tasks and not finishing them due to timeouts...
Hi, You can consult generic systems documentation for timeout control, e.g.: https://newbedev.com/how-to-change-systemd-service-timeout-value Unfortunately, it is a bit painful going through the debug loop to see the effect. You can mount...
Thanks for your interest, this project has not been maintained for several years, nevertheless it should be possible to upgrade the version of riscv-tools that is called up by git,...
The distribution was slimmed down a lot to make room for X-windows. You can still install Debian as an option if you are an ‘advanced user’. See below : Sent...
These functions just enable a pre-processor symbol, they have no effect unless the appropriate kernel driver is loaded. There is a generic Linux GPIO, that would be the proper way...
Both functions may be handled by a single driver. Sent from my iPhone > On 17 Jul 2020, at 15:32, michaelwvw wrote: > > > Sorry, missed one thing,...