Zephyr Development Superior OS (UNIX) Setup

Dependencies

  1. Literally follow their guide Getting Started Guide

    1. 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

  1. Clone the FSW repo in a place where you want to keep your Launch software projects

  2. Do a west init -l FSW

    1. If you renamed the repo before running this command, change FSW to that name

  3. Run west update inside FSW when you are done to ensure you have all the build dependencies

  4. Profit