-
I am trying to add a test to my project. The project has a custom board using default folder structure.
The DTS binding itself works fine, when I build the firmware. The head of the DTS looks like:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I got it. I need to
like this:
|
Beta Was this translation helpful? Give feedback.
I got it. I need to
boards
at the end of--board-root
BOARD_ROOT=$(pwd)
like this:
BOARD_ROOT=$(pwd) west twister -T $(pwd)/tests/<component-dir> -p <my-custom-board-name> --board-root=$(pwd)/boards --device-testing --device-serial /dev/tty.XYZ