TECH

Colorlight-RisCV-RS : Hacking Chinese LED Displays With Rust, RISC-V, And Open-Source FPGA Tools

Dive into the world of colorlight-riscv-rs, where we embark on an exciting journey to manipulate Chinese LED display boards using cutting-edge technologies.

Join us as we explore the fusion of Rust, RISC-V, and open-source FPGA tools to unlock new possibilities in hardware hacking and innovation.

Overview

my (ongoing) adventure on trying to control a

with rust and open source tools (yosys, nextpnr, prjtrellis and openFPGALoader).

Layout

  • soc – files for building & flashing the fpga with the risc-v soc
  • litex-pac – the peripheral access crate (pac), generated via svd2rust
  • firmware – the firmware that will run

each directory should have a readme.md with more in-depth instructions

Firmware In C

you can check this repo for a similar example, but flashing a C firmware.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

7 hours ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

8 hours ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

12 hours ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

13 hours ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

14 hours ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

15 hours ago