- Installing Zephyr SDK and Python West
sudo yay -S python-west zephyr-sdk-bin python-pyelftools
- Clone the project
git clone https://github.com/NU-Horizonsat/atlas_flight_board_zephyr
- Initialize the project
cd atlas_flight_board_zephyr
west init
west update
west zephyr-export
- Build the project
cd /apps/atlas_flight_board
west build -p auto -b rpi_pico
- Copy the generated uf2 file to the flight board
- Clone the project
git clone https://github.com/NU-Horizonsat/atlas_flight_board_zephyr
-
Open the project in Visual Studio Code and press
Ctrl+Shift+P
and selectRemote-Containers: Reopen in Container
-
Initialize the project
west init
west update
west zephyr-export
- Build the project
cd /apps/atlas_flight_board
west build -p auto -b rpi_pico
- Copy the generated uf2 file to the flight board