Not able to use custom board for Twister #67674
Unanswered
thomasBisseling
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Did you add |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When testing with twister is get the error
platform_filter - unrecognized platform - <board_name>
The folder structure is like this:
In YAML is have the
identifier
exact the same as <board_name>.I run command:
west twister -n -p <board_name> -T <path_to_tests> -A <absolute_path>/<project_name>/boards/ -v
.In
build.log
is a line withNo board named '<board_name>' found.
Please help, how do i fix this?
Beta Was this translation helpful? Give feedback.
All reactions