curl -LsSf https://astral.sh/uv/install.sh | sh
sudo apt install --no-install-recommends git cmake ninja-build gperf \
ccache dfu-util device-tree-compiler wget python3-dev python3-pip \
python3-setuptools python3-tk python3-wheel xz-utils file make gcc \
gcc-multilib g++-multilib libsdl2-dev libmagic1
curl -LsSf https://astral.sh/uv/install.sh | sh
brew install cmake ninja gperf python3 python-tk ccache qemu dtc libmagic wget openocd
- Clone the repo:
west init -m https://github.com/Purdue-Space-Program/r4_flight_software copperhead_fsw
- Initialize Zephyr modules
cd copperhead_fsw
/r4_flight_softwarewest update
- Initialize UV environment
uv sync
source .venv/bin/activate
- Build and flash
west build
west flash