Skip to content

Instantly share code, notes, and snippets.

@openedev
Created August 30, 2022 05:32
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 openedev/85fb939664b6f0803c9ce02c5b275167 to your computer and use it in GitHub Desktop.
Save openedev/85fb939664b6f0803c9ce02c5b275167 to your computer and use it in GitHub Desktop.
ROCK 4C+
U-Boot TPL 2022.10-rc3-00047-g1573b6a869-dirty (Aug 30 2022 - 10:59:54)
Channel 0: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
Channel 1: LPDDR4, 50MHz
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB
256B stride
lpddr4_set_rate: change freq to 400000000 mhz 0, 1
lpddr4_set_rate: change freq to 800000000 mhz 1, 0
Trying to boot from BOOTROM
Returning to boot ROM...
U-Boot SPL 2022.10-rc3-00047-g1573b6a869-dirty (Aug 30 2022 - 10:59:54 +0530)
Trying to boot from MMC1
U-Boot 2022.10-rc3-00047-g1573b6a869-dirty (Aug 30 2022 - 10:59:54 +0530)
SoC: Rockchip rk3399
Reset cause: POR
Model: Radxa ROCK 4C+
DRAM: 3.9 GiB
PMIC: RK8090 (on=0x40, off=0x00)
Core: 274 devices, 27 uclasses, devicetree: separate
MMC: mmc@fe310000: 2, mmc@fe320000: 1, mmc@fe330000: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Model: Radxa ROCK 4C+
Net: eth0: ethernet@fe300000
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:3...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
1: RK3399_ROCK_PI_4C linux
Retrieving file: /Image
append: earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk0p5 rw rootwait # rock-4c-plus
Retrieving file: /rk3399-rock-pi-4c.dtb
Moving Image from 0x2080000 to 0x2200000, end=48b0000
## Flattened Device Tree blob at 01f00000
Booting using the fdt blob at 0x1f00000
Loading Device Tree to 00000000f1eff000, end 00000000f1f1004c ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.0.0-rc1-next-20220819-00007-g57980fb8c12a-dirty (j@j-ThinkPad-E14-Gen-2) (aarch64-linux-gnu-gcc (GCC) 11.0.1 20210310 (experimental) [master revision 5987d8a79cda1069c774e5c302d5597
310270026], GNU ld (Linaro_Binutils-2021.03) 2.36.50.20210310) #4 SMP PREEMPT Tue Aug 30 10:51:53 IST 2022
[ 0.000000] Machine model: Radxa ROCK 4C+
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000ff1a0000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0xf77dfb00-0xf77e1fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff]
[ 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 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000efe00000
[ 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 20 pages/cpu s44968 r8192 d28760 u81920
[ 0.000000] pcpu-alloc: s44968 r8192 d28760 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 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] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: earlycon=uart8250,mmio32,0xff1a0000 root=/dev/mmcblk0p5 rw rootwait # rock-4c-plus
[ 0.000000] Unknown kernel command line parameters "# rock-4c-plus", will be passed to user space.
[ 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] Memory: 3910312K/4061184K available (18112K kernel code, 3578K rwdata, 9860K rodata, 7296K init, 611K bss, 118104K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=6, 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=6.
[ 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 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 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] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @480000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000000440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000000450000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 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.005310] Console: colour dummy device 80x25
[ 0.005754] printk: console [tty0] enabled
[ 0.006162] printk: bootconsole [uart8250] disabled
[ 0.006755] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.006797] pid_max: default: 32768 minimum: 301
[ 0.006928] LSM: Security Framework initializing
[ 0.007099] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.007153] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.008866] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.008899] Early cacheinfo failed, ret = -2
[ 0.009817] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.009852] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.009993] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.010264] rcu: Hierarchical SRCU implementation.
[ 0.010285] rcu: Max phase no-delay instances is 1000.
[ 0.010717] Platform MSI: interrupt-controller@fee20000 domain created
[ 0.011163] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.011475] fsl-mc MSI: interrupt-controller@fee20000 domain created
[ 0.017882] EFI services will not be available.
[ 0.018469] smp: Bringing up secondary CPUs ...
[ 0.019301] Detected VIPT I-cache on CPU1
[ 0.019422] cacheinfo: Unable to detect cache hierarchy for CPU 1
[ 0.019433] Early cacheinfo failed, ret = -2
[ 0.019448] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.019471] GICv3: CPU1: using allocated LPI pending table @0x0000000000460000
[ 0.019533] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.020388] Detected VIPT I-cache on CPU2
[ 0.020486] cacheinfo: Unable to detect cache hierarchy for CPU 2
[ 0.020496] Early cacheinfo failed, ret = -2
[ 0.020508] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.020527] GICv3: CPU2: using allocated LPI pending table @0x0000000000470000
[ 0.020567] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.021354] Detected VIPT I-cache on CPU3
[ 0.021459] cacheinfo: Unable to detect cache hierarchy for CPU 3
[ 0.021468] Early cacheinfo failed, ret = -2
[ 0.021481] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.021499] GICv3: CPU3: using allocated LPI pending table @0x0000000000500000
[ 0.021537] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.022314] CPU features: detected: Spectre-v2
[ 0.022327] CPU features: detected: Spectre-v3a
[ 0.022336] CPU features: detected: Spectre-BHB
[ 0.022347] CPU features: detected: ARM erratum 1742098
[ 0.022354] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.022359] Detected PIPT I-cache on CPU4
[ 0.022456] cacheinfo: Unable to detect cache hierarchy for CPU 4
[ 0.022464] Early cacheinfo failed, ret = -2
[ 0.022478] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.022496] GICv3: CPU4: using allocated LPI pending table @0x0000000000510000
[ 0.022536] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.023400] Detected PIPT I-cache on CPU5
[ 0.023487] cacheinfo: Unable to detect cache hierarchy for CPU 5
[ 0.023493] Early cacheinfo failed, ret = -2
[ 0.023505] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.023522] GICv3: CPU5: using allocated LPI pending table @0x0000000000520000
[ 0.023554] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.023671] smp: Brought up 1 node, 6 CPUs
[ 0.024202] SMP: Total of 6 processors activated.
[ 0.024224] CPU features: detected: 32-bit EL0 Support
[ 0.024243] CPU features: detected: 32-bit EL1 Support
[ 0.024266] CPU features: detected: CRC32 instructions
[ 0.025594] CPU features: No Cache Writeback Granule information, assuming 128
[ 0.025625] CPU: All CPU(s) started at EL2
[ 0.025703] alternatives: patching kernel code
[ 0.028838] devtmpfs: initialized
[ 0.039124] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.039170] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.039978] pinctrl core: initialized pinctrl subsystem
[ 0.042871] DMI not present or invalid.
[ 0.043687] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.045281] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.045731] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.046091] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.046164] audit: initializing netlink subsys (disabled)
[ 0.046384] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ 0.047913] thermal_sys: Registered thermal governor 'step_wise'
[ 0.047923] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.048013] cpuidle: using governor menu
[ 0.048228] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.048419] ASID allocator initialised with 65536 entries
[ 0.050637] Serial: AMBA PL011 UART driver
[ 0.079565] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc
[ 0.086202] platform ff940000.hdmi: Fixing up cyclic dependency with ff8f0000.vop
[ 0.086281] platform ff940000.hdmiluetooth: HCI UART protocol Broadcom registered
[ 0.576986] Bluetooth: HCI UART protocol QCA registered
[ 0.577483] Bluetooth: HCI UART protocol Marvell registered
[ 0.580406] cpu cpu0: EM: created perf domain
[ 0.582468] cpu cpu4: EM: created perf domain
[ 0.587206] sdhci: Secure Digital Host Controller Interface driver
[ 0.587803] sdhci: Copyright(c) Pierre Ossman
[ 0.589539] Synopsys Designware Multimedia Card Interface Driver
[ 0.590904] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.592475] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[ 0.593192] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[ 0.593822] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[ 0.594548] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 74,32 bit host data width,256 deep fifo
[ 0.595028] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 0.595420] mmc1: CQHCI version 5.10
[ 0.596029] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 0.596959] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 0.597015] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.597469] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 76,32 bit host data width,256 deep fifo
[ 0.598781] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.598993] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[ 0.599888] mmc_host mmc2: card is non-removable.
[ 0.600029] usbcore: registered new interface driver usbhid
[ 0.600795] usbhid: USB HID core driver
[ 0.607032] NET: Registered PF_PACKET protocol family
[ 0.607577] 9pnet: Installing 9P2000 support
[ 0.607989] Key type dns_resolver registered
[ 0.608837] registered taskstats version 1
[ 0.609220] Loading compiled-in X.509 certificates
[ 0.610259] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 0.613381] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 0.623011] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[ 0.632130] debugfs: Directory '(null)-SUPPLY' with parent 'reg-dummy-regulator-dummy' already present!
[ 0.641062] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops)
[ 0.643343] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops)
[ 0.644095] dwhdmi-rockchip ff940000.hdmi: supply avdd-0v9 not found, using dummy regulator
[ 0.644907] dwhdmi-rockchip ff940000.hdmi: supply avdd-1v8 not found, using dummy regulator
[ 0.645744] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 0.647757] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops)
[ 0.649328] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[ 0.650075] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 0.650784] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 0.651433] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 0.658320] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 0.658827] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 0.658841] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 0.659584] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 0.660406] mmc0: new high speed SDHC card at address 0001
[ 0.661247] xhci-hcd xhci-hcd.2.auto: irq 80, io mem 0xfe800000
[ 0.662437] mmcblk0: mmc0:0001 EB1QT 29.8 GiB
[ 0.662617] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 0.663353] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 0.664058] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 0.665155] hub 1-0:1.0: USB hub found
[ 0.665534] hub 1-0:1.0: 1 port detected
[ 0.666079] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.667317] hub 2-0:1.0: USB hub found
[ 0.667680] hub 2-0:1.0: 1 port detected
[ 0.669910] mmcblk0: p1 p2 p3 p4 p5
[ 0.674570] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 0.675074] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
[ 0.675841] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 0.676694] xhci-hcd xhci-hcd.3.auto: irq 81, io mem 0xfe900000
[ 0.677303] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 0.677791] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
[ 0.678479] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[ 0.679428] hub 3-0:1.0: USB hub found
[ 0.679775] hub 3-0:1.0: 1 port detected
[ 0.680273] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.681297] hub 4-0:1.0: USB hub found
[ 0.681642] hub 4-0:1.0: 1 port detected
[ 0.687574] ehci-platform fe380000.usb: EHCI Host Controller
[ 0.687613] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 0.688115] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
[ 0.688900] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
[ 0.689226] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 0.689249] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 7
[ 0.689538] ehci-platform fe380000.usb: irq 82, io mem 0xfe380000
[ 0.689556] ehci-platform fe3c0000.usb: irq 83, io mem 0xfe3c0000
[ 0.689588] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 0.690141] ohci-platform fe3a0000.usb: irq 84, io mem 0xfe3a0000
[ 0.691716] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 0.692833] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 0.693061] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 0.693568] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 8
[ 0.694102] cfg80211: failed to load regulatory.db
[ 0.694769] ohci-platform fe3e0000.usb: irq 85, io mem 0xfe3e0000
[ 0.694950] dw-apb-uart ff180000.serial: failed to request DMA
[ 0.695855] ALSA device list:
[ 0.697922] No soundcards found.
[ 0.698381] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[ 0.702274] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 0.703664] hub 7-0:1.0: USB hub found
[ 0.704070] hub 7-0:1.0: 1 port detected
[ 0.718339] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 0.719852] hub 5-0:1.0: USB hub found
[ 0.720236] hub 5-0:1.0: 1 port detected
[ 0.723466] mmc1: Command Queue Engine enabled
[ 0.723893] mmc1: new HS400 Enhanced strobe MMC card at address 0001
[ 0.725242] mmcblk1: mmc1:0001 SLD64G 57.6 GiB
[ 0.749376] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 0.757658] mmcblk1: p1 p2
[ 0.758970] hub 6-0:1.0: USB hub found
[ 0.758982] mmcblk1boot0: mmc1:0001 SLD64G 4.00 MiB
[ 0.759339] hub 6-0:1.0: 1 port detected
[ 0.761378] mmcblk1boot1: mmc1:0001 SLD64G 4.00 MiB
[ 0.762899] hub 8-0:1.0: USB hub found
[ 0.763243] mmcblk1rpmb: mmc1:0001 SLD64G 4.00 MiB, chardev (511:0)
[ 0.763265] hub 8-0:1.0: 1 port detected
[ 0.828460] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Quota mode: none.
[ 0.829312] VFS: Mounted root (ext4 filesystem) on device 179:5.
[ 0.832781] devtmpfs: mounted
[ 0.836672] Freeing unused kernel memory: 7296K
[ 0.837238] Run /sbin/init as init process
[ 0.837614] with arguments:
[ 0.837618] /sbin/init
[ 0.837624] #
[ 0.837628] rock-4c-plus
[ 0.837633] with environment:
[ 0.837637] HOME=/
[ 0.837642] TERM=linux
[ 0.891579] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 196
[ 0.917101] mmc2: new ultra high speed SDR104 SDIO card at address 0001
[ 0.926599] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 0.927535] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.radxa,rock-4c-plus.bin failed with error -2
[ 0.928562] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
[ 0.931381] Bluetooth: hci0: BCM: chip id 107
[ 0.932446] Bluetooth: hci0: BCM: features 0x2f
[ 0.935179] Bluetooth: hci0: BCM4345C0
[ 0.935531] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 0.935860] EXT4-fs (mmcblk0p5): re-mounted. Quota mode: none.
[ 0.936242] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 0.937189] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.radxa,rock-4c-plus.hcd'
[ 0.937798] Bluetooth: hci0: BCM: 'brcm/BCM4345C0.hcd'
[ 0.938366] Bluetooth: hci0: BCM: 'brcm/BCM.radxa,rock-4c-plus.hcd'
[ 0.938958] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[ 1.025580] random: dd: uninitialized urandom read (32 bytes read)
[ 1.939079] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
# fdisk -l
Found valid GPT with protective MBR; using GPT
Disk /dev/mmcblk0: 62521344 sectors, 1856M
Logical sector size: 512
Disk identifier (GUID): da6a7c75-78e8-48c4-9153-e379680359e0
Partition table holds up to 128 entries
First usable sector is 64, last usable sector is 62521310
Number Start (sector) End (sector) Size Name
1 64 368 152K loader1
2 16384 18325 971K loader2
3 32768 262143 112M boot
4 262144 35969023 17.0G
5 35969024 62519295 12.6G
Found valid GPT with protective MBR; using GPT
Disk /dev/mmcblk1: 120832000 sectors, 1656M
Logical sector size: 512
Disk identifier (GUID): dcf452d3-5072-4a7e-90a5-2824758b22c2
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 120831966
Number Start (sector) End (sector) Size Name
1 32768 1081343 512M boot
2 1081344 120831966 57.1G rootfs
Disk /dev/mmcblk1boot0: 4 MB, 4194304 bytes, 8192 sectors
128 cylinders, 4 heads, 16 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Disk /dev/mmcblk1boot0 doesn't contain a valid partition table
Disk /dev/mmcblk1boot1: 4 MB, 4194304 bytes, 8192 sectors
128 cylinders, 4 heads, 16 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Disk /dev/mmcblk1boot1 doesn't contain a valid partition table
# mount /dev/mmcblk1
mmcblk1 mmcblk1boot1 mmcblk1p2
mmcblk1boot0 mmcblk1p1 mmcblk1rpmb
# mount /dev/mmcblk1
mmcblk1 mmcblk1boot1 mmcblk1p2
mmcblk1boot0 mmcblk1p1 mmcblk1rpmb
# mount /dev/mmcblk1p1 /mnt/
# ls /mnt/
Image
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment