Skip to content

cross compilation

Al Ch edited this page Jun 20, 2020 · 4 revisions

Compiling BBB Binaries on a Bigger Computer

Sometimes it doesn't make sense to use screen and basic vim to write your code on the flight computer. In that case, use your main computer and transfer it over!

Also see here

To compile your project as a BBB compatible binary:
cargo build --target arm-unknown-linux-gnueabihf

TODO: transfer files over (over serial - see https://docs.kubos.com/1.21.0/obc-docs/comms-setup.html)

Clone this wiki locally