Skip to content

cFE code that will run on top of Raspian in MIT's BeavSat satellite

Notifications You must be signed in to change notification settings

stanleymarkman/cFE-beavsat

 
 

Repository files navigation

BeavSat cFE Code

The code that will run on the cFE of MIT's BeavCube Satellite

Setup

To setup cFS directly from the latest release:

git clone https://github.com/nasa/cFE.git
cd cFE
git submodule init
git submodule update

Build and Run

The latest release include sample applications and an example build target that uses the pc-linux platform support package (should run on most Linux distributions). To run under Raspian on Raspberry Pi:

cd scripts
./pi_make_cfs.sh
cd ../build/cpu1/exe
sudo ./core-linux.bin

To compile and run:

. ./setvars
cd build/cpu1
make config
make
cd exe
sudo ./core-linux.bin

About

cFE code that will run on top of Raspian in MIT's BeavSat satellite

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.1%
  • Java 11.8%
  • Python 6.4%
  • Makefile 2.7%
  • CMake 0.9%
  • Perl 0.8%
  • Other 0.3%