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