An open API service indexing awesome lists of open source software.

https://github.com/fpgawars/flix-v

FLIX-V: FPGA, Linux and RISC-V
https://github.com/fpgawars/flix-v

Last synced: 2 months ago
JSON representation

FLIX-V: FPGA, Linux and RISC-V

Awesome Lists containing this project

README

        

# FLIX-V
FLIX-V: FPGA, Linux and RISC-V

Learning about how to run Linux on no-mmu RISC-V processors on Open Source FPGAs
It is amazing how now we can learn what is happening from the bits to the Linux

It was a dream to run Linux (open source software) on a Open source processor (RISC-V). Everything build with open source tools (the hardware and the software). It also amazing to see it running on open hardware boards, that in turn, have been designed using open source tools

* **Board**: [Radiona ULX3S-12F](https://radiona.org/ulx3s/)

![Radiona ULX3S-12F](Demo/Images/Radiona-ULX3S-12F-2.jpg)

![Linux animation](Images/Linux-anim-1.gif)

## How to try

Follow the [instructions given in the Demo folder](Demo/README.md)

## Credits
* Based on this work: [KianRiscV](https://github.com/splinedrive/kianRiscV) by @splinedrive