-
Hi,
We are porting rt-thread to our risc-v arch MCU.our toolchain gcc version is 7.2:
`riscv64-unknown-elf-gcc -v`
`Using built-in specs. …
-
Hi, I am trying to implement SPI interface. I am referring the provided example /freedom-e-sdk/software/example-spi. I am trying to validate if my transfer is successfully completed or not. Does anyon…
-
I am using RISCV64 GCC toolchain version 10.2.0-2020.12.8 for centos 7. I was initially at commit 694878a35a2f792ad195ff9c585d689467a76b1d which worked fine however I recently switched to commit cb686…
-
Is it capable of booting linux right now? thanks.
-
最近在搞RISC-V的项目,把大神的ZLMediaKit放进去编译了一把,非常容易的就通过,运行起来。
给大神点赞!
RISC-V是类似于ARM的新架构指令集,由于其开源特性,未来在芯片领域可能会有非常广泛的应用。
编译器用的是riscv64-linux-gnu
```
root@63fb6acfd467:/# gcc -v
Using built-in specs.
COLLECT…
-
# Linux & Python on RISC-V using QEMU from scratch - embeddedinn
This article explores how to set up RISC-V on QEMU, boot a simple application on it using the PK kernel, and boot a cross-compiled Lin…
-
The integration tests introduced in 10628f998f0cd67c2443e2af10513b1f0793e26f seem to be broken now. `qemu-launcher.py` fails to capture the stdout from qemu on the github test machines, while it works…
-
Hello Stephan,
I hope you are well.
I managed to build the blink_led example on Segger's EmbeddeStudio, however when I upload it to NEORV32 via UART I receive error_0 which is related to the execu…
-
Am I missing something? When I run:
```
repo init -u https://github.com/sifive/freedom-u-sdk.git -b 2021.09 -m tools/manifests
```
I get an error:
```
fatal: manifest 'manifests/sifive.xml' no…
-
sorry to bother with a simple question :).
I've successfully connected to the above board using openocd (via jtag):
```
> sudo openocd -f ~/my_vsllink.cfg
Open On-Chip Debugger 0.11.0-rc2
Lice…