2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00
2021-08-14 17:13:45 +02:00

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.

Description
Base repository to cross-compile Rust applications for the Q7S
Readme 36 KiB
Languages
Shell 97.9%
Rust 2.1%