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
The desired board to have the firmware built for is specified in the various CMakes in the project. However, on every first build if the desired board to compile for is not specified as described below the build command will output the next error.
ERROR: Cached board not defined, please provide it (provide --board, set default with "west config build.board <BOARD>", or set BOARD in the environment)
FATAL ERROR: refusing to proceed without --force due to above erro
Command west build -p auto -b bloodlight_rev2
Task:
Discover why this is happening
Make predefined board selection work.
The text was updated successfully, but these errors were encountered:
The desired board to have the firmware built for is specified in the various CMakes in the project. However, on every first build if the desired board to compile for is not specified as described below the build command will output the next error.
Command
west build -p auto -b bloodlight_rev2
Task:
The text was updated successfully, but these errors were encountered: