Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 655 Bytes

Raspberry Pi 3 Rust Starter Template

How to use this:

  1. Install the aarch64-none-elf toolchain.

    • On Linux, download the linaro toolchain. Add bin/ to your $PATH.
    • On Mac: brew tap SergioBenitez/osxct && brew install aarch64-none-elf.
  2. Install Rust nightly.

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

  3. Install Xargo.

    rustup component add rust-src
    cargo install xargo

You can now call:

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