Base repository to cross-compile Rust applications for the Q7S
Go to file Use this template
Robin Müller 2f7e2ba881
init commit
2021-08-14 17:13:45 +02:00
.cargo init commit 2021-08-14 17:13:45 +02:00
src init commit 2021-08-14 17:13:45 +02:00
.gitignore init commit 2021-08-14 17:13:45 +02:00
Cargo.lock init commit 2021-08-14 17:13:45 +02:00
Cargo.toml init commit 2021-08-14 17:13:45 +02:00
README.md init commit 2021-08-14 17:13:45 +02:00
deploy-q7s.sh init commit 2021-08-14 17:13:45 +02:00

README.md

Cross-compiling Rust for the Raspberry PI

Prerequisites

  1. Install standard library

    rustup target add armv7-unknown-linux-gnueabihf
    
  2. Install a cross-compile toolchain and add it to your path. You can download one built with crosstool-ng from here.