在内核选项中已经添加mtd的 <*> Command line partition table parsing 支持,SPI-NOR 设备的支持。jffs2文件系统的支持,
在内核启动却为识别分区:
只输出了:
[ 0.754400] m25p80 spi0.0: xt25f128b (16384 Kbytes)
...
[ 1.368204] VFS: Cannot open root device "31:03" or unknown-block(31,3): error -19
各位有没有遇到过这问题
离线
没有识别到分区
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.2.0-licheepi-zero (ryan@ryan-virtual-machine) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-200
[ 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: Lichee Pi Zero with Dock
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] percpu: Embedded 16 pages/cpu s34508 r8192 d22836 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 15883
[ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk panic=5 rootwait mtdparts=spi32766.0:1M(uboot)ro,64k(d2
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 53540K/64036K available (6144K kernel code, 303K rwdata, 1744K rodata, 1024K init, 255K bss, 10496K )
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[ 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=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] random: get_random_bytes called from start_kernel+0x300/0x42c 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.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000021] Switching to timer-based delay loop, resolution 41ns
[ 0.000208] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000456] Console: colour dummy device 80x30
[ 0.000518] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000535] pid_max: default: 32768 minimum: 301
[ 0.000708] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.000726] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.001554] CPU: Testing write buffer coherency: ok
[ 0.002070] /cpus/cpu@0 missing clock-frequency property
[ 0.002097] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002870] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.003080] rcu: Hierarchical SRCU implementation.
[ 0.003642] smp: Bringing up secondary CPUs ...
[ 0.003665] smp: Brought up 1 node, 1 CPU
[ 0.003676] SMP: Total of 1 processors activated (48.00 BogoMIPS).
[ 0.003684] CPU: All CPU(s) started in SVC mode.
[ 0.004787] devtmpfs: initialized
[ 0.008355] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.008694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.008726] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.008967] pinctrl core: initialized pinctrl subsystem
[ 0.010121] NET: Registered protocol family 16
[ 0.010674] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.011998] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.012019] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.036179] SCSI subsystem initialized
[ 0.036455] usbcore: registered new interface driver usbfs
[ 0.036522] usbcore: registered new interface driver hub
[ 0.036636] usbcore: registered new device driver usb
[ 0.036857] mc: Linux media interface: v0.10
[ 0.036897] videodev: Linux video capture interface: v2.00
[ 0.037128] Advanced Linux Sound Architecture Driver Initialized.
[ 0.038503] clocksource: Switched to clocksource arch_sys_counter
[ 0.051249] NET: Registered protocol family 2
[ 0.052075] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 0.052120] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.052146] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[ 0.052171] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.052322] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.052375] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.052684] NET: Registered protocol family 1
[ 0.054305] Initialise system trusted keyrings
[ 0.054760] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[ 0.062144] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.090763] Key type asymmetric registered
[ 0.090786] Asymmetric key parser 'x509' registered
[ 0.090888] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.090902] io scheduler mq-deadline registered
[ 0.090910] io scheduler kyber registered
[ 0.091969] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[ 0.095817] sun8i-v3s-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.168787] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.171311] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator
[ 0.172421] printk: console [ttyS0] disabled
[ 0.192738] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 36, base_baud = 1500000) is a U6_16550A
[ 0.713602] printk: console [ttyS0] enabled
[ 0.742943] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pc not found, using dummy regulator
[ 0.754400] m25p80 spi0.0: xt25f128b (16384 Kbytes)
[ 0.760909] libphy: Fixed MDIO Bus: probed
[ 0.765601] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 0.771508] dwmac-sun8i 1c30000.ethernet: No regulator found
[ 0.777750] dwmac-sun8i 1c30000.ethernet: Current syscon value is not the default 38000 (expect 58000)
[ 0.787149] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 0.794389] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 0.801617] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 0.806577] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 0.813366] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 0.819030] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 0.824973] libphy: stmmac: probed
[ 0.829180] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 0.852651] libphy: mdio_mux: probed
[ 0.856621] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.863271] ehci-platform: EHCI generic platform driver
[ 0.868836] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 0.874470] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 0.882471] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000
[ 0.918503] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 0.925753] hub 1-0:1.0: USB hub found
[ 0.929727] hub 1-0:1.0: 1 port detected
[ 0.934358] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.940687] ohci-platform: OHCI generic platform driver
[ 0.946276] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 0.953000] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 0.960979] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400
[ 1.033637] hub 2-0:1.0: USB hub found
[ 1.037485] hub 2-0:1.0: 1 port detected
[ 1.044833] usbcore: registered new interface driver usb-storage
[ 1.052158] input: 1c22800.lradc as /devices/platform/soc/1c22800.lradc/input/input0
[ 1.061473] sun6i-rtc 1c20400.rtc: registered as rtc0
[ 1.066537] sun6i-rtc 1c20400.rtc: RTC enabled
[ 1.071292] i2c /dev entries driver
[ 1.076239] input: ns2009_ts as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0048/input/input1
[ 1.086130] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 1.094894] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator
[ 1.131395] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[ 1.138707] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator
[ 1.175565] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB
[ 1.183756] usbcore: registered new interface driver usbhid
[ 1.189424] usbhid: USB HID core driver
[ 1.195171] sun4i-codec 1c22c00.codec: ASoC: codec-analog@01c23000 not registered
[ 1.202804] sun4i-codec 1c22c00.codec: Failed to register our card
[ 1.210209] Initializing XFRM netlink socket
[ 1.214517] NET: Registered protocol family 17
[ 1.219815] Registering SWP/SWPB emulation handler
[ 1.225748] Loading compiled-in X.509 certificates
[ 1.236026] simple-framebuffer 43e89000.framebuffer: framebuffer at 0x43e89000, 0x177000 bytes, mapped to 0x(ptrval)
[ 1.246726] simple-framebuffer 43e89000.framebuffer: format=x8r8g8b8, mode=800x480x32, linelength=3200
[ 1.263052] Console: switching to colour frame buffer device 100x30
[ 1.275481] simple-framebuffer 43e89000.framebuffer: fb0: simplefb registered!
[ 1.284342] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 1.295841] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 1.301690] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3
[ 1.311110] hub 3-0:1.0: USB hub found
[ 1.314997] hub 3-0:1.0: 1 port detected
[ 1.321542] debugfs: Directory '1c22c00.codec' with parent 'V3s Audio Codec' already present!
[ 1.330227] sun4i-codec 1c22c00.codec: ASoC: Failed to create component debugfs directory: -17
[ 1.340434] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[ 1.349238] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01T00:43:29 UTC (2609)
[ 1.357738] vcc5v0: disabling
[ 1.360787] ALSA device list:
[ 1.363759] #0: V3s Audio Codec
[ 1.368204] VFS: Cannot open root device "31:03" or unknown-block(31,3): error -19
[ 1.375923] Please append a correct "root=" boot option; here are the available partitions:
[ 1.384301] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,3)
[ 1.392647] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.2.0-licheepi-zero #2
[ 1.399684] Hardware name: Allwinner sun8i Family
[ 1.404420] [<c010ecf4>] (unwind_backtrace) from [<c010b71c>] (show_stack+0x10/0x14)
[ 1.412163] [<c010b71c>] (show_stack) from [<c06ce1b0>] (dump_stack+0x84/0x98)
[ 1.419384] [<c06ce1b0>] (dump_stack) from [<c011dd3c>] (panic+0x110/0x2fc)
[ 1.426346] [<c011dd3c>] (panic) from [<c09012f8>] (mount_block_root+0x214/0x2f0)
[ 1.433825] [<c09012f8>] (mount_block_root) from [<c09015a0>] (prepare_namespace+0x144/0x188)
[ 1.442342] [<c09015a0>] (prepare_namespace) from [<c06e6604>] (kernel_init+0x8/0x10c)
[ 1.450253] [<c06e6604>] (kernel_init) from [<c01010e8>] (ret_from_fork+0x14/0x2c)
[ 1.457811] Exception stack(0xc3833fb0 to 0xc3833ff8)
[ 1.462859] 3fa0: 00000000 00000000 00000000 00000000
[ 1.471028] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 1.479194] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 1.485816] Rebooting in 5 seconds..
离线
[ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk panic=5 rootwait mtdparts=spi32766.0:1M(uboot)ro,64k(d2
[ 0.754400] m25p80 spi0.0: xt25f128b (16384 Kbytes)
spi32766.0这个写错了,虽然不知道你32766从那里抄来的,但打印说一定不是这么写的
spi32766.0是设备名啊,我用4.13y版本已经成功的,我想换成5.2内核时出现的这个问题
离线
spi32766.0是设备名啊,我用4.13y版本已经成功的,我想换成5.2内核时出现的这个问题
受楼上老哥启发,查看内核启动日志有一行为:
[ 0.754400] m25p80 spi0.0: xt25f128b (16384 Kbytes)
可知在5.2版本中,flash设备名为spi0.0,所以在uboot环境变量中修改spi32766.0为spi0.0即可正常识别flash及其分区
离线
bootargs=console=ttyS0,115200 earlyprintk panic=5 rootwait mtdparts=spi32766.0:1M(uboot)ro,64k(dtb)ro,4M(kernel)ro,-(rootfs) root=31:03 rw rootfstype=jffs2
难道我这个flash设备名也不对哇?始终报“Could not find a valid device tree”
老哥,你这明显是没找到设备树啊,dtb文件有没有烧录,或者内核编译设置还有问题
离线