Can qemu emulate i.MX 8M Plus ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can qemu emulate i.MX 8M Plus ?

5,426 次查看
mm2021
Contributor III

We do not have i.MX 8M Plus board, so I'd like to ask if qemu can emulate i.MX 8M Plus?

I'd like to run qemu Linux based on i.MX 8M Plus.

Can the qemu Linux run applications compiled by XTENSA, like the SOF project?

Thank anyone who can give any information.

0 项奖励
回复
4 回复数

47 次查看
Younkin
Contributor I

I run the qemu setup command:

qemu-system-aarch64 \
-machine imx8mp-evk \
-cpu cortex-a53 \
-m 2G \
-smp 4 \
-kernel ./imx-image-full-imx8mpevk/boot/Image \
-drive file=imx-image-full-imx8mpevk.qcow2,format=qcow2,id=disk,if=none \
-append "root=/dev/vda console=ttyAMA0"

the system can't be loaded successfully.Can you help me check the command, the argument -kernel is right?

0 项奖励
回复

5,423 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello mm2021,

The qemu-system-aarch64 binary supports all the 32-bit CPUs and boards, in the same way that qemu-system-x86_64 lets you run a 32-bit x86 CPU guest, which is why the list is so long and full of 32-bit boards. You cannot just try to use a 32-bit board with a -cpu cortex-a53, since is 64 bits.

 

Regards

 

0 项奖励
回复

5,415 次查看
mm2021
Contributor III

Thank you for the reply.

Could  I ask for another question about qemu + i.MX 8M Plus?

I'd like to know qemu + i.MX 8M Plus supports emulating xtensa dsp core?

How to run a xtensa application under qemu + i.MX 8M Plus?

0 项奖励
回复

5,394 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

no, Xtensa is not supported by qemu.

 

0 项奖励
回复