-
I’m having some trouble with uploading the demo_gpio program to the Arty board.
I run this command make upload PROGRAM=demo_gpio BOARD=freedom-e300-arty:
This is the output:
work/build/openocd/…
-
I noticed 8 bit peripheral accesses (uint8_t) are used in CLIC driver.
https://github.com/sifive/freedom-e-sdk/blob/clic-vectored/bsp/drivers/clic/clic_driver.c
The standard bus width for periph…
jeras updated
6 years ago
-
Dear all,
I post this here in riscv-qemu and in riscv-gnu-toolchain.
Can someone explain me simply how to make the user-space hello-world init working in qemu-system-riscv64 :
```
#include
…
-
**Type of issue**: bug report
I've got a design based on the SiFive Freedom E310. We're doing some customization of the platform and at some point we started noticing our FIRRTL runtimes were b…
-
Hi ! I'm testing bare metal development using qemu and riscv, and I successfully tested the freedom-e-sdk from sifive:
```
qemu-system-riscv32 -machine sifive_e -kernel /tmp/freedom-e-sdk/software/h…
-
Hi,
I am getting following compilation error after a git update.
Any suggestions?
```
In file included from /home/atish/freedom-u-sdk/toolchain/sysroot/usr/include/features.h:447:0,
…
-
I tried to build the riscv-tools but I get the following error:
`/riscv-tools/riscv-tests/build/../isa/../env/v/link.ld:0: syntax error
collect2: error: ld returned 1 exit status
make[1]: *** …
-
Trying to build a fresh checkout of `freedom-u-sdk` using `make qemu`.
```
$ git branch -v
* master 783c89a linux_defconfig: support software restart
```
QEMU builds okay, but then I get an e…
-
i click the link and it jump to the same address where the start guide is
and i cant find the“ configration memory file(.mcs)” download link
-
I'm trying to port the E300 to the VCU108, which does not include a quad SPI flash memory like the Arty. Is there a configuration guide that can help get me started on bypassing the flash boot and exe…