Qemu image of kernel 6.1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Qemu image of kernel 6.1

2,674 Views
rakesh3
Contributor V

Hi team,

I am using the mickledore-6.1 manifest file.

Could you help me to run this image based on this version on qemu .

How to build and run the qemu image into x86-64 linux system. I already have the qemu binary to run 

qemu-system-x86_64

 

Please help me on this .

 

Regards,

Rk

Labels (4)
Tags (1)
0 Kudos
Reply
5 Replies

2,594 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

The qemu-system-ARCH command uses the following syntax:

qemu-system-ARCH options disk_image

 

qemu-system-ARCH understands many options. Most of them define parameters of the emulated hardware, in this case arm64, while others affect more general emulator behavior. If you do not supply any options, default values are used, and you need to supply the path to a disk image to be run.

 

That to run but you need a qemu manual

https://www.qemu.org/

 

Regards

0 Kudos
Reply

2,592 Views
rakesh3
Contributor V

Thanks for reply,

I have create machine and have below in my local.conf 

MACHINE ??= 'qemux86-64'
DISTRO ?= 'fsl-imx-wayland'

running it for qemu.But getting below errors.

/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Unable to get checksum for wpa-supplicant SRC_URI entry defconfig: file could not be found
The following paths were searched:
/nxp_imx8qxp/sources/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/fsl/defconfig
nxp_imx8qxp/sources/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/fsl/defconfig
nxp_imx8qxp/sources/poky/meta/recipes-connectivity/wpa-supplicant/files/fsl/defconfig
/nxp_imx8qxp/sources/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-2.10/qemux86-64/defconfig
nxp_imx8qxp/sources/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/qemux86-64/defconfig

 

0 Kudos
Reply

2,447 Views
jolivier
Contributor I

Hello,
Hi have the same error on parsing wpa-supplicant recipe with Yocto Mickledore. MACHINE qemux86-64. Poky/meta: mickledore-4.2.3
meta-imx: rel_imx_6.1.22_2.0.0

Did you find a solution to this parsing issue ?

Thank you,

Jérôme

0 Kudos
Reply

2,444 Views
rakesh3
Contributor V

Hi @jolivier , 

Sorry i didn't get change to further look into this issue. 

@Bio_TICFSL 

0 Kudos
Reply

2,438 Views
jolivier
Contributor I

Hi, thank you for your fast reply.

I looked into it and the workaround I found for now is to update: meta-imx/meta-bsp/recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend

by adding :imx-nxp-bsp to:

# Add defconfig for NXP Wi-Fi version
SRC_URI:prepend:imx-nxp-bsp = "file://defconfig"

do_configure:prepend:imx-nxp-bsp () {
# Overwrite defconfig with NXP Wi-Fi version
install -m 0755 ${WORKDIR}/defconfig wpa_supplicant/defconfig

}
0 Kudos
Reply