Skip to content

alixinne/blog-cross-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example repository for the post I tried cross-compiling for the Raspberry Pi.

Getting started

Compile and run for your host platform with cargo:

# Base version
cargo run

# With dependencies
cargo run --all-features

Compile for the Raspberry Pi Zero with cross:

# Base version
cross build --target arm-unknown-linux-gnueabihf

# With dependencies
export ENABLE_PYO3=1
cross build --target arm-unknown-linux-gnueabihf --all-features

Author

Vincent Tavernier vince.tavernier@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages