Note: if you have followed the HelloWorld tutorial previously, this should feel very familiar...
An F´ Project ties to a specific version of tools to work with F´. In order to create this project and install the correct version of tools, you should perform a bootstrap of F´.
To do this you should follow the following steps from the F´ installation guide:
- Ensure you meet the F´ System Requirements
- Bootstrap your F´ project with the name
led-blinker
Bootstrapping your F´ project created a folder called led-blinker
(or any name you chose) containing the standard F´ project structure as well as the virtual environment up containing the tools to work with F´.
Next, generate a build cache using the following commands:
cd led-blinker
fprime-util generate