8000 GitHub - utat-ss/finch-flight-software: The Git repository for the FINCH CubeSat Mission's Flight Software.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

utat-ss/finch-flight-software

Repository files navigation

Getting Started

This guide covers setup on Ubuntu 24.04 LTS with x86_64 processor.

System Update

sudo apt update
sudo apt upgrade

Make an Empty Directory

mkdir ~/finch
cd ~/finch

Note: This is because the west manifest will populate one directory above this repository.

Clone This Repository

Using HTTPS:

git clone https://github.com/utat-ss/finch-flight-software.git
cd finch-flight-software

Using SSH:

git clone git@github.com:utat-ss/finch-flight-software.git
cd finch-flight-software

Install Dependencies

./scripts/install_dependencies.sh

Set Up Python Virtual Environment

./scripts/setup_python_venv.sh

Set Up West Workspace

./scripts/setup_west_workspace.sh

Set Zephyr Environment Variables

source ../zephyr/zephyr-env.sh

Activate Python Virtual Environment

source ../.venv/bin/activate

About

The Git repository for the FINCH CubeSat Mission's Flight Software.

Topics

Resources

License

Stars

Watchers

Forks

0