一、前提:
1、uboot中可以ping通ubuntu服务器
2、Ubuntu中已经搭建好nfs服务,且将路径配置好
3、ubuntu使用的版本为,正点原子提供的虚拟机,版本为 ubuntu 18、ubuntu 22 都测试过
4、可以在正常eMMC进入系统的时候,可以使用mount指令挂载到虚拟机中的nfs路径
5、确认bootargs的参数都正常
- root=/dev/nfs nfsroot=192.168.6.137:/home/alientek/ATK-DLMP135/nfs/rootfs,proto=tcp rw ip=192.168.6.41:192.168.6.137:192.168.6.1:255.255.255.0::eth1:off console=ttySTM0,115200
复制代码 二、挂载rootfs的报错信息提示:
- <font _mstmutation="1">[ 3.819621] input: gpio-keys as /devices/platform/gpio-keys/input/input0
- [ 4.032391] stm32-dwmac 5800e000.eth2 eth1: PHY [stmmac-1:02] driver [YT8531 Gigabit Ethernet] (irq=POLL)
- [ 4.041360] stm32-dwmac 5800e000.eth2 eth1: Register MEM_TYPE_PAGE_POOL RxQ-0
- [ 4.058819] dwmac4: Master AXI performs any burst length
- [ 4.063037] stm32-dwmac 5800e000.eth2 eth1: No Safety Features support found
- [ 4.069876] stm32-dwmac 5800e000.eth2 eth1: IEEE 1588-2008 Advanced Timestamp supported
- [ 4.078104] stm32-dwmac 5800e000.eth2 eth1: registered PTP clock
- [ 4.084254] stm32-dwmac 5800e000.eth2 eth1: configuring for phy/rgmii-id link mode
- [ 7.203445] stm32-dwmac 5800e000.eth2 eth1: Link is Up - 1Gbps/Full - flow control rx/tx
- [ 7.240975] IP-Config: Complete:
- [ 7.242877] device=eth1, hwaddr=4e:a4:35:d9:43:43, ipaddr=192.168.6.41, mask=255.255.255.0, gw=192.168.6.1
- [ 7.253214] host=192.168.6.41, domain=, nis-domain=(none)
- [ 7.258715] bootserver=192.168.6.137, rootserver=192.168.6.137, rootpath=
- [ 7.259905] ALSA device list:
- [ 7.269135] #0: STM32MP1-DK
- [ 7.274588] Freeing unused kernel image (initmem) memory: 1024K
- [ 7.291232] Run /init as init process
- Starting version 250.4-1-gc3aead5+
- root '/dev/nfs' doesn't exist or does not contain a /dev.</font>
复制代码 三、内核驱动配置项文件内容
四、完整开机log
- <font _mstmutation="1">U-Boot 2021.10-stm32mp-r1 (Mar 25 2023 - 10:16:17 +0800)
- CPU: STM32MP135D Rev.Y
- Model: STM32MP135D-ATK Discovery Board
- Board: stm32mp1 in trusted mode (st,stm32mp135d-atk)
- DRAM: 512 MiB
- optee optee: OP-TEE: revision 3.16 (72845af2)
- Clocks:
- - MPU : 1000 MHz
- - AXI : 266.500 MHz
- - PER : 24 MHz
- - DDR : 533 MHz
- WDT: Started with servicing (32s timeout)
- NAND: 0 MiB
- MMC: STM32 SD/MMC: 0, STM32 SD/MMC: 1
- Loading Environment from MMC... *** Warning - bad CRC, using default environment
- In: serial
- Out: serial
- Err: serial
- invalid MAC address 0 in OTP 00:00:00:00:00:00
- Net:
- Error: eth2@5800e000 address not set.
- Error: eth1@5800a000 address not set.
- Error: eth1@5800a000 address not set.
- Error: eth2@5800e000 address not set.
- No ethernet found.
- lcd_id = 07
- Hit any key to stop autoboot: 0
- Boot over mmc1!
- Saving Environment to MMC... Writing to redundant MMC(1)... OK
- switch to partitions #0, OK
- mmc1(part 0) is current device
- 261192 bytes read in 15 ms (16.6 MiB/s)
- Scanning mmc 1:4...
- Found U-Boot script /boot.scr.uimg
- 3837 bytes read in 9 ms (416 KiB/s)
- ## Executing script at c4100000
- Executing SCRIPT on target=mmc1
- FOUND /mmc1_extlinux/stm32mp135d-atk_extlinux.conf
- Saving Environment to MMC... Writing to MMC(1)... OK
- switch to partitions #0, OK
- mmc1(part 0) is current device
- 261192 bytes read in 14 ms (17.8 MiB/s)
- Scanning mmc 1:4...
- Found /mmc1_extlinux/stm32mp135d-atk_extlinux.conf
- Retrieving file: /mmc1_extlinux/stm32mp135d-atk_extlinux.conf
- 957 bytes read in 9 ms (103.5 KiB/s)
- Select the boot mode
- 1: stm32mp135d-atk
- 2: stm32mp135d-atk-hdmi
- 3: stm32mp135d-atk-wifi-bluetooth
- 4: stm32mp135d-atk-nfs
- Enter choice: 4: stm32mp135d-atk-nfs
- Retrieving file: /uInitrd
- 4588714 bytes read in 107 ms (40.9 MiB/s)
- Retrieving file: /uImage
- 7848600 bytes read in 177 ms (42.3 MiB/s)
- append: root=/dev/nfs nfsroot=192.168.6.137:/home/alientek/ATK-DLMP135/nfs/rootfs,proto=tcp rw ip=192.168.6.41:192.168.6.137:192.168.6.1:2 55.255.255.0::eth1:off console=ttySTM0,115200
- Retrieving file: /stm32mp135d-atk-wifi-bluetooth.dtb
- 46880 bytes read in 10 ms (4.5 MiB/s)
- ## Booting kernel from Legacy Image at c2000000 ...
- Image Name: Linux-5.15.24
- Created: 2024-10-17 8:21:24 UTC
- Image Type: ARM Linux Kernel Image (uncompressed)
- Data Size: 7848536 Bytes = 7.5 MiB
- Load Address: c2000040
- Entry Point: c2000040
- Verifying Checksum ... OK
- ## Flattened Device Tree blob at c4000000
- Booting using the fdt blob at 0xc4000000
- XIP Kernel Image
- Loading Ramdisk to cfb9f000, end cffff4aa ... OK
- Loading Device Tree to cfb90000, end cfb9e71f ... OK
- Starting kernel ...
- [ 0.000000] Booting Linux on physical CPU 0x0
- [ 0.000000] Linux version 5.15.24 (alientek@ubuntu) (arm-none-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 10.3-20 21.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 PRE EMPT Thu Oct 17 16:16:53 CST 2024
- [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
- [ 0.000000] CPU: div instructions available: patching division code
- [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
- [ 0.000000] OF: fdt: Machine model: STM32MP135D-ATK Discovery Board
- [ 0.000000] Memory policy: Data cache writeback
- [ 0.000000] cma: Reserved 128 MiB at 0xd4800000
- [ 0.000000] Zone ranges:
- [ 0.000000] Normal [mem 0x00000000c0000000-0x00000000dcffffff]
- [ 0.000000] HighMem [mem 0x00000000dd000000-0x00000000dfffffff]
- [ 0.000000] Movable zone start for each node
- [ 0.000000] Early memory node ranges
- [ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000dcbfffff]
- [ 0.000000] node 0: [mem 0x00000000dcc00000-0x00000000dcfeffff]
- [ 0.000000] node 0: [mem 0x00000000dcff0000-0x00000000dcffffff]
- [ 0.000000] node 0: [mem 0x00000000dd000000-0x00000000dfffffff]
- [ 0.000000] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000dfffffff]
- [ 0.000000] psci: probing for conduit method from DT.
- [ 0.000000] psci: PSCIv1.0 detected in firmware.
- [ 0.000000] psci: Using standard PSCI v0.2 function IDs
- [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
- [ 0.000000] psci: SMC Calling Convention v1.1
- [ 0.000000] CPU: All CPU(s) started in SVC mode.
- [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130028
- [ 0.000000] Kernel command line: root=/dev/nfs nfsroot=192.168.6.137:/home/alientek/ATK-DLMP135/nfs/rootfs,proto=tcp rw ip=192.168.6.41 :192.168.6.137:192.168.6.1:255.255.255.0::eth1:off console=ttySTM0,115200
- [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
- [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
- [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
- [ 0.000000] Memory: 311184K/524288K available (12288K kernel code, 1226K rwdata, 3192K rodata, 1024K init, 197K bss, 82032K reserved, 1 31072K cma-reserved, 0K highmem)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
- [ 0.000000] trace event string verifier disabled
- [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
- [ 0.000000] rcu: RCU event tracing is enabled.
- [ 0.000000] Trampoline variant of Tasks RCU enabled.
- [ 0.000000] Tracing variant of Tasks RCU enabled.
- [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
- [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
- [ 0.000000] random: get_random_bytes called from start_kernel+0x330/0x4f8 with crng_init=0
- [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
- [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
- [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
- [ 0.000020] Switching to timer-based delay loop, resolution 41ns
- [ 0.000641] Console: colour dummy device 80x30
- [ 0.000707] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
- [ 0.000730] pid_max: default: 32768 minimum: 301
- [ 0.000857] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
- [ 0.000879] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
- [ 0.001893] CPU: Testing write buffer coherency: ok
- [ 0.003003] Setting up static identity map for 0xc0100000 - 0xc0100060
- [ 0.003185] rcu: Hierarchical SRCU implementation.
- [ 0.004492] devtmpfs: initialized
- [ 0.014834] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
- [ 0.015131] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
- [ 0.015169] futex hash table entries: 256 (order: -1, 3072 bytes, linear)
- [ 0.020931] pinctrl core: initialized pinctrl subsystem
- [ 0.022368] NET: Registered PF_NETLINK/PF_ROUTE protocol family
- [ 0.024436] DMA: preallocated 256 KiB pool for atomic coherent allocations
- [ 0.025559] thermal_sys: Registered thermal governor 'step_wise'
- [ 0.025855] cpuidle: using governor menu
- [ 0.026074] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
- [ 0.026098] hw-breakpoint: maximum watchpoint size is 8 bytes.
- [ 0.026394] Serial: AMBA PL011 UART driver
- [ 0.029018] stm32-pm-domain pm_domain: domain core-ret-power-domain registered
- [ 0.029065] stm32-pm-domain pm_domain: subdomain core-power-domain registered
- [ 0.029079] stm32-pm-domain pm_domain: domains probed
- [ 0.041548] /soc/interrupt-controller@5000d000: bank0
- [ 0.041596] /soc/interrupt-controller@5000d000: bank1
- [ 0.041614] /soc/interrupt-controller@5000d000: bank2
- [ 0.056318] platform panel-rgb: Fixing up cyclic dependency with 5a001000.display-controller
- [ 0.066425] Kprobes globally optimized
- [ 0.076209] SCSI subsystem initialized
- [ 0.076852] usbcore: registered new interface driver usbfs
- [ 0.076925] usbcore: registered new interface driver hub
- [ 0.076987] usbcore: registered new device driver usb
- [ 0.077393] pps_core: LinuxPPS API ver. 1 registered
- [ 0.077411] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
- [ 0.077441] PTP clock support registered
- [ 0.077679] EDAC MC: Ver: 3.0.0
- [ 0.079085] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.080940] clocksource: Switched to clocksource arch_sys_counter
- [ 0.145276] NET: Registered PF_INET protocol family
- [ 0.145484] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
- [ 0.146555] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
- [ 0.146613] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
- [ 0.146668] TCP bind hash table entries: 4096 (order: 2, 16384 bytes, linear)
- [ 0.146716] TCP: Hash tables configured (established 4096 bind 4096)
- [ 0.146844] UDP hash table entries: 256 (order: 0, 4096 bytes, linear)
- [ 0.146879] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear)
- [ 0.147087] NET: Registered PF_UNIX/PF_LOCAL protocol family
- [ 0.151255] RPC: Registered named UNIX socket transport module.
- [ 0.151291] RPC: Registered udp transport module.
- [ 0.151301] RPC: Registered tcp transport module.
- [ 0.151310] RPC: Registered tcp NFSv4.1 backchannel transport module.
- [ 0.151695] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
- [ 0.153103] Initialise system trusted keyrings
- [ 0.153559] workingset: timestamp_bits=14 max_order=17 bucket_order=3
- [ 0.160277] squashfs: version 4.0 (2009/01/31) Phillip Lougher
- [ 0.161158] Trying to unpack rootfs image as initramfs...
- [ 0.181569] NFS: Registering the id_resolver key type
- [ 0.181632] Key type id_resolver registered
- [ 0.181644] Key type id_legacy registered
- [ 0.181779] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
- [ 0.181810] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
- [ 0.181820] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
- [ 0.182628] ntfs: driver 2.1.32 [Flags: R/O].
- [ 0.182864] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
- [ 0.191247] fuse: init (API version 7.34)
- [ 0.192170] NET: Registered PF_ALG protocol family
- [ 0.192210] Key type asymmetric registered
- [ 0.192221] Asymmetric key parser 'x509' registered
- [ 0.192343] bounce: pool size: 64 pages
- [ 0.192422] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
- [ 0.192439] io scheduler mq-deadline registered
- [ 0.192450] io scheduler kyber registered
- [ 0.203196] STM32 USART driver initialized
- [ 0.264477] brd: module loaded
- [ 0.281713] loop: module loaded
- [ 0.285636] CAN device driver interface
- [ 0.286899] PPP generic driver version 2.4.2
- [ 0.301048] PPP BSD Compression module registered
- [ 0.301076] PPP Deflate Compression module registered
- [ 0.301096] PPP MPPE Compression module registered
- [ 0.301107] NET: Registered PF_PPPOX protocol family
- [ 0.301223] GobiNet: Quectel_Linux&Android_GobiNet_Driver_V1.6.1
- [ 0.301308] usbcore: registered new interface driver GobiNet
- [ 0.302083] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 0.302140] ehci-platform: EHCI generic platform driver
- [ 0.302345] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 0.302382] ohci-platform: OHCI generic platform driver
- [ 0.302956] usbcore: registered new interface driver cdc_acm
- [ 0.302976] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
- [ 0.303043] usbcore: registered new interface driver usb-storage
- [ 0.303164] usbcore: registered new interface driver usbserial_generic
- [ 0.303209] usbserial: USB Serial support registered for generic
- [ 0.303252] usbcore: registered new interface driver option
- [ 0.303283] usbserial: USB Serial support registered for GSM modem (1-port)
- [ 0.303837] i2c_dev: i2c /dev entries driver
- [ 0.311140] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
- [ 0.311714] stm32-cpufreq stm32-cpufreq: OPP-v2 not supported
- [ 0.312552] sdhci: Secure Digital Host Controller Interface driver
- [ 0.312578] sdhci: Copyright(c) Pierre Ossman
- [ 0.312586] Synopsys Designware Multimedia Card Interface Driver
- [ 0.312937] sdhci-pltfm: SDHCI platform and OF driver helper
- [ 0.313808] ledtrig-cpu: registered to indicate activity on CPUs
- [ 0.314282] usbcore: registered new interface driver usbhid
- [ 0.314306] usbhid: USB HID core driver
- [ 0.316564] optee: probing for conduit method.
- [ 0.316610] optee: revision 3.16 (72845af2)
- [ 0.341612] optee: Asynchronous notifications enabled
- [ 0.341659] optee: dynamic shared memory is enabled
- [ 0.343535] optee: initialized driver
- [ 0.345793] random: fast init done
- [ 0.349820] NET: Registered PF_PACKET protocol family
- [ 0.349876] can: controller area network core
- [ 0.349967] NET: Registered PF_CAN protocol family
- [ 0.349986] can: raw protocol
- [ 0.349999] can: broadcast manager protocol
- [ 0.350014] can: netlink gateway - max_hops=1
- [ 0.350457] random: crng init done
- [ 0.355917] Key type dns_resolver registered
- [ 0.356034] ThumbEE CPU extension supported.
- [ 0.356063] Registering SWP/SWPB emulation handler
- [ 0.356482] registered taskstats version 1
- [ 0.356518] Loading compiled-in X.509 certificates
- [ 0.360886] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
- [ 0.361187] arm-scmi firmware:scmi: SCMI Protocol v2.0 'ST:' Firmware version 0x0
- [ 0.411760] scmi-regulator scmi_dev.4: Regulator reg11 registered for domain [0]
- [ 0.412109] scmi-regulator scmi_dev.4: Regulator reg18 registered for domain [1]
- [ 0.412430] scmi-regulator scmi_dev.4: Regulator usb33 registered for domain [2]
- [ 0.458291] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOA bank added
- [ 0.458963] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOB bank added
- [ 0.459630] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOC bank added
- [ 0.461424] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOD bank added
- [ 0.462114] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOE bank added
- [ 0.471441] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOF bank added
- [ 0.481536] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOG bank added
- [ 0.482268] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOH bank added
- [ 0.482953] stm32mp135-pinctrl soc:pin-controller@50002000: GPIOI bank added
- [ 0.483028] stm32mp135-pinctrl soc:pin-controller@50002000: Pinctrl STM32 initialized
- [ 0.486026] stm32-mdma 58000000.dma-controller: STM32 MDMA driver registered
- [ 0.488189] stm32-usbphyc 5a006000.usbphyc: registered rev:1.0
- [ 0.501029] stm32-dma 48000000.dma-controller: STM32 DMA driver registered
- [ 0.511126] stm32-dma 48001000.dma-controller: STM32 DMA driver registered
- [ 0.512110] stm32-usart 40010000.serial: interrupt mode for rx (no dma)
- [ 0.512143] stm32-usart 40010000.serial: interrupt mode for tx (no dma)
- [ 0.512173] 40010000.serial: ttySTM0 at MMIO 0x40010000 (irq = 61, base_baud = 4000000) is a stm32-usart
- [ 1.085032] Freeing initrd memory: 4484K
- [ 2.652750] printk: console [ttySTM0] enabled
- [ 2.659960] stm32-usart 4c001000.serial: interrupt mode for rx (no dma)
- [ 2.665256] stm32-usart 4c001000.serial: interrupt mode for tx (no dma)
- [ 2.671880] 4c001000.serial: ttySTM1 at MMIO 0x4c001000 (irq = 63, base_baud = 4000000) is a stm32-usart
- [ 2.689128] m_can_platform 4400e000.can: m_can device registered (irq=51, version=32)
- [ 2.697207] m_can_platform 4400f000.can: m_can device registered (irq=53, version=32)
- [ 2.704898] stm32-dwmac 5800a000.eth1: IRQ eth_lpi not found
- [ 2.709719] stm32-dwmac 5800a000.eth1: PTP uses main clock
- [ 2.715594] stm32-dwmac 5800a000.eth1: User ID: 0x12, Synopsys ID: 0x42
- [ 2.721499] stm32-dwmac 5800a000.eth1: DWMAC4/5
- [ 2.725953] stm32-dwmac 5800a000.eth1: DMA HW capability register supported
- [ 2.732965] stm32-dwmac 5800a000.eth1: RX Checksum Offload Engine supported
- [ 2.739922] stm32-dwmac 5800a000.eth1: TX Checksum insertion supported
- [ 2.746445] stm32-dwmac 5800a000.eth1: Wake-Up On Lan supported
- [ 2.752440] stm32-dwmac 5800a000.eth1: TSO supported
- [ 2.757288] stm32-dwmac 5800a000.eth1: Enable RX Mitigation via HW Watchdog Timer
- [ 2.764779] stm32-dwmac 5800a000.eth1: device MAC address 4a:69:21:b1:09:22
- [ 2.771789] stm32-dwmac 5800a000.eth1: Enabled L3L4 Flow TC (entries=2)
- [ 2.778345] stm32-dwmac 5800a000.eth1: Enabled RFS Flow TC (entries=8)
- [ 2.784828] stm32-dwmac 5800a000.eth1: TSO feature enabled
- [ 2.790276] stm32-dwmac 5800a000.eth1: Using 32 bits DMA width
- [ 2.829188] stm32-dwmac 5800e000.eth2: IRQ eth_wake_irq not found
- [ 2.834011] stm32-dwmac 5800e000.eth2: IRQ eth_lpi not found
- [ 2.840248] stm32-dwmac 5800e000.eth2: PTP uses main clock
- [ 2.846088] stm32-dwmac 5800e000.eth2: User ID: 0x12, Synopsys ID: 0x42
- [ 2.851797] stm32-dwmac 5800e000.eth2: DWMAC4/5
- [ 2.856249] stm32-dwmac 5800e000.eth2: DMA HW capability register supported
- [ 2.863250] stm32-dwmac 5800e000.eth2: RX Checksum Offload Engine supported
- [ 2.870104] stm32-dwmac 5800e000.eth2: TX Checksum insertion supported
- [ 2.876708] stm32-dwmac 5800e000.eth2: Wake-Up On Lan supported
- [ 2.882682] stm32-dwmac 5800e000.eth2: TSO supported
- [ 2.887529] stm32-dwmac 5800e000.eth2: Enable RX Mitigation via HW Watchdog Timer
- [ 2.895028] stm32-dwmac 5800e000.eth2: device MAC address 4e:a4:35:d9:43:43
- [ 2.902041] stm32-dwmac 5800e000.eth2: Enabled L3L4 Flow TC (entries=2)
- [ 2.908597] stm32-dwmac 5800e000.eth2: Enabled RFS Flow TC (entries=8)
- [ 2.915068] stm32-dwmac 5800e000.eth2: TSO feature enabled
- [ 2.920514] stm32-dwmac 5800e000.eth2: Using 32 bits DMA width
- [ 2.958728] dwc2 49000000.usb-otg: supply vusb_d not found, using dummy regulator
- [ 2.965222] dwc2 49000000.usb-otg: supply vusb_a not found, using dummy regulator
- [ 3.108569] dwc2 49000000.usb-otg: EPs: 9, dedicated fifos, 952 entries in SPRAM
- [ 3.115986] dwc2 49000000.usb-otg: DWC OTG Controller
- [ 3.119702] dwc2 49000000.usb-otg: new USB bus registered, assigned bus number 1
- [ 3.127182] dwc2 49000000.usb-otg: irq 64, io mem 0x49000000
- [ 3.133950] hub 1-0:1.0: USB hub found
- [ 3.136452] hub 1-0:1.0: 1 port detected
- [ 3.142109] ehci-platform 5800d000.usbh-ehci: EHCI Host Controller
- [ 3.146902] ehci-platform 5800d000.usbh-ehci: new USB bus registered, assigned bus number 2
- [ 3.155922] ehci-platform 5800d000.usbh-ehci: irq 48, io mem 0x5800d000
- [ 3.190977] ehci-platform 5800d000.usbh-ehci: USB 2.0 started, EHCI 1.00
- [ 3.197285] hub 2-0:1.0: USB hub found
- [ 3.200086] hub 2-0:1.0: 2 ports detected
- [ 3.224845] at24 0-0050: supply vcc not found, using dummy regulator
- [ 3.230814] at24 0-0050: 8192 byte 24c64 EEPROM, writable, 32 bytes/write
- [ 3.242611] rtc-pcf8563 0-0051: registered as rtc0
- [ 3.247136] rtc-pcf8563 0-0051: setting system clock to 2024-10-17T09:01:11 UTC (1729155671)
- [ 3.256262] stm32f7-i2c 40012000.i2c: STM32F7 I2C-0 bus adapter
- [ 3.277547] Goodix-TS 1-0014: supply AVDD28 not found, using dummy regulator
- [ 3.283491] Goodix-TS 1-0014: supply VDDIO not found, using dummy regulator
- [ 3.401043] Goodix-TS 1-0014: i2c test failed attempt 1: -6
- [ 3.441020] Goodix-TS 1-0014: i2c test failed attempt 2: -6
- [ 3.480961] Goodix-TS 1-0014: I2C communication failure: -6
- [ 3.485986] i2c 1-003c: Fixing up cyclic dependency with 5a000000.dcmipp
- [ 3.491935] usb 2-1: new high-speed USB device number 2 using ehci-platform
- [ 3.499621] stm32f7-i2c 4c004000.i2c: STM32F7 I2C-1 bus adapter
- [ 3.507090] stm_thermal 50028000.thermal: stm_thermal_probe: Driver initialized successfully
- [ 3.518290] mmci-pl18x 58005000.mmc: allocated mmc-pwrseq
- [ 3.522953] mmci-pl18x 58005000.mmc: mmc0: PL180 manf 53 rev2 at 0x58005000 irq 44,0 (pio)
- [ 3.560033] mmci-pl18x 58007000.mmc: mmc1: PL180 manf 53 rev2 at 0x58007000 irq 45,0 (pio)
- [ 3.571670] mmci-pl18x 58005000.mmc: card claims to support voltages below defined range
- [ 3.592714] mmc0: new high speed SDIO card at address 0001
- [ 3.603083] platform 4400a004.audio-controller: Fixing up cyclic dependency with 0-004a
- [ 3.613182] platform 4400a024.audio-controller: Fixing up cyclic dependency with 0-004a
- [ 3.622891] st,stm32-i2s 44004000.audio-controller: No cache defaults, reading back from HW
- [ 3.634330] 40018000.serial: ttySTM2 at MMIO 0x40018000 (irq = 62, base_baud = 4000000) is a stm32-usart
- [ 3.646434] panel-simple panel-rgb: Specify missing connector_type
- [ 3.654135] spi-nor spi0.0: w25q128 (16384 Kbytes)
- [ 3.659559] spi_stm32 4c003000.spi: driver initialized
- [ 3.670462] st,stm32-i2s 44004000.audio-controller: No cache defaults, reading back from HW
- [ 3.681824] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
- [ 3.702576] hub 2-1:1.0: USB hub found
- [ 3.702811] hub 2-1:1.0: 4 ports detected
- [ 3.730162] Console: switching to colour frame buffer device 60x34
- [ 3.741721] mmc1: new DDR MMC card at address 0001
- [ 3.743102] mmcblk1: mmc1:0001 58A398 7.28 GiB
- [ 3.769749] stm32-display 5a001000.display-controller: [drm] fb0: stmdrmfb frame buffer device
- [ 3.781276] mmcblk1: p1 p2 p3 p4
- [ 3.785454] mmcblk1boot0: mmc1:0001 58A398 4.00 MiB
- [ 3.792661] cs42l51 0-004a: Cirrus Logic CS42L51, Revision: 01
- [ 3.798182] mmcblk1boot1: mmc1:0001 58A398 4.00 MiB
- [ 3.806530] mmcblk1rpmb: mmc1:0001 58A398 4.00 MiB, chardev (244:0)
- [ 3.819621] input: gpio-keys as /devices/platform/gpio-keys/input/input0
- [ 4.032391] stm32-dwmac 5800e000.eth2 eth1: PHY [stmmac-1:02] driver [YT8531 Gigabit Ethernet] (irq=POLL)
- [ 4.041360] stm32-dwmac 5800e000.eth2 eth1: Register MEM_TYPE_PAGE_POOL RxQ-0
- [ 4.058819] dwmac4: Master AXI performs any burst length
- [ 4.063037] stm32-dwmac 5800e000.eth2 eth1: No Safety Features support found
- [ 4.069876] stm32-dwmac 5800e000.eth2 eth1: IEEE 1588-2008 Advanced Timestamp supported
- [ 4.078104] stm32-dwmac 5800e000.eth2 eth1: registered PTP clock
- [ 4.084254] stm32-dwmac 5800e000.eth2 eth1: configuring for phy/rgmii-id link mode
- [ 7.203445] stm32-dwmac 5800e000.eth2 eth1: Link is Up - 1Gbps/Full - flow control rx/tx
- [ 7.240975] IP-Config: Complete:
- [ 7.242877] device=eth1, hwaddr=4e:a4:35:d9:43:43, ipaddr=192.168.6.41, mask=255.255.255.0, gw=192.168.6.1
- [ 7.253214] host=192.168.6.41, domain=, nis-domain=(none)
- [ 7.258715] bootserver=192.168.6.137, rootserver=192.168.6.137, rootpath=
- [ 7.259905] ALSA device list:
- [ 7.269135] #0: STM32MP1-DK
- [ 7.274588] Freeing unused kernel image (initmem) memory: 1024K
- [ 7.291232] Run /init as init process
- Starting version 250.4-1-gc3aead5+
- root '/dev/nfs' doesn't exist or does not contain a /dev.</font>
复制代码
|