Does wasm micro runtime supports for ARM Cortex A9 @ 600Mhz #3934
Unanswered
ShubhamGupta577
asked this question in
Q&A
Replies: 1 comment
-
I tested it with Zephyr and Qemu, and WAMR has no problem running on Cortex A9. Build with following command: west build -b qemu_cortex_a9 . -p always -- -DWAMR_BUILD_TARGET=ARM Run with following command: qemu-system-arm -M xilinx-zynq-a9 -m 256M -kernel build/zephyr/zephyr.elf -nographic
elaspe time 146
*** Booting Zephyr OS build v4.0.0-850-gf90ce01d4ac5 ***
Hello world!
buf ptr: 0x1458
buf: 1234
elapsed: 8 |
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
-
Hi
As seen on the wasm micro runtime github, there the mentioned architecture are ARM, THUMB (ARMV7 Cortex-M7 and Cortex-A15 are tested), but there is no mention for other cortex chipset.
Can you please confirm me that whether wasm micro runtime support ARM cortex A9, as currently the application for which I am working is going to deploy on target which is based on that.
Beta Was this translation helpful? Give feedback.
All reactions