Zephyr Development Superior OS (UNIX) Setup
Dependencies
Literally follow their guide Getting Started Guide
For Python dependencies, I installed it globally and haven’t had much issues with dealing with other Python stuff for other projects. Your mileage may vary, but if you don’t feel like dealing with venv
FSW Repo
Clone the FSW repo in a place where you want to keep your Launch software projects
Do a
west init -l FSW
If you renamed the repo before running this command, change FSW to that name
Run west update inside FSW when you are done to ensure you have all the build dependencies
Profit