Epic Rust Raspberry PI Setup | Step-by-Step Tutorial

Опубликовано: 13 Октябрь 2024
на канале: Dario
4,531
91

On this video I'll setup my Apple M1 for doing embedded #rustlang raspberry PI Development.

I'll use Docker so that I can use my M1 to compile, then transfer the binary to the raspberry PI using scp.

The advantage of my setup is that you can use your beefy laptop for coding and compiling, instead of doing everything on your PI, which is usually very slow with rustlang.

I tested this with my raspberry pi 3 and raspberry pi 4.

0:00 How to setup raspberry PI for rust development
0:17 Download Ubuntu to Raspberry PI SD Card
01:11 Connecting to raspberry PI using ssh
01:48 copy ssh keys to raspberry PI
03:34 How to install docker
03:51 How to install cargo
04:29 Create script to deploy rust app to raspberry pi