Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

TL;DR

nice try, learn to read

Don’t use Windows

Follow Microsoft’s instructions to install the Windows Subsystem for Linux. I recommend getting the latest Ubuntu LTS (long-term support) distribution.

...

  • This will install a shell only, graphical applications may not work (but you should get good at using the terminal anyway)

  • Zephyr only has Ubuntu instructions, you might need to change the package manager or do things a bit more manually for another distributionSomehow creating

Linux setup

Create a shortcut (

...

symbolic link) to a convenient spot on Windows from your Linux home directory

...

.

sudo apt update -y && sudo apt upgrade -y to update all of the packages on your system.

Install Zephyr and FSW

We set up FSW as a zephyr project repository. Follow Zephyr’s instructions to install its dependencies, but where the instructions say west init ~/zephyrproject, instead run west init -m https://github.com/RIT-Launch-Initiative/FSW ~/zephyrproject

...

  • I named it launch-fsw instead of zephyrproject because FSW is the “parent” repository and you can’t just add arbitrary project repositories easily, but if you do this you will need to change all of the directory names in Zephyr’s guides

...

  • If it doesn’t work, try detaching and re-attaching.

  • Sometimes this will fail due to mumble mumble udev rules mumble mumble. Try running sudo service udev restart followed by sudo udevadm control --reload to

TL;DR

...

  • to

...