Prerequisite - Chapter 1

  1. Install Rust using rustup - https://www.rust-lang.org/tools/install
  2. Setup git - you will also need to set your ssh key in Github to:
  3. Clone repository: git clone git@github.com:LechevSpace/nanosat-workshop.git
  4. Install RiscV toolchain: rustup target install riscv32imac-unknown-none-elf
  5. Build the application: cd nanosat-workshop && cargo build