You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
Bruno Bottazzini edited this page Jun 10, 2016
·
8 revisions
When running a .fbp files, Soletta™ Framework searches for Flow Configuration Files (conffiles) in the following directories:
Current directory
Application directory, that is the folder of the .fbp that is being executed
The directory pointed by 'PKGSYSCONFDIR', usually /etc/soletta.
For each directory, Soletta tries to find the following files:
sol-flow-<board name>-<app name>.json
sol-flow-<app name>.json
sol-flow-<board name>.json
sol-flow.json
Where <boad name> is the name returned by Board Detection if a board is successfully detected and <app name> is the file name of the .fbp being executed without extension, i.e. 'foo' for 'foo.fbp'.
Search stops as soon a matching configuration file is found.