-
Notifications
You must be signed in to change notification settings - Fork 94
Description
我使用的是 milkv mars 的开发板,在 JH7110_VisionFive2_6.6.y_devel 分支上通过build-rtthread-amp-sdk.sh 文件编译出来 amp相关内容,更新 spiflash 和SD 卡镜像后,运行linux出现以下错误:
Starting kernel ...
clk u0_mipitx_dphy_clk_txesc already disabled
[ 0.000000] Linux version 6.6.20+ (cys@cys-SER) (riscv64-buildroot-linux-gnu-gcc.br_real (Buildroot JH7110_VF2_515_v5.14.1) 12.2.0, GNU ld (GNU Binutils) 2.39) #1 SMP Sun Jul 13 23:53:35 CST 2025
[ 0.000000] Machine model: StarFive VisionFive 2 v1.3B
[ 0.000000] SBI specification v1.0 detected
[ 0.000000] SBI implementation ID=0x1 Version=0x10002
[ 0.000000] SBI TIME extension detected
[ 0.000000] SBI IPI extension detected
[ 0.000000] SBI RFENCE extension detected
[ 0.000000] SBI SRST extension detected
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000070000000, size 1536 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000070000000..0x00000000cfffffff (1572864 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000040000000..0x000000004007ffff (512 KiB) nomap non-reusable opensbi@40000000
[ 0.000000] OF: reserved mem: 0x0000000069c00000..0x000000006bbffffe (32767 KiB) map non-reusable xrpbuffer@f0000000
[ 0.000000] OF: reserved mem: 0x000000006ce00000..0x000000006e3fffff (22528 KiB) map non-reusable e24@c0000000
[ 0.000000] OF: reserved mem: 0x000000006e400000..0x000000006e7fffff (4096 KiB) map non-reusable rpmsg-shmem
[ 0.000000] OF: reserved mem: 0x000000006e800000..0x000000006fffffff (24576 KiB) map non-reusable rt@6e800000
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000004007ffff]
[ 0.000000] node 0: [mem 0x0000000040080000-0x000000023fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000023fffffff]
[ 0.000000] SBI HSM extension detected
[ 0.000000] CPU with hartid=0 is not available
[ 0.000000] CPU with hartid=4 is not available
[ 0.000000] Falling back to deprecated "riscv,isa"
[ 0.000000] riscv: base ISA extensions acdfim
[ 0.000000] riscv: ELF capabilities acdfim
[ 0.000000] percpu: Embedded 19 pages/cpu s39864 r8192 d29768 u77824
[ 0.000000] pcpu-alloc: s39864 r8192 d29768 u77824 alloc=19*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2
[ 0.000000] Kernel command line: console=tty1 console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2068480
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 6479372K/8388608K available (11573K kernel code, 5041K rwdata, 6144K rodata, 2213K init, 764K bss, 336372K reserved, 1572864K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=3, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=3.
[ 0.000000] rcu: RCU debug extended QS entry/exit.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=3
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] riscv-intc: 64 local interrupts mapped
[ 0.000000] plic: Invalid cpuid for context 8
[ 0.000000] plic: interrupt-controller@c000000: mapped 136 interrupts with 3 handlers for 9 contexts.
[ 0.000000] riscv: providing IPIs using SBI IPI extension
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 881590404240 ns
[ 0.000001] sched_clock: 64 bits at 4MHz, resolution 250ns, wraps every 2199023255500ns
[ 0.000247] Console: colour dummy device 80x25
[ 0.000258] printk: console [tty1] enabled
[ 0.000873] Calibrating delay loop (skipped), value calculated using timer frequency.. 8.00 BogoMIPS (lpj=40000)
[ 0.000902] pid_max: default: 32768 minimum: 301
[ 0.001190] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001336] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002307] CPU node for /cpus/cpu@0 exist but the possible cpu range is :0-2
[ 0.002409] CPU node for /cpus/cpu@4 exist but the possible cpu range is :0-2
[ 0.003603] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.003737] riscv: ELF compat mode unsupported
[ 0.003747] ASID allocator disabled (0 bits)
[ 0.003905] rcu: Hierarchical SRCU implementation.
[ 0.003922] rcu: Max phase no-delay instances is 1000.
[ 0.004222] EFI services will not be available.
[ 0.004530] smp: Bringing up secondary CPUs ...
[ 0.060074] cpu1: Ratio of byte access time to unaligned word access is 0.01, unaligned accesses are slow
[ 0.120106] cpu2: Ratio of byte access time to unaligned word access is 0.01, unaligned accesses are slow
[ 0.120243] smp: Brought up 1 node, 3 CPUs
[ 0.122585] devtmpfs: initialized
[ 0.130026] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.130065] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.169507] pinctrl core: initialized pinctrl subsystem
[ 0.170787] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.171615] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.171742] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.172191] thermal_sys: Registered thermal governor 'step_wise'
[ 0.172246] cpuidle: using governor menu
[ 0.230289] cpu0: Ratio of byte access time to unaligned word access is 0.01, unaligned accesses are slow
[ 0.230787] CCACHE: DataError @ 0x00000000.08040270
[ 0.230876] CCACHE: DataFail @ 0x00000000.0804005B
[ 0.230985] CCACHE: 8 banks, 16 ways, sets/bank=256, bytes/block=64
[ 0.231006] CCACHE: max_line=2047, 64 bytes/line, 131072 bytes/way
[ 0.231022] CCACHE: Index of the largest way enabled: 15
[ 0.231038] pL2CACHE_PMU: perfmon-counters: 64 for CPU 0
[ 0.231187] pL2CACHE_PMU: perfmon-counters: 64 for CPU 1
[ 0.231325] pL2CACHE_PMU: perfmon-counters: 64 for CPU 2
[ 0.237765] platform soc: Fixed dependency cycle(s) with /soc/interrupt-controller@c000000
[ 0.250391] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.250417] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.250435] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.250451] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.251702] SCSI subsystem initialized
[ 0.251911] libata version 3.00 loaded.
[ 0.252112] usbcore: registered new interface driver usbfs
[ 0.252153] usbcore: registered new interface driver hub
[ 0.252196] usbcore: registered new device driver usb
[ 0.252505] mc: Linux media interface: v0.10
[ 0.252569] videodev: Linux video capture interface: v2.00
[ 0.252997] Advanced Linux Sound Architecture Driver Initialized.
[ 0.253537] Bluetooth: Core ver 2.22
[ 0.253579] NET: Registered PF_BLUETOOTH protocol family
[ 0.253594] Bluetooth: HCI device and connection manager initialized
[ 0.253616] Bluetooth: HCI socket layer initialized
[ 0.253635] Bluetooth: L2CAP socket layer initialized
[ 0.253663] Bluetooth: SCO socket layer initialized
[ 0.254165] vgaarb: loaded
[ 0.254482] clocksource: Switched to clocksource riscv_clocksource
[ 0.254805] FS-Cache: Loaded
[ 0.264013] NET: Registered PF_INET protocol family
[ 0.265072] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.276802] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.277008] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.277045] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.277876] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes, linear)
[ 0.284710] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.285005] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)
[ 0.285552] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linear)
[ 0.286270] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.286939] RPC: Registered named UNIX socket transport module.
[ 0.286962] RPC: Registered udp transport module.
[ 0.286977] RPC: Registered tcp transport module.
[ 0.286991] RPC: Registered tcp-with-tls transport module.
[ 0.287006] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.288541] PCI: CLS 0 bytes, default 64
[ 0.288977] Unpacking initramfs...
[ 0.289788] Initialise system trusted keyrings
[ 0.290057] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[ 0.290625] NFS: Registering the id_resolver key type
[ 0.290668] Key type id_resolver registered
[ 0.290684] Key type id_legacy registered
[ 0.290718] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.290737] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.290777] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.290812] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.291040] fuse: init (API version 7.39)
[ 0.369303] NET: Registered PF_ALG protocol family
[ 0.369368] Key type asymmetric registered
[ 0.369385] Asymmetric key parser 'x509' registered
[ 0.369481] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.369505] io scheduler mq-deadline registered
[ 0.369526] io scheduler kyber registered
[ 0.369594] io scheduler bfq registered
[ 0.449080] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 0.455644] random: crng init done
[ 0.472185] loop: module loaded
[ 0.475308] spi-nor spi0.0: gd25lq128d (16384 Kbytes)
[ 0.631136] Initramfs unpacking failed: invalid magic at start of compressed archive
[ 0.650656] Freeing initrd memory: 15008K
[ 0.656377] 4 fixed-partitions partitions found on MTD device 13010000.spi.0
[ 0.656420] Creating 4 MTD partitions on "13010000.spi.0":
[ 0.656448] 0x000000000000-0x000000080000 : "spl"
[ 0.658052] 0x0000000f0000-0x000000100000 : "uboot-env"
[ 0.659466] 0x000000100000-0x000000500000 : "uboot"
[ 0.660882] 0x000000600000-0x000001000000 : "reserved-data"
[ 0.665065] CAN device driver interface
[ 0.666222] starfive-dwmac 16030000.ethernet: User ID: 0x41, Synopsys ID: 0x52
[ 0.666264] starfive-dwmac 16030000.ethernet: DWMAC4/5
[ 0.666288] starfive-dwmac 16030000.ethernet: DMA HW capability register supported
[ 0.666316] starfive-dwmac 16030000.ethernet: RX Checksum Offload Engine supported
[ 0.666343] starfive-dwmac 16030000.ethernet: Wake-Up On Lan supported
[ 0.666436] starfive-dwmac 16030000.ethernet: TSO supported
[ 0.666461] starfive-dwmac 16030000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 0.666490] starfive-dwmac 16030000.ethernet: Enabled L3L4 Flow TC (entries=1)
[ 0.666521] starfive-dwmac 16030000.ethernet: Enabled RFS Flow TC (entries=10)
[ 0.666550] starfive-dwmac 16030000.ethernet: TSO feature enabled
[ 0.666573] starfive-dwmac 16030000.ethernet: Using 40/40 bits DMA host/device width
[ 0.673709] Intel(R) Wireless WiFi driver for Linux
[ 0.676101] usbcore: registered new interface driver uas
[ 0.676161] usbcore: registered new interface driver usb-storage
[ 0.678005] starfive-rtc 17040000.rtc: registered as rtc0
[ 0.678050] starfive-rtc 17040000.rtc: setting system clock to 2001-10-20T04:09:22 UTC (1003550962)
[ 0.678184] i2c_dev: i2c /dev entries driver
[ 0.678605] Error: Driver 'imx219' is already registered, aborting...
[ 0.678701] usbcore: registered new interface driver uvcvideo
[ 0.681560] sdhci: Secure Digital Host Controller Interface driver
[ 0.681586] sdhci: Copyright(c) Pierre Ossman
[ 0.681636] Synopsys Designware Multimedia Card Interface Driver
[ 0.681969] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.683324] clocksource: jh7110-timer.ch0: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.683490] clocksource: jh7110-timer.ch1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.683647] clocksource: jh7110-timer.ch2: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.683798] clocksource: jh7110-timer.ch3: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.684289] usbcore: registered new interface driver usbhid
[ 0.684313] usbhid: USB HID core driver
[ 0.684604] SPI driver st-accel-spi has no spi_device_id for st,lis302dl-spi
[ 0.684631] SPI driver st-accel-spi has no spi_device_id for st,lis3lv02dl-accel
[ 0.684658] SPI driver st-accel-spi has no spi_device_id for st,lis3dh-accel
[ 0.684680] SPI driver st-accel-spi has no spi_device_id for st,lsm330d-accel
[ 0.684702] SPI driver st-accel-spi has no spi_device_id for st,lsm330dl-accel
[ 0.684728] SPI driver st-accel-spi has no spi_device_id for st,lsm330dlc-accel
[ 0.684754] SPI driver st-accel-spi has no spi_device_id for st,lis331dlh-accel
[ 0.684780] SPI driver st-accel-spi has no spi_device_id for st,lsm330-accel
[ 0.684801] SPI driver st-accel-spi has no spi_device_id for st,lsm303agr-accel
[ 0.684828] SPI driver st-accel-spi has no spi_device_id for st,lis2dh12-accel
[ 0.684854] SPI driver st-accel-spi has no spi_device_id for st,lng2dm-accel
[ 0.684875] SPI driver st-accel-spi has no spi_device_id for st,h3lis331dl-accel
[ 0.684901] SPI driver st-accel-spi has no spi_device_id for st,lis331dl-accel
[ 0.684930] SPI driver st-accel-spi has no spi_device_id for st,lsm303c-accel
[ 0.685197] riscv-pmu-sbi: SBI PMU extension is available
[ 0.685241] riscv-pmu-sbi: 16 firmware and 4 hardware counters
[ 0.685263] riscv-pmu-sbi: Perf sampling/filtering is not supported as sscof extension is not available
[ 0.685667] usbcore: registered new interface driver snd-usb-audio
[ 0.694318] NET: Registered PF_INET6 protocol family
[ 0.695694] Segment Routing with IPv6
[ 0.695749] In-situ OAM (IOAM) with IPv6
[ 0.695886] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.696515] NET: Registered PF_PACKET protocol family
[ 0.696541] can: controller area network core
[ 0.696664] NET: Registered PF_CAN protocol family
[ 0.696690] can: raw protocol
[ 0.696712] can: broadcast manager protocol
[ 0.696738] can: netlink gateway - max_hops=1
[ 0.696967] Bluetooth: RFCOMM TTY layer initialized
[ 0.697002] Bluetooth: RFCOMM socket layer initialized
[ 0.697047] Bluetooth: RFCOMM ver 1.11
[ 0.697078] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 0.697099] Bluetooth: BNEP filters: protocol multicast
[ 0.697126] Bluetooth: BNEP socket layer initialized
[ 0.697218] lib80211: common routines for IEEE802.11 drivers
[ 0.697241] lib80211_crypt: registered algorithm 'NULL'
[ 0.697262] lib80211_crypt: registered algorithm 'WEP'
[ 0.697282] lib80211_crypt: registered algorithm 'CCMP'
[ 0.697309] lib80211_crypt: registered algorithm 'TKIP'
[ 0.697373] 9pnet: Installing 9P2000 support
[ 0.697463] Key type dns_resolver registered
[ 0.697536] start plist test
[ 0.703436] end plist test
[ 0.717620] Loading compiled-in X.509 certificates
[ 0.753439] @@ dev ptr:ffffffd8c08a0400/1500/1
[ 0.753794] PVR_K: 1: Read BVNC 36.50.54.182 from HW device registers
[ 0.753858] PVR_K: 1: RGX Device registered BVNC 36.50.54.182 with 1 core in the system
[ 0.759341] PVR_K: 1: RGX Firmware image 'rgx.fw.36.50.54.182' loaded
[ 0.763515] PVR_K: 1: Shader binary image 'rgx.sh.36.50.54.182' loaded
[ 0.766623] [drm] Initialized pvr 1.19.6345021 20170530 for 18000000.gpu on minor 0
[ 0.767231] pl08xdmac 16008000.dma-controller: initialized 8 virtual memcpy channels
[ 0.767284] pl08xdmac 16008000.dma-controller: initialized 16 virtual slave channels
[ 0.769031] debugfs: Directory '16008000.dma-controller' with parent 'dmaengine' already present!
[ 0.769078] pl08xdmac 16008000.dma-controller: DMA: PL080 rev0 at 0x16008000 irq 38
[ 0.770089] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.770624] starfive-jh7110-sys-pinctrl 13040000.pinctrl: StarFive GPIO chip registered 64 GPIOs
[ 0.771753] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation.
[ 0.772031] starfive-jh7110-aon-pinctrl 17020000.pinctrl: StarFive GPIO chip registered 4 GPIOs
[ 0.772926] pcie-starfive 940000000.pcie: host bridge /soc/pcie@940000000 ranges:
[ 0.773000] pcie-starfive 940000000.pcie: MEM 0x0030000000..0x0037ffffff -> 0x0030000000
[ 0.773047] pcie-starfive 940000000.pcie: MEM 0x0900000000..0x093fffffff -> 0x0900000000
[ 1.004500] pcie-starfive 940000000.pcie: port link up
[ 1.005759] pcie-starfive 940000000.pcie: PCI host bridge to bus 0000:00
[ 1.005791] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.005817] pci_bus 0000:00: root bus resource [mem 0x30000000-0x37ffffff]
[ 1.005844] pci_bus 0000:00: root bus resource [mem 0x900000000-0x93fffffff pref]
[ 1.005904] pci 0000:00:00.0: [1556:1111] type 01 class 0x060400
[ 1.005996] pci 0000:00:00.0: supports D1 D2
[ 1.006020] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.009133] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.009301] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.009357] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.009507] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.009560] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[ 1.009811] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.009858] pci 0000:00:00.0: BAR 8: assigned [mem 0x30000000-0x300fffff]
[ 1.009890] pci 0000:01:00.0: BAR 0: assigned [mem 0x30000000-0x30000fff 64bit]
[ 1.009935] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.009960] pci 0000:00:00.0: bridge window [mem 0x30000000-0x300fffff]
[ 1.010082] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.010117] pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.010427] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.010470] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.010907] xhci_hcd 0000:01:00.0: hcc params 0x002841ea hci version 0x100 quirks 0x0000000000000890
[ 1.011529] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.011565] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.011603] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.012423] hub 1-0:1.0: USB hub found
[ 1.012486] hub 1-0:1.0: 1 port detected
[ 1.013628] hub 2-0:1.0: USB hub found
[ 1.013691] hub 2-0:1.0: 4 ports detected
[ 1.020565] dw_axi_dmac_platform 16050000.dma-controller: DesignWare AXI DMA Controller, 4 channels
[ 1.021675] printk: console [ttyS0] disabled
[ 1.042273] 10000000.serial: ttyS0 at MMIO 0x10000000 (irq = 55, base_baud = 1500000) is a 16550A
[ 1.042349] printk: console [ttyS0] enabled
[ 2.824563] jh7110-crypto 16000000.crypto: will run requests pump with realtime priority
[ 2.835552] dwmmc_starfive 16020000.mmc: IDMAC supports 32-bit address mode.
[ 2.835611] ssp-pl022 10060000.spi: ARM PL022 driver, device ID: 0x00041022
[ 2.842633] dwmmc_starfive 16020000.mmc: Using internal DMA controller.
[ 2.849609] ssp-pl022 10060000.spi: mapped registers from 0x0000000010060000 to 00000000f3fab925
[ 2.856204] dwmmc_starfive 16020000.mmc: Version ID is 290a
[ 2.870670] dwmmc_starfive 16020000.mmc: DW MMC controller at irq 59,32 bit host data width,32 deep fifo
[ 2.874669] ssp-pl022 10060000.spi: Requested frequency: 10000000 Hz is unsupported,select by default 8250000 Hz
[ 2.880364] mmc_host mmc1: card is polling.
[ 2.890779] ssp-pl022 10060000.spi: will use autosuspend for runtime pm, delay 100ms
[ 2.903975] seeed_panel 2-0045: Unknown Atmel firmware revision: 0x00
[ 2.910718] tinker_ft5406 2-0038: Address = 0x38
[ 2.915398] tinker_ft5406 2-0038: width = 800, height = 480, reverse = 1
[ 2.922250] tinker_ft5406 2-0038: i2c read error, -121
[ 2.927445] tinker_ft5406 2-0038: Checking touch ic failed
[ 2.932945] tinker_ft5406: probe of 2-0038 failed with error -121
[ 2.939365] Goodix-TS 2-0014: supply AVDD28 not found, using dummy regulator
[ 2.946582] Goodix-TS 2-0014: supply VDDIO not found, using dummy regulator
[ 3.064532] usb usb2-port2: over-current condition
[ 3.069520] Goodix-TS 2-0014: Error reading 1 bytes from 0x8140: -121
[ 3.094504] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 3.114514] mmc_host mmc1: Bus speed (slot 0) = 49500000Hz (slot req 400000Hz, actual 399193HZ div = 62)
[ 3.114643] Goodix-TS 2-0014: Error reading 1 bytes from 0x8140: -121
[ 3.164835] Goodix-TS 2-0014: I2C communication failure: -121
[ 3.170767] Goodix-TS: probe of 2-0014 failed with error -121
[ 3.177111] starfive_jadard 2-0019: no 4lane connect!!!!
[ 3.183562] axp20x-i2c 5-0036: AXP20x variant AXP15060 found
[ 3.192771] axp20x-i2c 5-0036: AXP20X driver loaded
[ 3.199177] imx219 6-0010: supply VANA not found, using dummy regulator
[ 3.205996] imx219 6-0010: supply VDIG not found, using dummy regulator
[ 3.212697] imx219 6-0010: supply VDDL not found, using dummy regulator
[ 3.227080] imx219 6-0010: Error reading reg 0x 0: -121
[ 3.232512] imx219 6-0010: failed to read chip id 219
[ 3.237849] imx219: probe of 6-0010 failed with error -121
[ 3.243699] imx708 6-001a: supply VANA1 not found, using dummy regulator
[ 3.250609] imx708 6-001a: supply VANA2 not found, using dummy regulator
[ 3.257460] imx708 6-001a: supply VDIG not found, using dummy regulator
[ 3.264166] imx708 6-001a: supply VDDL not found, using dummy regulator
[ 3.280162] imx708 6-001a: failed to read chip id 708, with error -5
[ 3.286817] imx708: probe of 6-001a failed with error -5
[ 3.292444] ov4689 6-0036: supply DOVDD not found, using dummy regulator
[ 3.299357] ov4689 6-0036: supply AVDD not found, using dummy regulator
[ 3.306133] ov4689 6-0036: supply DVDD not found, using dummy regulator
[ 3.313119] ov4689 6-0036: ov4689_read_reg: error: reg=300a
[ 3.318762] ov4689 6-0036: ov4689_check_chip_id: failed to read chip identifier
[ 3.326383] ov4689: probe of 6-0036 failed with error -121
[ 3.332069] sf-mipi-dphy-tx 295e0000.mipi-dphy: sf_dphy_probe begin
[ 3.338421] sf-mipi-dphy-tx 295e0000.mipi-dphy: ===> sf_dphy_probe enter, 442
[ 3.345902] sf-mipi-dphy-tx 295e0000.mipi-dphy: control ECO
[ 3.351571] sf-mipi-dphy-tx 295e0000.mipi-dphy: supply mipi_1p8 not found, using dummy regulator
[ 3.360629] hub 1-1:1.0: USB hub found
[ 3.360717] sf-mipi-dphy-tx 295e0000.mipi-dphy: sf_dphy_probe end
[ 3.370554] hub 1-1:1.0: 4 ports detected
[ 3.370946] cdns-dsi 295d0000.mipi: dsi_sys_clk = 297000000
[ 3.380608] cdns-dsi 295d0000.mipi: starfive dsi bind end
[ 3.390062] dwmmc_starfive 16010000.mmc: IDMAC supports 32-bit address mode.
[ 3.390700] jh7110-vin 19800000.vin_sysctl: stfcamss probe enter!
[ 3.397177] dwmmc_starfive 16010000.mmc: Using internal DMA controller.
[ 3.404586] jh7110-vin 19800000.vin_sysctl: stfcamss probe success!
[ 3.409879] dwmmc_starfive 16010000.mmc: Version ID is 290a
[ 3.416377] of_cfs_init
[ 3.421689] mmc_host mmc1: Bus speed (slot 0) = 49500000Hz (slot req 50000000Hz, actual 49500000HZ div = 0)
[ 3.421709] dwmmc_starfive 16010000.mmc: DW MMC controller at irq 82,32 bit host data width,32 deep fifo
[ 3.421959] mmc_host mmc0: card is non-removable.
[ 3.424122] of_cfs_init: OK
[ 3.433879] mmc1: new high speed SDHC card at address 1234
[ 3.443352] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 3.448808] mmcblk1: mmc1:1234 SA16G 14.5 GiB
[ 3.465213] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.474833] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 3.482152] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 3.490783] cfg80211: failed to load regulatory.db
[ 3.634582] mmc_host mmc0: Bus speed (slot 0) = 49500000Hz (slot req 400000Hz, actual 399193HZ div = 62)
[ 3.684625] usb usb2-port2: over-current condition
[ 3.854976] clk: Disabling unused clocks
[ 3.865518] starfive display-subsystem: bound 29400000.dc8200 (ops 0xffffffff810a83a0)
[ 3.873514] innohdmi-starfive 29590000.hdmi: inno hdmi bind begin
[ 3.881580] innohdmi-starfive 29590000.hdmi: [drm:inno_hdmi_bind] registered Inno HDMI I2C bus driver success
[ 3.891756] innohdmi-starfive 29590000.hdmi: HDMI&AUDIO register done.
[ 3.898308] innohdmi-starfive 29590000.hdmi: inno hdmi bind end
[ 3.904227] starfive display-subsystem: bound 29590000.hdmi (ops 0xffffffff810a9210)
[ 3.911986] vs-simple-encoder dsi-output: encoder_bind begin
[ 3.917695] no panel, -517
[ 3.920407] vs-simple-encoder dsi-output: encoder_bind error
[ 3.926076] starfive display-subsystem: bound dsi-output (ops 0xffffffff810a8e58)
[ 3.934007] [drm] Initialized starfive 1.0.0 20191101 for display-subsystem on minor 1
[ 3.941992] starfive display-subsystem: [drm] Cannot find any crtc or sizes
[ 3.949139] ALSA device list:
[ 3.952111] #0: Starfive-PWMDAC-Sound-Card
[ 3.956793] starfive display-subsystem: [drm] Cannot find any crtc or sizes
[ 3.963773] starfive display-subsystem: [drm] Cannot find any crtc or sizes
[ 3.972276] Freeing unused kernel image (initmem) memory: 2212K
[ 3.978298] Run /init as init process
[ 3.981961] with arguments:
[ 3.984939] /init
[ 3.987213] with environment:
[ 3.990353] HOME=/
[ 3.992714] TERM=linux
[ 4.084573] mmc_host mmc0: Bus speed (slot 0) = 49500000Hz (slot req 300000Hz, actual 298192HZ div = 83)
[ 4.544577] mmc_host mmc0: Bus speed (slot 0) = 49500000Hz (slot req 200000Hz, actual 199596HZ div = 124)
[ 5.014556] mmc_host mmc0: Bus speed (slot 0) = 49500000Hz (slot req 100000Hz, actual 99798HZ div = 248)
[ 5.280059] mmc0: Failed to initialize a non-removable card
[ 14.575156] /dev/mmcblk1p4: Can't lookup blockdev
[ 14.585637] /dev/mmcblk1p4: Can't lookup blockdev
[ 14.590439] /dev/mmcblk1p4: Can't lookup blockdev
[ 14.595417] /dev/mmcblk1p4: Can't lookup blockdev
[ 14.600240] /dev/mmcblk1p4: Can't lookup blockdev
mount: mounting /dev/mmcblk1p4 on /rootfs/ failed: No such file or directory
mknod: /rootfs/dev/console: No such file or directory
mknod: /rootfs/dev/null: No such file or di[ 14.619073] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
rectory
mount: [ 14.627916] CPU: 2 PID: 1 Comm: init Tainted: G T 6.6.20+ #1
mounting /proc o[ 14.636325] Hardware name: StarFive VisionFive 2 v1.3B (DT)
n /rootfs/proc f[ 14.643270] Call Trace:
ailed: No such f[ 14.647094] [] dump_backtrace+0x1c/0x24
ile or directory[ 14.653865] [] show_stack+0x2c/0x38
mount: mountin[ 14.660290] [] dump_stack_lvl+0x3c/0x54
g /sys on /rootf[ 14.667062] [] dump_stack+0x14/0x1c
s/sys failed: No[ 14.673488] [] panic+0xfa/0x292
such file or di[ 14.679567] [] do_exit+0x782/0x788
rectory
mount: [ 14.685906] [] do_group_exit+0x28/0x74
mounting /run on[ 14.692592] [] __wake_up_parent+0x0/0x24
/rootfs/run fai[ 14.699451] [] do_trap_ecall_u+0xbe/0x130
led: No such fil[ 14.706396] [] ret_from_exception+0x0/0x64
e or directory
[ 14.713430] SMP: stopping secondary CPUs
mount: mounting [ 14.718735] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 ]---
请问这个是什么问题,谢谢