Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 988 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 988 Bytes

About the RVPC project

The Olimex RVPC is modern RISC-V mini-computer with retro VGA monitor and PS/2 keyboard connection. It is an educational platform which people can use to learn RISC-V assembler and experiment like in the old days in 1980s :) We are using it in the fablab of our coding school 42 Berlin as a low-cost way to teach open hardware, soldering and to create monochrome info display screens at the congress.

About this Repo / Workshop

We split the workshop repo into three parts and will mainly concentrate on part 1 during this workshop.

  1. Build Guide Build guide to show how to solder the RVPC
  2. Flash Guide How to flash firmware to the RVPC's CH32V003 chip using a Raspberry Pi Pico
  3. Code Guide Explanation of a simple code example for writing other display code