Skip to content

biancode/rpi3-rust-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi 3 Rust Starter Template

How to use this:

  1. Install the aarch64-none-elf toolchain.

    • On Linux, download from linaro. Rename binaries to aarch64-none-elf.
    • On Mac: brew tap SergioBenitez/osxct && brew install aarch64-none-elf.
  2. Install Nightly Rust

    Assuming you have rustup installed, this is as easy as rustup default nightly.

  3. Install Xargo

    cargo install xargo

You can now call:

  • make: creates build/kernel.{a,elf,hex}

About

Raspberry Pi 3 Rust Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 52.9%
  • Makefile 32.9%
  • Assembly 14.2%