Replies: 1 comment
-
|
Is your platform getting detected with west build -b after setting BOARD_ROOT in your Zephyr environment? If yes, note that Twister also expects BOARD_ROOT to have a trailing . So try running: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I made a custom board for our electronic device. It builds ok.
I am now trying to automate tests with twister, but am getting the error:
ERROR - platform_allow in RoomzDisplay.power.sleep - unrecognized platform - RoomzDisplay/nrf5340/cpuappMy board.yaml is basically a copy from the nrf7002dk
board.yaml:
board:
name: RoomzDisplay
vendor: ROOMZ
socs:
variants:
cpucluster: cpuapp
cpucluster: cpuapp
variants:
Environment: nRF Connect SDK v3.1.1, Windows 10
I build using out of tree board, but I also tried to copy it "in tree", first I got the error:
ERROR: Board(s): {'RoomzDisplay'}, defined multiple times. Last defined in C:\workspace\gen3\boards\roomz\roomzdisplay\board.ymlAnd when I removed the --board-root argument, same unrecognized platform error.
Command: west twister -T tests/ --board-root C:\workspace\gen3
Is there anything I have to be careful off when using a custom board?
Beta Was this translation helpful? Give feedback.
All reactions