15 Star 45 Fork 29

Phytium嵌入式软件 / Phytium-Linux-buildroot

 / 详情

通过 phytium-linux-buildroot定制的ubuntu系统,U盘安装时grub启动异常

已完成
任务
创建于  
2024-05-13 12:01

下载phytium-linux-buildroot,选择如下配置
phytium_ubuntu_defconfig - Build for ubuntu system
编译后生成了disk.img.输入图片说明
然后使用 dd 命令将disk.img烧录到U盘启动盘,U盘格式为vfat.
启动U盘时,在安装系统引导过程中,提示grub丢失,如图:
输入图片说明
请问该怎么修复?

评论 (35)

Tangjt 创建了任务

@Tangjt
硬件平台是E2000,还是其他CPU?
请提供烧录完的U盘中的目录结构。

E2000 cpu

也有可能是烧录时产生的错误造成的, 烧录disk.img时 需要先umount U盘的挂载点, dd 之后不要忘了 sync命令。

$ sudo umount /dev/sdb*

$ sudo dd if=xxx/phytium-linux-buildroot/output/images/disk.img of=/dev/sdb bs=1M

$ sync

我们在编译出的镜像上验证,通过dd命令将disk.img烧录到U盘,再通过U盘启动,可以正常引导并进入系统。没有复现您所说的这种情况。您的图片中把disk.img.7z框出来了,您烧录的是这个文件吗?应该烧录的是disk.img。
输入图片说明

你忘了贴错误信息了

重新编译了一遍,现在grub那里正常了,现在当机在进系统过程中,如下:
输入图片说明

@Tangjt 你有串口输出的log吗? 这个截图是接显示器DP口的输出吧

串口输出LOG只有BIOS启动部分的,进系统部分没用。
截图是HDMI接口显示,我们做的显示方案。
补充下目前使用的软件信息:
UEFI驱动,使用的BIOS代码:e2000-v1.6_20231215
PBF 版本:1.08
输入图片说明

这个是不是grub没有传递earlycon的bootargs,导致earlyprintk没工作?

@Tangjt UEFI固件+ACPI 还是 UEFI固件+dtb?

disk.img 不是安装盘,是内核+文件系统。
一般插入U盘后, 启动时启动介质选择u盘,就会进grub启动项,选中后再回车就OK了。

是这样操作的,现在挡住了啊

@Tangjt 你使用的buildroot代码,是tag v2.1的吗,请提供一下commit HEAD信息。

phytium-linux-buildroot-master

提供一下commit head的信息,对齐一下软件版本

“串口输出LOG只有BIOS启动部分的,进系统部分没用。”
可以把进系统部分的log输出到串口上并提供吗,这样便于我们确定问题。

修改U盘内系统启动参数具体怎么修改呢?

由于是DP转HDMI的显示,可能遇到如下的问题, 需要在启动参数中加入 cma=256M
https://gitee.com/phytium_embedded/phytium-linux-kernel/wikis/DP%E8%BD%ACHDMI%E6%8E%A5%E5%8F%A3%E5%90%8E%E5%87%BA%E7%8E%B0%20%22allocate%20buffer%20error%22

buildroot中grub.cfg 在board/phytium 目录中, 你可以修改里面的启动参数试试。

能修改U盘里面的系统启动参数吗? 还是说要在buildroot里面的文件去改才行?

可以在U盘里改,你找到grub.cfg这个文件

修改了grub信息后,串口打印如下:
输入图片说明

也可以在启动的时候修改启动参数,在grub启动项界面按“e”来编辑启动参数,修改完启动参数后,按“ctrl+x”启动;如图所示:
输入图片说明
输入图片说明

上面的截图就是通过修改grub信息设置有,串口打印的信息,请查看。

目前显示器可以显示信息了吧, 能到登录login阶段吗

关于串口显示的事, console在boot之后指向了UART0 ttyAMA0.
可能你连接的是UART1,ttyAMA1, 把启动参数改成 console=ttypAMA1,115200, 再试试。

你也可以确定一下物理上连的是那个UART。

现在串口打印可以了,挡住的地方如下:
输入图片说明

@Tangjt

  1. 请把整个boot log 以附件的形式发出来,这里可以上传附件,我们需要确定驱动的加载是否正确
  2. waiting for root devices, 可能是因为USB驱动在kernel中加载的比较靠后,需要等一下。 请在启动参数中 去掉rootwait, 加上rootdealy=20s.
  3. 请查看USB盘是接在那个USB的接口中,是USB3.0还是USB2.0, E2000支持USB3.0和USB2.0.
  4. 如果有SATA硬盘(机械或SSD),可以使用SATA尝试一下,做个对比

@zhuhonglei

                                                 GNU GRUB  version 2.04

/----------------------------------------------------------------------------------------------------------------------------
|*Buildroot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------------------------------------------------------------/

  Use the ^ and v keys to select which entry is highlighted.
  Press enter to boot the selected OS, `e' to edit the commands before booting or `c' for a command-line.

[Security] 3rd party image[0] can be loaded after EndOfDxe: MemoryMapped(0x2,0xF517B000,0xF67BFA00).
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B F7E69C40
Loading driver at 0x000F3AA0000 EntryPoint=0x000F4DBEA78
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF F7F59F98
ProtectUefiImageCommon - 0xF7E69C40

  • 0x00000000F3AA0000 - 0x00000000016D0000
    EFI stub: Booting Linux Kernel...
    EFI stub: EFI_RNG_PROTOCOL unavailable, KASLR will be disabled
    EFI stub: Using DTB from configuration table
    EFI stub: Exiting boot services and installing virtual address map...
    XhcClearBiosOwnership: called to clear BIOS ownership
    XhcClearBiosOwnership: called to clear BIOS ownership
    SnpExitBootServiceEventNotify(), 495
    SNP:DXE: SnpShutdown ()
    SetUefiImageMemoryAttributes - 0x00000000FBF50000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6F40000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6EF0000 - 0x0000000000040000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6E50000 - 0x0000000000040000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6DC0000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6D70000 - 0x0000000000040000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6CC0000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6C80000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6C40000 - 0x0000000000030000 (0x0000000000000008)
    [ 0.000000] Booting Linux on physical CPU 0x0000000200 [0x700f3034]
    [ 0.000000] Linux version 5.10.209-phytium-embedded-v2.1 (root@RealbomLinux) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16)) 10.2.1 20201103, GNU ld (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16)) 2.35.1.20201028) #1 SMP PREEMPT Thu May 16 15:02:57 CST 2024
    [ 0.000000] Machine model: miniITX-E2000Q Board
    [ 0.000000] earlycon: pl11 at MMIO 0x000000002800d000 (options '')
    [ 0.000000] printk: bootconsole [pl11] enabled
    [ 0.000000] efi: EFI v2.70 by Cherry Platform
    [ 0.000000] efi: SMBIOS=0xf6c30000 SMBIOS 3.0=0xf6c10000 MEMATTR=0xf7f57018 MEMRESERVE=0xf6f82b98
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000207fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000b00fffff]
    [ 0.000000] node 0: [mem 0x00000000b0100000-0x00000000c99fffff]
    [ 0.000000] node 0: [mem 0x00000000c9a00000-0x00000000f67bffff]
    [ 0.000000] node 0: [mem 0x00000000f67c0000-0x00000000f683ffff]
    [ 0.000000] node 0: [mem 0x00000000f6840000-0x00000000f6bfffff]
    [ 0.000000] node 0: [mem 0x00000000f6c00000-0x00000000f6f7ffff]
    [ 0.000000] node 0: [mem 0x00000000f6f80000-0x00000000fbf4ffff]
    [ 0.000000] node 0: [mem 0x00000000fbf50000-0x00000000fbf8ffff]
    [ 0.000000] node 0: [mem 0x00000000fbf90000-0x00000000fbf9ffff]
    [ 0.000000] node 0: [mem 0x00000000fbfa0000-0x00000000fbfeffff]
    [ 0.000000] node 0: [mem 0x00000000fbff0000-0x00000000fbffffff]
    [ 0.000000] node 0: [mem 0x0000002000000000-0x000000207fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000207fffffff]
    [ 0.000000] cma: Reserved 256 MiB at 0x00000000e3800000
    [ 0.000000] psci: probing for conduit method from DT.
    N: Standard Service Call: 0x84000000
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    N: Standard Service Call: 0x84000006
    [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
    N: Standard Service Call: 0x8400000a
    [ 0.000000] psci: SMC Calling Convention v1.2
    N: Standard Service Call: 0x8400000a
    N: Standard Service Call: 0x8400000a
    N: Standard Service Call: 0x8400000a
    [ 0.000000] percpu: Embedded 23 pages/cpu s55896 r8192 d30120 u94208
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
    [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1015808
    [ 0.000000] Kernel command line: BOOT_IMAGE=/Image root=PARTUUID=0a52c129-7e0f-43ad-989f-d96b07ccdbb2 rootwait rw console=ttyAMA1,115200 audit=0 earlycon=pl011,0x2800d000 root=/dev/sda3 rootdelay=5 rw cma=256M
    [ 0.000000] audit: disabled (until reboot)
    [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: mapped [mem 0x00000000df800000-0x00000000e3800000] (64MB)
    [ 0.000000] Memory: 3274372K/4128768K available (14016K kernel code, 1234K rwdata, 5140K rodata, 2304K init, 486K bss, 592252K reserved, 262144K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv3: 256 SPIs implemented
    [ 0.000000] GICv3: 0 Extended SPIs implemented
    [ 0.000000] GICv3: Distributor has no Range Selector support
    [ 0.000000] GICv3: 16 PPIs implemented
    [ 0.000000] GICv3: CPU0: found redistributor 200 region 0:0x00000000308c0000
    [ 0.000000] ITS [mem 0x30820000-0x3083ffff]
    [ 0.000000] ITS@0x0000000030820000: allocated 65536 Devices @2000080000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000002000030000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000002000050000
    [ 0.000000] arch_timer: cp15 timer(s) running at 50.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
    [ 0.000003] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
    [ 0.008258] Console: colour dummy device 80x25
    [ 0.012766] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000)
    [ 0.023286] pid_max: default: 32768 minimum: 301
    [ 0.028003] LSM: Security Framework initializing
    [ 0.032700] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.040166] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.049234] rcu: Hierarchical SRCU implementation.
    [ 0.054391] Platform MSI: gic-its@30820000 domain created
    [ 0.059964] PCI/MSI: /interrupt-controller@30800000/gic-its@30820000 domain created
    [ 0.067974] Remapping and enabling EFI services.
    [ 0.072975] smp: Bringing up secondary CPUs ...
    N: Standard Service Call: 0xc4000003
    N: PSCI: pwr domain on 0x201
    Parametr : core map --- 0x311
    N: PSOSTAT_REG = 8a
    N: scmi_power_domain_set.
    N: pwr_domain_on_finish
    N: the core security level: 0x0 normal
    V: HANDLER: callback had not init
    N: pwr_domain_on_finish done.
    P: second core jump to os.
    N: Standard Service Call: 0xc4000003
    N: PSCI: pwr domain on 0x0
    Parametr : core map --- 0x311
    N: PSOSTAT_REG = a
    N: scmi_power_domain_set.
    N: pwr_domain_on_finish
    N: the core security level: 0x0 normal
    V: HANDLER: callback had not init
    N: pwr_domain_on_finish done.
    P: second core jump to os.
    N: Standard Service Call: 0xc4000003
    N: PSCI: pwr domain on 0x100
    Parametr : core map --- 0x311
    N: PSOSTAT_REG = 8
    N: scmi_power_domain_set.
    N: pwr_domain_on_finish
    N: the core security level: 0x0 normal
    V: HANDLER: callback had not init
    N: pwr_domain_on_finish done.
    P: second core jump to os.
    [ 0.102020] Detected VIPT I-cache on CPU1
    [ 0.102051] GICv3: CPU1: found redistributor 201 region 0:0x00000000308e0000
    [ 0.102090] GICv3: CPU1: using allocated LPI pending table @0x0000002000060000
    [ 0.102133] CPU1: Booted secondary processor 0x0000000201 [0x700f3034]
    [ 0.128741] Detected PIPT I-cache on CPU2
    [ 0.128748] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64ISAR0_EL1. Boot CPU: 0x00011100012120, CPU2: 0x00000100012120
    [ 0.128759] CPU features: SANITY CHECK: Unexpected variation in SYS_MVFR0_EL1. Boot CPU: 0x00000010110222, CPU2: 0x00000010111222
    [ 0.128761] CPU features: Unsupported CPU feature variation detected.
    [ 0.128766] GICv3: CPU2: found redistributor 0 region 0:0x0000000030880000
    [ 0.128790] GICv3: CPU2: using allocated LPI pending table @0x0000002000070000
    [ 0.128811] CPU2: Booted secondary processor 0x0000000000 [0x701f6643]
    [ 0.155641] Detected PIPT I-cache on CPU3
    [ 0.155647] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64ISAR0_EL1. Boot CPU: 0x00011100012120, CPU3: 0x00000100012120
    [ 0.155654] CPU features: SANITY CHECK: Unexpected variation in SYS_MVFR0_EL1. Boot CPU: 0x00000010110222, CPU3: 0x00000010111222
    [ 0.155658] GICv3: CPU3: found redistributor 100 region 0:0x00000000308a0000
    [ 0.155677] GICv3: CPU3: using allocated LPI pending table @0x0000002000100000
    [ 0.155694] CPU3: Booted secondary processor 0x0000000100 [0x701f6643]
    [ 0.155743] smp: Brought up 1 node, 4 CPUs
    [ 0.292043] SMP: Total of 4 processors activated.
    [ 0.296784] CPU features: detected: 32-bit EL0 Support
    [ 0.301968] CPU features: detected: CRC32 instructions
    [ 0.307145] CPU features: detected: 32-bit EL1 Support
    [ 0.321046] CPU: All CPU(s) started at EL2
    [ 0.325216] alternatives: patching kernel code
    [ 0.330648] devtmpfs: initialized
    [ 0.337059] KASLR disabled due to lack of seed
    [ 0.341703] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.351531] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.365102] pinctrl core: initialized pinctrl subsystem
    [ 0.370832] SMBIOS 3.3.0 present.
    [ 0.374174] DMI: PHYTIUM LTD E2000/E2000, BIOS 0 Apr 30 2024
    [ 0.380372] NET: Registered protocol family 16
    [ 0.385906] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [ 0.393137] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.401127] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.409512] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.409516] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.415853] cpuidle: using governor menu
    [ 0.426578] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.433478] ASID allocator initialised with 32768 entries
    [ 0.439392] Serial: AMBA PL011 UART driver
    [ 0.449314] OF: amba_device_add() failed (-19) for /soc/uart@28014000
    [ 0.455894] OF: amba_device_add() failed (-19) for /soc/uart@28016000
    [ 0.462455] OF: amba_device_add() failed (-19) for /soc/uart@28024000
    [ 0.469019] OF: amba_device_add() failed (-19) for /soc/uart@2802A000
    [ 0.475588] OF: amba_device_add() failed (-19) for /soc/uart@28032000
    [ 0.482392] OF: /soc/gpio@28034000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.493283] OF: /soc/gpio@28035000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.504176] OF: /soc/gpio@28036000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.515063] OF: /soc/gpio@28037000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.525950] OF: /soc/gpio@28038000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.536844] OF: /soc/gpio@28039000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.548290] OF: /soc/gpio@28034000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.559182] OF: /soc/gpio@28035000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.570073] OF: /soc/gpio@28036000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.580962] OF: /soc/gpio@28037000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.591852] OF: /soc/gpio@28038000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.602745] OF: /soc/gpio@28039000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.614120] 2800c000.uart: ttyAMA0 at MMIO 0x2800c000 (irq = 20, base_baud = 0) is a PL011 rev3
    [ 0.623207] 2800d000.uart: ttyAMA1 at MMIO 0x2800d000 (irq = 21, base_baud = 0) is a PL011 rev3
    [ 0.631999] printk: console [ttyAMA1] enabled
    [ 0.631999] printk: console [ttyAMA1] enabled
    [ 0.640730] printk: bootconsole [pl11] disabled
    [ 0.640730] printk: bootconsole [pl11] disabled
    [ 0.650063] 2800e000.uart: ttyAMA2 at MMIO 0x2800e000 (irq = 22, base_baud = 0) is a PL011 rev3
    [ 0.658981] 2800f000.uart: ttyAMA3 at MMIO 0x2800f000 (irq = 23, base_baud = 0) is a PL011 rev3
    [ 0.674963] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.681675] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.688372] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.695067] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.702670] cryptd: max_cpu_qlen set to 1000
    [ 0.709102] ACPI: Interpreter disabled.
    [ 0.713332] iommu: Default domain type: Translated
    [ 0.718361] vgaarb: loaded
    [ 0.721310] SCSI subsystem initialized
    [ 0.725388] usbcore: registered new interface driver usbfs
    [ 0.730894] usbcore: registered new interface driver hub
    [ 0.736235] usbcore: registered new device driver usb
    [ 0.741626] pps_core: LinuxPPS API ver. 1 registered
    [ 0.746587] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
    [ 0.755719] PTP clock support registered
    [ 0.759723] EDAC MC: Ver: 3.0.0
    [ 0.763485] Registered efivars operations
    [ 0.768049] FPGA manager framework
    [ 0.771492] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.778015] Bluetooth: Core ver 2.22
    [ 0.781631] NET: Registered protocol family 31
    [ 0.786068] Bluetooth: HCI device and connection manager initialized
    [ 0.792419] Bluetooth: HCI socket layer initialized
    [ 0.797292] Bluetooth: L2CAP socket layer initialized
    [ 0.802347] Bluetooth: SCO socket layer initialized
    [ 0.807698] clocksource: Switched to clocksource arch_sys_counter
    [ 0.813948] VFS: Disk quotas dquot_6.6.0
    [ 0.817911] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.824932] pnp: PnP ACPI: disabled
    [ 0.832422] NET: Registered protocol family 2
    [ 0.836969] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [ 0.845721] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [ 0.854299] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.862379] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [ 0.870026] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.876677] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [ 0.883436] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [ 0.890742] NET: Registered protocol family 1
    [ 0.895353] RPC: Registered named UNIX socket transport module.
    [ 0.901275] RPC: Registered udp transport module.
    [ 0.905974] RPC: Registered tcp transport module.
    [ 0.910672] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.917683] PCI: CLS 0 bytes, default 64
    [ 0.922166] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [ 0.930145] kvm [1]: IPA Size Limit: 40 bits
    [ 0.935053] kvm [1]: vgic-v2@30860000
    [ 0.938721] kvm [1]: GIC system register CPU interface enabled
    [ 0.944608] kvm [1]: vgic interrupt IRQ9
    [ 0.948617] kvm [1]: Hyp mode initialized successfully
    [ 0.956195] Initialise system trusted keyrings
    [ 0.960760] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [ 0.971108] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.977412] NFS: Registering the id_resolver key type
    [ 0.982501] Key type id_resolver registered
    [ 0.986681] Key type id_legacy registered
    [ 0.990752] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.997451] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 1.004841] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [ 1.011758] 9p: Installing v9fs 9p2000 file system support
    [ 1.046226] NET: Registered protocol family 38
    [ 1.050682] Key type asymmetric registered
    [ 1.054776] Asymmetric key parser 'x509' registered
    [ 1.059680] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [ 1.067072] io scheduler mq-deadline registered
    [ 1.071596] io scheduler kyber registered
    [ 1.078138] gpio-phytium-platform 28034000.gpio: Phytium GPIO controller @0x0000000028034000 registered
    [ 1.089150] gpio-phytium-platform 28035000.gpio: Phytium GPIO controller @0x0000000028035000 registered
    [ 1.100131] gpio-phytium-platform 28036000.gpio: Phytium GPIO controller @0x0000000028036000 registered
    [ 1.109738] gpio-phytium-platform 28037000.gpio: Phytium GPIO controller @0x0000000028037000 registered
    [ 1.119324] gpio-phytium-platform 28038000.gpio: Phytium GPIO controller @0x0000000028038000 registered
    [ 1.128897] gpio-phytium-platform 28039000.gpio: Phytium GPIO controller @0x0000000028039000 registered
    [ 1.138751] pci-host-generic 40000000.pcie: host bridge /soc/pcie@40000000 ranges:
    [ 1.146353] pci-host-generic 40000000.pcie: IO 0x0050000000..0x0050efffff -> 0x0000000000
    [ 1.155061] pci-host-generic 40000000.pcie: MEM 0x0058000000..0x007fffffff -> 0x0058000000
    [ 1.163766] pci-host-generic 40000000.pcie: MEM 0x1000000000..0x1fffffffff -> 0x1000000000
    [ 1.172513] pci-host-generic 40000000.pcie: ECAM at [mem 0x40000000-0x4fffffff] for [bus 00-ff]
    [ 1.181294] pci-host-generic 40000000.pcie: PCI host bridge to bus 0000:00
    [ 1.188167] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 1.193648] pci_bus 0000:00: root bus resource [io 0x0000-0xefffff]
    [ 1.199998] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff]
    [ 1.206868] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x1fffffffff]
    [ 1.214105] pci 0000:00:00.0: [1db7:dc01] type 01 class 0x060400
    [ 1.220116] pci 0000:00:00.0: reg 0x10: [mem 0x5c180000-0x5c180fff]
    [ 1.226422] pci 0000:00:00.0: supports D1 D2
    [ 1.230689] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.237520] pci 0000:00:01.0: [1db7:dc01] type 01 class 0x060400
    [ 1.243531] pci 0000:00:01.0: reg 0x10: [mem 0x1020000000-0x10200fffff 64bit pref]
    [ 1.251126] pci 0000:00:01.0: supports D1 D2
    [ 1.255392] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.262154] pci 0000:00:02.0: [1db7:dc01] type 01 class 0x060400
    [ 1.268167] pci 0000:00:02.0: reg 0x10: [mem 0x1020100000-0x10201fffff 64bit pref]
    [ 1.275765] pci 0000:00:02.0: supports D1 D2
    [ 1.280031] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.286781] pci 0000:00:03.0: [1db7:dc01] type 01 class 0x060400
    [ 1.292795] pci 0000:00:03.0: reg 0x10: [mem 0x1020200000-0x10202fffff 64bit pref]
    [ 1.300397] pci 0000:00:03.0: supports D1 D2
    [ 1.304663] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.311407] pci 0000:00:04.0: [1db7:dc01] type 01 class 0x060400
    [ 1.317418] pci 0000:00:04.0: reg 0x10: [mem 0x1020300000-0x10203fffff 64bit pref]
    [ 1.325017] pci 0000:00:04.0: supports D1 D2
    [ 1.329283] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.337580] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [ 1.344271] pci 0000:02:00.0: [126f:2263] type 00 class 0x010802
    [ 1.350295] pci 0000:02:00.0: reg 0x10: [mem 0x5c000000-0x5c003fff 64bit]
    [ 1.357225] pci 0000:02:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [ 1.384564] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
    [ 1.391270] pci 0000:03:00.0: [1ec8:9810] type 00 class 0x030000
    [ 1.397293] pci 0000:03:00.0: reg 0x10: [mem 0x58000000-0x5bffffff 64bit]
    [ 1.404088] pci 0000:03:00.0: reg 0x18: [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.411661] pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
    [ 1.417243] pci 0000:03:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 1.423960] pci 0000:03:00.0: BAR 2: assigned to efifb
    [ 1.429156] pci 0000:03:00.0: supports D1
    [ 1.433161] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
    [ 1.438948] pci 0000:03:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:02.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
    [ 1.454061] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
    [ 1.472561] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
    [ 1.480054] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
    [ 1.487517] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
    [ 1.494171] pci 0000:00:02.0: BAR 15: assigned [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.502346] pci 0000:00:02.0: BAR 14: assigned [mem 0x58000000-0x5dffffff]
    [ 1.509218] pci 0000:00:00.0: BAR 14: assigned [mem 0x5e000000-0x5e1fffff]
    [ 1.516090] pci 0000:00:00.0: BAR 15: assigned [mem 0x1020000000-0x10201fffff 64bit pref]
    [ 1.524264] pci 0000:00:01.0: BAR 0: assigned [mem 0x1020200000-0x10202fffff 64bit pref]
    [ 1.532358] pci 0000:00:01.0: BAR 14: assigned [mem 0x5e200000-0x5e3fffff]
    [ 1.539231] pci 0000:00:01.0: BAR 15: assigned [mem 0x1020300000-0x10204fffff 64bit pref]
    [ 1.547405] pci 0000:00:02.0: BAR 0: assigned [mem 0x1020500000-0x10205fffff 64bit pref]
    [ 1.555495] pci 0000:00:03.0: BAR 0: assigned [mem 0x1020600000-0x10206fffff 64bit pref]
    [ 1.563584] pci 0000:00:03.0: BAR 14: assigned [mem 0x5e400000-0x5e5fffff]
    [ 1.570456] pci 0000:00:03.0: BAR 15: assigned [mem 0x1020700000-0x10208fffff 64bit pref]
    [ 1.578630] pci 0000:00:04.0: BAR 0: assigned [mem 0x1020900000-0x10209fffff 64bit pref]
    [ 1.586719] pci 0000:00:04.0: BAR 14: assigned [mem 0x5e600000-0x5e7fffff]
    [ 1.593594] pci 0000:00:04.0: BAR 15: assigned [mem 0x1020a00000-0x1020bfffff 64bit pref]
    [ 1.601769] pci 0000:00:00.0: BAR 0: assigned [mem 0x5e800000-0x5e800fff]
    [ 1.608553] pci 0000:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.614729] pci 0000:00:01.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.620905] pci 0000:00:02.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 1.627081] pci 0000:00:03.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 1.633256] pci 0000:00:04.0: BAR 13: assigned [io 0x5000-0x5fff]
    [ 1.639437] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 1.644398] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
    [ 1.650492] pci 0000:00:00.0: bridge window [mem 0x5e000000-0x5e1fffff]
    [ 1.657278] pci 0000:00:00.0: bridge window [mem 0x1020000000-0x10201fffff 64bit pref]
    [ 1.665369] pci 0000:02:00.0: BAR 0: assigned [mem 0x5e200000-0x5e203fff 64bit]
    [ 1.672680] pci 0000:00:01.0: PCI bridge to [bus 02]
    [ 1.677640] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 1.683731] pci 0000:00:01.0: bridge window [mem 0x5e200000-0x5e3fffff]
    [ 1.690514] pci 0000:00:01.0: bridge window [mem 0x1020300000-0x10204fffff 64bit pref]
    [ 1.698603] pci 0000:03:00.0: BAR 2: assigned [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.706697] pci 0000:03:00.0: BAR 0: assigned [mem 0x58000000-0x5bffffff 64bit]
    [ 1.714009] pci 0000:03:00.0: BAR 6: assigned [mem 0x5c000000-0x5c07ffff pref]
    [ 1.721229] pci 0000:03:00.0: BAR 4: assigned [io 0x3000-0x30ff]
    [ 1.727322] pci 0000:00:02.0: PCI bridge to [bus 03]
    [ 1.732282] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
    [ 1.738373] pci 0000:00:02.0: bridge window [mem 0x58000000-0x5dffffff]
    [ 1.745157] pci 0000:00:02.0: bridge window [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.753243] pci 0000:00:03.0: PCI bridge to [bus 04]
    [ 1.758203] pci 0000:00:03.0: bridge window [io 0x4000-0x4fff]
    [ 1.764293] pci 0000:00:03.0: bridge window [mem 0x5e400000-0x5e5fffff]
    [ 1.771077] pci 0000:00:03.0: bridge window [mem 0x1020700000-0x10208fffff 64bit pref]
    [ 1.779164] pci 0000:00:04.0: PCI bridge to [bus 05]
    [ 1.784126] pci 0000:00:04.0: bridge window [io 0x5000-0x5fff]
    [ 1.790217] pci 0000:00:04.0: bridge window [mem 0x5e600000-0x5e7fffff]
    [ 1.797001] pci 0000:00:04.0: bridge window [mem 0x1020a00000-0x1020bfffff 64bit pref]
    [ 1.805705] efifb: probing for efifb
    [ 1.809322] efifb: framebuffer at 0x1000000000, using 3072k, total 3072k
    [ 1.816030] efifb: mode is 1024x768x32, linelength=4096, pages=1
    [ 1.822031] efifb: scrolling: redraw
    [ 1.825602] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.840445] Console: switching to colour frame buffer device 128x48
    [ 1.855058] fb0: EFI VGA frame buffer device
    [ 1.859645] EINJ: ACPI disabled.
    [ 1.865309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.873227] random: crng init done
    [ 1.873366] arm-smmu-v3 30000000.iommu: ias 40-bit, oas 40-bit (features 0x00001faf)
    [ 1.884854] arm-smmu-v3 30000000.iommu: allocated 65536 entries for cmdq
    [ 1.891866] arm-smmu-v3 30000000.iommu: allocated 32768 entries for evtq
    [ 1.900276] arm-smmu-v3 30000000.iommu: msi_domain absent - falling back to wired irqs
    [ 1.948167] phytium_display_platform 32000000.dc: [drm] Cannot find any crtc or sizes
    [ 1.956082] [drm] Initialized dc 1.1.0 20201220 for 32000000.dc on minor 0
    [ 1.968282] brd: module loaded
    [ 1.975069] loop: module loaded
    [ 1.978651] megasas: 07.714.04.00-rc1
    [ 1.983507] nvme 0000:02:00.0: Adding to iommu group 0
    [ 1.988998] nvme nvme0: pci function 0000:02:00.0
    [ 1.994483] ahci 32014000.sata: supply ahci not found, using dummy regulator
    [ 2.001666] ahci 32014000.sata: supply phy not found, using dummy regulator
    [ 2.008721] ahci 32014000.sata: supply target not found, using dummy regulator
    [ 2.016052] ahci 32014000.sata: SSS flag set, parallel bus scan disabled
    [ 2.022788] ahci 32014000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
    [ 2.022867] hwmon hwmon0: temp1_input not attached to any thermal zone
    [ 2.031339] ahci 32014000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc sadm sds apst
    [ 2.047793] nvme nvme0: allocated 64 MiB host memory buffer.
    [ 2.048372] scsi host0: ahci
    [ 2.056675] ata1: SATA max UDMA/133 mmio [mem 0x32014000-0x32014fff] port 0x100 irq 91
    [ 2.066769] tun: Universal TUN/TAP device driver, 1.6
    [ 2.072350] thunder_xcv, ver 1.0
    [ 2.075608] thunder_bgx, ver 1.0
    [ 2.078874] nicpf, ver 1.0
    [ 2.081708] sky2: driver version 1.30
    [ 2.085411] nvme nvme0: 4/0/0 default/read/poll queues
    [ 2.085677] PPP generic driver version 2.4.2
    [ 2.094978] PPP Deflate Compression module registered
    [ 2.100121] usbcore: registered new interface driver qmi_wwan
    [ 2.106016] VFIO - User Level meta-driver version: 0.3
    [ 2.112115] nvme0n1: p1 p2 p3 p4
    [ 2.112208] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.121970] ehci-pci: EHCI PCI platform driver
    [ 2.126474] ehci-platform: EHCI generic platform driver
    [ 2.131836] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.138033] ohci-pci: OHCI PCI platform driver
    [ 2.142515] ohci-platform: OHCI generic platform driver
    [ 2.148034] usbcore: registered new interface driver cdc_acm
    [ 2.153693] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 2.161709] usbcore: registered new interface driver cdc_wdm
    [ 2.167396] usbcore: registered new interface driver usb-storage
    [ 2.173453] usbcore: registered new interface driver ch341
    [ 2.178952] usbserial: USB Serial support registered for ch341-uart
    [ 2.185230] usbcore: registered new interface driver option
    [ 2.190808] usbserial: USB Serial support registered for GSM modem (1-port)
    [ 2.217156] rtc-efi rtc-efi.0: registered as rtc0
    [ 2.227991] rtc-efi rtc-efi.0: setting system clock to 2000-01-14T23:54:28 UTC (947894068)
    [ 2.236425] i2c /dev entries driver
    [ 2.241615] sbsa-gwdt 28041000.watchdog: Initialized with 30s timeout @ 50000000 Hz, action=0.
    [ 2.250399] sbsa-gwdt 28043000.watchdog: Initialized with 30s timeout @ 50000000 Hz, action=0.
    [ 2.259223] Bluetooth: HCI UART driver ver 2.3
    [ 2.263680] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [ 2.270391] sdhci: Secure Digital Host Controller Interface driver
    [ 2.276577] sdhci: Copyright(c) Pierre Ossman
    [ 2.281024] Synopsys Designware Multimedia Card Interface Driver
    [ 2.287277] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 2.377918] ata1: SATA link down (SStatus 0 SControl 300)
    [ 2.493321] phytium-mci-platform 28000000.mmc: init hardware done!
    [ 3.124649] phytium-mci-platform 28000000.mmc: phytium_mci_probe 94: probe phytium mci successful.
    [ 3.143739] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.150635] pstore: Registered efi as persistent store backend
    [ 3.156581] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 3.163362] usbcore: registered new interface driver usbhid
    [ 3.168929] usbhid: USB HID core driver
    [ 3.173240] phytium-mbox 32a00000.mailbox: Phytium SoC Mailbox registered
    [ 3.181262] genirq: irq_chip 28036000.gpio did not update eff. affinity mask of irq 118
    [ 3.190459] NET: Registered protocol family 17
    [ 3.195028] 9pnet: Installing 9P2000 support
    [ 3.199353] Key type dns_resolver registered
    [ 3.203945] registered taskstats version 1
    [ 3.208041] Loading compiled-in X.509 certificates
    [ 3.212954] pstore: Using crash dump compression: deflate
    [ 3.219035] arm-scmi firmware:scmi: failed to request SCMI Rx mailbox
    [ 3.225582] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
    [ 3.232253] arm-scmi firmware:scmi: SCMI Protocol v2.0 'Phytium:E2000' Firmware version 0x2050000
    [ 3.241532] pcieport 0000:00:00.0: Adding to iommu group 1
    [ 3.247332] pcieport 0000:00:00.0: PME: Signaling with IRQ 119
    [ 3.253233] pcieport 0000:00:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.267041] pcieport 0000:00:01.0: Adding to iommu group 2
    [ 3.272833] pcieport 0000:00:01.0: PME: Signaling with IRQ 120
    [ 3.278765] pcieport 0000:00:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.292478] pcieport 0000:00:02.0: Adding to iommu group 3
    [ 3.298250] pcieport 0000:00:02.0: PME: Signaling with IRQ 121
    [ 3.304144] pcieport 0000:00:02.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.317847] pcieport 0000:00:03.0: Adding to iommu group 4
    [ 3.323620] pcieport 0000:00:03.0: PME: Signaling with IRQ 122
    [ 3.329511] pcieport 0000:00:03.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.343223] pcieport 0000:00:04.0: Adding to iommu group 5
    [ 3.348999] pcieport 0000:00:04.0: PME: Signaling with IRQ 123
    [ 3.354896] pcieport 0000:00:04.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 4.391702] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 4.397983] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 5.415698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 5.421966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 6.439698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 6.445966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 7.463698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 7.469966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 8.487698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 8.493966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 8.871692] phytium-mci-platform 28000000.mmc: request timeout
    [ 8.877517] phytium-mci-platform 28000000.mmc: aborting mrq=000000003b6734c7 cmd=52
    [ 8.885163] phytium-mci-platform 28000000.mmc: aborting cmd=52
    [ 9.543698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 9.549966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 10.567698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 10.573966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 11.591698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 11.597966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 12.615697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 12.621965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 13.639697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 13.645965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 14.503691] phytium-mci-platform 28000000.mmc: request timeout
    [ 14.509516] phytium-mci-platform 28000000.mmc: aborting mrq=000000003b6734c7 cmd=52
    [ 14.517162] phytium-mci-platform 28000000.mmc: aborting cmd=52
    [ 14.663698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 14.669965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 15.687697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 15.693965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 16.711697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 16.717965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 17.735697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 17.741966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 18.759698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 18.765965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 19.783698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 19.789966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 20.135691] phytium-mci-platform 28000000.mmc: request timeout
    [ 20.141515] phytium-mci-platform 28000000.mmc: aborting mrq=000000003b6734c7 cmd=0
    [ 20.149074] phytium-mci-platform 28000000.mmc: aborting cmd=0
    [ 20.807698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 20.813966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 21.831698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 21.837966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 22.855697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 22.861965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 23.879697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 23.885965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 24.903697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 24.909965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 25.767691] phytium-mci-platform 28000000.mmc: request timeout
    [ 25.773515] phytium-mci-platform 28000000.mmc: aborting mrq=000000003b6734c7 cmd=8
    [ 25.781074] phytium-mci-platform 28000000.mmc: aborting cmd=8
    [ 25.927698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 25.933965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 26.951697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 26.957965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 27.975698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 27.981966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 28.999697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 29.005965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 30.023697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 30.029965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 31.047697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 31.053966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 31.399691] phytium-mci-platform 28000000.mmc: request timeout
    [ 31.405515] phytium-mci-platform 28000000.mmc: aborting mrq=000000006556e10b cmd=5
    [ 31.413073] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 32.071698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 32.077966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 33.095697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 33.101965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 34.119698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 34.125965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 35.143697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 35.149965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 36.167697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 36.173965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 37.031691] phytium-mci-platform 28000000.mmc: request timeout
    [ 37.037515] phytium-mci-platform 28000000.mmc: aborting mrq=000000006556e10b cmd=5
    [ 37.045074] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 37.191705] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 37.197973] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 38.215698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 38.221966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 39.239697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 39.245965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 40.263697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 40.269965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 41.287697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 41.293965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 42.311697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 42.317965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 42.663691] phytium-mci-platform 28000000.mmc: request timeout
    [ 42.669516] phytium-mci-platform 28000000.mmc: aborting mrq=000000006556e10b cmd=5
    [ 42.677074] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 43.335698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 43.341966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 44.359697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 44.365965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 45.383697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 45.389965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 46.407697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 46.413965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 47.431697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 47.437965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 48.295691] phytium-mci-platform 28000000.mmc: request timeout
    [ 48.301515] phytium-mci-platform 28000000.mmc: aborting mrq=000000006556e10b cmd=5
    [ 48.309073] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 48.455698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 48.461965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 49.479698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 49.485966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 50.503697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 50.509965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 51.527697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 51.533965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 52.551697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 52.557965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 53.639697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 53.645966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 53.927691] phytium-mci-platform 28000000.mmc: request timeout
    [ 53.933515] phytium-mci-platform 28000000.mmc: aborting mrq=000000004c0ec3d3 cmd=55
    [ 53.941161] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 54.663698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 54.669966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 55.687698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 55.693965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 56.711698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 56.717966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 57.735698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 57.741966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 58.759698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 58.765965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 59.559691] phytium-mci-platform 28000000.mmc: request timeout
    [ 59.565515] phytium-mci-platform 28000000.mmc: aborting mrq=000000004c0ec3d3 cmd=55
    [ 59.573161] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 59.783698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 59.789966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 60.807698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 60.813966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 61.831698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 61.837965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 62.855698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 62.861966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 63.879698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 63.885965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 64.903698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 64.909965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 65.191691] phytium-mci-platform 28000000.mmc: request timeout
    [ 65.197515] phytium-mci-platform 28000000.mmc: aborting mrq=000000004c0ec3d3 cmd=55
    [ 65.205161] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 65.927698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 65.933966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 66.951698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 66.957966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 67.975698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 67.981965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 68.999698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 69.005966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 70.023698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 70.029966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 70.823692] phytium-mci-platform 28000000.mmc: request timeout
    [ 70.829516] phytium-mci-platform 28000000.mmc: aborting mrq=000000004c0ec3d3 cmd=55
    [ 70.837161] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 71.047698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 71.053965] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 72.071698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 72.077966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 73.095698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 73.101966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 74.119698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 74.125966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 75.143698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 75.149966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 76.167698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 76.173966] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 77.191698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 77.197966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 78.215698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 78.221965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 79.239698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 79.245965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 80.263698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 80.269966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 81.287698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 81.293965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 82.311698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 82.317965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 83.335697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 83.341965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 84.359697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 84.365965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 85.383698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 85.389965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 86.407697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 86.413965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 87.431697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 87.437965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 88.455698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 88.461966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 89.479698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 89.485965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 90.503698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 90.509965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 91.527698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 91.533965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 92.551697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 92.557965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 93.575698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 93.581965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 94.599698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 94.605965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 95.623698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 95.629965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 96.647698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 96.653965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 97.671698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 97.677965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 98.695698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 98.701965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 99.719698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 99.725965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 100.743698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 100.749966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 101.767698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 101.773965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 102.791697] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 102.797965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 103.815698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 103.821966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 104.839698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 104.845966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 105.863698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 105.869966] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 106.887701] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 106.893973] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 107.911698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 107.917966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 108.935698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 108.941966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 109.959698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 109.965965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 110.983698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 110.989965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 112.007698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 112.013965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 113.031698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 113.037965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 114.055698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 114.061966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 115.079698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 115.085966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 116.103698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 116.109965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 117.127698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 117.133966] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 118.151698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 118.157965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 119.175698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 119.181965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 120.199699] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 120.205967] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 121.223698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 121.229965] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 122.247698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 122.253966] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 123.271698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 123.277966] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 124.295698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 124.301965] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 125.319698] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 125.325965] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 125.335501] cpu cpu0: EM: created perf domain
    [ 125.340350] cpu cpu2: EM: created perf domain
    [ 125.345239] cpu cpu3: EM: created perf domain
    [ 125.350349] of_cfs_init
    [ 125.352842] of_cfs_init: OK
    [ 125.355691] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 125.364899] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [ 125.373546] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 125.380148] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [ 125.383763] ALSA device list:
    [ 125.388770] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
    [ 125.391737] #0: phytium,e2000-i2s-audio
    [ 125.403578] uart-pl011 2800d000.uart: no DMA platform data
    [ 125.409087] Waiting 5 sec before mounting root device...
    [ 130.471994] Waiting for root device /dev/sda3...
    [ 185.511888] cfg80211: failed to load regulatory.db

你现在的启动参数是:
输入图片说明
这里应该是root=/dev/sda2 吧,而且要把root=PARTUUID="0a52c129-7e0f-43ad-989f-d96b07ccdbb2" rootwait删掉。建议在grub中改成以下命令试试:
linux /Image console=ttyAMA1,115200 audit=0 earlycon=pl011,0x2800d000 root=/dev/sda2 rootdelay=20 rw cma=256M

linux /Image console=ttyAMA1,115200 audit=0 earlycon=pl011,0x2800d000 root=/dev/sda2 rootdelay=20 rw cma=256M
@weishanshan grub修改为以上设置后,还是当机了,具体LOG输出如下:
Minimum Emacs-like screen editing is supported. TAB lists completions. Press Ctrl-x or F10 to boot, Ctrl-c or F2
for a command-line or ESC to discard edits and return to the GRUB menu.
Booting a command list

[Security] 3rd party image[0] can be loaded after EndOfDxe: MemoryMapped(0x2,0xF517B000,0xF67BFA00).
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B F7C93C40
Loading driver at 0x000F3AA0000 EntryPoint=0x000F4DBEA78
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF F7FAF318
ProtectUefiImageCommon - 0xF7C93C40

  • 0x00000000F3AA0000 - 0x00000000016D0000
    EFI stub: Booting Linux Kernel...
    EFI stub: EFI_RNG_PROTOCOL unavailable, KASLR will be disabled
    EFI stub: Using DTB from configuration table
    EFI stub: Exiting boot services and installing virtual address map...
    XhcClearBiosOwnership: called to clear BIOS ownership
    XhcClearBiosOwnership: called to clear BIOS ownership
    SnpExitBootServiceEventNotify(), 495
    SNP:DXE: SnpShutdown ()
    SetUefiImageMemoryAttributes - 0x00000000FBF50000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6F40000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6EF0000 - 0x0000000000040000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6E50000 - 0x0000000000040000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6DC0000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6D70000 - 0x0000000000040000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6CC0000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6C80000 - 0x0000000000030000 (0x0000000000000008)
    SetUefiImageMemoryAttributes - 0x00000000F6C40000 - 0x0000000000030000 (0x0000000000000008)
    [ 0.000000] Booting Linux on physical CPU 0x0000000200 [0x700f3034]
    [ 0.000000] Linux version 5.10.209-phytium-embedded-v2.1 (root@RealbomLinux) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16)) 10.2.1 20201103, GNU ld (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16)) 2.35.1.20201028) #1 SMP PREEMPT Thu May 16 15:02:57 CST 2024
    [ 0.000000] Machine model: miniITX-E2000Q Board
    [ 0.000000] earlycon: pl11 at MMIO 0x000000002800d000 (options '')
    [ 0.000000] printk: bootconsole [pl11] enabled
    [ 0.000000] efi: EFI v2.70 by Cherry Platform
    [ 0.000000] efi: SMBIOS=0xf6c30000 SMBIOS 3.0=0xf6c10000 MEMATTR=0xf7e4e018 MEMRESERVE=0xf6f82b98
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
    [ 0.000000] DMA32 empty
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000207fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000b00fffff]
    [ 0.000000] node 0: [mem 0x00000000b0100000-0x00000000c99fffff]
    [ 0.000000] node 0: [mem 0x00000000c9a00000-0x00000000f67bffff]
    [ 0.000000] node 0: [mem 0x00000000f67c0000-0x00000000f683ffff]
    [ 0.000000] node 0: [mem 0x00000000f6840000-0x00000000f6bfffff]
    [ 0.000000] node 0: [mem 0x00000000f6c00000-0x00000000f6f7ffff]
    [ 0.000000] node 0: [mem 0x00000000f6f80000-0x00000000fbf4ffff]
    [ 0.000000] node 0: [mem 0x00000000fbf50000-0x00000000fbf8ffff]
    [ 0.000000] node 0: [mem 0x00000000fbf90000-0x00000000fbf9ffff]
    [ 0.000000] node 0: [mem 0x00000000fbfa0000-0x00000000fbfeffff]
    [ 0.000000] node 0: [mem 0x00000000fbff0000-0x00000000fbffffff]
    [ 0.000000] node 0: [mem 0x0000002000000000-0x000000207fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000207fffffff]
    [ 0.000000] cma: Reserved 256 MiB at 0x00000000e3800000
    [ 0.000000] psci: probing for conduit method from DT.
    N: Standard Service Call: 0x84000000
    [ 0.000000] psci: PSCIv1.1 detected in firmware.
    [ 0.000000] psci: Using standard PSCI v0.2 function IDs
    N: Standard Service Call: 0x84000006
    [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
    N: Standard Service Call: 0x8400000a
    [ 0.000000] psci: SMC Calling Convention v1.2
    N: Standard Service Call: 0x8400000a
    N: Standard Service Call: 0x8400000a
    N: Standard Service Call: 0x8400000a
    [ 0.000000] percpu: Embedded 23 pages/cpu s55896 r8192 d30120 u94208
    [ 0.000000] Detected VIPT I-cache on CPU0
    [ 0.000000] CPU features: detected: GIC system register CPU interface
    [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
    [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
    [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1015808
    [ 0.000000] Kernel command line: BOOT_IMAGE=/Image console=ttyAMA1,115200 audit=0 earlycon=pl011,0x2800d000 root=/dev/sda2 rootdelay=20 rw cma=256M
    [ 0.000000] audit: disabled (until reboot)
    [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [ 0.000000] software IO TLB: mapped [mem 0x00000000f7f50000-0x00000000fbf50000] (64MB)
    [ 0.000000] Memory: 3274372K/4128768K available (14016K kernel code, 1234K rwdata, 5140K rodata, 2304K init, 486K bss, 592252K reserved, 262144K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
    [ 0.000000] rcu: RCU event tracing is enabled.
    [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [ 0.000000] Trampoline variant of Tasks RCU enabled.
    [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [ 0.000000] GICv3: 256 SPIs implemented
    [ 0.000000] GICv3: 0 Extended SPIs implemented
    [ 0.000000] GICv3: Distributor has no Range Selector support
    [ 0.000000] GICv3: 16 PPIs implemented
    [ 0.000000] GICv3: CPU0: found redistributor 200 region 0:0x00000000308c0000
    [ 0.000000] ITS [mem 0x30820000-0x3083ffff]
    [ 0.000000] ITS@0x0000000030820000: allocated 65536 Devices @2000080000 (flat, esz 8, psz 64K, shr 0)
    [ 0.000000] ITS: using cache flushing for cmd queue
    [ 0.000000] GICv3: using LPI property table @0x0000002000030000
    [ 0.000000] GIC: using cache flushing for LPI property table
    [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000002000050000
    [ 0.000000] arch_timer: cp15 timer(s) running at 50.00MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
    [ 0.000003] sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
    [ 0.008255] Console: colour dummy device 80x25
    [ 0.012759] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=200000)
    [ 0.023284] pid_max: default: 32768 minimum: 301
    [ 0.028002] LSM: Security Framework initializing
    [ 0.032700] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.040166] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [ 0.049244] rcu: Hierarchical SRCU implementation.
    [ 0.054400] Platform MSI: gic-its@30820000 domain created
    [ 0.059977] PCI/MSI: /interrupt-controller@30800000/gic-its@30820000 domain created
    [ 0.067992] Remapping and enabling EFI services.
    [ 0.073000] smp: Bringing up secondary CPUs ...
    N: Standard Service Call: 0xc4000003
    N: PSCI: pwr domain on 0x201
    Parametr : core map --- 0x311
    N: PSOSTAT_REG = 8a
    N: scmi_power_domain_set.
    N: pwr_domain_on_finish
    N: the core security level: 0x0 normal
    V: HANDLER: callback had not init
    N: pwr_domain_on_finish done.
    P: second core jump to os.
    N: Standard Service Call: 0xc4000003
    N: PSCI: pwr domain on 0x0
    Parametr : core map --- 0x311
    N: PSOSTAT_REG = a
    N: scmi_power_domain_set.
    N: pwr_domain_on_finish
    N: the core security level: 0x0 normal
    V: HANDLER: callback had not init
    N: pwr_domain_on_finish done.
    P: second core jump to os.
    N: Standard Service Call: 0xc4000003
    N: PSCI: pwr domain on 0x100
    Parametr : core map --- 0x311
    N: PSOSTAT_REG = 8
    N: scmi_power_domain_set.
    N: pwr_domain_on_finish
    N: the core security level: 0x0 normal
    V: HANDLER: callback had not init
    N: pwr_domain_on_finish done.
    P: second core jump to os.
    [ 0.102041] Detected VIPT I-cache on CPU1
    [ 0.102073] GICv3: CPU1: found redistributor 201 region 0:0x00000000308e0000
    [ 0.102114] GICv3: CPU1: using allocated LPI pending table @0x0000002000060000
    [ 0.102157] CPU1: Booted secondary processor 0x0000000201 [0x700f3034]
    [ 0.128764] Detected PIPT I-cache on CPU2
    [ 0.128772] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64ISAR0_EL1. Boot CPU: 0x00011100012120, CPU2: 0x00000100012120
    [ 0.128783] CPU features: SANITY CHECK: Unexpected variation in SYS_MVFR0_EL1. Boot CPU: 0x00000010110222, CPU2: 0x00000010111222
    [ 0.128785] CPU features: Unsupported CPU feature variation detected.
    [ 0.128790] GICv3: CPU2: found redistributor 0 region 0:0x0000000030880000
    [ 0.128816] GICv3: CPU2: using allocated LPI pending table @0x0000002000070000
    [ 0.128837] CPU2: Booted secondary processor 0x0000000000 [0x701f6643]
    [ 0.155662] Detected PIPT I-cache on CPU3
    [ 0.155667] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64ISAR0_EL1. Boot CPU: 0x00011100012120, CPU3: 0x00000100012120
    [ 0.155674] CPU features: SANITY CHECK: Unexpected variation in SYS_MVFR0_EL1. Boot CPU: 0x00000010110222, CPU3: 0x00000010111222
    [ 0.155679] GICv3: CPU3: found redistributor 100 region 0:0x00000000308a0000
    [ 0.155700] GICv3: CPU3: using allocated LPI pending table @0x0000002000100000
    [ 0.155716] CPU3: Booted secondary processor 0x0000000100 [0x701f6643]
    [ 0.155770] smp: Brought up 1 node, 4 CPUs
    [ 0.292066] SMP: Total of 4 processors activated.
    [ 0.296807] CPU features: detected: 32-bit EL0 Support
    [ 0.301991] CPU features: detected: CRC32 instructions
    [ 0.307171] CPU features: detected: 32-bit EL1 Support
    [ 0.321098] CPU: All CPU(s) started at EL2
    [ 0.325267] alternatives: patching kernel code
    [ 0.330696] devtmpfs: initialized
    [ 0.337087] KASLR disabled due to lack of seed
    [ 0.341735] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [ 0.351566] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [ 0.365151] pinctrl core: initialized pinctrl subsystem
    [ 0.370878] SMBIOS 3.3.0 present.
    [ 0.374218] DMI: PHYTIUM LTD E2000/E2000, BIOS 0 Apr 30 2024
    [ 0.380408] NET: Registered protocol family 16
    [ 0.385916] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [ 0.393143] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.401132] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.409519] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.409523] thermal_sys: Registered thermal governor 'power_allocator'
    [ 0.415860] cpuidle: using governor menu
    [ 0.426568] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [ 0.433468] ASID allocator initialised with 32768 entries
    [ 0.439374] Serial: AMBA PL011 UART driver
    [ 0.449298] OF: amba_device_add() failed (-19) for /soc/uart@28014000
    [ 0.455871] OF: amba_device_add() failed (-19) for /soc/uart@28016000
    [ 0.462431] OF: amba_device_add() failed (-19) for /soc/uart@28024000
    [ 0.468996] OF: amba_device_add() failed (-19) for /soc/uart@2802A000
    [ 0.475563] OF: amba_device_add() failed (-19) for /soc/uart@28032000
    [ 0.482366] OF: /soc/gpio@28034000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.493263] OF: /soc/gpio@28035000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.504154] OF: /soc/gpio@28036000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.515047] OF: /soc/gpio@28037000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.525937] OF: /soc/gpio@28038000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.536828] OF: /soc/gpio@28039000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.548272] OF: /soc/gpio@28034000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.559165] OF: /soc/gpio@28035000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.570051] OF: /soc/gpio@28036000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.580934] OF: /soc/gpio@28037000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.591820] OF: /soc/gpio@28038000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.602713] OF: /soc/gpio@28039000/porta: could not get #gpio-cells for /interrupt-controller@30800000/gic-its@30820000
    [ 0.614099] 2800c000.uart: ttyAMA0 at MMIO 0x2800c000 (irq = 20, base_baud = 0) is a PL011 rev3
    [ 0.623177] 2800d000.uart: ttyAMA1 at MMIO 0x2800d000 (irq = 21, base_baud = 0) is a PL011 rev3
    [ 0.631966] printk: console [ttyAMA1] enabled
    [ 0.631966] printk: console [ttyAMA1] enabled
    [ 0.640699] printk: bootconsole [pl11] disabled
    [ 0.640699] printk: bootconsole [pl11] disabled
    [ 0.650023] 2800e000.uart: ttyAMA2 at MMIO 0x2800e000 (irq = 22, base_baud = 0) is a PL011 rev3
    [ 0.658944] 2800f000.uart: ttyAMA3 at MMIO 0x2800f000 (irq = 23, base_baud = 0) is a PL011 rev3
    [ 0.674939] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.681651] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.688348] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.695043] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.702645] cryptd: max_cpu_qlen set to 1000
    [ 0.709082] ACPI: Interpreter disabled.
    [ 0.713304] iommu: Default domain type: Translated
    [ 0.718336] vgaarb: loaded
    [ 0.721288] SCSI subsystem initialized
    [ 0.725368] usbcore: registered new interface driver usbfs
    [ 0.730872] usbcore: registered new interface driver hub
    [ 0.736213] usbcore: registered new device driver usb
    [ 0.741605] pps_core: LinuxPPS API ver. 1 registered
    [ 0.746566] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
    [ 0.755698] PTP clock support registered
    [ 0.759701] EDAC MC: Ver: 3.0.0
    [ 0.763465] Registered efivars operations
    [ 0.768039] FPGA manager framework
    [ 0.771481] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.777997] Bluetooth: Core ver 2.22
    [ 0.781615] NET: Registered protocol family 31
    [ 0.786053] Bluetooth: HCI device and connection manager initialized
    [ 0.792403] Bluetooth: HCI socket layer initialized
    [ 0.797276] Bluetooth: L2CAP socket layer initialized
    [ 0.802330] Bluetooth: SCO socket layer initialized
    [ 0.807666] clocksource: Switched to clocksource arch_sys_counter
    [ 0.813914] VFS: Disk quotas dquot_6.6.0
    [ 0.817877] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.824894] pnp: PnP ACPI: disabled
    [ 0.832382] NET: Registered protocol family 2
    [ 0.836927] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [ 0.845686] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [ 0.854266] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 0.862348] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [ 0.869995] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.876641] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [ 0.883403] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [ 0.890704] NET: Registered protocol family 1
    [ 0.895314] RPC: Registered named UNIX socket transport module.
    [ 0.901237] RPC: Registered udp transport module.
    [ 0.905936] RPC: Registered tcp transport module.
    [ 0.910634] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.917645] PCI: CLS 0 bytes, default 64
    [ 0.922115] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [ 0.930092] kvm [1]: IPA Size Limit: 40 bits
    [ 0.934997] kvm [1]: vgic-v2@30860000
    [ 0.938665] kvm [1]: GIC system register CPU interface enabled
    [ 0.944551] kvm [1]: vgic interrupt IRQ9
    [ 0.948560] kvm [1]: Hyp mode initialized successfully
    [ 0.956130] Initialise system trusted keyrings
    [ 0.960702] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [ 0.971054] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.977364] NFS: Registering the id_resolver key type
    [ 0.982449] Key type id_resolver registered
    [ 0.986628] Key type id_legacy registered
    [ 0.990697] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 0.997396] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 1.004785] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    [ 1.011704] 9p: Installing v9fs 9p2000 file system support
    [ 1.045826] NET: Registered protocol family 38
    [ 1.050281] Key type asymmetric registered
    [ 1.054375] Asymmetric key parser 'x509' registered
    [ 1.059280] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
    [ 1.066671] io scheduler mq-deadline registered
    [ 1.071195] io scheduler kyber registered
    [ 1.077730] gpio-phytium-platform 28034000.gpio: Phytium GPIO controller @0x0000000028034000 registered
    [ 1.088743] gpio-phytium-platform 28035000.gpio: Phytium GPIO controller @0x0000000028035000 registered
    [ 1.099724] gpio-phytium-platform 28036000.gpio: Phytium GPIO controller @0x0000000028036000 registered
    [ 1.109325] gpio-phytium-platform 28037000.gpio: Phytium GPIO controller @0x0000000028037000 registered
    [ 1.118908] gpio-phytium-platform 28038000.gpio: Phytium GPIO controller @0x0000000028038000 registered
    [ 1.128480] gpio-phytium-platform 28039000.gpio: Phytium GPIO controller @0x0000000028039000 registered
    [ 1.138333] pci-host-generic 40000000.pcie: host bridge /soc/pcie@40000000 ranges:
    [ 1.145943] pci-host-generic 40000000.pcie: IO 0x0050000000..0x0050efffff -> 0x0000000000
    [ 1.154653] pci-host-generic 40000000.pcie: MEM 0x0058000000..0x007fffffff -> 0x0058000000
    [ 1.163353] pci-host-generic 40000000.pcie: MEM 0x1000000000..0x1fffffffff -> 0x1000000000
    [ 1.172102] pci-host-generic 40000000.pcie: ECAM at [mem 0x40000000-0x4fffffff] for [bus 00-ff]
    [ 1.180879] pci-host-generic 40000000.pcie: PCI host bridge to bus 0000:00
    [ 1.187753] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 1.193234] pci_bus 0000:00: root bus resource [io 0x0000-0xefffff]
    [ 1.199583] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff]
    [ 1.206457] pci_bus 0000:00: root bus resource [mem 0x1000000000-0x1fffffffff]
    [ 1.213695] pci 0000:00:00.0: [1db7:dc01] type 01 class 0x060400
    [ 1.219707] pci 0000:00:00.0: reg 0x10: [mem 0x5c180000-0x5c180fff]
    [ 1.226009] pci 0000:00:00.0: supports D1 D2
    [ 1.230276] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.237106] pci 0000:00:01.0: [1db7:dc01] type 01 class 0x060400
    [ 1.243117] pci 0000:00:01.0: reg 0x10: [mem 0x1020000000-0x10200fffff 64bit pref]
    [ 1.250711] pci 0000:00:01.0: supports D1 D2
    [ 1.254977] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.261734] pci 0000:00:02.0: [1db7:dc01] type 01 class 0x060400
    [ 1.267750] pci 0000:00:02.0: reg 0x10: [mem 0x1020100000-0x10201fffff 64bit pref]
    [ 1.275350] pci 0000:00:02.0: supports D1 D2
    [ 1.279618] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.286365] pci 0000:00:03.0: [1db7:dc01] type 01 class 0x060400
    [ 1.292376] pci 0000:00:03.0: reg 0x10: [mem 0x1020200000-0x10202fffff 64bit pref]
    [ 1.299977] pci 0000:00:03.0: supports D1 D2
    [ 1.304243] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.310984] pci 0000:00:04.0: [1db7:dc01] type 01 class 0x060400
    [ 1.316995] pci 0000:00:04.0: reg 0x10: [mem 0x1020300000-0x10203fffff 64bit pref]
    [ 1.324594] pci 0000:00:04.0: supports D1 D2
    [ 1.328864] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.337173] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [ 1.343857] pci 0000:02:00.0: [126f:2263] type 00 class 0x010802
    [ 1.349880] pci 0000:02:00.0: reg 0x10: [mem 0x5c000000-0x5c003fff 64bit]
    [ 1.356808] pci 0000:02:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:01.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [ 1.384529] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
    [ 1.391235] pci 0000:03:00.0: [1ec8:9810] type 00 class 0x030000
    [ 1.397258] pci 0000:03:00.0: reg 0x10: [mem 0x58000000-0x5bffffff 64bit]
    [ 1.404053] pci 0000:03:00.0: reg 0x18: [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.411627] pci 0000:03:00.0: reg 0x20: [io 0x0000-0x00ff]
    [ 1.417209] pci 0000:03:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 1.423925] pci 0000:03:00.0: BAR 2: assigned to efifb
    [ 1.429122] pci 0000:03:00.0: supports D1
    [ 1.433127] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
    [ 1.438914] pci 0000:03:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:02.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
    [ 1.454029] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
    [ 1.472534] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
    [ 1.480032] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
    [ 1.487499] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
    [ 1.494155] pci 0000:00:02.0: BAR 15: assigned [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.502330] pci 0000:00:02.0: BAR 14: assigned [mem 0x58000000-0x5dffffff]
    [ 1.509201] pci 0000:00:00.0: BAR 14: assigned [mem 0x5e000000-0x5e1fffff]
    [ 1.516073] pci 0000:00:00.0: BAR 15: assigned [mem 0x1020000000-0x10201fffff 64bit pref]
    [ 1.524247] pci 0000:00:01.0: BAR 0: assigned [mem 0x1020200000-0x10202fffff 64bit pref]
    [ 1.532341] pci 0000:00:01.0: BAR 14: assigned [mem 0x5e200000-0x5e3fffff]
    [ 1.539214] pci 0000:00:01.0: BAR 15: assigned [mem 0x1020300000-0x10204fffff 64bit pref]
    [ 1.547388] pci 0000:00:02.0: BAR 0: assigned [mem 0x1020500000-0x10205fffff 64bit pref]
    [ 1.555478] pci 0000:00:03.0: BAR 0: assigned [mem 0x1020600000-0x10206fffff 64bit pref]
    [ 1.563567] pci 0000:00:03.0: BAR 14: assigned [mem 0x5e400000-0x5e5fffff]
    [ 1.570438] pci 0000:00:03.0: BAR 15: assigned [mem 0x1020700000-0x10208fffff 64bit pref]
    [ 1.578613] pci 0000:00:04.0: BAR 0: assigned [mem 0x1020900000-0x10209fffff 64bit pref]
    [ 1.586702] pci 0000:00:04.0: BAR 14: assigned [mem 0x5e600000-0x5e7fffff]
    [ 1.593576] pci 0000:00:04.0: BAR 15: assigned [mem 0x1020a00000-0x1020bfffff 64bit pref]
    [ 1.601751] pci 0000:00:00.0: BAR 0: assigned [mem 0x5e800000-0x5e800fff]
    [ 1.608535] pci 0000:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 1.614711] pci 0000:00:01.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 1.620887] pci 0000:00:02.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 1.627063] pci 0000:00:03.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 1.633239] pci 0000:00:04.0: BAR 13: assigned [io 0x5000-0x5fff]
    [ 1.639418] pci 0000:00:00.0: PCI bridge to [bus 01]
    [ 1.644380] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
    [ 1.650473] pci 0000:00:00.0: bridge window [mem 0x5e000000-0x5e1fffff]
    [ 1.657261] pci 0000:00:00.0: bridge window [mem 0x1020000000-0x10201fffff 64bit pref]
    [ 1.665350] pci 0000:02:00.0: BAR 0: assigned [mem 0x5e200000-0x5e203fff 64bit]
    [ 1.672662] pci 0000:00:01.0: PCI bridge to [bus 02]
    [ 1.677623] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    [ 1.683713] pci 0000:00:01.0: bridge window [mem 0x5e200000-0x5e3fffff]
    [ 1.690496] pci 0000:00:01.0: bridge window [mem 0x1020300000-0x10204fffff 64bit pref]
    [ 1.698586] pci 0000:03:00.0: BAR 2: assigned [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.706680] pci 0000:03:00.0: BAR 0: assigned [mem 0x58000000-0x5bffffff 64bit]
    [ 1.713992] pci 0000:03:00.0: BAR 6: assigned [mem 0x5c000000-0x5c07ffff pref]
    [ 1.721212] pci 0000:03:00.0: BAR 4: assigned [io 0x3000-0x30ff]
    [ 1.727306] pci 0000:00:02.0: PCI bridge to [bus 03]
    [ 1.732266] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
    [ 1.738356] pci 0000:00:02.0: bridge window [mem 0x58000000-0x5dffffff]
    [ 1.745140] pci 0000:00:02.0: bridge window [mem 0x1000000000-0x101fffffff 64bit pref]
    [ 1.753227] pci 0000:00:03.0: PCI bridge to [bus 04]
    [ 1.758187] pci 0000:00:03.0: bridge window [io 0x4000-0x4fff]
    [ 1.764276] pci 0000:00:03.0: bridge window [mem 0x5e400000-0x5e5fffff]
    [ 1.771060] pci 0000:00:03.0: bridge window [mem 0x1020700000-0x10208fffff 64bit pref]
    [ 1.779146] pci 0000:00:04.0: PCI bridge to [bus 05]
    [ 1.784109] pci 0000:00:04.0: bridge window [io 0x5000-0x5fff]
    [ 1.790200] pci 0000:00:04.0: bridge window [mem 0x5e600000-0x5e7fffff]
    [ 1.796983] pci 0000:00:04.0: bridge window [mem 0x1020a00000-0x1020bfffff 64bit pref]
    [ 1.805689] efifb: probing for efifb
    [ 1.809305] efifb: framebuffer at 0x1000000000, using 3072k, total 3072k
    [ 1.816013] efifb: mode is 1024x768x32, linelength=4096, pages=1
    [ 1.822015] efifb: scrolling: redraw
    [ 1.825587] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.840399] Console: switching to colour frame buffer device 128x48
    [ 1.854979] fb0: EFI VGA frame buffer device
    [ 1.859570] EINJ: ACPI disabled.
    [ 1.865232] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.873166] random: crng init done
    [ 1.873307] arm-smmu-v3 30000000.iommu: ias 40-bit, oas 40-bit (features 0x00001faf)
    [ 1.884757] arm-smmu-v3 30000000.iommu: allocated 65536 entries for cmdq
    [ 1.891763] arm-smmu-v3 30000000.iommu: allocated 32768 entries for evtq
    [ 1.900163] arm-smmu-v3 30000000.iommu: msi_domain absent - falling back to wired irqs
    [ 1.941055] phytium_display_platform 32000000.dc: [drm] Cannot find any crtc or sizes
    [ 1.948979] [drm] Initialized dc 1.1.0 20201220 for 32000000.dc on minor 0
    [ 1.961149] brd: module loaded
    [ 1.967971] loop: module loaded
    [ 1.971531] megasas: 07.714.04.00-rc1
    [ 1.976397] nvme 0000:02:00.0: Adding to iommu group 0
    [ 1.981875] nvme nvme0: pci function 0000:02:00.0
    [ 1.987368] ahci 32014000.sata: supply ahci not found, using dummy regulator
    [ 1.994553] ahci 32014000.sata: supply phy not found, using dummy regulator
    [ 2.001608] ahci 32014000.sata: supply target not found, using dummy regulator
    [ 2.008938] ahci 32014000.sata: SSS flag set, parallel bus scan disabled
    [ 2.015677] ahci 32014000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
    [ 2.015749] hwmon hwmon0: temp1_input not attached to any thermal zone
    [ 2.024229] ahci 32014000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc sadm sds apst
    [ 2.040654] nvme nvme0: allocated 64 MiB host memory buffer.
    [ 2.041269] scsi host0: ahci
    [ 2.049572] ata1: SATA max UDMA/133 mmio [mem 0x32014000-0x32014fff] port 0x100 irq 91
    [ 2.059653] tun: Universal TUN/TAP device driver, 1.6
    [ 2.065226] thunder_xcv, ver 1.0
    [ 2.068514] thunder_bgx, ver 1.0
    [ 2.071774] nicpf, ver 1.0
    [ 2.074602] sky2: driver version 1.30
    [ 2.078304] nvme nvme0: 4/0/0 default/read/poll queues
    [ 2.078572] PPP generic driver version 2.4.2
    [ 2.087872] PPP Deflate Compression module registered
    [ 2.093022] usbcore: registered new interface driver qmi_wwan
    [ 2.098917] VFIO - User Level meta-driver version: 0.3
    [ 2.105022] nvme0n1: p1 p2 p3 p4
    [ 2.105061] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.114895] ehci-pci: EHCI PCI platform driver
    [ 2.119404] ehci-platform: EHCI generic platform driver
    [ 2.124775] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.130971] ohci-pci: OHCI PCI platform driver
    [ 2.135457] ohci-platform: OHCI generic platform driver
    [ 2.140985] usbcore: registered new interface driver cdc_acm
    [ 2.146644] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    [ 2.154660] usbcore: registered new interface driver cdc_wdm
    [ 2.160347] usbcore: registered new interface driver usb-storage
    [ 2.166403] usbcore: registered new interface driver ch341
    [ 2.171902] usbserial: USB Serial support registered for ch341-uart
    [ 2.178181] usbcore: registered new interface driver option
    [ 2.183759] usbserial: USB Serial support registered for GSM modem (1-port)
    [ 2.210110] rtc-efi rtc-efi.0: registered as rtc0
    [ 2.220947] rtc-efi rtc-efi.0: setting system clock to 2000-01-15T04:39:55 UTC (947911195)
    [ 2.229383] i2c /dev entries driver
    [ 2.234574] sbsa-gwdt 28041000.watchdog: Initialized with 30s timeout @ 50000000 Hz, action=0.
    [ 2.243357] sbsa-gwdt 28043000.watchdog: Initialized with 30s timeout @ 50000000 Hz, action=0.
    [ 2.252183] Bluetooth: HCI UART driver ver 2.3
    [ 2.256640] Bluetooth: HCI UART protocol Three-wire (H5) registered
    [ 2.263351] sdhci: Secure Digital Host Controller Interface driver
    [ 2.269532] sdhci: Copyright(c) Pierre Ossman
    [ 2.273972] Synopsys Designware Multimedia Card Interface Driver
    [ 2.280236] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 2.369887] ata1: SATA link down (SStatus 0 SControl 300)
    [ 2.486279] phytium-mci-platform 28000000.mmc: init hardware done!
    [ 3.117611] phytium-mci-platform 28000000.mmc: phytium_mci_probe 94: probe phytium mci successful.
    [ 3.135708] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.142624] pstore: Registered efi as persistent store backend
    [ 3.148564] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 3.155347] usbcore: registered new interface driver usbhid
    [ 3.160915] usbhid: USB HID core driver
    [ 3.165227] phytium-mbox 32a00000.mailbox: Phytium SoC Mailbox registered
    [ 3.173259] genirq: irq_chip 28036000.gpio did not update eff. affinity mask of irq 118
    [ 3.182455] NET: Registered protocol family 17
    [ 3.187026] 9pnet: Installing 9P2000 support
    [ 3.191352] Key type dns_resolver registered
    [ 3.195928] registered taskstats version 1
    [ 3.200025] Loading compiled-in X.509 certificates
    [ 3.204935] pstore: Using crash dump compression: deflate
    [ 3.211022] arm-scmi firmware:scmi: failed to request SCMI Rx mailbox
    [ 3.217570] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
    [ 3.224240] arm-scmi firmware:scmi: SCMI Protocol v2.0 'Phytium:E2000' Firmware version 0x2050000
    [ 3.233497] pcieport 0000:00:00.0: Adding to iommu group 1
    [ 3.239297] pcieport 0000:00:00.0: PME: Signaling with IRQ 119
    [ 3.245222] pcieport 0000:00:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.259001] pcieport 0000:00:01.0: Adding to iommu group 2
    [ 3.264790] pcieport 0000:00:01.0: PME: Signaling with IRQ 120
    [ 3.270744] pcieport 0000:00:01.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.284460] pcieport 0000:00:02.0: Adding to iommu group 3
    [ 3.290242] pcieport 0000:00:02.0: PME: Signaling with IRQ 121
    [ 3.296136] pcieport 0000:00:02.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.309838] pcieport 0000:00:03.0: Adding to iommu group 4
    [ 3.315610] pcieport 0000:00:03.0: PME: Signaling with IRQ 122
    [ 3.321501] pcieport 0000:00:03.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 3.335211] pcieport 0000:00:04.0: Adding to iommu group 5
    [ 3.340990] pcieport 0000:00:04.0: PME: Signaling with IRQ 123
    [ 3.346887] pcieport 0000:00:04.0: pciehp: Slot #0 AttnBtn- PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+
    [ 4.391673] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 4.397955] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 5.415668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 5.421936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 6.439668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 6.445936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 7.463668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 7.469937] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 8.487669] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 8.493936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 8.871662] phytium-mci-platform 28000000.mmc: request timeout
    [ 8.877487] phytium-mci-platform 28000000.mmc: aborting mrq=0000000092804410 cmd=52
    [ 8.885133] phytium-mci-platform 28000000.mmc: aborting cmd=52
    [ 9.543668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 9.549936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 10.567668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 10.573936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 11.591668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 11.597936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 12.615668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 12.621936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 13.639667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 13.645935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 14.503661] phytium-mci-platform 28000000.mmc: request timeout
    [ 14.509485] phytium-mci-platform 28000000.mmc: aborting mrq=0000000092804410 cmd=52
    [ 14.517131] phytium-mci-platform 28000000.mmc: aborting cmd=52
    [ 14.663668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 14.669936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 15.687668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 15.693936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 16.711668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 16.717936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 17.735668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 17.741936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 18.759668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 18.765936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 19.783668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 19.789936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 20.135661] phytium-mci-platform 28000000.mmc: request timeout
    [ 20.141486] phytium-mci-platform 28000000.mmc: aborting mrq=0000000092804410 cmd=0
    [ 20.149045] phytium-mci-platform 28000000.mmc: aborting cmd=0
    [ 20.807668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 20.813936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 21.831668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 21.837936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 22.855668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 22.861935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 23.879667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 23.885935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 24.903667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 24.909935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 25.767661] phytium-mci-platform 28000000.mmc: request timeout
    [ 25.773485] phytium-mci-platform 28000000.mmc: aborting mrq=0000000092804410 cmd=8
    [ 25.781044] phytium-mci-platform 28000000.mmc: aborting cmd=8
    [ 25.927668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 25.933935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 26.951668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 26.957936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 27.975668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 27.981936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 28.999668] i2c-phytium-platform 28030000.i2c: controller timed o7ut
    [ 29.005935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 30.023668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 30.029935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 31.047668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 31.053936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 31.399661] phytium-mci-platform 28000000.mmc: request timeout
    [ 31.405485] phytium-mci-platform 28000000.mmc: aborting mrq=000000004a5fcdc7 cmd=5
    [ 31.413044] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 32.071668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 32.077936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 33.095668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 33.101936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 34.119668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 34.125935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 35.143668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 35.149936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 36.167667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 36.173935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 37.031661] phytium-mci-platform 28000000.mmc: request timeout
    [ 37.037485] phytium-mci-platform 28000000.mmc: aborting mrq=000000004a5fcdc7 cmd=5
    [ 37.045044] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 37.191675] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 37.197942] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 38.215668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 38.221936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 39.239668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 39.245935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 40.263668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 40.269935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 41.287668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 41.293935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 42.311668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 42.317936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 42.663661] phytium-mci-platform 28000000.mmc: request timeout
    [ 42.669485] phytium-mci-platform 28000000.mmc: aborting mrq=000000004a5fcdc7 cmd=5
    [ 42.677044] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 43.335668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 43.341936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 44.359668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 44.365936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 45.383668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 45.389935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 46.407668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 46.413935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 47.431668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 47.437935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 48.295661] phytium-mci-platform 28000000.mmc: request timeout
    [ 48.301485] phytium-mci-platform 28000000.mmc: aborting mrq=000000004a5fcdc7 cmd=5
    [ 48.309043] phytium-mci-platform 28000000.mmc: aborting cmd=5
    [ 48.455668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 48.461936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 49.479668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 49.485936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 50.503668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 50.509935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 51.527668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 51.533935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 52.551668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 52.557935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 53.639667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 53.645935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 53.927661] phytium-mci-platform 28000000.mmc: request timeout
    [ 53.933485] phytium-mci-platform 28000000.mmc: aborting mrq=00000000c8b6a98d cmd=55
    [ 53.941130] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 54.663668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 54.669937] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 55.687668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 55.693936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 56.711668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 56.717935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 57.735668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 57.741936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 58.759668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 58.765936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 59.559661] phytium-mci-platform 28000000.mmc: request timeout
    [ 59.565485] phytium-mci-platform 28000000.mmc: aborting mrq=00000000c8b6a98d cmd=55
    [ 59.573131] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 59.783669] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 59.789936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 60.807668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 60.813936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 61.831668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 61.837935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 62.855668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 62.861936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 63.879668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 63.885936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 64.903668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 64.909936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 65.191661] phytium-mci-platform 28000000.mmc: request timeout
    [ 65.197486] phytium-mci-platform 28000000.mmc: aborting mrq=00000000c8b6a98d cmd=55
    [ 65.205131] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 65.927668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 65.933936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 66.951668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 66.957936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 67.975668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 67.981935] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 68.999668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 69.005936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 70.023668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 70.029936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 70.823661] phytium-mci-platform 28000000.mmc: request timeout
    [ 70.829486] phytium-mci-platform 28000000.mmc: aborting mrq=00000000c8b6a98d cmd=55
    [ 70.837131] phytium-mci-platform 28000000.mmc: aborting cmd=55
    [ 71.047669] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 71.053936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 72.071668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 72.077936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 73.095668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 73.101936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 74.119668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 74.125936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 75.143668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 75.149936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 76.167668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 76.173937] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 77.191668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 77.197936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 78.215668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 78.221936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 79.239668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 79.245936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 80.263668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 80.269935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 81.287668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 81.293936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 82.311668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 82.317936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 83.335668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 83.341935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 84.359668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 84.365935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 85.383668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 85.389936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 86.407668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 86.413935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 87.431668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 87.437935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 88.455668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 88.461936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 89.479668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 89.485935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 90.503668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 90.509935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 91.527668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 91.533935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 92.551668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 92.557936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 93.575668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 93.581936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 94.599668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 94.605935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 95.623668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 95.629935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 96.647667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 96.653935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 97.671668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 97.677935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 98.695668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 98.701936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 99.719668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 99.725935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 100.743668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 100.749936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 101.767668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 101.773935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 102.791668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 102.797935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 103.815668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 103.821936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 104.839668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 104.845936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 105.863668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 105.869936] es8336 1-0010: ASoC: error at soc_component_write_no_lock on es8336.1-0010: -110
    [ 106.887671] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 106.893943] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 107.911668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 107.917936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 108.935668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 108.941936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 109.959667] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 109.965935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 110.983668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 110.989936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 112.007668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 112.013936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 113.031668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 113.037935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 114.055668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 114.061936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 115.079668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 115.085936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 116.103668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 116.109935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 117.127668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 117.133936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 118.151668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 118.157935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 119.175668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 119.181935] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 120.199668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 120.205936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 121.223668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 121.229936] es8336 1-0010: ASoC: error at soc_component_read_no_lock on es8336.1-0010: -110
    [ 122.247668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 122.253937] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 123.271668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 123.277935] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 124.295668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 124.301935] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 125.319668] i2c-phytium-platform 28030000.i2c: controller timed out
    [ 125.325935] es8336 1-0010: ASoC: error at snd_soc_component_update_bits on es8336.1-0010: -110
    [ 125.335468] cpu cpu0: EM: created perf domain
    [ 125.340308] cpu cpu2: EM: created perf domain
    [ 125.345191] cpu cpu3: EM: created perf domain
    [ 125.350302] of_cfs_init
    [ 125.352789] of_cfs_init: OK
    [ 125.355632] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 125.364663] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [ 125.373028] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 125.379590] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [ 125.383768] ALSA device list:
    [ 125.388214] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
    [ 125.391173] #0: phytium,e2000-i2s-audio
    [ 125.403026] uart-pl011 2800d000.uart: no DMA platform data
    [ 125.408535] Waiting 20 sec before mounting root device...
    [ 146.600105] VFS: Cannot open root device "sda2" or unknown-block(0,0): error -6
    [ 146.607439] Please append a correct "root=" boot option; here are the available partitions:
    [ 146.615822] 0100 4096 ram0
    [ 146.615825] (driver?)
    [ 146.621924] 0101 4096 ram1
    [ 146.621926] (driver?)
    [ 146.628030] 0102 4096 ram2
    [ 146.628032] (driver?)
    [ 146.634132] 0103 4096 ram3
    [ 146.634134] (driver?)
    [ 146.640232] 0104 4096 ram4
    [ 146.640234] (driver?)
    [ 146.646326] 0105 4096 ram5
    [ 146.646328] (driver?)
    [ 146.652425] 0106 4096 ram6
    [ 146.652427] (driver?)
    [ 146.658520] 0107 4096 ram7
    [ 146.658522] (driver?)
    [ 146.664624] 0108 4096 ram8
    [ 146.664625] (driver?)
    [ 146.670718] 0109 4096 ram9
    [ 146.670720] (driver?)
    [ 146.676820] 010a 4096 ram10
    [ 146.676822] (driver?)
    [ 146.683002] 010b 4096 ram11
    [ 146.683004] (driver?)
    [ 146.689189] 010c 4096 ram12
    [ 146.689191] (driver?)
    [ 146.695369] 010d 4096 ram13
    [ 146.695371] (driver?)
    [ 146.701555] 010e 4096 ram14
    [ 146.701557] (driver?)
    [ 146.707741] 010f 4096 ram15
    [ 146.707743] (driver?)
    [ 146.713927] 103:00000 125034840 nvme0n1
    [ 146.713929] (driver?)
    [ 146.720288] 103:00001 102400 nvme0n1p1 791aef16-96e2-4fd7-9213-922a45eb34d3
    [ 146.720290]
    [ 146.729252] 103:00002 16384 nvme0n1p2 b0545f7e-9bd2-4b56-bd1c-d7bd7d007a74
    [ 146.729254]
    [ 146.738217] 103:00003 124307582 nvme0n1p3 b2233158-ec92-4b77-9793-5f934c4d2db6
    [ 146.738219]
    [ 146.747181] 103:00004 605184 nvme0n1p4 28091f8b-4082-49c7-918d-1e5a77b6ae35
    [ 146.747182]
    [ 146.756154] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [ 146.764410] CPU: 1 PID: 1 Comm: swapper/0 Tainted: G S 5.10.209-phytium-embedded-v2.1 #1
    [ 146.773791] Hardware name: PHYTIUM LTD E2000/E2000, BIOS 0 Apr 30 2024
    [ 146.780307] Call trace:
    [ 146.782752] dump_backtrace+0x0/0x1c0
    [ 146.786407] show_stack+0x18/0x40
    [ 146.789714] dump_stack+0xe8/0x124
    [ 146.793107] panic+0x198/0x360
    [ 146.796154] mount_block_root+0x1c8/0x258
    [ 146.800154] mount_root+0x104/0x138
    [ 146.803633] prepare_namespace+0x130/0x170
    [ 146.807720] kernel_init_freeable+0x26c/0x298
    [ 146.812068] kernel_init+0x14/0x11c
    [ 146.815547] ret_from_fork+0x10/0x3c
    [ 146.819116] SMP: stopping secondary CPUs
    [ 146.823039] Kernel Offset: 0xa0000 from 0xffff800010000000
    [ 146.828513] PHYS_OFFSET: 0x80000000
    [ 146.831992] CPU features: 0x00240002,20802008
    [ 146.836337] Memory Limit: none
    [ 161.854445] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
zhuhonglei 负责人设置为weishanshan

这个问题是由于UEFI固件里的设备树太旧了,需要使用disk.img镜像里的设备树。
在grub启动界面或者/EFI/BOOT/grub.cfg文件中将命令改为:

menuentry "Buildroot" {
        devicetree /e2000q-miniitx-board.dtb
        linux /Image root=/dev/sda2 rootwait rw console=ttyAMA1,115200 cma=256M
}

应该就可以起来了。

你好, grub改成如下图后,Ctrl-x 或F10 保存重启时还是返回到grub界面,没启动,是哪里格式不对吗 ?
输入图片说明

在grub界面只改devicetree和linux命令:
输入图片说明
在EFI/BOOT/grub.cfg文件中进行修改是:

menuentry "Buildroot" {
        devicetree /e2000q-miniitx-board.dtb
        linux /Image root=/dev/sda2 rootwait rw console=ttyAMA1,115200 cma=256M
}

@Tangjt 使用weishanshan 提到的方法,是否解决了您的问题,系统可以启动了?

zhuhonglei 任务状态待办的 修改为进行中

@Tangjt 由于长时间没有你的回复,这个issue先关闭。

如果有进一步的问题,欢迎再提issue。

zhuhonglei 任务状态进行中 修改为已完成

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(5)
1
https://gitee.com/phytium_embedded/phytium-linux-buildroot.git
git@gitee.com:phytium_embedded/phytium-linux-buildroot.git
phytium_embedded
phytium-linux-buildroot
Phytium-Linux-buildroot

搜索帮助