Skip to content

delet-this/pinecil-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris on Pine64 Pinecil

Ever wanted to play tetris on a soldering iron? Me neither. Now you can do so anyways.

Usage

Setup the environment

Install rustup, dfu-utils.

Add the target platform:

rustup target add riscv32imac-unknown-none-elf

Install cargo-binutils for cargo objcopy:

cargo install cargo-binutils

Build

cargo build --release

Run

Convert ELF to binary:

cargo objcopy --release -- -O binary app.bin

Flash:

sudo dfu-util -d 28e9:0189 -a 0 -D app.bin -s 0x08000000:leave

Some references and crates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors