CrOS debugging request
#8
Noticing that u-boot was applying dtb file for RockPro64, I moved the RockPro64 dtb file and replaced it with dtb file for my device (Rock-Pi-4).

Result: it does not reach developer console, similar to output posted by @tophneal earlier:

Code:
Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 5.5.0-MANJARO-ARM+ (brent@brent-pc) (gcc version 4.9.x 20150123 (prerelease) (4.9.2_cos_gg_4.9.2-r223-ac6128e0a17a52f011797f33ac3e7d620
[    0.000000] Machine model: Radxa ROCK Pi 4
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 64 MiB at 0x00000000f4000000
[    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: Trusted OS migration not required
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 34 pages/cpu s101400 r8192 d29672 u139264
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: detected: ARM erratum 845719
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 991752
[    0.000000] Kernel command line: earlyprintk console=ttyS2,1500000n8 rw root=/dev/mmcblk1p3 rootfstype=ext4 init=/sbin/init rootwait cros_debug loglevel=7 dm_ved
[    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] software IO TLB: mapped [mem 0x3bfff000-0x3ffff000] (64MB)
[    0.000000] Memory: 3788564K/4030464K available (13628K kernel code, 838K rwdata, 5448K rodata, 1216K init, 8475K bss, 176364K reserved, 65536K cma-reserved)
[    0.000000] random: get_random_u64 called from cache_random_seq_create+0x78/0x130 with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    0.000000]  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=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] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: no VLPI support, no direct LPI support, no RVPEID support
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
[    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @eec80000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000000eec40000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000eec50000
[    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] 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.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    0.001054] Console: colour dummy device 80x25
[    0.001098] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.001109] pid_max: default: 32768 minimum: 301
[    0.001267] LSM: Security Framework initializing
[    0.001285] Yama: becoming mindful.
[    0.001367] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.001391] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.001450] *** VALIDATE tmpfs ***
[    0.001947] *** VALIDATE proc ***
[    0.002203] *** VALIDATE cgroup1 ***
[    0.002212] *** VALIDATE cgroup2 ***
[    0.003123] ASID allocator initialised with 65536 entries
[    0.003210] rcu: Hierarchical SRCU implementation.
[    0.003447] Platform MSI: interrupt-controller@fee20000 domain created
[    0.003782] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[    0.004310] EFI services will not be available.
[    0.004714] smp: Bringing up secondary CPUs ...
[    0.005198] Detected VIPT I-cache on CPU1
[    0.005231] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[    0.005246] GICv3: CPU1: using allocated LPI pending table @0x00000000eec60000
[    0.005289] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.005838] Detected VIPT I-cache on CPU2
[    0.005862] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[    0.005873] GICv3: CPU2: using allocated LPI pending table @0x00000000eec70000
[    0.005898] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.006394] Detected VIPT I-cache on CPU3
[    0.006416] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[    0.006426] GICv3: CPU3: using allocated LPI pending table @0x00000000eed00000
[    0.006449] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.006948] CPU features: detected: EL2 vector hardening
[    0.006954] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
[    0.006959] CPU features: detected: ARM erratum 1319367
[    0.006963] Detected PIPT I-cache on CPU4
[    0.006988] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[    0.006999] GICv3: CPU4: using allocated LPI pending table @0x00000000eed10000
[    0.007026] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[    0.007549] Detected PIPT I-cache on CPU5
[    0.007570] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[    0.007579] GICv3: CPU5: using allocated LPI pending table @0x00000000eed20000
[    0.007601] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[    0.007684] smp: Brought up 1 node, 6 CPUs
[    0.007736] SMP: Total of 6 processors activated.
[    0.007744] CPU features: detected: 32-bit EL0 Support
[    0.007751] CPU features: detected: CRC32 instructions
[    0.034793] CPU: All CPU(s) started at EL2
[    0.034879] alternatives: patching kernel code
[    0.037317] devtmpfs: initialized
[    0.045316] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.045336] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.047905] pinctrl core: initialized pinctrl subsystem
[    0.048732] thermal_sys: Registered thermal governor 'fair_share'
[    0.048735] thermal_sys: Registered thermal governor 'bang_bang'
[    0.048744] thermal_sys: Registered thermal governor 'step_wise'
[    0.048750] thermal_sys: Registered thermal governor 'user_space'
[    0.049205] DMI not present or invalid.
[    0.049687] NET: Registered protocol family 16
[    0.051630] DMA: preallocated 256 KiB pool for atomic allocations
[    0.052551] cpuidle: using governor ladder
[    0.052568] cpuidle: using governor menu
[    0.052937] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.053167] Serial: AMBA PL011 UART driver
[    0.077926] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.077935] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.077942] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.077948] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    0.088968] cryptd: max_cpu_qlen set to 1000
[    0.114115] ACPI: Interpreter disabled.
[    0.114509] vcc5v0_sys: supplied by vcc12v_dcin
[    0.114801] vcc3v3_pcie: supplied by vcc5v0_sys
[    0.114995] vcc3v3_sys: supplied by vcc5v0_sys
[    0.115257] vcc5v0_host: supplied by vcc5v0_sys
[    0.115495] vcc5v0_typec: supplied by vcc5v0_sys
[    0.116078] iommu: Default domain type: Translated
[    0.117650] vgaarb: loaded
[    0.118281] SCSI subsystem initialized
[    0.118570] usbcore: registered new interface driver usbfs
[    0.118599] usbcore: registered new interface driver hub
[    0.118662] usbcore: registered new device driver usb
[    0.119014] mc: Linux media interface: v0.10
[    0.119036] videodev: Linux video capture interface: v2.00
[    0.119066] pps_core: LinuxPPS API ver. 1 registered
[    0.119070] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.119093] PTP clock support registered
[    0.119245] EDAC MC: Ver: 3.0.0
[    0.119747] Advanced Linux Sound Architecture Driver Initialized.
[    0.120088] NetLabel: Initializing
[    0.120094] NetLabel:  domain hash size = 128
[    0.120099] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.120154] NetLabel:  unlabeled traffic allowed by default
[    0.120589] clocksource: Switched to clocksource arch_sys_counter
[    0.120599] *** VALIDATE bpf ***
[    0.120750] VFS: Disk quotas dquot_6.6.0
[    0.120799] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.120851] *** VALIDATE ramfs ***
[    0.120865] *** VALIDATE hugetlbfs ***
[    0.121140] pnp: PnP ACPI: disabled
[    0.125704] NET: Registered protocol family 2
[    0.126197] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    0.126257] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.126516] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.127006] TCP: Hash tables configured (established 32768 bind 32768)
[    0.127114] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.127214] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    0.127447] NET: Registered protocol family 1
[    0.127886] RPC: Registered named UNIX socket transport module.
[    0.127893] RPC: Registered udp transport module.
[    0.127897] RPC: Registered tcp transport module.
[    0.127902] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.127911] PCI: CLS 0 bytes, default 64
[    0.128847] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[    0.129074] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.129382] kvm [1]: IPA Size Limit: 40bits
[    0.130732] kvm [1]: vgic-v2@fff20000
[    0.130755] kvm [1]: GIC system register CPU interface enabled
[    0.130899] kvm [1]: vgic interrupt IRQ10
[    0.131057] kvm [1]: Hyp mode initialized successfully
[    0.177207] Initialise system trusted keyrings
[    0.177338] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    0.182107] zbud: loaded
[    0.183979] NFS: Registering the id_resolver key type
[    0.184004] Key type id_resolver registered
[    0.184010] Key type id_legacy registered
[    0.184023] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.184057] ntfs: driver 2.1.32 [Flags: R/W].
[    0.184358] fuse: init (API version 7.31)
[    0.184428] *** VALIDATE fuse ***
[    0.184439] *** VALIDATE fuse ***
[    0.184696] SGI XFS with ACLs, security attributes, quota, no debug enabled
[    0.186022] *** VALIDATE xfs ***
[    0.206043] NET: Registered protocol family 38
[    0.206058] Key type asymmetric registered
[    0.206064] Asymmetric key parser 'x509' registered
[    0.206104] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.206226] io scheduler mq-deadline registered
[    0.206232] io scheduler kyber registered
[    0.206330] io scheduler bfq registered
[    0.212669] IPMI message handler: version 39.2
[    0.213822] dma-pl330 ff6d0000.dma-controller: WARN: Device release is not defined so it is not safe to unbind this driver while in use
[    0.214243] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.214252] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[    0.214408] dma-pl330 ff6e0000.dma-controller: WARN: Device release is not defined so it is not safe to unbind this driver while in use
[    0.215090] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[    0.215099] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[    0.216132] pwm-regulator: supplied by regulator-dummy
[    0.216777] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.218042] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 35, base_baud = 1500000) is a 16550A
[    0.218148] serial serial0: tty port ttyS0 registered
[    0.218492] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 36, base_baud = 1500000) is a 16550A
[    0.320700] printk: console [ttyS2] enabled
[    0.322763] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.325616] libphy: Fixed MDIO Bus: probed
[    0.326038] usbcore: registered new interface driver asix
[    0.331734] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
[    0.338948] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.339522] ehci-pci: EHCI PCI platform driver
[    0.339936] ehci-platform: EHCI generic platform driver
[    0.342550] ehci-platform fe380000.usb: EHCI Host Controller
[    0.343150] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
[    0.343917] ehci-platform fe380000.usb: irq 28, io mem 0xfe380000
[    0.370602] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[    0.371252] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[    0.371977] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.372610] usb usb1: Product: EHCI Host Controller
[    0.373039] usb usb1: Manufacturer: Linux 5.5.0-MANJARO-ARM+ ehci_hcd
[    0.373602] usb usb1: SerialNumber: fe380000.usb
[    0.374330] hub 1-0:1.0: USB hub found
[    0.374685] hub 1-0:1.0: 1 port detected
[    0.377383] ehci-platform fe3c0000.usb: EHCI Host Controller
[    0.377977] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 2
[    0.378730] ehci-platform fe3c0000.usb: irq 30, io mem 0xfe3c0000
[    0.400605] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[    0.401256] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[    0.401980] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.402614] usb usb2: Product: EHCI Host Controller
[    0.403042] usb usb2: Manufacturer: Linux 5.5.0-MANJARO-ARM+ ehci_hcd
[    0.403607] usb usb2: SerialNumber: fe3c0000.usb
[    0.404298] hub 2-0:1.0: USB hub found
[    0.404647] hub 2-0:1.0: 1 port detected
[    0.405380] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.405930] ohci-pci: OHCI PCI platform driver
[    0.406362] ohci-platform: OHCI generic platform driver
[    0.406973] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[    0.407657] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 3
[    0.408409] ohci-platform fe3a0000.usb: irq 29, io mem 0xfe3a0000
[    0.474745] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.05
[    0.475470] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.476103] usb usb3: Product: Generic Platform OHCI controller
[    0.476623] usb usb3: Manufacturer: Linux 5.5.0-MANJARO-ARM+ ohci_hcd
[    0.477187] usb usb3: SerialNumber: fe3a0000.usb
[    0.477883] hub 3-0:1.0: USB hub found
[    0.478238] hub 3-0:1.0: 1 port detected
[    0.478896] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[    0.479582] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 4
[    0.480329] ohci-platform fe3e0000.usb: irq 31, io mem 0xfe3e0000
[    0.554838] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.05
[    0.555567] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.556201] usb usb4: Product: Generic Platform OHCI controller
[    0.556722] usb usb4: Manufacturer: Linux 5.5.0-MANJARO-ARM+ ohci_hcd
[    0.557288] usb usb4: SerialNumber: fe3e0000.usb
[    0.558201] hub 4-0:1.0: USB hub found
[    0.558560] hub 4-0:1.0: 1 port detected
[    0.559470] uhci_hcd: USB Universal Host Controller Interface driver
[    0.560771] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.561402] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[    0.562203] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    0.563045] xhci-hcd xhci-hcd.0.auto: irq 224, io mem 0xfe800000
[    0.563852] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[    0.564579] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.565212] usb usb5: Product: xHCI Host Controller
[    0.565644] usb usb5: Manufacturer: Linux 5.5.0-MANJARO-ARM+ xhci-hcd
[    0.566209] usb usb5: SerialNumber: xhci-hcd.0.auto
[    0.567045] hub 5-0:1.0: USB hub found
[    0.567403] hub 5-0:1.0: 1 port detected
[    0.568036] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    0.568640] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[    0.569320] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[    0.569946] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.570774] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[    0.571500] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.572134] usb usb6: Product: xHCI Host Controller
[    0.572565] usb usb6: Manufacturer: Linux 5.5.0-MANJARO-ARM+ xhci-hcd
[    0.573130] usb usb6: SerialNumber: xhci-hcd.0.auto
[    0.573946] hub 6-0:1.0: USB hub found
[    0.574302] hub 6-0:1.0: 1 port detected
[    0.575072] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    0.575686] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
[    0.576496] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[    0.577366] xhci-hcd xhci-hcd.1.auto: irq 225, io mem 0xfe900000
[    0.578164] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[    0.578889] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.579522] usb usb7: Product: xHCI Host Controller
[    0.579954] usb usb7: Manufacturer: Linux 5.5.0-MANJARO-ARM+ xhci-hcd
[    0.580519] usb usb7: SerialNumber: xhci-hcd.1.auto
[    0.581353] hub 7-0:1.0: USB hub found
[    0.581710] hub 7-0:1.0: 1 port detected
[    0.582342] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    0.582940] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
[    0.583626] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    0.584271] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.585074] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[    0.585800] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.586433] usb usb8: Product: xHCI Host Controller
[    0.586865] usb usb8: Manufacturer: Linux 5.5.0-MANJARO-ARM+ xhci-hcd
[    0.587430] usb usb8: SerialNumber: xhci-hcd.1.auto
[    0.588242] hub 8-0:1.0: USB hub found
[    0.588598] hub 8-0:1.0: 1 port detected
[    0.589346] usbcore: registered new interface driver uas
[    0.589950] usbcore: registered new interface driver usb-storage
[    0.590508] usbcore: registered new interface driver ums-alauda
[    0.591126] usbcore: registered new interface driver ums-cypress
[    0.591688] usbcore: registered new interface driver ums-datafab
[    0.592243] usbcore: registered new interface driver ums_eneub6250
[    0.592813] usbcore: registered new interface driver ums-freecom
[    0.593375] usbcore: registered new interface driver ums-isd200
[    0.593924] usbcore: registered new interface driver ums-jumpshot
[    0.594487] usbcore: registered new interface driver ums-karma
[    0.595027] usbcore: registered new interface driver ums-onetouch
[    0.595603] usbcore: registered new interface driver ums-realtek
[    0.596163] usbcore: registered new interface driver ums-sddr09
[    0.596713] usbcore: registered new interface driver ums-sddr55
[    0.597262] usbcore: registered new interface driver ums-usbat
[    0.597860] usbcore: registered new interface driver usbserial_generic
[    0.598450] usbserial: USB Serial support registered for generic
[    0.600912] mousedev: PS/2 mouse device common for all mice
[    0.603439] rk808 0-001b: chip id: 0x0
[    0.606672] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    0.607228] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    0.607815] DCDC_REG1: supplied by vcc5v0_sys
[    0.608916] DCDC_REG2: supplied by vcc5v0_sys
[    0.609689] DCDC_REG3: supplied by vcc5v0_sys
[    0.610220] DCDC_REG4: supplied by vcc5v0_sys
[    0.611061] LDO_REG1: supplied by vcc5v0_sys
[    0.612502] LDO_REG2: supplied by vcc5v0_sys
[    0.613035] vcc1v8_hdmi: Bringing 3000000uV into 1800000-1800000uV
[    0.614324] LDO_REG3: supplied by vcc5v0_sys
[    0.615653] LDO_REG4: supplied by vcc5v0_sys
[    0.616187] vcc_sdio: Bringing 3300000uV into 3000000-3000000uV
[    0.617593] LDO_REG5: supplied by vcc5v0_sys
[    0.618778] LDO_REG6: supplied by vcc5v0_sys
[    0.620105] LDO_REG7: supplied by vcc5v0_sys
[    0.620645] vcc0v9_hdmi: Bringing 1800000uV into 900000-900000uV
[    0.621961] LDO_REG8: supplied by vcc5v0_sys
[    0.623314] SWITCH_REG1: supplied by vcc3v3_sys
[    0.623871] SWITCH_REG2: supplied by vcc3v3_sys
[    0.627301] rk808-rtc rk808-rtc: registered as rtc0
[    0.628274] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[    0.628887] fan53555-reg: supplied by vcc5v0_sys
[    0.630746] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[    0.631357] fan53555-reg: supplied by vcc5v0_sys
[    0.635234] device-mapper: uevent: version 1.0.3
[    0.635834] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.639894] sdhci: Secure Digital Host Controller Interface driver
[    0.640436] sdhci: Copyright(c) Pierre Ossman
[    0.641085] Synopsys Designware Multimedia Card Interface Driver
[    0.642105] dwmmc_rockchip fe310000.dwmmc: IDMAC supports 32-bit address mode.
[    0.642744] dwmmc_rockchip fe310000.dwmmc: Using internal DMA controller.
[    0.643343] dwmmc_rockchip fe310000.dwmmc: Version ID is 270a
[    0.643865] dwmmc_rockchip fe310000.dwmmc: DW MMC controller at irq 25,32 bit host data width,256 deep fifo
[    0.644770] dwmmc_rockchip fe310000.dwmmc: allocated mmc-pwrseq
[    0.645288] mmc_host mmc0: card is non-removable.
[    0.646052] random: fast init done
[    0.658980] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.671049] dwmmc_rockchip fe320000.dwmmc: IDMAC supports 32-bit address mode.
[    0.671688] dwmmc_rockchip fe320000.dwmmc: Using internal DMA controller.
[    0.672290] dwmmc_rockchip fe320000.dwmmc: Version ID is 270a
[    0.672821] dwmmc_rockchip fe320000.dwmmc: DW MMC controller at irq 26,32 bit host data width,256 deep fifo
[    0.673741] dwmmc_rockchip fe320000.dwmmc: Got CD GPIO
[    0.686910] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    0.701026] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.703197] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.703284] mmc2: CQHCI version 5.10
[    0.705239] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.707446] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.710930] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.716582] mmc0: queuing unknown CIS tuple 0x81 (9 bytes)
[    0.730107] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
[    0.732165] ledtrig-cpu: registered to indicate activity on CPUs
[    0.733310] hid: raw HID events driver (C) Jiri Kosina
[    0.733956] usbcore: registered new interface driver usbhid
[    0.734450] usbhid: USB HID core driver
[    0.740730] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    0.742045] Initializing XFRM netlink socket
[    0.742866] NET: Registered protocol family 10
[    0.748346] Segment Routing with IPv6
[    0.748742] mip6: Mobile IPv6
[    0.749011] NET: Registered protocol family 17
[    0.749609] Key type dns_resolver registered
[    0.750733] registered taskstats version 1
[    0.751098] Loading compiled-in X.509 certificates
[    0.751639] zswap: loaded using pool lzo/zbud
[    0.752129] Key type ._fscrypt registered
[    0.752484] Key type .fscrypt registered
[    0.752828] Key type fscrypt-provisioning registered
[    0.753346] Key type big_key registered
[    0.755534] Key type encrypted registered
[    0.775605] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[    0.778112] rk808-rtc rk808-rtc: setting system clock to 2013-01-18T08:54:33 UTC (1358499273)
[    0.779347] ALSA device list:
[    0.779613]   No soundcards found.
[    0.780063] ttyS2 - failed to request DMA
[    0.780478] md: Waiting for all devices to be available before autodetect
[    0.781085] md: If you don't use raid, use raid=noautodetect
[    0.781975] md: Autodetecting RAID arrays.
[    0.782336] md: autorun ...
[    0.782582] md: ... autorun DONE.
[    0.782898] Waiting for root device /dev/mmcblk1p3...
[    0.791904] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    0.792623] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    0.793248] usb 1-1: Product: USB 2.0 Hub
[    0.794111] hub 1-1:1.0: USB hub found
[    0.794648] hub 1-1:1.0: 4 ports detected
[    0.827562] mmc2: Command Queue Engine enabled
[    0.827977] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[    0.829172] mmcblk2: mmc2:0001 SLD32G 28.9 GiB
[    0.829771] mmcblk2boot0: mmc2:0001 SLD32G partition 1 4.00 MiB
[    0.830489] mmcblk2boot1: mmc2:0001 SLD32G partition 2 4.00 MiB
[    0.831288] mmcblk2rpmb: mmc2:0001 SLD32G partition 3 4.00 MiB, chardev (238:0)
[    0.835833] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    0.836484] GPT:8708252 != 60620799
[    0.836791] GPT:Alternate GPT header not at the end of the disk.
[    0.837317] GPT:8708252 != 60620799
[    0.837625] GPT: Use GNU Parted to correct GPT errors.
[    0.838117]  mmcblk2: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
[    0.922262] dwmmc_rockchip fe310000.dwmmc: Successfully tuned phase to 223
[    0.931807] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[    0.960838] usb 7-1: new high-speed USB device number 2 using xhci-hcd
[    1.005384] usb 7-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54
[    1.006114] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.006741] usb 7-1: Product: USB2.1 Hub
[    1.007089] usb 7-1: Manufacturer: GenesysLogic
[    1.065065] hub 7-1:1.0: USB hub found
[    1.065725] hub 7-1:1.0: 4 ports detected
[    1.151632] usb 8-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
[    1.185000] usb 8-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.54
[    1.185744] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.186380] usb 8-1: Product: USB3.1 Hub
[    1.186736] usb 8-1: Manufacturer: GenesysLogic
[    1.209314] hub 8-1:1.0: USB hub found
[    1.210021] hub 8-1:1.0: 4 ports detected
[    1.210715] usb 4-1: new full-speed USB device number 2 using ohci-platform
[    1.210900] usb 1-1.1: new low-speed USB device number 3 using ehci-platform
[    1.400901] usb 7-1.3: new low-speed USB device number 3 using xhci-hcd
[    1.468993] usb 1-1.1: New USB device found, idVendor=413c, idProduct=2113, bcdDevice= 1.08
[    1.469742] usb 1-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.470389] usb 1-1.1: Product: Dell KB216 Wired Keyboard
[    1.475747] usb 4-1: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice= 1.34
[    1.476565] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.478371] input: Dell KB216 Wired Keyboard as /devices/platform/fe380000.usb/usb1/1-1/1-1.1/1-1.1:1.0/0003:413C:2113.0001/input/input0
[    1.542843] hid-generic 0003:413C:2113.0001: input,hidraw0: USB HID v1.11 Keyboard [Dell KB216 Wired Keyboard] on usb-fe380000.usb-1.1/input0
[    1.550574] input: Dell KB216 Wired Keyboard System Control as /devices/platform/fe380000.usb/usb1/1-1/1-1.1/1-1.1:1.1/0003:413C:2113.0002/input/input1
[    1.555736] usb 7-1.3: New USB device found, idVendor=03f0, idProduct=0941, bcdDevice= 1.00
[    1.556494] usb 7-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.557144] usb 7-1.3: Product: HP X500 USB Optical Mouse
[    1.557628] usb 7-1.3: Manufacturer: PixArt
[    1.613374] input: PixArt HP X500 USB Optical Mouse as /devices/platform/usb@fe900000/fe900000.dwc3/xhci-hcd.1.auto/usb7/7-1/7-1.3/7-1.3:1.0/0003:03F0:0941.00033
[    1.622065] input: Dell KB216 Wired Keyboard Consumer Control as /devices/platform/fe380000.usb/usb1/1-1/1-1.1/1-1.1:1.1/0003:413C:2113.0002/input/input2
[    1.623308] hid-generic 0003:03F0:0941.0003: input,hidraw1: USB HID v1.11 Mouse [PixArt HP X500 USB Optical Mouse] on usb-xhci-hcd.1.auto-1.3/input0
[    1.624641] hid-generic 0003:413C:2113.0002: input,hidraw2: USB HID v1.11 Device [Dell KB216 Wired Keyboard] on usb-fe380000.usb-1.1/input1
[    1.741027] usb 7-1.4: new high-speed USB device number 4 using xhci-hcd
[    1.771688] usb 7-1.4: New USB device found, idVendor=0bda, idProduct=8179, bcdDevice= 0.00
[    1.772446] usb 7-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.773097] usb 7-1.4: Product: 802.11n NIC
[    1.773476] usb 7-1.4: Manufacturer: Realtek
[    1.773861] usb 7-1.4: SerialNumber: 00E04C0001
[    1.820856] usb 1-1.2: new full-speed USB device number 4 using ehci-platform
[    2.075586] usb 1-1.2: New USB device found, idVendor=0d8c, idProduct=0014, bcdDevice= 1.00
[    2.076335] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.076984] usb 1-1.2: Product: USB Audio Device
[    2.077398] usb 1-1.2: Manufacturer: C-Media Electronics Inc.
[    2.081956] input: C-Media Electronics Inc. USB Audio Device as /devices/platform/fe380000.usb/usb1/1-1/1-1.2/1-1.2:1.3/0003:0D8C:0014.0004/input/input4
[    2.152447] hid-generic 0003:0D8C:0014.0004: input,hidraw3: USB HID v1.00 Device [C-Media Electronics Inc. USB Audio Device] on usb-fe380000.usb-1.2/input3
[    7.580926] phy phy-ff770000.syscon:usb2-phy@e450.2: charger = USB_DCP_CHARGER
[   82.120874] random: crng init done


Messages In This Thread
CrOS debugging request - by brent.thierens - 02-18-2020, 03:55 PM
RE: CrOS debugging request - by tophneal - 02-19-2020, 12:16 PM
RE: CrOS debugging request - by tophneal - 03-09-2020, 07:20 AM
RE: CrOS debugging request - by brent.thierens - 03-10-2020, 07:47 AM
RE: CrOS debugging request - by aaditya - 03-11-2020, 01:25 AM
RE: CrOS debugging request - by tophneal - 03-11-2020, 07:18 AM
RE: CrOS debugging request - by aaditya - 03-11-2020, 09:47 AM
RE: CrOS debugging request - by aaditya - 03-12-2020, 04:39 AM
RE: CrOS debugging request - by tophneal - 03-12-2020, 06:10 AM
RE: CrOS debugging request - by brent.thierens - 03-14-2020, 06:12 AM
RE: CrOS debugging request - by Hexxeh - 03-21-2020, 06:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  CrOS boot from sd, now pinebook doesn't boot anymore qdoy55d9wkn8zw 7 11,001 06-22-2020, 06:23 AM
Last Post: tophneal
  Panfrost and CrOS tophneal 2 4,493 04-20-2020, 12:23 PM
Last Post: tophneal

Forum Jump:


Users browsing this thread: 1 Guest(s)