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
- Host: GitHub
- URL: https://github.com/fpgawars/flix-v
- Owner: FPGAwars
- License: lgpl-2.1
- Created: 2023-05-11T07:21:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T23:24:35.000Z (over 1 year ago)
- Last Synced: 2024-12-24T15:21:46.893Z (6 months ago)
- Language: Verilog
- Size: 4.59 MB
- Stars: 41
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FLIX-V
FLIX-V: FPGA, Linux and RISC-VLearning 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 LinuxIt 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/)


## 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