Skip to content

Instantly share code, notes, and snippets.

@GiovanniBalestrieri
Created April 25, 2023 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GiovanniBalestrieri/97fa7df9e531edcfa5c18a81205ab681 to your computer and use it in GitHub Desktop.
Save GiovanniBalestrieri/97fa7df9e531edcfa5c18a81205ab681 to your computer and use it in GitHub Desktop.
bootmenu output of BPI R3
F0: 102B 0000
FA: 1040 0000
FA: 1040 0000 [0200]
F9: 103F 0000
F3: 1001 0000 [0200]
F3: 1001 0000
F6: 300C 0028
F5: 0000 0000
V0: 0000 0000 [0001]
00: 0000 0000
BP: 2400 0041 [0000]
G0: 1190 0000
EC: 0000 0000 [3000]
T0: 0000 0204 [010F]
Jump to BL
0 bytes read in 0 ms
## Error: "initrd" not defined
mmc - MMC sub system
Usage:
mmc info - display info of the current MMC device
mmc read addr blk# cnt
mmc write addr blk# cnt
mmc erase blk# cnt
mmc rescan [mode]
mmc part - lists available partition on current mmc device
mmc dev [dev] [part] [mode] - show or set current mmc device [partition] and set mode
- the required speed mode is passed as the index from the following list
[MMC_LEGACY, MMC_HS, SD_HS, MMC_HS_52, MMC_DDR_52, UHS_SDR12, UHS_SDR25,
UHS_SDR50, UHS_DDR50, UHS_SDR104, MMC_HS_200, MMC_HS_400, MMC_HS_400_ES]
mmc list - lists available devices
mmc wp [PART] - power on write protect boot partitions
arguments:
PART - [0|1]
: 0 - first boot partition, 1 - second boot partition
if not assigned, write protect all boot partitions
mmc hwpartition <USER> <GP> <MODE> - does hardware partitioning
arguments (sizes in 512-byte blocks):
USER - <user> <enh> <start> <cnt> <wrrel> <{on|off}>
: sets user data area attributes
GP - <{gp1|gp2|gp3|gp4}> <cnt> <enh> <wrrel> <{on|off}>
: general purpose partition
MODE - <{check|set|complete}>
: mode, complete set partitioning completed
WARNING: Partitioning is a write-once setting once it is set to complete.
Power cycling is required to initialize partitions after set to complete.
mmc setdsr <value> - set DSR register value
sd available
jedec_spi_nor spi_nor@0: unrecognized JEDEC id bytes: 00, ef, aa
Failed to initialize SPI flash at 0:0 (error 0)
NAND available
sd nand
fit=bpi-r3.itb
8994668 bytes read in 1212 ms (7.1 MiB/s)
## Loading kernel from FIT Image at 46000000 ...
Using 'conf-sd-nand' configuration
Trying 'kernel-1' kernel subimage
Description: Linux Kernel 6.1.12-main
Type: Kernel Image
Compression: gzip compressed
Data Start: 0x460000e8
Data Size: 8967667 Bytes = 8.6 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x44000000
Entry Point: 0x44000000
Hash algo: sha1
Hash value: 6bd8bdf12bda13fb05d978a23b75c341407ecf32
Verifying Hash Integrity ... sha1+ OK
## Loading fdt from FIT Image at 46000000 ...
Using 'conf-sd-nand' configuration
Trying 'fdt-base' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x4688d7d8
Data Size: 21235 Bytes = 20.7 KiB
Architecture: AArch64
Load Address: 0x47000000
Hash algo: sha1
Hash value: 6eff1ebeb07f743d11c9add152f5f28ada4176e1
Verifying Hash Integrity ... sha1+ OK
Loading fdt from 0x4688d7d8 to 0x47000000
## Loading fdt from FIT Image at 46000000 ...
Trying 'fdt-ov-sd' fdt subimage
Description: Flattened Device Tree blob
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x46892ba4
Data Size: 369 Bytes = 369 Bytes
Architecture: Unknown Architecture
Verifying Hash Integrity ... OK
## Loading fdt from FIT Image at 46000000 ...
Trying 'fdt-ov-nand' fdt subimage
Description: unavailable
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x46892fb0
Data Size: 812 Bytes = 812 Bytes
Architecture: AArch64
Verifying Hash Integrity ... OK
Booting using the fdt blob at 0x47000000
Working FDT set to 47000000
Uncompressing Kernel Image
Loading Device Tree to 00000000bf7ef000, end 00000000bf7f7553 ... OK
Working FDT set to bf7ef000
Starting kernel ...
unable to read ssr
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.12-bpi-r3-main (frank@frank-G5) (aarch64-linux-gnu-gcc (Ubuntu 10.4.0-4ubuntu1~22.04) 10.4.0, GNU ld (GNU Bi3
[ 0.000000] Machine model: Bananapi BPI-R3
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
[ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
[ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fbfffff]
[ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004fcfffff]
[ 0.000000] node 0: [mem 0x000000004fd00000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 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.2
[ 0.000000] percpu: Embedded 27 pages/cpu s70952 r8192 d31448 u110592
[ 0.000000] pcpu-alloc: s70952 r8192 d31448 u110592 alloc=27*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: board=bpi-r3 earlycon=uart8250,mmio32,0x11002000 debug=7 root=/dev/mmcblk0p6 rootfstype=ext4 rootwait
[ 0.000000] Unknown kernel command line parameters "board=bpi-r3", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 2030908K/2097152K available (13248K kernel code, 2562K rwdata, 3888K rodata, 4224K init, 417K bss, 66244K reserved, 0K)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is 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: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 640 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
[ 0.000001] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[ 0.008262] Console: colour dummy device 80x25
[ 0.012725] printk: console [tty0] enabled
[ 0.016838] printk: bootconsole [uart8250] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.12-bpi-r3-main (frank@frank-G5) (aarch64-linux-gnu-gcc (Ubuntu 10.4.0-4ubuntu1~22.04) 10.4.0, GNU ld (GNU Bi3
[ 0.000000] Machine model: Bananapi BPI-R3
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000011002000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000042ffffff]
[ 0.000000] node 0: [mem 0x0000000043000000-0x000000004302ffff]
[ 0.000000] node 0: [mem 0x0000000043030000-0x000000004fbfffff]
[ 0.000000] node 0: [mem 0x000000004fc00000-0x000000004fcfffff]
[ 0.000000] node 0: [mem 0x000000004fd00000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 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.2
[ 0.000000] percpu: Embedded 27 pages/cpu s70952 r8192 d31448 u110592
[ 0.000000] pcpu-alloc: s70952 r8192 d31448 u110592 alloc=27*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: board=bpi-r3 earlycon=uart8250,mmio32,0x11002000 debug=7 root=/dev/mmcblk0p6 rootfstype=ext4 rootwait
[ 0.000000] Unknown kernel command line parameters "board=bpi-r3", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 2030908K/2097152K available (13248K kernel code, 2562K rwdata, 3888K rodata, 4224K init, 417K bss, 66244K reserved, 0K)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is 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: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 640 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x000000000c080000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 13.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2ff89eacb, max_idle_ns: 440795202429 ns
[ 0.000001] sched_clock: 56 bits at 13MHz, resolution 76ns, wraps every 4398046511101ns
[ 0.008262] Console: colour dummy device 80x25
[ 0.012725] printk: console [tty0] enabled
[ 0.016838] printk: bootconsole [uart8250] disabled
[ 0.021763] Calibrating delay loop (skipped), value calculated using timer frequency.. 26.00 BogoMIPS (lpj=130000)
[ 0.021774] pid_max: default: 32768 minimum: 301
[ 0.021883] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.021899] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.022508] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.022840] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.022851] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 0.022947] rcu: Hierarchical SRCU implementation.
[ 0.022953] rcu: Max phase no-delay instances is 1000.
[ 0.023352] EFI services will not be available.
[ 0.023501] smp: Bringing up secondary CPUs ...
[ 0.023823] Detected VIPT I-cache on CPU1
[ 0.023876] cacheinfo: Unable to detect cache hierarchy for CPU 1
[ 0.023884] GICv3: CPU1: found redistributor 1 region 0:0x000000000c0a0000
[ 0.023917] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.024247] Detected VIPT I-cache on CPU2
[ 0.024278] cacheinfo: Unable to detect cache hierarchy for CPU 2
[ 0.024283] GICv3: CPU2: found redistributor 2 region 0:0x000000000c0c0000
[ 0.024297] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.024569] Detected VIPT I-cache on CPU3
[ 0.024596] cacheinfo: Unable to detect cache hierarchy for CPU 3
[ 0.024600] GICv3: CPU3: found redistributor 3 region 0:0x000000000c0e0000
[ 0.024610] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.024643] smp: Brought up 1 node, 4 CPUs
[ 0.024694] SMP: Total of 4 processors activated.
[ 0.024701] CPU features: detected: 32-bit EL0 Support
[ 0.024706] CPU features: detected: CRC32 instructions
[ 0.024746] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
[ 0.024756] CPU: All CPU(s) started at EL2
[ 0.024760] alternatives: applying system-wide alternatives
[ 0.026122] devtmpfs: initialized
[ 0.028046] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.028077] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.028183] pinctrl core: initialized pinctrl subsystem
[ 0.028477] DMI not present or invalid.
[ 0.028827] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.029126] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.029161] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.029194] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.029582] thermal_sys: Registered thermal governor 'fair_share'
[ 0.029585] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.029592] thermal_sys: Registered thermal governor 'step_wise'
[ 0.029598] thermal_sys: Registered thermal governor 'user_space'
[ 0.029687] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.029750] ASID allocator initialised with 65536 entries
[ 0.041111] cryptd: max_cpu_qlen set to 1000
[ 0.042085] iommu: Default domain type: Translated
[ 0.042108] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.042239] SCSI subsystem initialized
[ 0.042349] libata version 3.00 loaded.
[ 0.042459] usbcore: registered new interface driver usbfs
[ 0.042484] usbcore: registered new interface driver hub
[ 0.042505] usbcore: registered new device driver usb
[ 0.042734] i2c-gpio i2c-gpio-0: using lines 427 (SDA) and 428 (SCL)
[ 0.042845] i2c-gpio i2c-gpio-1: using lines 429 (SDA) and 430 (SCL)
[ 0.042886] pps_core: LinuxPPS API ver. 1 registered
[ 0.042892] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.042906] PTP clock support registered
[ 0.043722] vgaarb: loaded
[ 0.522679] clocksource: Switched to clocksource arch_sys_counter
[ 0.526924] NET: Registered PF_INET protocol family
[ 0.527123] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.528249] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[ 0.528306] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.528320] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.528397] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.528800] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.528936] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.528986] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.529164] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.529547] RPC: Registered named UNIX socket transport module.
[ 0.529558] RPC: Registered udp transport module.
[ 0.529564] RPC: Registered tcp transport module.
[ 0.529569] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.530106] PCI: CLS 0 bytes, default 64
[ 0.547157] Initialise system trusted keyrings
[ 0.547319] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.550282] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.550711] NFS: Registering the id_resolver key type
[ 0.550742] Key type id_resolver registered
[ 0.550748] Key type id_legacy registered
[ 0.550791] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.550798] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.550817] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 0.572811] Key type asymmetric registered
[ 0.572822] Asymmetric key parser 'x509' registered
[ 0.572864] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.572878] io scheduler mq-deadline registered
[ 0.572884] io scheduler kyber registered
[ 0.606305] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[ 0.627833] 11002000.serial: ttyS0 at MMIO 0x11002000 (irq = 116, base_baud = 2500000) is a ST16650V2
[ 1.502553] printk: console [ttyS0] enabled
[ 1.527825] 11003000.serial: ttyS1 at MMIO 0x11003000 (irq = 117, base_baud = 1625000) is a ST16650V2
[ 1.558012] 11004000.serial: ttyS2 at MMIO 0x11004000 (irq = 118, base_baud = 1625000) is a ST16650V2
[ 1.568011] mtk_rng 1020f000.rng: registered RNG driver
[ 1.573529] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 1.583004] loop: module loaded
[ 1.587791] spi-nand spi0.0: Winbond SPI NAND was found.
[ 1.593129] spi-nand spi0.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
[ 1.601426] 4 fixed-partitions partitions found on MTD device spi0.0
[ 1.607780] Creating 4 MTD partitions on "spi0.0":
[ 1.612559] 0x000000580000-0x000008000000 : "ubi"
[ 1.754278] 0x000000380000-0x000000580000 : "fip"
[ 1.761955] 0x000000080000-0x000000380000 : "reserved"
[ 1.771262] 0x000000000000-0x000000080000 : "bl2"
[ 1.778402] sfp sfp-1: Host maximum power 1.0W
[ 1.783376] sfp sfp-2: Host maximum power 1.0W
[ 1.802076] mtk_soc_eth 15100000.ethernet eth0: mediatek frame engine at 0xffffffc00ad00000, irq 121
[ 1.811278] mtk_soc_eth 15100000.ethernet: generated random MAC address 06:25:d1:a9:ec:b0
[ 1.819713] mtk_soc_eth 15100000.ethernet eth1: mediatek frame engine at 0xffffffc00ad00000, irq 121
[ 1.829263] usbcore: registered new interface driver usb-storage
[ 1.835482] i2c_dev: i2c /dev entries driver
[ 1.841803] mtk-wdt 1001c000.watchdog: Watchdog enabled (timeout=31 sec, nowayout=0)
[ 1.850529] SMCCC: SOC_ID: ID = jep106:0426:7986 Revision = 0x00000000
[ 1.857226] usbcore: registered new interface driver usbhid
[ 1.862815] usbhid: USB HID core driver
[ 1.867007] NET: Registered PF_INET6 protocol family
[ 1.872702] Segment Routing with IPv6
[ 1.876399] In-situ OAM (IOAM) with IPv6
[ 1.880346] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 1.886640] NET: Registered PF_PACKET protocol family
[ 1.891821] 8021q: 802.1Q VLAN Support v1.8
[ 1.896570] Loading compiled-in X.509 certificates
[ 1.910232] mtk-pcie-gen3 11280000.pcie: host bridge /soc/pcie@11280000 ranges:
[ 1.917566] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.925629] mtk-pcie-gen3 11280000.pcie: Parsing ranges property...
[ 1.931897] mtk-pcie-gen3 11280000.pcie: MEM 0x0020000000..0x002fffffff -> 0x0020000000
[ 1.931903] mmc0: new high speed SDXC card at address 2195
[ 1.946655] mmcblk0: mmc0:2195 APPSD 119 GiB
[ 1.957210] Alternate GPT is invalid, using primary GPT.
[ 1.962542] mmcblk0: p1 p2 p3 p4 p5 p6
[ 2.152697] mtk-pcie-gen3 11280000.pcie: PCIe link down, current LTSSM state: detect.active (0x1000001)
[ 2.162124] mtk-pcie-gen3: probe of 11280000.pcie failed with error -110
[ 2.191619] mt7530 mdio-bus:1f: configuring for fixed/2500base-x link mode
[ 2.198791] mt7530 mdio-bus:1f: Link is Up - 2.5Gbps/Full - flow control rx/tx
[ 2.207733] mt7530 mdio-bus:1f wan (uninitialized): PHY [mt7530-0:00] driver [MediaTek MT7531 PHY] (irq=127)
[ 2.227625] mt7530 mdio-bus:1f lan0 (uninitialized): PHY [mt7530-0:01] driver [MediaTek MT7531 PHY] (irq=128)
[ 2.247306] mt7530 mdio-bus:1f lan1 (uninitialized): PHY [mt7530-0:02] driver [MediaTek MT7531 PHY] (irq=129)
[ 2.266965] mt7530 mdio-bus:1f lan2 (uninitialized): PHY [mt7530-0:03] driver [MediaTek MT7531 PHY] (irq=130)
[ 2.286606] mt7530 mdio-bus:1f lan3 (uninitialized): PHY [mt7530-0:04] driver [MediaTek MT7531 PHY] (irq=131)
[ 2.297491] device eth0 entered promiscuous mode
[ 2.302139] DSA: tree 0 setup
[ 2.305499] xhci-mtk 11200000.usb: supply vbus not found, using dummy regulator
[ 2.312896] xhci-mtk 11200000.usb: supply vusb33 not found, using dummy regulator
[ 2.321262] xhci-mtk 11200000.usb: xHCI Host Controller
[ 2.326525] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 1
[ 2.336902] xhci-mtk 11200000.usb: hcc params 0x01403f99 hci version 0x110 quirks 0x0000000000210010
[ 2.346065] xhci-mtk 11200000.usb: irq 132, io mem 0x11200000
[ 2.351879] xhci-mtk 11200000.usb: xHCI Host Controller
[ 2.357101] xhci-mtk 11200000.usb: new USB bus registered, assigned bus number 2
[ 2.364487] xhci-mtk 11200000.usb: Host supports USB 3.2 Enhanced SuperSpeed
[ 2.371973] hub 1-0:1.0: USB hub found
[ 2.375749] hub 1-0:1.0: 2 ports detected
[ 2.380045] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.388504] hub 2-0:1.0: USB hub found
[ 2.392271] hub 2-0:1.0: 1 port detected
[ 2.397327] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.405961] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.413064] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.421666] platform regulatory.0: Falling back to sysfs fallback for: regulatory.db
[ 2.441898] EXT4-fs (mmcblk0p6): INFO: recovery required on readonly filesystem
[ 2.449230] EXT4-fs (mmcblk0p6): write access will be enabled during recovery
[ 2.822677] usb 1-1: new high-speed USB device number 2 using xhci-mtk
[ 3.003568] hub 1-1:1.0: USB hub found
[ 3.007395] hub 1-1:1.0: 4 ports detected
[ 3.019681] JBD2: Out of memory during recovery.
[ 11.992933] random: crng init done
[ 18.079862] JBD2: recovery failed
[ 18.083183] EXT4-fs (mmcblk0p6): error loading journal
[ 18.090467] VFS: Cannot open root device "mmcblk0p6" or unknown-block(179,6): error -5
[ 18.098408] Please append a correct "root=" boot option; here are the available partitions:
[ 18.106758] 1f00 125440 mtdblock0
[ 18.106763] (driver?)
[ 18.113281] 1f01 2048 mtdblock1
[ 18.113285] (driver?)
[ 18.119799] 1f02 3072 mtdblock2
[ 18.119802] (driver?)
[ 18.126320] 1f03 512 mtdblock3
[ 18.126323] (driver?)
[ 18.132842] b300 124985344 mmcblk0
[ 18.132846] driver: mmcblk
[ 18.139619] b301 4079 mmcblk0p1 0fc33657-fb5e-4610-b086-bdd6c84e2a98
[ 18.139624]
[ 18.148570] b302 512 mmcblk0p2 071e1c9e-c515-4076-b68c-87e24d3dda65
[ 18.148573]
[ 18.157518] b303 2048 mmcblk0p3 9c4cd666-f93c-4cca-903a-c111bf834264
[ 18.157522]
[ 18.166467] b304 2048 mmcblk0p4 34c4c6a4-b7c6-4f0e-85cc-ee1f684ae2dd
[ 18.166471]
[ 18.175415] b305 102400 mmcblk0p5 67dd2091-2946-47e2-b2cb-ea28f9afc954
[ 18.175418]
[ 18.184364] b306 6291456 mmcblk0p6 afed5d9e-1438-48c2-a539-f39bf7b35821
[ 18.184367]
[ 18.193319] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(179,6)
[ 18.201737] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 6.1.12-bpi-r3-main #6
[ 18.208681] Hardware name: Bananapi BPI-R3 (DT)
[ 18.213196] Call trace:
[ 18.215631] dump_backtrace+0xdc/0x130
[ 18.219375] show_stack+0x18/0x30
[ 18.222678] dump_stack_lvl+0x68/0x84
[ 18.226330] dump_stack+0x18/0x34
[ 18.229633] panic+0x174/0x338
[ 18.232678] mount_block_root+0x15c/0x20c
[ 18.236678] mount_root+0x1dc/0x218
[ 18.240156] prepare_namespace+0x130/0x170
[ 18.244239] kernel_init_freeable+0x2cc/0x2f4
[ 18.248584] kernel_init+0x24/0x130
[ 18.252061] ret_from_fork+0x10/0x20
[ 18.255626] SMP: stopping secondary CPUs
[ 18.259537] Kernel Offset: disabled
[ 18.263010] CPU features: 0x00000,00800084,0000420b
[ 18.267873] Memory Limit: none
[ 18.270917] Rebooting in 1 seconds..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment