LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 08-26-2022, 12:36 AM   #1
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Rep: Reputation: 0
Booting woes with hard drive-based rootfs on ARM SBC board


This is a sort of followup to my previous thread here about the Firefly ITX-3588J super SBC board. I have still been fiddling with it and trying to make it work. The aim is to try and take the two stock-provided OS images - Android 12 _and_ Ubuntu 20.04 - and get a dual-boot setup working. The board also has an SSD hard drive connected to it which I'd like to use to store user data. And after determining that the provided U-Boot bootloader does not seem to be able to do a direct SATA boot (I recompiled it with the SATA support enabled and after typing "sata init" on the serial console the thing crashed instantaneously), I thought of a possible workaround being to try and get both OS kernels on the eMMC flash card together with GRUB, while putting the rootfs for each system on that hard drive and using GRUB as a next stage in the boot process after U-Boot.

Anyway, I used the Rockchip tools provided with the board SDK to lay out the basics of a custom ROM, and my x86 machine to format and lay out the SSD drive. I got everything flashed and the hard drive installed, and then tried to use U-Boot to launch the Ubuntu kernel. But it doesn't work. The kernel fires up alright, but then it gets caught in a "usb usb2-port1: Cannot enable. Maybe the USB cable is bad?" error looping forever and never coming to a console.

Information about how the system is set up is as follows. On the eMMC, there are GPT partitions as follows (this is the "recipe" the Rockchip tools use to build the custom ROM):

Code:
bootloader	Image/MiniLoaderAll.bin
parameter	Image/parameter.txt
uboot	Image/uboot.img
misc	Image/misc.img
dtbo	Image/dtbo.img
vbmeta	Image/vbmeta.img
boot	Image/boot.img <-- this is the Android kernel area
recovery	Image/recovery.img
baseparameter	Image/baseparameter.img
super	Image/super.img
oem	Image/oem.img
boot2   Image/boot2.img <-- this is the Ubuntu kernel area
efi     Image/efi.img
Note especially the boot partitions where the kernels (+ initrd, System.map, etc.) live, including also the all-important Flattened Device Trees (FDTs) for the board, also provided with it. Note the EFI partition, which is meant to hold GRUB, but currently is empty. The U-Boot loader has been compiled with bootefi support enabled. What my aim here is is to try and boot into Ubuntu so that I can then install GRUB from there.

On the hard drive, I have two partitions - one for the Android userdata, the other for the Ubuntu root file system, in that order, so the Ubuntu kernel identifies them as /dev/sda1 and /dev/sda2. The hard drive currently uses MBR instead of GPT because it does not have lots of partitions.

The full boot output from the kernel is this:

(KERNEL LOG REMOVED - too long for one post, will be included in subsequent posts)

The commands used to boot the kernel via U-Boot are:

Code:
setenv bootargs "ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 initrd=/boot/initrd-5.10.66 root=/dev/sda2 rootfstype=ext4 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1";

load mmc 0:0f ${kernel_addr_r} /Image-5.10.66; 
load mmc 0:0f ${fdt_addr_r} /rk3588-firefly-itx-3588j.dtb; 
booti ${kernel_addr_r} - ${fdt_addr_r}
(these are combined into a script called "sdf_boot_ubuntu")

Note partition 0x0f (15) is the boot2 partition, so the Ubuntu kernel partition.

It seems to me the error is arising because of a discrepancy between the boot line passed via U-Boot:

Code:
ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 initrd=/boot/initrd-5.10.66 root=/dev/sda2 rootfstype=ext4 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
and the one the kernel actually reports receiving:

Code:
storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  storagenode=/mmc@fe2e0000 androidboot.verifiedbootstate=orange ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTLABEL=rootfs rootfstype=ext4 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1
(Note, I am not sure the first was the exact bootline I used to get this kernel output because it seems the "storagemedia=emmc" and "androidboot" stuff can be suppressed by not including them on the bootline, but the "overlayroot" part _always_ gets included in there no matter what you pass via bootargs.)

Note that "PARTLABEL=rootfs" will not work because I believe that wants to refer to the eMMC, and yet the rootfs _is not on the eMMC, but the SATA hard drive_. Presumably the kernels and/or boot stuff was configured like this in the packages shipped with the board because they were originally intended to be used one at a time, and I'm trying to build a novel, custom ROM out of them. I believe what is going on is it's either not loading rootfs, or else it's not loading the right initrd to get the system going. Other than that, I'm not sure what to do.

So my question would be, then, how do you reconfigure this? The worst part is that a grep for where this bootargs line is coming from seems to suggest it is inside the device-tree blob (dtb) for the board itself! Does this mean there is no way to override or work around this command line?

Last edited by shimmy00; 08-26-2022 at 12:41 AM.
 
Old 08-26-2022, 12:36 AM   #2
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Original Poster
Rep: Reputation: 0
Code:
=> run sdf_boot_ubuntu;                                                         
35807744 bytes read in 1818 ms (18.8 MiB/s)                                     
159672 bytes read in 4 ms (38.1 MiB/s)                                          
Fdt Ramdisk skip relocation                                                     
## Flattened Device Tree blob at 0x0a100000                                     
   Booting using the fdt blob at 0x0a100000                                     
  'reserved-memory' cma: addr=10000000 size=10000000                            
   Using Device Tree in place at 000000000a100000, end 000000000a129fb7         
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)                         
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)                         
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)                      
Total: 110643.363 ms                                                            
                                                                                
Starting kernel ...                                                             
                                                                                
[  110.761642] Booting Linux on physical CPU 0x0000000000 [0x412fd050]          
[  110.761665] Linux version 5.10.66 (daijh@8d391e97ab54) (kernel commit id: fa9
4ece7080f) (sdk version: rk3588_linux_release_20220812_v1.0.1b) (aarch64-none-li
nux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.2
9)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2
021.07 (arm-10.29)) 2.36.1.20210621) #155 SMP Fri Aug 12 10:03:43 CST 2022      
[  110.772608] Machine model: Firefly ITX-3588J HDMI(Linux)                     
[  110.772693] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')     
[  110.777489] printk: bootconsole [uart8250] enabled                           
[  110.780419] efi: UEFI not found.                                             
[  110.786456] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-
cubic-lut@00000000': base 0x0000000000000000, size 0 MiB                        
[  110.787592] Reserved memory: created CMA memory pool at 0x0000000010000000, s
ize 256 MiB                                                                     
[  110.788330] OF: reserved mem: initialized node cma, compatible id shared-dma-
pool                                                                            
[  110.925145] Zone ranges:                                                     
[  110.925390]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]           
[  110.925964]   DMA32    empty                                                 
[  110.926233]   Normal   [mem 0x0000000100000000-0x00000001ffffffff]           
[  110.926800] Movable zone start for each node                                 
[  110.927192] Early memory node ranges                                         
[  110.927522]   node   0: [mem 0x0000000000200000-0x00000000083fffff]          
[  110.928097]   node   0: [mem 0x0000000009400000-0x00000000efffffff]          
[  110.928672]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]          
[  110.929249] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff] 
[  110.975226] psci: probing for conduit method from DT.                        
[  110.975697] psci: PSCIv1.1 detected in firmware.                             
[  110.976122] psci: Using standard PSCI v0.2 function IDs                      
[  110.976603] psci: Trusted OS migration not required                          
[  110.977053] psci: SMC Calling Convention v1.2                                
[  110.977850] percpu: Embedded 31 pages/cpu s88296 r8192 d30488 u126976        
[  110.978637] Detected VIPT I-cache on CPU0                                    
[  110.979047] CPU features: detected: GIC system register CPU interface        
[  110.979641] CPU features: detected: Virtualization Host Extensions           
[  110.980213] CPU features: detected: ARM errata 1165522, 1319367, or 1530923  
[  110.980856] alternatives: patching kernel code                               
[  110.981653] Built 1 zonelists, mobility grouping on.  Total pages: 1995336   
[  110.982289] Kernel command line: storagemedia=emmc androidboot.storagemedia=e
mmc androidboot.mode=normal  storagenode=/mmc@fe2e0000 androidboot.verifiedboots
tate=orange ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqc
hip.gicv3_pseudo_nmi=0 root=PARTLABEL=rootfs rootfstype=ext4 coherent_pool=1m sy
stemd.gpt_auto=0 cgroup_enable=memory swapaccount=1 overlayroot=device:dev=PARTL
ABEL=userdata,fstype=ext4,mkfs=1                                                
[  110.987086] Dentry cache hash table entries: 1048576 (order: 11, 8388608 byte
s, linear)                                                                      
[  110.988198] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes,
 linear)                                                                        
[  110.988920] mem auto-init: stack:off, heap alloc:off, heap free:off          
[  110.995621] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf0000
0] (64MB)                                                                       
[  111.065934] Memory: 7586008K/8108032K available (17664K kernel code, 3608K rw
data, 6452K rodata, 7104K init, 593K bss, 259880K reserved, 262144K cma-reserved
)                                                                               
[  111.067369] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1       
[  111.067999] ftrace: allocating 65879 entries in 258 pages                    
[  111.175565] ftrace: allocated 258 pages with 2 groups                        
[  111.176316] rcu: Hierarchical RCU implementation.                            
[  111.176751] rcu:     RCU event tracing is enabled.                           
[  111.177167]  Rude variant of Tasks RCU enabled.                              
[  111.177585] rcu: RCU calculated value of scheduler-enlistment delay is 30 jif
fies.                                                                           
[  111.184400] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0                   
[  111.187093] GICv3: GIC: Using split EOI/Deactivate mode                      
[  111.187574] GICv3: 480 SPIs implemented                                      
[  111.187925] GICv3: 0 Extended SPIs implemented                               
[  111.188360] GICv3: Distributor has no Range Selector support                 
[  111.188886] GICv3: 16 PPIs implemented                                       
[  111.189271] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000   
[  111.190024] ITS [mem 0xfe640000-0xfe65ffff]                                  
[  111.190459] ITS@0x00000000fe640000: allocated 8192 Devices @100210000 (indire
ct, esz 8, psz 64K, shr 0)                                                      
[  111.191338] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @10
0220000 (flat, esz 2, psz 64K, shr 0)                                           
[  111.192279] ITS: using cache flushing for cmd queue                          
[  111.192759] ITS [mem 0xfe660000-0xfe67ffff]                                  
[  111.193185] ITS@0x00000000fe660000: allocated 8192 Devices @100240000 (indire
ct, esz 8, psz 64K, shr 0)                                                      
[  111.194048] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @10
0250000 (flat, esz 2, psz 64K, shr 0)                                           
[  111.194995] ITS: using cache flushing for cmd queue                          
[  111.195590] GICv3: using LPI property table @0x0000000100260000              
[  111.196244] GIC: using cache flushing for LPI property table                 
[  111.196769] GICv3: CPU0: using allocated LPI pending table @0x000000010027000
0                                                                               
[  111.197606] random: get_random_bytes called from start_kernel+0x3dc/0x5d0 wit
h crng_init=0                                                                   
[  111.316995] arch_timer: cp15 timer(s) running at 24.00MHz (phys).            
[  111.318306] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:
 0x588fe9dc0, max_idle_ns: 440795202592 ns                                      
[  111.319287] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 43980
46511097ns                                                                      
[  111.321109] Console: colour dummy device 80x25                               
[  111.321542] Calibrating delay loop (skipped), value calculated using timer fr
equency.. 48.00 BogoMIPS (lpj=80000)                                            
[  111.322481] pid_max: default: 32768 minimum: 301                             
[  111.323050] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, li
near)                                                                           
[  111.323756] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 byte
s, linear)                                                                      
[  111.326210] rcu: Hierarchical SRCU implementation.                           
[  111.327553] Platform MSI: msi-controller@fe640000 domain created             
[  111.328142] Platform MSI: msi-controller@fe660000 domain created             
[  111.328980] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 d
omain created                                                                   
[  111.329749] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 d
omain created                                                                   
[  111.330612] EFI services will not be available.                              
[  111.331366] smp: Bringing up secondary CPUs ...                              
I/TC: Secondary CPU 1 initializing                                              
I/TC: Secondary CPU 1 switching to normal world boot                            
I/TC: Secondary CPU 2 initializing                                              
I/TC: Secondary CPU 2 switching to normal world boot                            
I/TC: Secondary CPU 3 initializing                                              
I/TC: Secondary CPU 3 switching to normal world boot                            
I/TC: Secondary CPU 4 initializing                                              
I/TC: Secondary CPU 4 switching to normal world boot                            
I/TC: Secondary CPU 5 initializing                                              
I/TC: Secondary CPU 5 switching to normal world boot                            
I/TC: Secondary CPU 6 initializing                                              
I/TC: Secondary CPU 6 switching to normal world boot                            
I/TC: Secondary CPU 7 initializing                                              
I/TC: Secondary CPU 7 switching to normal world boot                            
[  111.333038] Detected VIPT I-cache on CPU1                                    
[  111.333073] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000 
[  111.333091] GICv3: CPU1: using allocated LPI pending table @0x000000010028000
0                                                                               
[  111.333134] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]       
[  111.334426] Detected VIPT I-cache on CPU2                                    
[  111.334456] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000 
[  111.334475] GICv3: CPU2: using allocated LPI pending table @0x000000010029000
0                                                                               
[  111.334515] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]       
[  111.335789] Detected VIPT I-cache on CPU3                                    
[  111.335815] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000 
[  111.335832] GICv3: CPU3: using allocated LPI pending table @0x00000001002a000
0                                                                               
[  111.335869] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]       
[  111.337140] CPU features: detected: Spectre-v4                               
[  111.337144] Detected PIPT I-cache on CPU4                                    
[  111.337159] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000 
[  111.337168] GICv3: CPU4: using allocated LPI pending table @0x00000001002b000
0                                                                               
[  111.337191] CPU4: Booted secondary processor 0x0000000400 [0x414fd0b0]       
[  111.338408] Detected PIPT I-cache on CPU5                                    
[  111.338423] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000 
[  111.338434] GICv3: CPU5: using allocated LPI pending table @0x00000001002c000
0                                                                               
[  111.338458] CPU5: Booted secondary processor 0x0000000500 [0x414fd0b0]       
[  111.339717] Detected PIPT I-cache on CPU6                                    
[  111.339732] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000 
[  111.339741] GICv3: CPU6: using allocated LPI pending table @0x00000001002d000
0                                                                               
[  111.339765] CPU6: Booted secondary processor 0x0000000600 [0x414fd0b0]       
[  111.340967] Detected PIPT I-cache on CPU7                                    
[  111.340983] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000 
[  111.340992] GICv3: CPU7: using allocated LPI pending table @0x00000001002e000
0                                                                               
[  111.341016] CPU7: Booted secondary processor 0x0000000700 [0x414fd0b0]       
[  111.341084] smp: Brought up 1 node, 8 CPUs                                   
[  111.357583] SMP: Total of 8 processors activated.                            
[  111.358016] CPU features: detected: Privileged Access Never                  
[  111.358523] CPU features: detected: User Access Override                     
[  111.359006] CPU features: detected: 32-bit EL0 Support                       
[  111.359474] CPU features: detected: Common not Private translations          
[  111.360052] CPU features: detected: RAS Extension Support                    
[  111.360541] CPU features: detected: Data cache clean to the PoU not required 
for I/D coherence                                                               
[  111.361325] CPU features: detected: CRC32 instructions                       
[  111.361792] CPU features: detected: Speculative Store Bypassing Safe (SSBS)  
[  111.362428] CPU features: detected: RCpc load-acquire (LDAPR)                
[  111.363035] CPU: All CPU(s) started at EL2                                   
[  111.364857] devtmpfs: initialized                                            
[  111.375653] Registered cp15_barrier emulation handler                        
[  111.376118] Registered setend emulation handler                              
[  111.376603] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
x_idle_ns: 6370867519511994 ns                                                  
[  111.377504] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)  
[  111.378213] pinctrl core: initialized pinctrl subsystem                      
[  111.378955] DMI not present or invalid.                                      
[  111.379415] NET: Registered protocol family 16                               
[  111.380536] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[  111.381271] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic all
ocations                                                                        
[  111.382546] thermal_sys: Registered thermal governor 'fair_share'            
[  111.382548] thermal_sys: Registered thermal governor 'step_wise'             
[  111.383100] thermal_sys: Registered thermal governor 'user_space'            
[  111.383644] thermal_sys: Registered thermal governor 'power_allocator'       
[  111.384334] thermal thermal_zone1: power_allocator: sustainable_power will be
 estimated                                                                      
[  111.385676] thermal thermal_zone2: power_allocator: sustainable_power will be
 estimated                                                                      
[  111.386431] thermal thermal_zone3: power_allocator: sustainable_power will be
 estimated                                                                      
[  111.387185] thermal thermal_zone4: power_allocator: sustainable_power will be
 estimated                                                                      
[  111.387942] thermal thermal_zone5: power_allocator: sustainable_power will be
 estimated                                                                      
[  111.388699] thermal thermal_zone6: power_allocator: sustainable_power will be
 estimated                                                                      
[  111.389440] cpuidle: using governor menu                                     
[  111.389801] Registered FIQ tty driver                                        
[  111.390386] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.    
[  111.391114] ASID allocator initialised with 65536 entries                    
[  111.393029] printk: console [ramoops-1] enabled                              
[  111.393441] pstore: Registered ramoops as persistent store backend           
[  111.394004] ramoops: using 0xf0000@0x110000, ecc: 0                          
[  111.437818] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000       
[  111.438661] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000       
[  111.439459] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000       
[  111.440296] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000       
[  111.441129] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000       
[  111.441748] rockchip-pinctrl pinctrl: probed pinctrl                         
[  111.510340] raid6: neonx8   gen()  5678 MB/s                                 
[  111.567095] raid6: neonx8   xor()  4373 MB/s                                 
[  111.623856] raid6: neonx4   gen()  5695 MB/s                                 
[  111.680612] raid6: neonx4   xor()  4424 MB/s                                 
[  111.737371] raid6: neonx2   gen()  5355 MB/s                                 
[  111.794127] raid6: neonx2   xor()  4152 MB/s                                 
[  111.850886] raid6: neonx1   gen()  4415 MB/s                                 
[  111.907644] raid6: neonx1   xor()  3443 MB/s                                 
[  111.964418] raid6: int64x8  gen()  1361 MB/s                                 
[  112.021165] raid6: int64x8  xor()   857 MB/s                                 
[  112.077924] raid6: int64x4  gen()  1705 MB/s                                 
[  112.134682] raid6: int64x4  xor()   958 MB/s                                 
[  112.191433] raid6: int64x2  gen()  2511 MB/s                                 
[  112.248195] raid6: int64x2  xor()  1383 MB/s                                 
[  112.304953] raid6: int64x1  gen()  2082 MB/s                                 
[  112.361712] raid6: int64x1  xor()  1135 MB/s                                 
[  112.362100] raid6: using algorithm neonx4 gen() 5695 MB/s                    
[  112.362592] raid6: .... xor() 4424 MB/s, rmw enabled                         
[  112.363046] raid6: using neon recovery algorithm                             
[  112.363988] fiq_debugger fiq_debugger.0: IRQ fiq not found                   
[  112.364493] fiq_debugger fiq_debugger.0: IRQ wakeup not found                
[  112.365015] fiq_debugger_probe: could not install nmi irq handler            
[ [  112.365610] printk: console [ttyFIQ0] enabled                              
 112.365610] printk: console [ttyFIQ0] enabled                                  
[  112.366395] printk: bootconsole [uart8250] disabled                          
[  112.366395] printk: bootconsole [uart8250] disabled                          
[  112.366923] Registered fiq debugger ttyFIQ0                                  
[  112.367259] vcc5v0_sys: supplied by vcc12v_dcin                              
[  112.367386] vcc5v0_usbdcin: supplied by vcc12v_dcin                          
[  112.367507] vcc5v0_usb: supplied by vcc12v_dcin                              
[  112.367621] vcc_1v1_nldo_s3: supplied by vcc5v0_sys                          
[  112.367814] vcc3v3_pcie30: supplied by vcc12v_dcin                           
[  112.368077] iommu: Default domain type: Passthrough                          
[  112.368156] rk_iommu fdab9000.iommu: version = 2                             
[  112.368531] rk_iommu fdb50800.iommu: version = 2                             
[  112.368769] rk_iommu fdb60f00.iommu: version = 2                             
[  112.368953] rk_iommu fdb70f00.iommu: version = 2                             
[  112.369112] rk_iommu fdb90480.iommu: version = 2                             
[  112.369291] rk_iommu fdba0800.iommu: version = 2                             
[  112.369474] rk_iommu fdba4800.iommu: version = 2                             
[  112.369655] rk_iommu fdba8800.iommu: version = 2                             
[  112.369868] rk_iommu fdbac800.iommu: version = 2                             
[  112.370050] rk_iommu fdbb0800.iommu: version = 2                             
[  112.370243] rk_iommu fdbdf000.iommu: version = 2                             
[  112.370507] rk_iommu fdbef000.iommu: version = 2                             
[  112.370790] rk_iommu fdc38700.iommu: version = 2                             
[  112.371066] rk_iommu fdc48700.iommu: version = 2                             
[  112.371275] rk_iommu fdce0800.iommu: version = 2                             
[  112.371387] rk_iommu fdd97e00.iommu: version = 2                             
[  112.371683] usbcore: registered new interface driver usbfs                   
[  112.371701] usbcore: registered new interface driver hub                     
[  112.371715] usbcore: registered new device driver usb                        
[  112.371752] mc: Linux media interface: v0.10                                 
[  112.371763] videodev: Linux video capture interface: v2.00                   
[  112.371789] pps_core: LinuxPPS API ver. 1 registered                         
[  112.371793] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
tti <giometti@linux.it>                                                         
[  112.371800] PTP clock support registered                                     
[  112.372045] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.       
[  112.372077] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware v
ersion 0x0                                                                      
[  112.373233] Advanced Linux Sound Architecture Driver Initialized.            
[  112.373416] Bluetooth: Core ver 2.22                                         
[  112.373429] NET: Registered protocol family 31                               
[  112.373433] Bluetooth: HCI device and connection manager initialized         
[  112.373439] Bluetooth: HCI socket layer initialized                          
[  112.373444] Bluetooth: L2CAP socket layer initialized                        
[  112.373451] Bluetooth: SCO socket layer initialized                          
[  112.374741] rockchip-cpuinfo cpuinfo: SoC            : 35880000              
[  112.374747] rockchip-cpuinfo cpuinfo: Serial         : f0c11ed52b4b69bc      
[  112.375164] clocksource: Switched to clocksource arch_sys_counter            
[  112.687596] NET: Registered protocol family 2                                
[  112.687708] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, li
near)                                                                           
[  112.689556] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 1638
40 bytes, linear)                                                               
[  112.689648] TCP established hash table entries: 65536 (order: 7, 524288 bytes
, linear)                                                                       
[  112.689975] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, line
ar)                                                                             
[  112.690709] TCP: Hash tables configured (established 65536 bind 65536)       
[  112.690759] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)    
[  112.690907] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linear
)                                                                               
[  112.691110] NET: Registered protocol family 1                                
[  112.691367] RPC: Registered named UNIX socket transport module.              
[  112.691374] RPC: Registered udp transport module.                            
[  112.691378] RPC: Registered tcp transport module.                            
[  112.691381] RPC: Registered tcp NFSv4.1 backchannel transport module.        
[  112.691779] PCI: CLS 0 bytes, default 64                                     
[  112.692847] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters av
ailable                                                                         
[  112.693293] kvm [1]: IPA Size Limit: 40 bits                                 
[  112.693305] kvm [1]: GICv3: no GICV resource entry                           
[  112.693309] kvm [1]: disabling GICv2 emulation                               
[  112.693313] kvm [1]: GIC system register CPU interface enabled               
[  112.693443] kvm [1]: vgic interrupt IRQ9                                     
[  112.693601] kvm [1]: VHE mode initialized successfully                       
[  112.695513] Initialise system trusted keyrings                               
[  112.695572] workingset: timestamp_bits=46 max_order=21 bucket_order=0        
[  112.697897] squashfs: version 4.0 (2009/01/31) Phillip Lougher               
[  112.698163] NFS: Registering the id_resolver key type                        
[  112.698174] Key type id_resolver registered                                  
[  112.698178] Key type id_legacy registered                                    
[  112.698185] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).         
[  112.698749] Key type cifs.spnego registered                                  
[  112.698757] Key type cifs.idmap registered                                   
[  112.698763] ntfs: driver 2.1.32 [Flags: R/O].                                
[  112.698847] jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.            
[  112.698941] fuse: init (API version 7.32)                                    
[  112.699096] SGI XFS with security attributes, no debug enabled               
[  112.719143] NET: Registered protocol family 38                               
[  112.719152] xor: measuring software checksum speed                           
[  112.720667]    8regs           :  6520 MB/sec                                
[  112.721806]    32regs          :  8668 MB/sec                                
[  112.722760]    arm64_neon      : 10529 MB/sec                                
[  112.722764] xor: using function: arm64_neon (10529 MB/sec)                   
[  112.722771] Key type asymmetric registered                                   
[  112.722774] Asymmetric key parser 'x509' registered                          
[  112.722791] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
42)                                                                             
[  112.722847] io scheduler mq-deadline registered                              
[  112.722853] io scheduler kyber registered                                    
[  112.723338] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe 
successfully!
 
Old 08-26-2022, 12:38 AM   #3
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Original Poster
Rep: Reputation: 0
(2/4)
Code:
[  112.723574] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!    
[  112.726038] rockchip-usb2phy fd5d8000.syscon:usb2-phy@8000: failed to create 
phy                                                                             
[  112.726428] rockchip-usb2phy fd5dc000.syscon:usb2-phy@c000: failed to create 
phy                                                                             
[  112.726979] rockchip-usb2phy fd5d4000.syscon:usb2-phy@4000: failed to create 
phy                                                                             
[  112.729355] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success 
[  112.730157] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success 
[  112.731435] Firefly gpio driver init!                                        
[  112.731537] Firefly gpio driver register return : 0                          
[  112.732575] rk-pcie fe150000.pcie: invalid prsnt-gpios property in node      
[  112.732721] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node      
[  112.732767] rk-pcie fe170000.pcie: no vpcie3v3 regulator found               
[  112.732865] mpp_service mpp-srv: c71d300e428a author: Jianqun Xu 2022-06-22 v
ideo: rockchip: mpp: reset buffer members when release buffer                   
[  112.732872] mpp_service mpp-srv: probe start                                 
[  112.733039] rk-pcie fe170000.pcie: missing legacy IRQ resource               
[  112.733061] rk-pcie fe170000.pcie: IRQ msi not found                         
[  112.733070] rk-pcie fe170000.pcie: use outband MSI support                   
[  112.733080] rk-pcie fe170000.pcie: Missing *config* reg space                
[  112.733097] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:        
[  112.733123] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x0
0f2000000                                                                       
[  112.733144] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x0
0f2100000                                                                       
[  112.733166] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x0
0f2200000                                                                       
[  112.733181] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0
980000000                                                                       
[  112.733220] rk-pcie fe170000.pcie: Missing *config* reg space                
[  112.733254] rk-pcie fe170000.pcie: invalid resource                          
[  112.734161] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1                 
[  112.734183] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.734370] mpp_vdpu2 fdb50400.vdpu: probe device                            
[  112.734472] mpp_vdpu2 fdb50400.vdpu: reset group is empty!                   
[  112.734477] vdpu_init:501: No aclk reset resource define                     
[  112.734482] mpp_vdpu2 fdb50400.vdpu: reset group is empty!                   
[  112.734486] vdpu_init:504: No hclk reset resource define                     
[  112.734573] mpp_vdpu2 fdb50400.vdpu: probing finish                          
[  112.734783] mpp_vepu2 jpege-ccu: probing start                               
[  112.734790] mpp_vepu2 jpege-ccu: probing finish                              
[  112.734912] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5           
[  112.734923] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.735051] mpp_vepu2 fdba0000.jpege-core: probing start                     
[  112.735165] mpp_vepu2 fdba0000.jpege-core: attach ccu success                
[  112.735249] mpp_vepu2 fdba0000.jpege-core: probing finish                    
[  112.735349] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6           
[  112.735360] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.735490] mpp_vepu2 fdba4000.jpege-core: probing start                     
[  112.735590] mpp_vepu2 fdba4000.jpege-core: attach ccu success                
[  112.735673] mpp_vepu2 fdba4000.jpege-core: probing finish                    
[  112.735772] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7           
[  112.735784] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.735912] mpp_vepu2 fdba8000.jpege-core: probing start                     
[  112.736012] mpp_vepu2 fdba8000.jpege-core: attach ccu success                
[  112.736093] mpp_vepu2 fdba8000.jpege-core: probing finish                    
[  112.736193] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8           
[  112.736205] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.736336] mpp_vepu2 fdbac000.jpege-core: probing start                     
[  112.736434] mpp_vepu2 fdbac000.jpege-core: attach ccu success                
[  112.736517] mpp_vepu2 fdbac000.jpege-core: probing finish                    
[  112.736808] mpp-iep2 fdbb0000.iep: Adding to iommu group 9                   
[  112.736819] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.736952] mpp-iep2 fdbb0000.iep: probe device                              
[  112.737070] mpp-iep2 fdbb0000.iep: allocate roi buffer failed                
[  112.737130] mpp-iep2 fdbb0000.iep: probing finish                            
[  112.737345] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4               
[  112.737356] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.737562] mpp_jpgdec fdb90000.jpegd: probe device                          
[  112.737747] mpp_jpgdec fdb90000.jpegd: probing finish                        
[  112.738111] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start       
[  112.738172] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish                  
[  112.738247] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12       
[  112.738260] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.748898] rk-pcie fe150000.pcie: missing legacy IRQ resource               
[  112.748916] rk-pcie fe150000.pcie: IRQ msi not found                         
[  112.748920] rk-pcie fe150000.pcie: use outband MSI support                   
[  112.748924] rk-pcie fe150000.pcie: Missing *config* reg space                
[  112.748932] rk-pcie fe150000.pcie: host bridge /pcie@fe150000 ranges:        
[  112.748944] rk-pcie fe150000.pcie:      err 0x00f0000000..0x00f00fffff -> 0x0
0f0000000                                                                       
[  112.748953] rk-pcie fe150000.pcie:       IO 0x00f0100000..0x00f01fffff -> 0x0
0f0100000                                                                       
[  112.748962] rk-pcie fe150000.pcie:      MEM 0x00f0200000..0x00f0ffffff -> 0x0
0f0200000                                                                       
[  112.748968] rk-pcie fe150000.pcie:      MEM 0x0900000000..0x093fffffff -> 0x0
900000000                                                                       
[  112.748993] rk-pcie fe150000.pcie: Missing *config* reg space                
[  112.749017] rk-pcie fe150000.pcie: invalid resource                          
[  112.749093] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start     
[  112.749207] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!     
[  112.749212] rkvdec2_init:697: No niu aclk reset resource define              
[  112.749217] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!     
[  112.749220] rkvdec2_init:700: No niu hclk reset resource define              
[  112.749282] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001             
[  112.749287] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0           
[  112.749431] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000  
[  112.749436] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000    
[  112.749440] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520               
[  112.749444] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576               
[  112.749449] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512                  
[  112.749479] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish                 
[  112.749558] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13       
[  112.749569] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.749773] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start     
[  112.749886] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!     
[  112.749890] rkvdec2_init:697: No niu aclk reset resource define              
[  112.749895] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!     
[  112.749898] rkvdec2_init:700: No niu hclk reset resource define              
[  112.749947] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002             
[  112.749964] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1           
[  112.750126] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000  
[  112.750130] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000    
[  112.750135] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424               
[  112.750139] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576               
[  112.750143] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512                  
[  112.750170] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish                 
[  112.750363] mpp_rkvenc2 rkvenc-ccu: probing start                            
[  112.750369] mpp_rkvenc2 rkvenc-ccu: probing finish                           
[  112.750486] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10       
[  112.750497] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.750654] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start                  
[  112.750672] mpp_rkvenc2 fdbd0000.rkvenc-core: link mode task capacity 8      
[  112.750813] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0           
[  112.750902] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish                 
[  112.750961] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11       
[  112.750972] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.751177] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start                  
[  112.751195] mpp_rkvenc2 fdbe0000.rkvenc-core: link mode task capacity 8      
[  112.751357] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1           
[  112.751447] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish                 
[  112.751981] mpp_av1dec: Adding child /av1d@fdc70000                          
[  112.752055] mpp_av1dec: register device av1d-master                          
[  112.752082] mpp_av1dec av1d-master: av1_iommu_of_xlate,784                   
[  112.752101] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fd
ca0000.iommu                                                                    
[  112.752135] mpp_av1dec av1d-master: Adding to iommu group 16                 
[  112.752147] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.752358] mpp_av1dec av1d-master: probing start                            
[  112.752573] mpp_av1dec av1d-master: probing finish                           
[  112.752608] mpp_service mpp-srv: probe success                               
[  112.760425] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-2
41330                                                                           
[  112.760434] dma-pl330 fea10000.dma-controller:       DBUFF-128x8bytes Num_Cha
ns-8 Num_Peri-32 Num_Events-16                                                  
[  112.761321] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-2
41330                                                                           
[  112.761329] dma-pl330 fea30000.dma-controller:       DBUFF-128x8bytes Num_Cha
ns-8 Num_Peri-32 Num_Events-16                                                  
[  112.762244] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-2
41330                                                                           
[  112.762252] dma-pl330 fed10000.dma-controller:       DBUFF-128x8bytes Num_Cha
ns-8 Num_Peri-32 Num_Events-16                                                  
[  112.762679] rockchip-pvtm fda40000.pvtm: pvtm@0 probed                       
[  112.762739] rockchip-pvtm fda50000.pvtm: pvtm@1 probed                       
[  112.762794] rockchip-pvtm fda60000.pvtm: pvtm@2 probed                       
[  112.762852] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed                       
[  112.762909] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed                       
[  112.763541] rockchip-system-monitor rockchip-system-monitor: system monitor p
robe                                                                            
[  112.764635] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled        
[  112.764978] fd890000.serial: ttyS0 at MMIO 0xfd890000 (irq = 28, base_baud = 
1500000) is a 16550A                                                            
[  112.765375] feb40000.serial: ttyS1 at MMIO 0xfeb40000 (irq = 92, base_baud = 
1500000) is a 16550A                                                            
[  112.765607] feb90000.serial: ttyS6 at MMIO 0xfeb90000 (irq = 93, base_baud = 
1500000) is a 16550A                                                            
[  112.766766] random: fast init done                                           
[  112.766819] random: crng init done                                           
[  112.767623] rockchip-vop2 fdd90000.vop: Adding to iommu group 15             
[  112.767639] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  112.781008] brd: module loaded                                               
[  112.784126] loop: module loaded                                              
[  112.784343] zram: Added device: zram0                                        
[  112.784483] lkdtm: No crash points registered, enable through debugfs        
[  112.784585] sysheap: system_heap: orders[0] = 6                              
[  112.784590] sysheap: system_heap: orders[1] = 4                              
[  112.784594] sysheap: system_heap: orders[2] = 0                              
[  112.786187] rockchip-spi feb20000.spi: no high_speed pinctrl state           
[  112.787376] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1                        
[  112.787533] rk806 spi2.0: ON: 0x80 OFF:0x4                                   
[  112.789550] vdd_gpu_s0: supplied by vcc5v0_sys                               
[  112.790621] vdd_cpu_lit_s0: supplied by vcc5v0_sys                           
[  112.791243] vdd_log_s0: supplied by vcc5v0_sys                               
[  112.791888] vdd_vdenc_s0: supplied by vcc5v0_sys                             
[  112.792592] vdd_ddr_s0: supplied by vcc5v0_sys                               
[  112.793033] vdd2_ddr_s3: supplied by vcc5v0_sys                              
[  112.793598] vdd_2v0_pldo_s3: Bringing 2025000uV into 2000000-2000000uV       
[  112.793848] vdd_2v0_pldo_s3: supplied by vcc5v0_sys                          
[  112.794352] vcc_3v3_s3: Bringing 3325000uV into 3300000-3300000uV            
[  112.794600] vcc_3v3_s3: supplied by vcc5v0_sys                               
[  112.795172] vddq_ddr_s0: supplied by vcc5v0_sys                              
[  112.795734] vcc_1v8_s3: Bringing 1825000uV into 1800000-1800000uV            
[  112.795983] vcc_1v8_s3: supplied by vcc5v0_sys                               
[  112.796627] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3                         
[  112.797279] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3                      
[  112.797855] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3                        
[  112.798430] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3                         
[  112.799004] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3                         
[  112.799589] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3                         
[  112.800243] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3                          
[  112.800881] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3                         
[  112.801527] vcc_3v3_s0: supplied by vcc5v0_sys                               
[  112.802107] vccio_sd_s0: supplied by vcc5v0_sys                              
[  112.802701] pldo6_s3: supplied by vcc5v0_sys                                 
[  112.803249] rk806 spi2.0: no sleep-setting state                             
[  112.803256] rk806 spi2.0: no reset-setting pinctrl state                     
[  112.803261] rk806 spi2.0: no dvs-setting pinctrl state                       
[  112.805422] register firefly_spi_init spi return v = :0                      
[  112.805754] wireguard: allowedips self-tests: pass                           
[  112.810236] wireguard: nonce counter self-tests: pass                        
[  112.939664] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3              
[  112.956277] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0              
[  112.965191] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3              
[  112.981832] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0              
[  112.991857] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3              
[  113.008499] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x0              
[  113.018529] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3              
[  113.035165] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x1              
[  113.045196] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3              
[  113.061831] rk-pcie fe150000.pcie: PCIe Linking... LTSSM is 0x1              
[  113.084639] wireguard: ratelimiter self-tests: pass                          
[  113.084749] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for info
rmation.                                                                        
[  113.084754] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c
4.com>. All Rights Reserved.                                                    
[  113.085064] libphy: Fixed MDIO Bus: probed                                   
[  113.085189] tun: Universal TUN/TAP device driver, 1.6                        
[  113.085283] CAN device driver interface                                      
[  113.086911] rk_gmac-dwmac fe1b0000.ethernet: IRQ eth_lpi not found           
[  113.087063] rk_gmac-dwmac fe1b0000.ethernet: no regulator found              
[  113.087069] rk_gmac-dwmac fe1b0000.ethernet: clock input or output? (output).
[  113.087075] rk_gmac-dwmac fe1b0000.ethernet: TX delay(0x45).                 
[  113.087081] rk_gmac-dwmac fe1b0000.ethernet: Can not read property: rx_delay.
[  113.087086] rk_gmac-dwmac fe1b0000.ethernet: set rx_delay to 0xffffffff      
[  113.087101] rk_gmac-dwmac fe1b0000.ethernet: integrated PHY? (no).           
[  113.087107] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_rx     
[  113.087113] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_tx     
[  113.087127] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock clk_mac_speed  
[  113.087349] rk_gmac-dwmac fe1b0000.ethernet: init for RGMII_RXID             
[  113.087444] rk_gmac-dwmac fe1b0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[  113.087451] rk_gmac-dwmac fe1b0000.ethernet:         DWMAC4/5                
[  113.087458] rk_gmac-dwmac fe1b0000.ethernet: DMA HW capability register suppo
rted                                                                            
[  113.087463] rk_gmac-dwmac fe1b0000.ethernet: RX Checksum Offload Engine suppo
rted                                                                            
[  113.087467] rk_gmac-dwmac fe1b0000.ethernet: TX Checksum insertion supported 
[  113.087473] rk_gmac-dwmac fe1b0000.ethernet: Wake-Up On Lan supported        
[  113.087507] rk_gmac-dwmac fe1b0000.ethernet: TSO supported                   
[  113.087512] rk_gmac-dwmac fe1b0000.ethernet: Enable RX Mitigation via HW Watc
hdog Timer                                                                      
[  113.087520] rk_gmac-dwmac fe1b0000.ethernet: Enabled Flow TC (entries=2)     
[  113.087525] rk_gmac-dwmac fe1b0000.ethernet: TSO feature enabled             
[  113.087530] rk_gmac-dwmac fe1b0000.ethernet: Using 32 bits DMA width         
[  113.218498] libphy: stmmac: probed                                           
[  113.220108] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found           
[  113.220249] rk_gmac-dwmac fe1c0000.ethernet: no regulator found              
[  113.220255] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[  113.220261] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x42).                 
[  113.220267] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[  113.220272] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff      
[  113.220280] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).           
[  113.220287] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx     
[  113.220294] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx     
[  113.220307] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed  
[  113.220526] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID             
[  113.220614] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[  113.220621] rk_gmac-dwmac fe1c0000.ethernet:         DWMAC4/5                
[  113.220627] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register suppo
rted                                                                            
[  113.220632] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine suppo
rted                                                                            
[  113.220637] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported 
[  113.220642] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported        
[  113.220674] rk_gmac-dwmac fe1c0000.ethernet: TSO supported                   
[  113.220679] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watc
hdog Timer                                                                      
[  113.220685] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)     
[  113.220690] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled             
[  113.220696] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width         
[  113.351832] libphy: stmmac: probed                                           
[  113.352345] phy_rtl8211f_led_fixup in                                        
[  113.374297] usbcore: registered new interface driver rtl8150                 
[  113.374322] usbcore: registered new interface driver r8152                   
[  113.374340] usbcore: registered new interface driver asix                    
[  113.374356] usbcore: registered new interface driver ax88179_178a            
[  113.374373] usbcore: registered new interface driver cdc_ether               
[  113.374388] usbcore: registered new interface driver net1080                 
[  113.374404] usbcore: registered new interface driver cdc_subset              
[  113.374418] usbcore: registered new interface driver zaurus                  
[  113.374440] usbcore: registered new interface driver cdc_ncm                 
[  113.374458] usbcore: registered new interface driver qmi_wwan_q              
[  113.374474] usbcore: registered new interface driver qmi_wwan                
[  113.382441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver       
[  113.382455] ehci-pci: EHCI PCI platform driver                               
[  113.382480] ehci-platform: EHCI generic platform driver                      
[  113.382712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver           
[  113.382720] ohci-platform: OHCI generic platform driver                      
[  113.383102] usbcore: registered new interface driver cdc_acm                 
[  113.383106] cdc_acm: USB Abstract Control Model driver for USB modems and ISD
N adapters                                                                      
[  113.383122] usbcore: registered new interface driver cdc_wdm                 
[  113.383159] usbcore: registered new interface driver usbserial_generic       
[  113.383171] usbserial: USB Serial support registered for generic             
[  113.383186] usbcore: registered new interface driver ch341                   
[  113.383196] usbserial: USB Serial support registered for ch341-uart          
[  113.383211] usbcore: registered new interface driver cp210x                  
[  113.383221] usbserial: USB Serial support registered for cp210x              
[  113.383235] usbcore: registered new interface driver ftdi_sio                
[  113.383246] usbserial: USB Serial support registered for FTDI USB Serial Devi
ce
 
Old 08-26-2022, 12:38 AM   #4
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Original Poster
Rep: Reputation: 0
(3/4)

Code:
[  113.383263] usbcore: registered new interface driver keyspan                 
[  113.383275] usbserial: USB Serial support registered for Keyspan - (without f
irmware)                                                                        
[  113.383286] usbserial: USB Serial support registered for Keyspan 1 port adapt
er                                                                              
[  113.383297] usbserial: USB Serial support registered for Keyspan 2 port adapt
er                                                                              
[  113.383308] usbserial: USB Serial support registered for Keyspan 4 port adapt
er                                                                              
[  113.383322] usbcore: registered new interface driver option                  
[  113.383333] usbserial: USB Serial support registered for GSM modem (1-port)  
[  113.383347] usbcore: registered new interface driver oti6858                 
[  113.383358] usbserial: USB Serial support registered for oti6858             
[  113.383374] usbcore: registered new interface driver pl2303                  
[  113.383384] usbserial: USB Serial support registered for pl2303              
[  113.383400] usbcore: registered new interface driver qcserial                
[  113.383411] usbserial: USB Serial support registered for Qualcomm USB modem  
[  113.383425] usbcore: registered new interface driver sierra                  
[  113.383435] usbserial: USB Serial support registered for Sierra USB modem    
[  113.383859] [HXTP] himax_hx83102_init                                        
[  113.383865] [HXTP] himax_hx83102_probe:Enter                                 
[  113.383869] [HXTP] Himax common touch panel driver init                      
[  113.383917] usbcore: registered new interface driver usbtouchscreen          
[  113.384947] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/
spi2/spi2.0/rk805-pwrkey.2.auto/input/input0                                    
[  113.385217] i2c /dev entries driver                                          
[  113.388795] vdd_cpu_big0_s0: supplied by vcc5v0_sys                          
[  113.397387] vdd_cpu_big1_s0: supplied by vcc5v0_sys                          
[  113.406450] vdd_npu_s0: supplied by vcc5v0_sys                               
[  113.413344] pca953x 6-0021: supply vcc not found, using dummy regulator      
[  113.413403] pca953x 6-0021: using no AI                                      
[  113.415037] rtc-hym8563 6-0051: rtc information is valid                     
[  113.416532] rtc-hym8563 6-0051: registered as rtc0                           
[  113.416813] rtc-hym8563 6-0051: setting system clock to 2022-08-25T08:33:58 U
TC (1661416438)                                                                 
[  113.419103] rkcifhw fdce0000.rkcif: Adding to iommu group 14                 
[  113.419125] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  113.419386] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF  
[  113.419472] rkcif rkcif-mipi-lvds2: Adding to iommu group 14                 
[  113.419486] rkcif rkcif-mipi-lvds2: rkcif driver version: v00.01.0a          
[  113.419528] rkcif rkcif-mipi-lvds2: attach to cif hw node                    
[  113.419534] rkcif rkcif-mipi-lvds2: rkcif wait line 0                        
[  113.419539] rkcif rkcif-mipi-lvds2: Is yuv camera                            
[  113.419545] : terminal subdev does not exist                                 
[  113.419549] : terminal subdev does not exist                                 
[  113.419554] : terminal subdev does not exist                                 
[  113.419557] : terminal subdev does not exist                                 
[  113.419563] : get_remote_sensor: video pad[0] is null                        
[  113.419567] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed
!                                                                               
[  113.419573] : get_remote_sensor: video pad[0] is null                        
[  113.419577] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed
!                                                                               
[  113.419582] : get_remote_sensor: video pad[0] is null                        
[  113.419586] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed
!                                                                               
[  113.419591] : get_remote_sensor: video pad[0] is null                        
[  113.419595] : rkcif_update_sensor_info: stream[0] get remote sensor_sd failed
!                                                                               
[  113.421023] rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2
 was not initialized!                                                           
[  113.421032] rockchip-mipi-csi2: Async registered subdev                      
[  113.421040] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2!    
[  113.422919] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMI
RX, use default CMA                                                             
[  113.422942] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x400
, Bound_cpu:4, wdt_cfg_bound_cpu:5                                              
[  113.423431] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_set
up: 0                                                                           
[  113.424257] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register suc
cess                                                                            
[  113.424276] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller 
driver probe ok!                                                                
[  113.424370] usbcore: registered new interface driver uvcvideo                
[  113.424375] USB Video Class driver (1.1.1)                                   
[  113.425958] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property   
[  113.426488] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!   
[  113.426898] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-d
evel@redhat.com                                                                 
[  113.427056] Bluetooth: HCI UART driver ver 2.3                               
[  113.427063] Bluetooth: HCI UART protocol H4 registered                       
[  113.427067] Bluetooth: HCI UART protocol ATH3K registered                    
[  113.427091] usbcore: registered new interface driver bfusb                   
[  113.427441] cpu cpu0: leakage=14                                             
[  113.428937] cpu cpu0: pvtm=1462                                              
[  113.429036] cpu cpu0: pvtm-volt-sel=3                                        
[  113.429536] cpu cpu4: leakage=11                                             
[  113.436052] cpu cpu4: pvtm=1692                                              
[  113.439998] cpu cpu4: pvtm-volt-sel=4                                        
[  113.441237] cpu cpu6: leakage=12                                             
[  113.447773] cpu cpu6: pvtm=1707                                              
[  113.451743] cpu cpu6: pvtm-volt-sel=4                                        
[  113.453355] cpu cpu0: avs=0                                                  
[  113.454060] cpu cpu4: avs=0                                                  
[  113.454739] cpu cpu6: avs=0                                                  
[  113.454982] cpu cpu0: EM: created perf domain                                
[  113.455038] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 
h_table=0                                                                       
[  113.455657] cpu cpu4: EM: created perf domain                                
[  113.455701] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 
h_table=0                                                                       
[  113.464082] cpu cpu6: EM: created perf domain                                
[  113.464507] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 
h_table=0                                                                       
[  113.481172] sdhci: Secure Digital Host Controller Interface driver           
[  113.481194] sdhci: Copyright(c) Pierre Ossman                                
[  113.481201] Synopsys Designware Multimedia Card Interface Driver             
[  113.481565] sdhci-pltfm: SDHCI platform and OF driver helper                 
[  113.484370] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.     
[  113.484458] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....        
[  113.485822] cryptodev: driver 1.12 loaded.                                   
[  113.485932] hid: raw HID events driver (C) Jiri Kosina                       
[  113.486334] usbcore: registered new interface driver usbhid                  
[  113.486344] usbhid: USB HID core driver                                      
[  113.503450] Firefly adc init                                                 
[  113.503478] Firefly adc-->FIREFLY_ADC_SAMPLE_JIFFIES:  16                    
[  113.503486] Firefly adc-->MSEC_PER_SEC:  1000                                
[  113.503494] Firefly adc-->HZ:  300                                           
[  113.503799] Firefly adc-->ret:  0                                            
[  113.504025] optee: probing for conduit method.                               
[  113.504049] optee: revision 3.13 (8e053a88)                                  
[  113.504894] optee: initialized driver                                        
[  113.506041] usbcore: registered new interface driver snd-usb-audio           
[  113.511983] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA 
[  113.516801] debugfs: File 'Capture' in directory 'dapm' already present!     
[  113.517547] input: rockchip-dp0 rockchip-dp0 as /devices/platform/dp0-sound/s
ound/card0/input1                                                               
[  113.518776] firefly-multicodecs es8388-sound: Failed to get hw ver           
[  113.532269] ES8323 3-0011: ASoC: error at soc_component_write_no_lock on ES83
23.3-0011: -5                                                                   
[  113.549663] mmc0: new HS400 Enhanced strobe MMC card at address 0001         
[  113.550547] mmcblk0: mmc0:0001 CJTD4R 58.2 GiB                               
[  113.550890] mmcblk0boot0: mmc0:0001 CJTD4R partition 1 4.00 MiB              
[  113.551214] mmcblk0boot1: mmc0:0001 CJTD4R partition 2 4.00 MiB              
[  113.551521] mmcblk0rpmb: mmc0:0001 CJTD4R partition 3 4.00 MiB, chardev (234:
0)                                                                              
[  113.556253]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 
[  113.583944] input: rockchip-es8388 Headset as /devices/platform/es8388-sound/
sound/card1/input2                                                              
[  113.586264] Initializing XFRM netlink socket                                 
[  113.586685] NET: Registered protocol family 10                               
[  113.587655] Segment Routing with IPv6                                        
[  113.587840] NET: Registered protocol family 17                               
[  113.587859] NET: Registered protocol family 15                               
[  113.587897] Bridge firewalling registered                                    
[  113.587903] can: controller area network core                                
[  113.587938] NET: Registered protocol family 29                               
[  113.587944] can: raw protocol                                                
[  113.587952] can: broadcast manager protocol                                  
[  113.587962] can: netlink gateway - max_hops=1                                
[  113.588344] Bluetooth: RFCOMM TTY layer initialized                          
[  113.588357] Bluetooth: RFCOMM socket layer initialized                       
[  113.588377] Bluetooth: RFCOMM ver 1.11                                       
[  113.588387] Bluetooth: BNEP (Ethernet Emulation) ver 1.3                     
[  113.588392] Bluetooth: BNEP filters: protocol multicast                      
[  113.588401] Bluetooth: BNEP socket layer initialized                         
[  113.588407] Bluetooth: HIDP (Human Interface Emulation) ver 1.2              
[  113.588414] Bluetooth: HIDP socket layer initialized                         
[  113.588445] [BT_RFKILL]: Enter rfkill_rk_init                                
[  113.588452] [WLAN_RFKILL]: Enter rfkill_wlan_init                            
[  113.588855] [WLAN_RFKILL]: Enter rfkill_wlan_probe                           
[  113.588879] [WLAN_RFKILL]: can't find rockchip,grf property                  
[  113.588886] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6275p  
[  113.588892] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[  113.588897] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gp
io.                                                                             
[  113.588915] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 20 fla
gs = 0.                                                                         
[  113.588936] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found
 !                                                                              
[  113.588942] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio                      
[  113.588949] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1                       
[  113.588954] [WLAN_RFKILL]: Exit rfkill_wlan_probe                            
[  113.589481] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_
gpios = 34.                                                                     
[  113.589503] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_
gpio = 22.                                                                      
[  113.589516] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_g
pio = 21.                                                                       
[  113.589529] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_h
ost_irq = 0.                                                                    
[  113.590038] [BT_RFKILL]: Request irq for bt wakeup host                      
[  113.590100] [BT_RFKILL]: ** disable irq                                      
[  113.590163] [BT_RFKILL]: bt_default device registered.                       
[  113.590234] Key type dns_resolver registered                                 
[  113.591307] xc7160 3-001b: T-chip firefly camera driver version: 00.01.04    
[  113.591341] xc7160 3-001b: Failed to get power-gpios, maybe no use           
[  113.591415] xc7160 3-001b: supply avdd not found, using dummy regulator      
[  113.591529] xc7160 3-001b: supply dovdd not found, using dummy regulator     
[  113.591580] xc7160 3-001b: supply dvdd not found, using dummy regulator      
[  113.591612] xc7160 3-001b: could not get default pinstate                    
[  113.591619] xc7160 3-001b: could not get sleep pinstate                      
[  113.591636] xc7160 3-001b: Success to get xc7160 endpoint data lanes, dts use
s 4 lanes                                                                       
[  113.607440] xc7160 3-001b: write XC7160_REG_HIGH_SELECT failed               
[  113.607767] xc7160: probe of 3-001b failed with error -5                     
[  113.608888] registered taskstats version 1                                   
[  113.608921] Loading compiled-in X.509 certificates                           
[  113.610507] vendor storage:20190527 ret = 0                                  
[  113.611199] Btrfs loaded, crc32c=crc32c-generic                              
[  113.611334] pstore: Using crash dump compression: deflate                    
[  113.611770] rga3_core0 fdb60000.rga: Adding to iommu group 2                 
[  113.611799] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  113.611970] rga: rga3_core0_irq, irq = 34, match scheduler                   
[  113.612430] rga: rga3_core0 driver loaded successfully ver:3.0.76831         
[  113.612448] rga: rga3_core0 probe successfully                               
[  113.612751] rga3_core1 fdb70000.rga: Adding to iommu group 3                 
[  113.612767] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  113.612898] rga: rga3_core1_irq, irq = 35, match scheduler                   
[  113.613327] rga: rga3_core1 driver loaded successfully ver:3.0.76831         
[  113.613343] rga: rga3_core1 probe successfully                               
[  113.613649] rga: rga2_irq, irq = 36, match scheduler                         
[  113.614069] rga: rga2 driver loaded successfully ver:3.2.63318               
[  113.614080] rga: rga2 probe successfully                                     
[  113.614571] rga: Module initialized. v1.2.15                                 
[  113.642446] mali fb000000.gpu: Kernel DDK version g12p0-01eac0               
[  113.642844] vcc5v0_host: supplied by vcc5v0_usb                              
[  113.643409] mali fb000000.gpu: leakage=22                                    
[  113.644029] vcc5v0_host3: supplied by vcc5v0_usb                             
[  113.645180] mali fb000000.gpu: pvtm=882                                      
[  113.645261] mali fb000000.gpu: pvtm-volt-sel=3                               
[  113.646483] mali fb000000.gpu: avs=0                                         
[  113.648097] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_confi
g_rk.c; [Line] : 136; [Func] : kbase_platform_rk_init(); power-off-delay-ms not 
available.                                                                      
[  113.649211] mali fb000000.gpu: GPU hardware issue table may need updating:   
[  113.649211] r0p0 status 5 is unknown; treating as r0p0 status 0              
[  113.649231] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 
0                                                                               
[  113.649357] mali fb000000.gpu: No priority control manager is configured     
[  113.649373] mali fb000000.gpu: No memory group manager is configured         
[  113.649412] mali fb000000.gpu: Protected memory allocator not available      
[  113.651167] mali fb000000.gpu: Couldn't find power_model DT node matching 'ar
m,mali-simple-power-model'                                                      
[  113.651182] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-mode
l.static-coefficient = 1*[0]                                                    
[  113.651386] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-mode
l.dynamic-coefficient = 1*[0]                                                   
[  113.651570] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-mode
l.ts = 4*[0]                                                                    
[  113.651752] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-mode
l.thermal-zone = ''                                                             
[  113.653809] pcie30_avdd1v8: supplied by avcc_1v8_s0                          
[  113.654460] mali fb000000.gpu: Using configured power model mali-lodx-power-m
odel, and fallback mali-simple-power-model                                      
[  113.654567] pcie30_avdd0v75: supplied by avdd_0v75_s0                        
[  113.654619] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=80
0000000 h_table=0                                                               
[  113.655803] mali fb000000.gpu: Probed as mali0                               
[  113.656931] rockchip-dmc dmc: leakage=48                                     
[  113.656948] rockchip-dmc dmc: leakage-volt-sel=2                             
[  113.657426] rockchip-dmc dmc: avs=0                                          
[  113.657445] rockchip-dmc dmc: current ATF version 0x100                      
[  113.657554] rockchip-dmc dmc: normal_rate = 1560000000                       
[  113.657565] rockchip-dmc dmc: reboot_rate = 2112000000                       
[  113.657574] rockchip-dmc dmc: suspend_rate = 528000000                       
[  113.657583] rockchip-dmc dmc: video_4k_rate = 1560000000                     
[  113.657591] rockchip-dmc dmc: video_4k_10b_rate = 1560000000                 
[  113.657600] rockchip-dmc dmc: boost_rate = 2112000000                        
[  113.657608] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[  113.657617] rockchip-dmc dmc: performance_rate = 2112000000                  
[  113.657630] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate        
[  113.657638] rockchip-dmc dmc: failed to get vop pn to msch rl                
[  113.657773] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limi
t=0 h_table=0                                                                   
[  113.658189] rockchip-dmc dmc: could not find power_model node                
[  113.679476] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask
: 0x5, primary plane phy id: 2                                                  
[  113.679503] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask
: 0xa, primary plane phy id: 3                                                  
[  113.679527] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask
: 0x140, primary plane phy id: 8                                                
[  113.679540] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask
: 0x280, primary plane phy id: 9                                                
[  113.679978] [drm] failed to init overlay plane Cluster0-win1                 
[  113.680025] [drm] failed to init overlay plane Cluster1-win1                 
[  113.680077] [drm] failed to init overlay plane Cluster2-win1                 
[  113.680125] [drm] failed to init overlay plane Cluster3-win1                 
[  113.695228] rk-pcie fe170000.pcie: PCIe Link up, LTSSM is 0x30011
 
Old 08-26-2022, 12:39 AM   #5
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Original Poster
Rep: Reputation: 0
(4/4)

Code:
[  113.695366] rk-pcie fe170000.pcie: PCI host bridge to bus 0002:20            
[  113.695381] pci_bus 0002:20: root bus resource [bus 20-2f]                   
[  113.695392] pci_bus 0002:20: root bus resource [??? 0xf2000000-0xf20fffff fla
gs 0x0]                                                                         
[  113.695403] pci_bus 0002:20: root bus resource [io  0x0000-0xfffff] (bus addr
ess [0xf2100000-0xf21fffff])                                                    
[  113.695413] pci_bus 0002:20: root bus resource [mem 0xf2200000-0xf2ffffff]   
[  113.695422] pci_bus 0002:20: root bus resource [mem 0x980000000-0x9bfffffff p
ref]                                                                            
[  113.695472] pci 0002:20:00.0: [1d87:3588] type 01 class 0x060400             
[  113.695501] pci 0002:20:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]     
[  113.695577] pci 0002:20:00.0: supports D1 D2                                 
[  113.695586] pci 0002:20:00.0: PME# supported from D0 D1 D3hot                
[  113.701456] pci 0002:20:00.0: Primary bus is hard wired to 0                 
[  113.701467] pci 0002:20:00.0: bridge configuration invalid ([bus 01-ff]), rec
onfiguring                                                                      
[  113.701682] pci 0002:21:00.0: [14e4:449d] type 00 class 0x028000             
[  113.701769] pci 0002:21:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]    
[  113.701838] pci 0002:21:00.0: reg 0x18: [mem 0x00000000-0x003fffff 64bit]    
[  113.702339] pci 0002:21:00.0: supports D1 D2                                 
[  113.702347] pci 0002:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold      
[  113.706760] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc
0112829b0)                                                                      
[  113.709046] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver     
[  113.710702] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffff
c01128a710)                                                                     
[  113.717366] pci_bus 0002:21: busn_res: [bus 21-2f] end is updated to 21      
[  113.717457] pci 0002:20:00.0: BAR 8: assigned [mem 0xf2200000-0xf27fffff]    
[  113.717469] pci 0002:20:00.0: BAR 6: assigned [mem 0xf2800000-0xf280ffff pref
]                                                                               
[  113.717485] pci 0002:21:00.0: BAR 2: assigned [mem 0xf2400000-0xf27fffff 64bi
t]                                                                              
[  113.717536] pci 0002:21:00.0: BAR 0: assigned [mem 0xf2200000-0xf220ffff 64bi
t]                                                                              
[  113.717581] pci 0002:20:00.0: PCI bridge to [bus 21]                         
[  113.717594] pci 0002:20:00.0:   bridge window [mem 0xf2200000-0xf27fffff]    
[  113.718107] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver     
[  113.719636] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffff
c01128a710)                                                                     
[  113.719763] rockchip-drm display-subsystem: bound fde50000.dp (ops 0xffffffc0
1128ca20)                                                                       
[  113.719838] rockchip-drm display-subsystem: bound fde60000.dp (ops 0xffffffc0
1128ca20)                                                                       
[  113.720097] pcieport 0002:20:00.0: PME: Signaling with IRQ 150               
[  113.721158] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found a
ny modes                                                                        
[  113.721284] rockchip-drm display-subsystem: connector[HDMI-A-2] can't found a
ny modes                                                                        
[  113.721297] rockchip-drm display-subsystem: can't not find any logo display  
[  113.721310] rockchip-drm display-subsystem: failed to show kernel logo       
[  113.835862] rockchip-usbdp-phy fed90000.phy: cmn ana lcpll lock timeout      
[  113.835974] rockchip-usbdp-phy fed90000.phy: failed to init combophy         
[  113.847287] phy phy-fed90000.phy.11: phy poweron failed --> -110             
[  113.949785] rockchip-usbdp-phy fed90000.phy: cmn ana lcpll lock timeout      
[  113.949797] rockchip-usbdp-phy fed90000.phy: failed to init combophy         
[  113.961035] phy phy-fed90000.phy.11: phy poweron failed --> -110             
[  113.962126] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update 
mode to 1024x768p60, type: 10(if:400) for vp2 dclk: 65000000                    
[  113.964094] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_ou
t2 div: 2 dclk_core2 div: 2                                                     
[  113.964580] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dcl
k_vop2 to 65000000, get 65000000                                                
[  114.066450] rockchip-usbdp-phy fed90000.phy: cmn ana lcpll lock timeout      
[  114.066475] rockchip-usbdp-phy fed90000.phy: failed to init combophy         
[  114.077668] phy phy-fed90000.phy.11: phy poweron failed --> -110             
[  114.077679] dw-dp fde60000.dp: failed to enable link: -110                   
[  114.200133] rockchip-usbdp-phy fed90000.phy: cmn ana lcpll lock timeout      
[  114.200145] rockchip-usbdp-phy fed90000.phy: failed to init combophy         
[  114.211387] phy phy-fed90000.phy.11: phy poweron failed --> -110             
[  114.236525] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc a
tomic disable vp2                                                               
[  114.264701] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] *ERROR
* unexpected power on pd7                                                       
[  114.284510] Console: switching to colour frame buffer device 128x48          
[  114.298389] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame bu
ffer device                                                                     
[  114.301646] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem o
n minor 0                                                                       
[  114.310049] phy phy-fd5d4000.syscon:usb2-phy@4000.10: illegal mode           
[  114.310160] xhci-hcd xhci-hcd.13.auto: xHCI Host Controller                  
[  114.310895] xhci-hcd xhci-hcd.13.auto: new USB bus registered, assigned bus n
umber 1                                                                         
[  114.311247] xhci-hcd xhci-hcd.13.auto: hcc params 0x0220fe64 hci version 0x11
0 quirks 0x0000000002010010                                                     
[  114.311400] xhci-hcd xhci-hcd.13.auto: irq 135, io mem 0xfc400000            
[  114.312433] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc
dDevice= 5.10                                                                   
[  114.312474] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=
1                                                                               
[  114.312507] usb usb1: Product: xHCI Host Controller                          
[  114.312539] usb usb1: Manufacturer: Linux 5.10.66 xhci-hcd                   
[  114.312568] usb usb1: SerialNumber: xhci-hcd.13.auto                         
[  114.314088] hub 1-0:1.0: USB hub found                                       
[  114.314218] hub 1-0:1.0: 1 port detected                                     
[  114.315290] xhci-hcd xhci-hcd.13.auto: xHCI Host Controller                  
[  114.315829] xhci-hcd xhci-hcd.13.auto: new USB bus registered, assigned bus n
umber 2                                                                         
[  114.315891] xhci-hcd xhci-hcd.13.auto: Host supports USB 3.0 SuperSpeed      
[  114.316164] usb usb2: We don't know the algorithms for LPM for this host, dis
abling LPM.                                                                     
[  114.316569] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bc
dDevice= 5.10                                                                   
[  114.316609] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=
1                                                                               
[  114.316641] usb usb2: Product: xHCI Host Controller                          
[  114.316672] usb usb2: Manufacturer: Linux 5.10.66 xhci-hcd                   
[  114.316702] usb usb2: SerialNumber: xhci-hcd.13.auto                         
[  114.318243] hub 2-0:1.0: USB hub found                                       
[  114.318367] hub 2-0:1.0: 1 port detected                                     
[  114.321024] input: adc-keys as /devices/platform/adc-keys/input/input3       
[  114.337180] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-s
ound/sound/card3/input4                                                         
[  114.339848] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-s
ound/sound/card4/input5                                                         
[  114.343289] ohci-platform fc8c0000.usb: Generic Platform OHCI controller     
[  114.343502] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus 
number 3                                                                        
[  114.343597] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000            
[  114.403379] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bc
dDevice= 5.10                                                                   
[  114.403441] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=
1                                                                               
[  114.403468] usb usb3: Product: Generic Platform OHCI controller              
[  114.403492] usb usb3: Manufacturer: Linux 5.10.66 ohci_hcd                   
[  114.403513] usb usb3: SerialNumber: fc8c0000.usb                             
[  114.404014] hub 3-0:1.0: USB hub found                                       
[  114.404043] hub 3-0:1.0: 1 port detected                                     
[  114.404661] ehci-platform fc880000.usb: EHCI Host Controller                 
[  114.404864] ehci-platform fc880000.usb: new USB bus registered, assigned bus 
number 4                                                                        
[  114.404956] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000            
[  114.415479] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00           
[  114.416081] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bc
dDevice= 5.10                                                                   
[  114.416123] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=
1                                                                               
[  114.416154] usb usb4: Product: EHCI Host Controller                          
[  114.416184] usb usb4: Manufacturer: Linux 5.10.66 ehci_hcd                   
[  114.416213] usb usb4: SerialNumber: fc880000.usb                             
[  114.417657] hub 4-0:1.0: USB hub found                                       
[  114.417774] hub 4-0:1.0: 1 port detected                                     
[  114.422437] ohci-platform fc840000.usb: Generic Platform OHCI controller     
[  114.423291] ohci-platform fc840000.usb: new USB bus registered, assigned bus 
number 5                                                                        
[  114.423592] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000            
[  114.482813] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bc
dDevice= 5.10                                                                   
[  114.482848] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=
1                                                                               
[  114.482866] usb usb5: Product: Generic Platform OHCI controller              
[  114.482877] usb usb5: Manufacturer: Linux 5.10.66 ohci_hcd                   
[  114.482889] usb usb5: SerialNumber: fc840000.usb                             
[  114.483509] hub 5-0:1.0: USB hub found                                       
[  114.483558] hub 5-0:1.0: 1 port detected                                     
[  114.484452] ehci-platform fc800000.usb: EHCI Host Controller                 
[  114.484664] ehci-platform fc800000.usb: new USB bus registered, assigned bus 
number 6                                                                        
[  114.484781] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000            
[  114.545876] es8323_line1_line2_line2diff_switch:2                            
[  114.562152] usb 1-1: new high-speed USB device number 2 using xhci-hcd       
[  114.575501] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00           
[  114.576119] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bc
dDevice= 5.10                                                                   
[  114.576161] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=
1                                                                               
[  114.576192] usb usb6: Product: EHCI Host Controller                          
[  114.576223] usb usb6: Manufacturer: Linux 5.10.66 ehci_hcd                   
[  114.576252] usb usb6: SerialNumber: fc800000.usb                             
[  114.577515] hub 6-0:1.0: USB hub found                                       
[  114.577627] hub 6-0:1.0: 1 port detected                                     
[  114.582189] register spi return v = :0                                       
[  114.583574] rkcif rkcif-mipi-lvds2: clear unready subdev num: 1              
[  114.583649] rockchip-csi2-dphy0: No link between dphy and sensor             
[  114.584837] rockchip-csi2-dphy0: No link between dphy and sensor             
[  114.584925] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote 
terminal sensor failed!                                                         
[  114.584983] rkcif-mipi-lvds2: Async subdev notifier completed                
[  114.585004] rockchip-csi2-dphy0: No link between dphy and sensor             
[  114.585037] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote 
terminal sensor failed!                                                         
[  114.585057] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized 
with ISP                                                                        
[  114.585084] rockchip-csi2-dphy0: No link between dphy and sensor             
[  114.585135] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream[0] get remote 
terminal sensor failed!                                                         
[  114.585229] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized 
with ISP                                                                        
[  114.589855] RKNPU fdab0000.npu: Adding to iommu group 0                      
[  114.589919] iommu: Failed to allocate default IOMMU domain of type 4 for grou
p (null) - Falling back to IOMMU_DOMAIN_DMA                                     
[  114.590257] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mo
de                                                                              
[  114.592602] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. 
[  114.592656] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.      
[  114.592688] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a                  
[  114.592797] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 80,32 bit h
ost data width,256 deep fifo                                                    
[  114.593348] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab
0000-0xfdabffff]                                                                
[  114.593405] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac
0000-0xfdacffff]                                                                
[  114.593456] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad
0000-0xfdadffff]                                                                
[  114.595030] [drm] Initialized rknpu 0.7.2 20220428 for fdab0000.npu on minor 
1                                                                               
[  114.597649] RKNPU fdab0000.npu: leakage=12                                   
[  114.610507] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, 
actual 400000HZ div = 0)                                                        
[  114.611226] RKNPU fdab0000.npu: pvtm=891                                     
[  114.616224] RKNPU fdab0000.npu: pvtm-volt-sel=4                              
[  114.618040] RKNPU fdab0000.npu: avs=0                                        
[  114.618355] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=8
00000000 h_table=0                                                              
[  114.627496] RKNPU fdab0000.npu: failed to find power_model node              
[  114.627547] RKNPU fdab0000.npu: RKNPU: failed to initialize power model      
[  114.627571] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient     
[  114.630317] cfg80211: Loading compiled-in X.509 certificates for regulatory d
atabase                                                                         
[  114.634799] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'       
[  114.637003] platform regulatory.0: Direct firmware load for regulatory.db fai
led with error -2                                                               
[  114.637061] cfg80211: failed to load regulatory.db                           
[  114.637897] rockchip-pm rockchip-suspend: not set pwm-regulator-config       
[  114.639348] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux
.c; [Line] : 405; [Func] : mali_module_init(); svn_rev_string_from_arm of this m
ali_ko is '', rk_ko_ver is '5', built at '17:27:35', on 'Aug 11 2022'.          
[  114.639809] Mali:                                                            
[  114.639813] Mali device driver loaded                                        
[  114.641607] ret 1024 0                                                       
[  114.641752] ALSA device list:                                                
[  114.641763]   #0: rockchip-dp0                                               
[  114.641771]   #1: rockchip-es8388                                            
[  114.641779]   #2: rockchip,hdmiin                                            
[  114.641788]   #3: rockchip-hdmi0                                             
[  114.641796]   #4: rockchip-hdmi1                                             
[  114.642040] Waiting for root device PARTLABEL=rootfs...                      
[  114.698983] usb 4-1: new high-speed USB device number 2 using ehci-platform  
[  114.723755] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcd
Device=93.91                                                                    
[  114.723860] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  114.723894] usb 1-1: Product: USB2.1 Hub                                     
[  114.723925] usb 1-1: Manufacturer: GenesysLogic                              
[  114.764575] hub 1-1:1.0: USB hub found                                       
[  114.764877] hub 1-1:1.0: 4 ports detected                                    
[  114.848115] usb 4-1: New USB device found, idVendor=1a40, idProduct=0101, bcd
Device= 1.00                                                                    
[  114.848228] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  114.848262] usb 4-1: Product: USB 2.0 Hub [MTT]                              
[  114.849922] hub 4-1:1.0: USB hub found                                       
[  114.850366] hub 4-1:1.0: 4 ports detected                                    
[  115.138770] usb 1-1.1: new low-speed USB device number 3 using xhci-hcd      
[  115.256815] usb 1-1.1: New USB device found, idVendor=275d, idProduct=0ba6, b
cdDevice= 1.00                                                                  
[  115.256914] usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber
=0                                                                              
[  115.256947] usb 1-1.1: Product: USB OPTICAL MOUSE                            
[  115.313929] input: USB OPTICAL MOUSE  as /devices/platform/usbdrd3_1/fc400000
.usb/xhci-hcd.13.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:275D:0BA6.0001/input/input6 
[  115.368815] hid-generic 0003:275D:0BA6.0001: input,hidraw0: USB HID v1.11 Mou
se [USB OPTICAL MOUSE ] on usb-xhci-hcd.13.auto-1.1/input0                      
[  115.436724] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_fre
q freq qos nod add                                                              
[  115.465453] usb 1-1.4: new low-speed USB device number 4 using xhci-hcd      
[  115.592155] usb 1-1.4: New USB device found, idVendor=0461, idProduct=4e26, b
cdDevice= 1.80                                                                  
[  115.592177] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber
=0                                                                              
[  115.592187] usb 1-1.4: Product: Wired USB Keyboard                           
[  115.638212] input: Wired USB Keyboard as /devices/platform/usbdrd3_1/fc400000
.usb/xhci-hcd.13.auto/usb1/1-1/1-1.4/1-1.4:1.0/0003:0461:4E26.0002/input/input7 
[  115.645307] rk-pcie fe150000.pcie: PCIe Link Fail                            
[  115.645394] rk-pcie fe150000.pcie: failed to initialize host                 
[  115.696883] hid-generic 0003:0461:4E26.0002: input,hidraw1: USB HID v1.11 Key
board [Wired USB Keyboard] on usb-xhci-hcd.13.auto-1.4/input0                   
[  116.099141] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?       
[  117.245981] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?       
[  118.339183] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?       
[  119.279101] usb usb2-port1: Cannot enable. Maybe the USB cable is bad?       
(...)
 
Old 08-27-2022, 12:38 AM   #6
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Original Poster
Rep: Reputation: 0
ADD: I was able to find the .dts device tree source files in the board SDK package and remove the pre-baked command line arguments. However, this kernel is still ignoring the initrd= parameter. What's wrong?
 
Old 09-04-2022, 10:09 PM   #7
shimmy00
Member
 
Registered: Jul 2022
Posts: 37

Original Poster
Rep: Reputation: 0
SOLVED: The trick is not to try booting the kernel manually. Instead one should use U-Boot's syslinux functionality via the sysboot command:

Code:
sysboot mmc 0:0f any ${scriptaddr} /extlinux/extlinux.conf
with a suitable extlinux.conf in the boot partition on the eMMC containing the kernel (here partition 0x0f, decimal number 15), and it works! There probably is some way to do it manually as well, but I would still have no idea how.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linaro launches open ARM SBC spec, and an octa-core SBC LXer Syndicated Linux News 0 02-10-2015 01:42 AM
LXer: ARM/FPGA board family adds COMs and an SBC LXer Syndicated Linux News 0 04-29-2014 12:20 AM
Kernel Testing using LTP on Beagle board (ARM based Embedded Dev Board) Rajender.G Linux - Newbie 0 07-27-2011 05:19 AM
ARM based WinCE/Embedded Linux Development Board (SBC) @ jointech.com.hk jointech Linux - Hardware 2 09-01-2007 12:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 09:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration