Skip to content

pztrick/cfs-raspberrypi

Repository files navigation

cfs-raspberrypi

Building for Raspberry Pi

This builds for a 64-bit aarch64 Ubuntu image Raspberry Pi 3+.

docker-compose run rpi3
make
make install

To copy to your Raspberry Pi:

export RASPBERRY_PI_HOSTNAME=<raspberry_pi_hostname>

scp -r build-rpi3/exe/rpi/ ${RASPBERRY_PI_HOSTNAME}:~

To run on your Raspberry Pi:

cd ~/rpi
sudo ./core-rpi

About

The Core Flight System (cFS) is a generic flight software architecture framework used on flagship spacecraft, human spacecraft, cubesats, and Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published