Cannot use alternative simulation runner with sanitycheck #26272
Labels
area: ARC
ARC Architecture
area: Flashing
area: Twister
Twister
area: West
West utility
Enhancement
Changes/Updates/Additions to existing features
So now when we have finally
mdb
runner implemented (see #24806) it's possible to use it for instantiation of nSIM-driven simulation instead of previously usedarc-nsim
runner. It's not that it solves any problem or is really required but given we will use it by default with MetaWare toolchain (once it gets merged) IMHO it's good to have is as generic as possible and if so have a way to use it withnsim_*
plaforms.And while it works perfectly fine for a single app or test this way:
The seem to be no simple way to run the
sanitycheck
script withmdb
runner.The first thing that comes to my mind is:
But it says
ERROR - west-runner requires west-flash to be enabled
. Ok let's add--west-flash
:now
ERROR - west-flash requires device-testing to be enabled
. And only when we add--device-testing
it starts to work:But now we sometime see funny messages about target device being busy:
which obviously makes no sense as we're talking about simulated target which we may have as many instances as we'd like.
What's even funnier if I try the same style execution of the
sanitycheck
but with our defaultarc-nsim
in both--west-runner
&&--west-flash
it will behave in the same way asking for--device-testing
.Probably I'm doing something wrong or do I?
The text was updated successfully, but these errors were encountered: