-
Hi I have built the 32-bit riscv toolchain and riscv-linux using the following commands
cd riscv-tools
./build-rv32ima.sh
cd riscv-gnu-toolchain/build
../configure --prefix=$RISCV --with-arch=rv…
-
Hi,
I noticed that the repo has been updated recently and a pull request is accepted, and the flow of generating mcs for Arty board is broken.
What I did:
git clone --recursive https://github…
-
Does spike of the current version support boot linux kernel?
I've built bbl with linux kernel as its payload, and then run `spike bbl` , but no kernel or user message show up, why?
Branches:
…
-
Any chance you could commit a Makefile.u500artydevkit? I have an Arty board that I've been using as a U500. Thanks.
-
Hi all,
I want to how add another UART device to U500VC707DevKitSystem.
I know there is a PeripheryUART in U500 code, which the addr is 0x54000000.
If I want to add another UART device, do I nee…
-
Two commits from my tree have gone missing during the change of administration:
sorear/riscv-qemu-system@a038a287
sorear/riscv-qemu-system@30c9f4fc
One of these is a correctness fix; basically,…
-
Hi all,
Is it possible to boot Linux from SD card on your system (i.e. VC707 FPGA Dev Kit)?
I'm searching something like the Rocket-chip untethered implementation made by LowRISC...
Thank you!
-
Hello,
I want to run a program for LEDs (Have rocketchip blink the LEDs) with ./fesvr-zynq pk program-led (elf), but this requires modifying the block design of zedboard_rocketchip.
How do I le…
-
Openocd cannot currently be built on aarch64. The platform is not recognized, resulting in an error in the `jimtcl` autosetup.
It was very simple to fix this: replace `configure.guess` and `config…
-
Hello,
Is it possible to push a small rtos with rocket cores to the fpga instead of riscv-linux, using the build from scratch steps ? The rtos in question has its own gcc.
If this is possible, …