RISC-V-Linux icon indicating copy to clipboard operation
RISC-V-Linux copied to clipboard

This repository provides a Linux kernel bootable on RISC-V boards from SiFive

Results 4 RISC-V-Linux issues
Sort by recently updated
recently updated
newest added

I am following the guide from [https://fedoraproject.org/wiki/Architectures/RISC-V/Installing#Boot_under_QEMU](https://fedoraproject.org/wiki/Architectures/RISC-V/Installing#Boot_under_QEMU) and have bootedRISC-V from QEMU. I got my own graphics driver which could simulate GPU hardware in QEMU. I'm wondering how to use...

The freedom-u-sdk repo was recently updated to add u-boot support and updated buildroot and lots of other changes. This might have broken support you are adding on top of freedom-u-sdk....

I want to enable my USB device on FPGA I add AXI USB2 device in Vivado Do I just need to use the udc-xilinx.c as driver? or need other config?...