Unable to invoke qemu-system-arm(cortex-m3) on docker image v0.23.1 #45228
Unanswered
vipindas1984
asked this question in
Q&A
Replies: 1 comment
-
Issue identified. Toolchain location changed to '/opt/toolchains/zephyr-sdk-0.14.1/sysroots/x86_64-pokysdk-linux/usr/bin'. It's my bad, I couldn't notice the change. |
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 all,
I am trying to run one of the tests(involving zephyr os and in3) on a host system(here gitlab-runner 14.8.2) for Cortex M3 target. I am using Qemu to emulate the target.
We currently have the same test running on CI pipeline on old images. Qemu invocation and qemu exit is happening here without any problem.
Current Environment:
Docker version: zephyrprojectrtos/zephyr-build:v0.12
Zephyr version: v2.0.0
Target: BOARD qemu_cortex_m3
Toolchain: zephyr-sdk-0.10.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CI Pipeline output:
But when I updated the images to the latest, I am unable to invoke the qemu-system-arm on below given versions.
New Environment:
Docker version: zephyrprojectrtos/zephyr-build:v0.23.1
Zephyr version: v3.0.0
Target: BOARD qemu_cortex_m3
Toolchain: zephyr-sdk-0.14.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
CI Pipeline output:
I tried to run the test by invoking west command
west build -t run
. It works fine but the only problem that I face with this approach is to exit from the qemu gracefully.Any kind of suggestions/help really appreciated. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions