Replies: 1 comment 2 replies
-
|
@Maxxus220 we ran into similar issue. we have GitHub actions to test twister. each physical agent(windows machine) is connected to multiple boards. |
Beta Was this translation helpful? Give feedback.
2 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 was running into some issues trying to get twister to run for some testing. I wanted to check if I'm doing something wrong before raising an issue for it.
When running the following on Windows 11 with multiple devices connected to JLinks (need to specify which one to run on):
I get the following error:
If I build and flash the test myself, it works just fine and I can see the output on COM15:
It seems this issue has something to do with using the --west-flash flag. When I disconnect the other JLink and run the same command without the --west-flash flag, twister passes without issues. Even without the other JLink connected, introducing the --west-flash flag with or without ="-i <serial_number>" causes twister to fail with (Device issue (Flash error?)). If both JLinks are connected, running without the --west-flash flag doesn't work as I need to specify which device is being tested.
Has anyone else run into this or is there something I'm doing wrong? I've attached the output of twister --generate-hardware-map and the twister.log, device.log, build.log, and handler.log for:
With only one JLink connected.
twister.log
build.log
device.log
handler.log
hwmap.txt
Beta Was this translation helpful? Give feedback.
All reactions