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
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/cpuapp
My board.yaml is basically a copy from the nrf7002dk
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.yml
And when I removed the --board-root argument, same unrecognized platform error.
Is there anything I have to be careful off when using a custom board?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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.
Is there anything I have to be careful off when using a custom board?
Beta Was this translation helpful? Give feedback.
All reactions