blob: 5a0860dd597b4280ef861fe64ac337bdaa403ad4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
id = 2384
title = "Crash on QEMU 7.2.11 with imx6ul arm cpu cortex-a7 when trying to mount rootfs"
state = "closed"
created_at = "2024-06-07T09:09:08.947Z"
closed_at = "2024-06-17T07:28:35.972Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/2384"
host-os = "Ubuntu 24.04 LTS"
host-arch = "x86_64"
qemu-version = "7.2.11"
guest-os = "NXP mcimx6ul-evk Linux"
guest-arch = "ARM"
description = """trying to run qemu 7.2.11 for NXP mcimx6ul-evk machine, We get a kernel panic trying to mount the rootfs.
...
[ 7.401206] No soundcards found.
[ 7.500010] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 7.504607] VFS: Mounted root (vfat filesystem) on device 179:1.
[ 7.511987] devtmpfs: error mounting -2
[ 7.612562] Freeing unused kernel image (initmem) memory: 1024K
[ 7.638370] Run /sbin/init as init process
[ 7.638829] with arguments:
[ 7.639016] /sbin/init
[ 7.639247] earlyprintk
[ 7.639429] noresume
...
[ 7.657347] Kernel panic - not syncing: No working init found.
The full log is attached.[qemu_imx6ul_kernel_panic_info.txt](/uploads/c4075a3de7894c18050bf53c32bb18a7/qemu_imx6ul_kernel_panic_info.txt)"""
reproduce = """1. download and build qemu 7.2.11
2. download LF_v6.1.55-2.2.1_images_IMX6UL7D.zip from NXP containing kernel, dtb, rootfs, ...etc binaries
3. To use diskimage as ‘sd’ card , we need to shrink .wic image we got from NXP to fit in 4GB :
./qemu-img resize --shrink imx-image-full.wic 4G
4. invoke the command to run qemu described above."""
additional = """Any help would be appreciated, if it's not the right forum please advise, thank you."""
|