Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 838 Bytes

project-setup.md

File metadata and controls

19 lines (14 loc) · 838 Bytes

LED Blinker: Project Setup

First, make sure to read the tutorial's readme and follow the prerequisites section. Then set up a new F´ project using the fprime-util new --project command. Please select a project name of led-blinker, an F´ version of devel, and to create a project virtual environment.

fprime-util new --project
project_name [MyProject]: led-blinker
fprime_branch_or_tag [devel]: devel
Select install_venv:
1 - yes
2 - no
Choose from 1, 2 [1]: 1

Complete instructions on setting-up a new project are available in the hello world tutorial.

Remember to source the virtual environment after creating the project.