-
Notifications
You must be signed in to change notification settings - Fork 0
cross compilation
Al Ch edited this page Jun 20, 2020
·
4 revisions
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)