[UPD 2021-02-22] Cross compilation for Raspberry Pi

Last year I did a little hobby project using sensors on the Raspberry Pi. I came across the excellent Rust Embedded cross project. With cross installed and Docker started:

$ git clone https://github.com/maidsafe/sn_node.git
$ cd sn_node && cross build --release --target=aarch64-unknown-linux-musl
10 Likes