-
Hi there, I'm QA Engineer and quite new to Embedded systems. DUT: IMX8MP EVK uuu is installed on the exporter and works when run from CLI:
Environment:
Exporter conf:
Test script:
I know thats incomplete but the issue seems to be my config. When i run command
I get:
What's missing or screwed up in my config and why I see "NetworkIMXUSBLoader" in the error? Thx a lot, P.S: The rather odd looking config is a result of lots or "trial an errors". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
How do you forward |
Beta Was this translation helpful? Give feedback.
I have managed to get this working with an iMX EVKB by setting
privileged: true
in the exporter service definition. The Docker docs advise against running privileged containers (https://docs.docker.com/reference/cli/docker/container/run/#privileged) but it's probably justified when running a Labgrid exporter.Also note that the exporter Docker image already has ser2net installed.