Sitting on the back burner of my "get around to it" list has been messing with the firmware of the Bambulab X1 Carbon. I knew from the start that Bambulab was up to shenanigans (at best) and malfesance at worst. So the firmware on my device has never been updated. I'm sure there is a treasure trove of GPL violations (beyond the GPL violations in BambuSlicer due to failing to open source the network connectivity code).
About a week ago I decided to do some poking at the problem. Almost immediately I was annoyed because they're playing games with the UART. If one hooks up a UART connection to the labeled port on the board seemingly there is no output. I found this a bit hard to believe and so I hooked up the oscilloscope and began to take a look.
I started by measuring the minimum width of the UART pulses. Zooming in on the start bit, i saw a duration of 680 ns.
If the start bit duration is 680 ns, the baud rate is calculated as the reciprocal of the bit time:
This corresponds to approximately 1.47 Mbps.
I assumed that the actual bit rate was more likely 1.50 Mbps... Putting those
values into the built-in protocol decoder I was able to verify that this was
correct. I was able to catch output during the memory training phase where
DDR3, 328MHz
where mentioned, validating I was on the correct track.
I went back to my FTDI FT232H adapter, put in the correct settings, but still wasn't able to see the output. Something funky was going on...
Fast forward a few days. I wonder if my Glasgow would have any more lluck?
Turns out I did. After a bit of futzing I was able to get the following output.
Through trial and error I've found that the logic level to 3.2v (the voltage
level detected when I used the sense pin) and confirmed the baud rate is 1500000
(glasgow run uart -V 3.2 -b 1500000
).
There is some garbage at the beginning of the transaction which seems to be
causing problems with the FT232H. As long as I start with the power to the 3D
printer off, launch glasgow
, and then power on the printer, I'm able to get
output which can be decoded.
Here's the boot output for Firmware version 1.00.00.52
. Note: The first line
is a warning from Glasgow about the binary data received.
W: g.applet.interface.uart: 7872 receive errors detected
DDR Version V1.08 20210825
DDR3, 328MHz
BW=16 Col=10 Bk=8 CS0 Row=15 CS=1 Die BW=16 Size=512MB
change to: 328MHz
change to: 528MHz
change to: 784MHz
change to: 924MHz(final freq)
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge0859633cf #ci.slave (Sep 13 2022 - 22:53:54)
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
## Verified-boot: 1
sha256,rsa2048:dev## Verified-boot: 1
+
rollback index: 0 >= 0(min), OK
## Checking optee 0x08400000 (gzip @0x08600000) ... sha256(b34d996c76...) + sha256(bae962097a...) + OK
## Checking uboot 0x00600000 (gzip @0x00800000) ... sha256(fd80a78d3d...) + sha256(bba8d6dcd1...) + OK
## Checking fdt 0x006bdfb8 ... sha256(96b900e6c3...) + OK
Jumping to U-Boot(0x00600000) via OP-TEE(0x08400000)
Total: 85.896 ms
I/TC:
I/TC: cpu feature:0x0
I/TC: RV1126 SoC
I/TC: cpu_st=0xe0
I/TC: Next entry point address: 0x00600000
I/TC: OP-TEE version: 3.13.0-515-g7b4275734 #zhangzj (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05)) #1 Wed Aug 4 03:30:34 UTC 2021 arm
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
U-Boot 2017.09-ge0859633cf #ci.slave (Sep 13 2022 - 22:53:54 +0800), Build: jenkins-DB_RK-1135
Model: Rockchip RV1126 Evaluation Board
PreSerial: 2, raw, 0xff570000
DRAM: 509.7 MiB
Sysmem: init
Relocation Offset: 00000000
Relocation fdt: 1bbf9d88 - 1bbfedd0
CR: M/C/I
Using default environment
Cmd interface: disabled
dwmmc@ffc50000: 0, dwmmc@ffc60000: 1
Bootdev(atags): mmc 0
optee api revision: 2.0
MMC0: HS200, 200Mhz
PartType: EFI
A/B-slot: _a, successful: 0, tries-remain: 7
TEEC: Waring: Could not find security partition
## Verified-boot: 1
MMC0: HS200, 200Mhz
PartType: EFI
boot mode: None
conf: sha256,rsa2048:dev+
resource: sha256+
FIT: signed, conf required
DTB: rv1126-bl-p001-v5_c#_saradc_ch1=683#_saradc_ch2=505.dtb
HASH(c): OK
I2c0 speed: 400000Hz
PMIC: RK8090 (on=0x40, off=0x00)
vdd_vepu_npu init 800000 uV
vdd_arm 800000 uV
io-domain: OK
Can't get crtc id, default set to id = 0
Could not find baseparameter partition
Model: Bamboo Lab 3D Printer P001 v05 Board panel_a
Rockchip UBOOT DRM driver version: v1.0.1
Using display timing dts
dsi@ffb30000: detailed mode clock 71000 kHz, flags[a]
H: 0720 0790 0810 0870
V: 1280 1300 1304 1331
bus_format: 100e
final DSI-Link bandwidth: 480 Mbps x 4
CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
apll 816000 KHz
dpll 462000 KHz
gpll 1188000 KHz
cpll 500000 KHz
hpll 1400000 KHz
aclk_pdbus 500000 KHz
hclk_pdbus 198000 KHz
pclk_pdbus 99000 KHz
aclk_pdphp 297000 KHz
hclk_pdphp 198000 KHz
hclk_pdaudio 148500 KHz
hclk_pdcore 198000 KHz
pclk_pdpmu 99000 KHz
Net: eth0: ethernet@ffc40000
Hit key to stop autoboot('CTRL+C'): 0
## Booting FIT Image at 0x1b365140 with size 0x00691c00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at 1b365140 ...
Using 'conf' configuration
## Verified-boot: 1
Verifying Hash Integrity ... sha256,rsa2048:dev+ OK
Verifying Rollback-index ... Initial otp index as 0
0 >= 0(min), OK
Trying 'kernel' kernel subimage
Description: unavailable
Type: Kernel Image
Compression: uncompressed
Data Start: 0x1b37cd40
Data Size: 6790928 Bytes = 6.5 MiB
Architecture: ARM
OS: Linux
Load Address: 0x02008000
Entry Point: 0x02008000
Hash algo: sha256
Hash value: 3d5bc548f4ba36e6f5b722fd9fd6d5b45043bf25043775b8a93200e947260b4c
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 1b365140 ...
Using 'conf' configuration
Trying 'fdt' fdt subimage
Description: unavailable
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x1b365f40
Data Size: 93210 Bytes = 91 KiB
Architecture: ARM
Load Address: 0x08300000
Hash algo: sha256
Hash value: 33b90ee0bf9a12df2511d3d7e6baa0a01665713aae1330256acb4f8505c7ef31
Verifying Hash Integrity ... sha256+ OK
Loading fdt from 0x08300000 to 0x08300000
Booting using the fdt blob at 0x08300000
Loading Kernel Image from 0x1b37cd40 to 0x02008000 ... OK
'reserved-memory' iotrace@7c00000: addr=7c00000 size=400000
'reserved-memory' ramoops@8000000: addr=8000000 size=100000
Using Device Tree in place at 08300000, end 0831a8fa
failed to reserve drm-cubic-lut memory
Adding bank: 0x00000000 - 0x08400000 (size: 0x08400000)
Adding bank: 0x08648000 - 0x20000000 (size: 0x179b8000)
Total: 1254.104 ms
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Linux version 4.19.111 (ci.slave@glock13) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05)) #1 SMP PREEMPT Tue Sep 13 22:29:57 CST 2022
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Bamboo Lab 3D Printer P001 v05 Board panel_a
[ 0.000000] earlycon: uart8250 at MMIO32 0xff570000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x1f800000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created CMA memory pool at 0x1c400000, size 24 MiB
[ 0.000000] OF: reserved mem: initialized node isp, compatible id shared-dma-pool
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] percpu: Embedded 15 pages/cpu s32268 r8192 d20980 u61440
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128440
[ 0.000000] Kernel command line: user_debug=31 storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal boot_reason=cold mp_state=production fuse.programmed=1 androidboot.slot_suffix=_a root=PARTUUID=ec80b46b-853f-47c
c-a948-39e36bb85d34 rootwait earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 rootfstype=ext4 snd_aloop.index=7
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 459496K/517856K available (9216K kernel code, 432K rwdata, 2180K rodata, 1024K init, 304K bss, 25592K reserved, 32768K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
[ 0.000000] lowmem : 0xb0000000 - 0xd0000000 ( 512 MB)
[ 0.000000] pkmap : 0xafe00000 - 0xb0000000 ( 2 MB)
[ 0.000000] modules : 0xaf000000 - 0xafe00000 ( 14 MB)
[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 433 kB)
[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 305 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] random: random: get_random_bytes called from start_kernel+0x324/0x4a4 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000706] Switching to timer-based delay loop, resolution 41ns
[ 0.002491] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[ 0.003387] pid_max: default: 4096 minimum: 301
[ 0.004015] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.004596] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.005915] CPU: Testing write buffer coherency: ok
[ 0.006763] /cpus/cpu@f00 missing clock-frequency property
[ 0.007259] /cpus/cpu@f01 missing clock-frequency property
[ 0.007784] /cpus/cpu@f02 missing clock-frequency property
[ 0.008277] /cpus/cpu@f03 missing clock-frequency property
[ 0.008763] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.010050] Setting up static identity map for 0x100000 - 0x100060
[ 0.010754] rcu: Hierarchical SRCU implementation.
[ 0.012005] 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
[ 0.013972] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.015717] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.017359] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.017505] smp: Brought up 1 node, 4 CPUs
[ 0.019427] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.019987] CPU: All CPU(s) started in SVC mode.
[ 0.021237] devtmpfs: initialized
[ 0.048191] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.049578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.050515] futex hash table entries: 16 (order: -2, 1024 bytes)
[ 0.051168] pinctrl core: initialized pinctrl subsystem
[ 0.052883] NET: Registered protocol family 16
[ 0.054134] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.056205] register kpanic driver ok
[ 0.056569] register iotrace driver ok
[ 0.057400] cpuidle: using governor menu
[ 0.057789] Registered FIQ tty driver
[ 0.058784] hw-breakpoint: Failed to enable monitor mode on CPU 0.
[ 0.061737] console [pstore-1] enabled
[ 0.062348] pstore: Registered ramoops as persistent store backend
[ 0.062930] ramoops: attached 0x100000@0x8000000, ecc: 0/0
[ 0.066601] kpanic ffc50000.kpanic: using Device Tree
[ 0.067074] kpanic ffc50000.kpanic: emmc base 0xd0948000
[ 0.067584] kpanic ffc50000.kpanic: cru base 0xd081d000
[ 0.068091] kernel panic handler initialized
[ 0.068751] iotrace iotrace: using Device Tree
[ 0.069251] iotrace iotrace: part_base[0]: 0xd098001c, offset[0]: 0x0
[ 0.069852] iotrace iotrace: part_base[1]: 0xd0a8000c, offset[1]: 0x0
[ 0.070447] iotrace iotrace: part_base[2]: 0xd0b7fffc, offset[2]: 0x0
[ 0.071039] iotrace iotrace: part_base[3]: 0xd0c7ffec, offset[3]: 0x0
[ 0.071612] iotrace iotrace: reserve start phy: 0x7c00000, size: 0x400000,
[ 0.071612] iotrace buffer start vaddr: 0xd098001c, buffer end vaddr: 0xd0d7ffdc, buffer size 0x3fffc0, total cnt is 349520 ,part_cnt is 87380
[ 0.073341] iotrace iotrace: no magic, do not has records
[ 0.118652] cryptd: max_cpu_qlen set to 1000
[ 0.119956] fiq debugger fiq mode enabled
[[ 0.120750] console [ttyFIQ0] enabled
0.120750] console [ttyFIQ0] enabled
[ 0.121449] bootconsole [uart8250] disabled
[ 0.121449] bootconsole [uart8250] disabled
[ 0.122114] Registered fiq debugger ttyFIQ0
[ 0.124441] vccio_sdio: regulator get failed, ret=-517
[ 0.124679] vdd_logic: supplied by vcc5v0_sys
[ 0.125709] rk_iommu ffb00f00.iommu: version = 1
[ 0.126368] rk_iommu ffb60e00.iommu: version = 1
[ 0.127067] rk_iommu ffb80480.iommu: version = 1
[ 0.127508] rk_iommu ffb90800.iommu: version = 1
[ 0.127940] rk_iommu ffbb0f00.iommu: version = 1
[ 0.128878] SCSI subsystem initialized
[ 0.129183] usbcore: registered new interface driver usbfs
[ 0.129287] usbcore: registered new interface driver hub
[ 0.129403] usbcore: registered new device driver usb
[ 0.129508] media: Linux media interface: v0.10
[ 0.129609] videodev: Linux video capture interface: v2.00
[ 0.129685] pps_core: LinuxPPS API ver. 1 registered
[ 0.129710] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.129755] PTP clock support registered
[ 0.131149] Advanced Linux Sound Architecture Driver Initialized.
[ 0.131879] Bluetooth: Core ver 2.22
[ 0.131971] NET: Registered protocol family 31
[ 0.131996] Bluetooth: HCI device and connection manager initialized
[ 0.132026] Bluetooth: HCI socket layer initialized
[ 0.132054] Bluetooth: L2CAP socket layer initialized
[ 0.132114] Bluetooth: SCO socket layer initialized
[ 0.132741] rockchip-cpuinfo cpuinfo: SoC : 11260000
[ 0.132776] rockchip-cpuinfo cpuinfo: Serial : 218fd8dc7f66acdc
[ 0.133943] clocksource: Switched to clocksource arch_sys_counter
[ 0.136691] NET: Registered protocol family 2
[ 0.137579] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.137640] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.137734] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.137846] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.138054] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.138109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.138327] NET: Registered protocol family 1
[ 0.140435] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 0.143118] Initialise system trusted keyrings
[ 0.143408] workingset: timestamp_bits=29 max_order=17 bucket_order=0
[ 0.151215] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.154075] Key type asymmetric registered
[ 0.154109] Asymmetric key parser 'x509' registered
[ 0.154182] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.154211] io scheduler noop registered
[ 0.154233] io scheduler deadline registered
[ 0.154411] io scheduler cfq registered (default)
[ 0.154440] io scheduler mq-deadline registered
[ 0.154463] io scheduler kyber registered
[ 0.154617] io scheduler bfq registered
[ 0.158657] phy phy-ff4c0000.usb2-phy.1: Failed to get VBUS supply regulator
[ 0.160596] rockchip-usb2phy-naneng ff4c8000.usb2-phy: failed to create phy
[ 0.163377] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.163508] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 0.163898] mpp_service mpp-srv: 92c80ddf68f6 author: Yandong Lin 2021-08-10 video: rockchip: mpp: workaround patch for rv1126 iommu issue
[ 0.163964] mpp_service mpp-srv: probe start
[ 0.164960] iommu: Adding device ffb80000.rkvdec to group 2
[ 0.165020] mpp_rkvdec ffb80000.rkvdec: Linked as a consumer to ffb80480.iommu
[ 0.165228] mpp_rkvdec ffb80000.rkvdec: probing start
[ 0.165860] mpp_rkvdec ffb80000.rkvdec: shared_niu_a is not found!
[ 0.165895] rkvdec_init:1190: No niu aclk reset resource define
[ 0.165966] mpp_rkvdec ffb80000.rkvdec: shared_niu_h is not found!
[ 0.165991] rkvdec_init:1193: No niu hclk reset resource define
[ 0.166352] mpp_rkvdec ffb80000.rkvdec: probing finish
[ 0.167164] iommu: Adding device ffbb0000.rkvenc to group 4
[ 0.167222] mpp_rkvenc ffbb0000.rkvenc: Linked as a consumer to ffbb0f00.iommu
[ 0.167525] mpp_rkvenc ffbb0000.rkvenc: probing start
[ 0.168163] mpp_rkvenc ffbb0000.rkvenc: venc regulator not ready, retry
[ 0.168200] rkvenc_init:1202: failed to add venc devfreq
[ 0.169362] iommu: Adding device ffb90400.vdpu to group 3
[ 0.169423] mpp_vdpu2 ffb90400.vdpu: Linked as a consumer to ffb90800.iommu
[ 0.169531] mpp_vdpu2 ffb90400.vdpu: probe device
[ 0.170086] mpp_vdpu2 ffb90400.vdpu: reset_group->rw_sem_on=0
[ 0.170134] mpp_vdpu2 ffb90400.vdpu: reset_group->rw_sem_on=0
[ 0.170387] mpp_vdpu2 ffb90400.vdpu: probing finish
[ 0.171039] iommu: Adding device ffb90000.vepu to group 3
[ 0.171099] mpp_vepu2 ffb90000.vepu: Linked as a consumer to ffb90800.iommu
[ 0.171227] mpp_vepu2 ffb90000.vepu: probe device
[ 0.171716] mpp_vepu2 ffb90000.vepu: reset_group->rw_sem_on=0
[ 0.171748] mpp_vepu2 ffb90000.vepu: reset_group->rw_sem_on=0
[ 0.172009] mpp_vepu2 ffb90000.vepu: probing finish
[ 0.172543] mpp_service mpp-srv: probe success
[ 0.177905] dma-pl330 ff4e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.178000] dma-pl330 ff4e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 0.180024] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 0.181644] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 0.182507] ff410000.serial: ttyS1 at MMIO 0xff410000 (irq = 30, base_baud = 1500000) is a 16550A
[ 0.183327] ff560000.serial: ttyS0 at MMIO 0xff560000 (irq = 33, base_baud = 1500000) is a 16550A
[ 0.185416] random: fast init done
[ 0.185818] random: crng init done
[ 0.186317] iommu: Adding device ffb00000.vop to group 0
[ 0.186379] rockchip-vop ffb00000.vop: Linked as a consumer to ffb00f00.iommu
[ 0.190394] rockchip-drm display-subsystem: Linked as a consumer to ffb00000.vop
[ 0.191377] rockchip-drm display-subsystem: Linked as a consumer to ffb30000.dsi
[ 0.192654] rockchip-drm display-subsystem: devfreq is not set
[ 0.193170] rockchip-drm display-subsystem: bound ffb00000.vop (ops 0xb0a44600)
[ 0.193236] dw-mipi-dsi ffb30000.dsi: [drm:dw_mipi_dsi_bind] *ERROR* Failed to find panel or bridge: -517
[ 0.193274] rockchip-drm display-subsystem: failed to bind ffb30000.dsi (ops 0xb0a4ad34): -517
[ 0.193542] rockchip-drm display-subsystem: master bind failed: -517
[ 0.199681] zram: Added device: zram0
[ 0.201702] libphy: Fixed MDIO Bus: probed
[ 0.204553] dwc3 ffd00000.dwc3: Failed to get clk 'ref': -2
[ 0.210029] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.210069] ehci-platform: EHCI generic platform driver
[ 0.210764] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.210821] ohci-platform: OHCI generic platform driver
[ 0.211507] usbcore: registered new interface driver usb-storage
[ 0.211914] [tlsc] tlsc6x_init: ++
[ 0.212275] i2c /dev entries driver
[ 0.214207] rk808 0-0020: chip id: 0x8090
[ 0.214317] rk808 0-0020: No cache defaults, reading back from HW
[ 0.220755] rk808 0-0020: source: on=0x40, off=0x00
[ 0.220797] rk808 0-0020: support dcdc3 fb mode:-22, -1330211820
[ 0.220821] rk808 0-0020: support pmic reset mode:0,0
[ 0.225245] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 0.225367] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 0.225472] DCDC_REG1: supplied by vcc5v0_sys
[ 0.226221] DCDC_REG2: supplied by vcc5v0_sys
[ 0.226845] DCDC_REG3: supplied by vcc5v0_sys
[ 0.227406] DCDC_REG4: supplied by vcc5v0_sys
[ 0.227915] DCDC_REG5: supplied by vcc5v0_sys
[ 0.228568] LDO_REG1: supplied by vcc_buck5
[ 0.229204] LDO_REG2: supplied by vcc_buck5
[ 0.229702] LDO_REG3: supplied by vcc_buck5
[ 0.230226] LDO_REG4: supplied by vcc_buck5
[ 0.230730] LDO_REG5: supplied by vcc_buck5
[ 0.231371] LDO_REG6: supplied by vcc_buck5
[ 0.232165] LDO_REG7: supplied by vcc5v0_sys
[ 0.232761] LDO_REG8: supplied by vcc5v0_sys
[ 0.233403] LDO_REG9: supplied by vcc5v0_sys
[ 0.234077] SWITCH_REG1: supplied by vcc5v0_sys
[ 0.234544] SWITCH_REG2: supplied by vcc3v3_sys
[ 0.236805] input: rk805 pwrkey as /devices/platform/ff3f0000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input0
[ 0.239857] rk808-rtc rk808-rtc: registered as rtc0
[ 0.240460] rk808-rtc rk808-rtc: setting system clock to 2017-08-04 09:00:02 UTC (1501837202)
[ 0.243077] [tlsc]tlsc6x_probe: Enter
[ 0.243114] [tlsc]tlsc6x_parse_dt: Enter
[ 0.243203] tpd-firmware-update:0
[ 0.243230] tlsc6x_ts 5-002e: tpd-firmware-update undefined!
[ 0.243256] tlsc6x_ts 5-002e: have-virtualkey undefined!
[ 0.243279] [tlsc]tlsc6x_hw_init: Enter
[ 0.243340] [tlsc]tlsc6x_tpd_reset: Enter
[ 0.243362] [tlsc]tlsc6x_tpd_reset_force: Enter
[ 0.327985] [tlsc]tlsc6x_tpd_reset: Enter
[ 0.328015] [tlsc]tlsc6x_tpd_reset_force: Enter
[ 0.412982] [tlsc]tlsc6x_tp_dect: Enter
[ 0.467718] [tlsc] g_mccode is 0x1
[ 0.467749] [tlsc]tlsx6x_3536get_running_cfg: Enter
[ 0.467765] [tlsc]tlsx6x_comb_get_running_cfg: Enter
[ 0.473978] [tlsc]tlsc6x_upgrade_romcfg_array: Enter
[ 0.474009] [tlsc] g_tlsc6x_cfg_ver is 0x80e224a
[ 0.474023] [tlsc]tlsc6x_tpcfg_ver_comp: Enter
[ 0.474038] [tlsc] Tlsc6x:auto update skip:no updated version!
[ 0.479994] [tlsc]tlsc6x_tpd_reset: Enter
[ 0.480023] [tlsc]tlsc6x_tpd_reset_force: Enter
[ 0.565258] input: tlsc6x_touch as /devices/virtual/input/input1
[ 0.565832] input: proximity_tp as /devices/virtual/input/input2
[ 0.566400] [tlsc] The irq node num is 101
[ 0.566634] tlsc6x_ts 5-002e: Create proc entry success!
[ 0.569456] rkcifhw ffae0000.rkcif: no iommu attached, using non-iommu buffers
[ 0.569515] rkcifhw ffae0000.rkcif: assigned reserved memory node isp
[ 0.569662] rkcif rkcif_dvp: rkcif driver version: v00.01.0a
[ 0.569764] rkcif rkcif_dvp: attach to cif hw node
[ 0.569786] rkcif rkcif_dvp: rkcif wait line 0
[ 0.570993] OF: graph: no port node found in /rkcif_dvp
[ 0.571018] rkcif_dvp: cif_subdev_notifier: no subdev be found!
[ 0.571034] rkcif_dvp: Failed to register subdev notifier(-19)
[ 0.572018] rkcif rkcif_dvp: detach to cif hw node
[ 0.574119] rkisp_hw ffb50000.rkisp: is_thunderboot: 0
[ 0.574160] rkisp_hw ffb50000.rkisp: Missing rockchip,grf property
[ 0.574484] rkisp_hw ffb50000.rkisp: iommu is disabled, using non-iommu buffers
[ 0.574534] rkisp_hw ffb50000.rkisp: assigned reserved memory node isp
[ 0.574846] rkisp rkisp-vir0: rkisp driver version: v01.06.02
[ 0.575135] rkisp rkisp-vir0: No memory-region-thunderboot specified
[ 0.575390] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was not initialized!
[ 0.575435] rkisp rkisp-vir0: Entity type for entity rkisp-csi-subdev was not initialized!
[ 0.575467] rkisp rkisp-vir0: Entity type for entity rkisp-bridge-ispp was not initialized!
[ 0.579327] iommu: Adding device ffb60000.rkispp to group 1
[ 0.579398] rkispp_hw ffb60000.rkispp: Linked as a consumer to ffb60e00.iommu
[ 0.579810] rkispp_hw ffb60000.rkispp: max input:0x0@0fps
[ 0.579858] rkispp_hw ffb60000.rkispp: can't request region for resource [mem 0xffb60000-0xffb7ffff]
[ 0.580138] rkispp_hw ffb60000.rkispp: failed to get cru reset
[ 0.580421] rkispp rkispp-vir0: rkispp driver version: v01.06.02
[ 0.583289] usbcore: registered new interface driver uvcvideo
[ 0.583322] USB Video Class driver (1.1.1)
[ 0.583695] vccio_sdio: supplied by vcc_1v8
[ 0.583880] rockchip-iodomain fe020000.syscon:io-domains: Linked as a consumer to regulator.2
[ 0.583964] rockchip-iodomain fe020000.syscon:io-domains: vccio1(1800000 uV) supplied by vccio_sdio
[ 0.584096] rockchip-iodomain fe020000.syscon:io-domains: Linked as a consumer to regulator.16
[ 0.584156] rockchip-iodomain fe020000.syscon:io-domains: vccio2(3300000 uV) supplied by vccio_sd
[ 0.584275] rockchip-iodomain fe020000.syscon:io-domains: Linked as a consumer to regulator.12
[ 0.584328] rockchip-iodomain fe020000.syscon:io-domains: vccio3(1800000 uV) supplied by vcc_1v8
[ 0.584481] rockchip-iodomain fe020000.syscon:io-domains: vccio4(1800000 uV) supplied by vcc_1v8
[ 0.584620] rockchip-iodomain fe020000.syscon:io-domains: Linked as a consumer to regulator.7
[ 0.584675] rockchip-iodomain fe020000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc3v3_sys
[ 0.584843] rockchip-iodomain fe020000.syscon:io-domains: pmuio0(3300000 uV) supplied by vcc3v3_sys
[ 0.585029] rockchip-iodomain fe020000.syscon:io-domains: pmuio1(3300000 uV) supplied by vcc3v3_sys
[ 0.587758] rockchip-thermal ff5f0000.tsadc: tsadc trimmed value = 2
[ 0.588187] rockchip-thermal ff5f0000.tsadc: tsadc is probed successfully!
[ 0.588689] rockchip-thermal ff5f8000.tsadc: tsadc trimmed value = 2
[ 0.588993] rockchip-thermal ff5f8000.tsadc: tsadc is probed successfully!
[ 0.589894] dw_wdt ff680000.watchdog: No valid TOPs array specified
[ 0.590586] Bluetooth: HCI UART driver ver 2.3
[ 0.590619] Bluetooth: HCI UART protocol H4 registered
[ 0.590970] cpu cpu0: bin=0
[ 0.591033] cpu cpu0: leakage=1.875
[ 0.591174] cpu cpu0: Linked as a consumer to regulator.5
[ 0.602994] cpu cpu0: temp=53300, pvtm=97082 (96874 + 208)
[ 0.603113] cpu cpu0: pvtm-volt-sel=1
[ 0.603214] cpu cpu0: Dropping the link to regulator.5
[ 0.603287] cpu cpu0: bin-scale=5
[ 0.603657] cpu cpu0: Linked as a consumer to regulator.5
[ 0.603744] cpu cpu0: Dropping the link to regulator.5
[ 0.604025] cpu cpu0: Linked as a consumer to regulator.5
[ 0.605307] cpu cpu0: avs=0
[ 0.605759] cpu cpu0: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 0.605809] cpu cpu0: failed to read out thermal zone (-22)
[ 0.606704] cpu cpu0: failed to find power_model node
[ 0.606830] cpuidle: enable-method property 'psci' found operations
[ 0.607112] cpuidle: enable-method property 'psci' found operations
[ 0.607188] cpuidle: enable-method property 'psci' found operations
[ 0.607259] cpuidle: enable-method property 'psci' found operations
[ 0.607875] Synopsys Designware Multimedia Card Interface Driver
[ 0.608361] dwmmc_rockchip ffc50000.dwmmc: IDMAC supports 32-bit address mode.
[ 0.608391] dwmmc_rockchip ffc50000.dwmmc: Using internal DMA controller.
[ 0.608405] dwmmc_rockchip ffc50000.dwmmc: Version ID is 270a
[ 0.608458] dwmmc_rockchip ffc50000.dwmmc: DW MMC controller at irq 58,32 bit host data width,256 deep fifo
[ 0.608570] mmc_host mmc0: card is non-removable.
[ 0.621673] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 0.636050] dwmmc_rockchip ffc60000.dwmmc: IDMAC supports 32-bit address mode.
[ 0.636146] dwmmc_rockchip ffc60000.dwmmc: Using internal DMA controller.
[ 0.636190] dwmmc_rockchip ffc60000.dwmmc: Version ID is 270a
[ 0.636340] dwmmc_rockchip ffc60000.dwmmc: DW MMC controller at irq 59,32 bit host data width,256 deep fifo
[ 0.636649] dwmmc_rockchip ffc60000.dwmmc: Linked as a consumer to regulator.16
[ 0.650206] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 0.664794] dwmmc_rockchip ffc70000.dwmmc: IDMAC supports 32-bit address mode.
[ 0.664908] dwmmc_rockchip ffc70000.dwmmc: Using internal DMA controller.
[ 0.665140] dwmmc_rockchip ffc70000.dwmmc: Version ID is 270a
[ 0.665301] dwmmc_rockchip ffc70000.dwmmc: DW MMC controller at irq 60,32 bit host data width,256 deep fifo
[ 0.665693] dwmmc_rockchip ffc70000.dwmmc: allocated mmc-pwrseq
[ 0.665853] mmc_host mmc1: card is non-removable.
[ 0.672173] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 200000000Hz, actual 198000000HZ div = 0)
[ 0.672280] dwmmc_rockchip ffc50000.dwmmc: Successfully tuned phase to 90
[ 0.673445] mmc0: new HS200 MMC card at address 0001
[ 0.675855] mmcblk0: mmc0:0001 4FTE4R 3.64 GiB
[ 0.677048] mmcblk0boot0: mmc0:0001 4FTE4R partition 1 4.00 MiB
[ 0.678161] mmcblk0boot1: mmc0:0001 4FTE4R partition 2 4.00 MiB
[ 0.678285] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 0.678487] mmcblk0rpmb: mmc0:0001 4FTE4R partition 3 512 KiB, chardev (242:0)
[ 0.689669] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13
[ 0.693038] usbcore: registered new interface driver usbhid
[ 0.693090] usbhid: USB HID core driver
[ 0.695829] rockchip-saradc ff5e0000.saradc: Linked as a consumer to regulator.12
[ 0.697409] optee: probing for conduit method from DT.
[ 0.697468] optee: revision 3.13 (7b427573)
[ 0.700434] optee: initialized driver
[ 0.700515] rksfc_base v1.1 2016-01-08
[ 0.701196] rksfc ffc90000.sfc: rksfc_probe clk rate = 79200000
[ 0.701321] rkflash_dev_init enter
[ 0.701349] sfc nor id: 0 0 0
[ 0.701368] rkflash[1] is invalid
[ 0.701371] rkflash_dev_init enter
[ 0.701421] sfc_nand id: 0 0 0
[ 0.701441] rkflash[2] is invalid
[ 0.710110] rk817-codec rk817-codec: rk817_codec_parse_dt_property() Can not get child: codec
[ 0.710182] rk817-codec rk817-codec: rk817_platform_probe() parse device tree property error -19
[ 0.713291] NET: Registered protocol family 17
[ 0.713376] NET: Registered protocol family 15
[ 0.714053] Bluetooth: RFCOMM TTY layer initialized
[ 0.714113] Bluetooth: RFCOMM socket layer initialized
[ 0.714186] Bluetooth: RFCOMM ver 1.11
[ 0.714228] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 0.714264] Bluetooth: HIDP socket layer initialized
[ 0.714303] [BT_RFKILL]: Enter rfkill_rk_init
[ 0.714326] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 0.714858] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 0.715019] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6212a
[ 0.715064] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[ 0.715078] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[ 0.715166] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 8, flags = 0.
[ 0.715239] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 0.715257] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 0.715293] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 0.715890] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 48.
[ 0.716035] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 101.
[ 0.716085] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 102.
[ 0.716130] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 100.
[ 0.716165] [BT_RFKILL]: bluetooth_platdata_parse_dt: clk_get failed!!!.
[ 0.716251] [BT_RFKILL]: Request irq for bt wakeup host
[ 0.716436] [BT_RFKILL]: ** disable irq
[ 0.716686] [BT_RFKILL]: bt_default device registered.
[ 0.718121] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.718136] flash vendor_init_thread!
[ 0.718166] flash vendor storage:20170308 ret = -1
[ 0.718880] ov2740 1-0036: driver version: 00.01.01
[ 0.719184] ov2740 1-0036: Failed to get power-gpios
[ 0.719356] ov2740 1-0036: Failed to get pwdn-gpios
[ 0.719567] ov2740 1-0036: Linked as a consumer to regulator.15
[ 0.719696] ov2740 1-0036: Linked as a consumer to regulator.13
[ 0.719831] ov2740 1-0036: Linked as a consumer to regulator.14
[ 0.720409] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 0.720734] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
[ 0.723846] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 0.729341] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
[ 0.737998] mmc_host mmc2: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
[ 0.780367] ov2740 1-0036: Found cameraID 0x002740
[ 0.780523] rockchip-mipi-dphy-rx ff4b0000.csi-dphy: match m00_f_ov2740 1-0036:bus type 4
[ 0.781911] Registering SWP/SWPB emulation handler
[ 0.788203] Loading compiled-in X.509 certificates
[ 0.792143] rga2: Driver loaded successfully ver:3.2.56726
[ 0.792726] rga2: Module initialized.
[ 0.809850] vendor storage:20190527 ret = 0
[ 0.829803] phy phy-ff4c8000.usb2-phy.2: Linked as a consumer to regulator.18
[ 0.833830] mpp_rkvenc ffbb0000.rkvenc: probing start
[ 0.834873] mpp_rkvenc ffbb0000.rkvenc: Linked as a consumer to regulator.4
[ 0.835070] mpp_rkvenc ffbb0000.rkvenc: bin=0
[ 0.835144] mpp_rkvenc ffbb0000.rkvenc: leakage=1.625
[ 0.835260] mpp_rkvenc ffbb0000.rkvenc: Failed to get pvtm
[ 0.835314] mpp_rkvenc ffbb0000.rkvenc: bin-scale=37
[ 0.835795] mpp_rkvenc ffbb0000.rkvenc: avs=0
[ 0.836247] mpp_rkvenc ffbb0000.rkvenc: failed to find power_model node
[ 0.836294] mpp_rkvenc ffbb0000.rkvenc: failed to initialize power model
[ 0.836637] mpp_rkvenc ffbb0000.rkvenc: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 0.836691] mpp_rkvenc ffbb0000.rkvenc: failed to read out thermal zone (-22)
[ 0.837776] mpp_rkvenc ffbb0000.rkvenc: probing finish
[ 0.840298] rockchip-drm display-subsystem: devfreq is not set
[ 0.840862] rockchip-drm display-subsystem: bound ffb00000.vop (ops 0xb0a44600)
[ 0.841000] dw-mipi-dsi ffb30000.dsi: [drm:dw_mipi_dsi_bind] *ERROR* Failed to find panel or bridge: -517
[ 0.841057] rockchip-drm display-subsystem: failed to bind ffb30000.dsi (ops 0xb0a4ad34): -517
[ 0.841383] rockchip-drm display-subsystem: master bind failed: -517
[ 0.842211] panel-simple-dsi ffb30000.dsi.0: Linked as a consumer to regulator.12
[ 0.842276] panel-simple-dsi ffb30000.dsi.0: ffb30000.dsi.0 supply vsp not found, using dummy regulator
[ 0.842495] panel-simple-dsi ffb30000.dsi.0: Linked as a consumer to regulator.0
[ 0.842562] panel-simple-dsi ffb30000.dsi.0: ffb30000.dsi.0 supply vsn not found, using dummy regulator
[ 0.845965] ehci-platform ffe00000.usb: EHCI Host Controller
[ 0.846053] ehci-platform ffe00000.usb: new USB bus registered, assigned bus number 1
[ 0.846252] ehci-platform ffe00000.usb: irq 63, io mem 0xffe00000
[ 0.853053] ehci-platform ffe00000.usb: USB 2.0 started, EHCI 1.00
[ 0.853570] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.853637] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.853668] usb usb1: Product: EHCI Host Controller
[ 0.853710] usb usb1: Manufacturer: Linux 4.19.111 ehci_hcd
[ 0.853781] usb usb1: SerialNumber: ffe00000.usb
[ 0.855276] hub 1-0:1.0: USB hub found
[ 0.855414] hub 1-0:1.0: 1 port detected
[ 0.857544] ohci-platform ffe10000.usb: Generic Platform OHCI controller
[ 0.857658] ohci-platform ffe10000.usb: new USB bus registered, assigned bus number 2
[ 0.858080] ohci-platform ffe10000.usb: irq 64, io mem 0xffe10000
[ 0.914618] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 0.914680] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.914697] usb usb2: Product: Generic Platform OHCI controller
[ 0.914712] usb usb2: Manufacturer: Linux 4.19.111 ohci_hcd
[ 0.914726] usb usb2: SerialNumber: ffe10000.usb
[ 0.916815] hub 2-0:1.0: USB hub found
[ 0.916997] hub 2-0:1.0: 1 port detected
[ 0.920609] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 0.922365] rockchip-drm display-subsystem: devfreq is not set
[ 0.923171] rockchip-drm display-subsystem: bound ffb00000.vop (ops 0xb0a44600)
[ 0.923374] rockchip-drm display-subsystem: bound ffb30000.dsi (ops 0xb0a4ad34)
[ 0.923425] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.923447] [drm] No driver support for vblank timestamp query.
[ 0.935131] rockchip-drm display-subsystem: fb0: frame buffer device
[ 0.937629] mmc1: new high speed SDIO card at address 0001
[ 0.937967] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
[ 0.940182] dhd_module_init: in Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
[ 0.940247] ======== dhd_wlan_init_plat_data ========
[ 0.940256] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
[ 0.940343] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=106, oob_irq_flags=0x414
[ 0.940362] dhd_wlan_init_gpio: WL_REG_ON=-1
[ 0.940425] dhd_wifi_platform_load: Enter
[ 0.940444] Power-up adapter 'DHD generic adapter'
[ 0.941010] wifi_platform_set_power = 1
[ 0.941027] ======== PULL WL_REG_ON(-1) HIGH! ========
[ 0.941039] [WLAN_RFKILL]: rockchip_wifi_power: 1
[ 0.941051] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
[ 0.941084] input: gpio-keys as /devices/platform/gpio-keys/input/input3
[ 0.942095] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 0.944738] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 0.944836] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 0.944852] cfg80211: failed to load regulatory.db
[ 0.945311] rkisp rkisp-vir0: clear unready subdev num: 1
[ 0.945901] rkisp0: Async subdev notifier completed
[ 0.946030] ALSA device list:
[ 0.946047] #7: Loopback 1
[ 0.950582] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
[ 0.950668] VFS: Mounted root (ext4 filesystem) readonly on device 179:10.
[ 0.954905] devtmpfs: mounted
[ 0.955807] Freeing unused kernel memory: 1024K
[ 0.955959] Run /sbin/init as init process
[ 0.956878] dwmmc_rockchip ffc60000.dwmmc: Successfully tuned phase to 10
[ 0.956980] mmc2: new ultra high speed SDR104 SDHC card at address 0001
[ 0.958307] mmcblk2: mmc2:0001 SD32G 28.9 GiB
[ 0.959892] mmcblk2: p1
[ 1.008422] EXT4-fs (mmcblk0p10): re-mounted. Opts: (null)
1+0 records in
1+0 records out
32 bytes copied, 0.00139008 s, 23.0 kB/s
1+0 records in
1+0 records out
32 bytes copied, 0.000818417 s, 39.1 kB/s
Fri Jun 13 08:20:12 CST 2025
1+0 records in
1+0 records out
512 bytes copied, 0.00114013 s, 449 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
NAME=Buildroot
VERSION=2018.02-rc3-gbde6186c
ID=buildroot
VERSION_ID=2018.02-rc3
PRETTY_NAME="Buildroot 2018.02-rc3"
Starting logging: Jun 12 16:20:12 BL-P001 syslog.info syslogd started: BusyBox v1.27.2
OK
[ 1.181137] usb 1-1: new high-speed USB device number 2 using ehci-platform
Jun 12 16:20:12 BL-P001 user.notice kernel: klogd started: BusyBox v1.27.2 (2022-09-13 22:33:08 CST)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Booting Linux on physical CPU 0xf00
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] Linux version 4.19.111 (ci.slave@glock13) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05)) #1 SMP PREEMPT Tue Sep 13 22:29:57 CST 2022
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] CPU: div instructions available: patching division code
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] OF: fdt: Machine model: Bamboo Lab 3D Printer P001 v05 Board panel_a
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] earlycon: uart8250 at MMIO32 0xff570000 (options '')
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] bootconsole [uart8250] enabled
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Memory policy: Data cache writealloc
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Reserved memory: created CMA memory pool at 0x1f800000, size 8 MiB
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
1+0 records in
1+0 records out
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.000000] Normal zone: 0 pages reserved
32 bytes copied, 0.00105496 s, 30.3 kB/s
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 128440
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] Kernel command line: user_debug=31 storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal boot_reason=cold mp_state=production fuse.programmed=1 androidboot.sl
ot_suffix=_a root=PARTUUID=ec80b46b-
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] Memory: 459496K/517856K available (9216K kernel code, 432K rwdata, 2180K rodata, 1024K init, 304K bss, 25592K reserved, 32768K cma-reserved, 0K highmem)
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] Virtual kernel memory layout:
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] lowmem : 0xb0000000 - 0xd0000000 ( 512 MB)
1+0 records in
1+0 records out
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
512 bytes copied, 0.00176108 s, 291 kB/s
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.000000] random: random: get_random_bytes called from start_kernel+0x324/0x4a4 with crng_init=0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.000706] Switching to timer-based delay loop, resolution 41ns
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.002491] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.003387] pid_max: default: 4096 minimum: 301
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.004015] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.004596] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.005915] CPU: Testing write buffer coherency: ok
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.006763] /cpus/cpu@f00 missing clock-frequency property
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.007259] /cpus/cpu@f01 missing clock-frequency property
sign is -
hour is 08
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.010050] Setting up static identity map for 0x100000 - 0x100060
min is 00
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.012005] smp: Bringing up secondary CPUs ...
colon is :
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.015717] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.017359] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.017505] smp: Brought up 1 node, 4 CPUs
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.019427] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.019987] CPU: All CPU(s) started in SVC mode.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.021237] devtmpfs: initialized
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.048191] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.049578] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.050515] futex hash table entries: 16 (order: -2, 1024 bytes)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.051168] pinctrl core: initialized pinctrl subsystem
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.052883] NET: Registered protocol family 16
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.054134] DMA: preallocated 256 KiB pool for atomic coherent allocations
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.056205] register kpanic driver ok
check time zone success
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.062348] pstore: Registered ramoops as persistent store backend
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.062930] ramoops: attached 0x100000@0x8000000, ecc: 0/0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.066601] kpanic ffc50000.kpanic: using Device Tree
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.067074] kpanic ffc50000.kpanic: emmc base 0xd0948000
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.067584] kpanic ffc50000.kpanic: cru base 0xd081d000
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.068091] kernel panic handler initialized
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.068751] iotrace iotrace: using Device Tree
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.069251] iotrace iotrace: part_base[0]: 0xd098001c, offset[0]: 0x0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.069852] iotrace iotrace: part_base[1]: 0xd0a8000c, offset[1]: 0x0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.070447] iotrace iotrace: part_base[2]: 0xd0b7fffc, offset[2]: 0x0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.071039] iotrace iotrace: part_base[3]: 0xd0c7ffec, offset[3]: 0x0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.071612] iotrace iotrace: reserve start phy: 0x7c00000, size: 0x400000,
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.071612] iotrace buffer start vaddr: 0xd098001c, buffer end vaddr: 0xd0d7ffdc, buffer size 0x3fffc0, total cnt is 349520 ,part_cnt is 87380
insmod NPU modules: Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.098273] gpio gpiochip1: (gpio1): added GPIO chardev (254:1)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.098388] gpiochip_setup_dev: registered GPIOs 32 to 63 on device: gpiochip1 (gpio1)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.098594] gpio gpiochip2: (gpio2): added GPIO chardev (254:2)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.098717] gpiochip_setup_dev: registered GPIOs 64 to 95 on device: gpiochip2 (gpio2)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.098966] gpio gpiochip3: (gpio3): added GPIO chardev (254:3)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.099091] gpiochip_setup_dev: registered GPIOs 96 to 127 on device: gpiochip3 (gpio3)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.099297] gpio gpiochip4: (gpio4): added GPIO chardev (254:4)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.099418] gpiochip_setup_dev: registered GPIOs 128 to 129 on device: gpiochip4 (gpio4)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.118652] cryptd: max_cpu_qlen set to 1000
[ 1.249992Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.119956] fiq debu]gger fiq mode enabled
wifi_pJun 12 16:20:12 BL-P001 user.info kernel: [ 0.120750] clonsole [ttyFIQ0] enabled
atfoJun 12 16:20:12 BL-P001 user.rinfo kernel: [ 0.121449] bomotconsole [uart8250] disabled_
Jun 12 16:20:12 BL-P001 usebr.info kernel: [ 0.122114] Registered fiq debugger ttyFIQ0
usJun 12 16:20:12 BL-P001 user._debug kernel: [ 0.123729] of_get_named_gpiod_flags: can't parse 'gpio' property of neode '/vccsys[0]'
Jun 12 16:20n:12 BL-P001 user.debug kerneul: [ 0.124203] of_get_nammed_gpiod_flags: can't parse e'gpio' property of node '/vcrc-1v8[0]'
Jun 12 16:20:12 BaL-P001 user.err kernel: [ t 0.124441] vccio_sdio: reguleator get failed, ret=-517
dJun 12 16:20:12 BL-P001 user.deebug kernel: [ 0.124650] ofv_get_named_gpiod_flags: can't iparse 'gpio' property of node '/vdd_logic[0]'
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.124679] vdd_logic: supplied by vcc5v0_sys
Jun 12 16:20:12 BL-P001
[ user.info kernel: [ 0.12 5709] rk_iommu ffb00f00.iomm u: version = 1
Jun 12 16:20 :12 BL-P001 user.info kernel1: [ 0.126368] rk_iommu ffb60e00.iommu: version = 1
.250Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.127067] 0rk_iommu ffb80480.iommu: ver2sion = 1
Jun 12 16:20:12 BL7-P001 user.info kernel: [ ] 0.127508] rk_iommu ffb90800.iommu: version = 1
Jun 12 16 :20:12 BL-P001 user.info kernel: [ 0.127940] rk_iommu f=====fbb0f00.iommu: version = 1
===Jun 12 16:20:12 BL-P001 user. notice kernel: [ 0.128878C] SCSI subsystem initialized
ardJun 12 16:20:12 BL-P001 user.info k ernel: [ 0.129183] usbcorde: registered new interface driveer usbfs
Jun 12 16:20:12 BLte001 user.info kernel: [ 0.12928c7] usbcore: registered new intetrface driver hub
ion to detecJun 12 16:20:12 BL-P001 user.info kernel: [ 0.129403] usbcotre: registered new device driver usb
Jun 12 16:20:12 BL-P001 use r.info kernel: [ 0.129508] media: Linux media interfaceS: v0.10
DIO card! ========
[ Jun 12 16:20:12 BL-P001 user. info kernel: [ 0.129609] videodev: Linux video captu 1.2re interface: v2.00
50036] mmJun 12 16:20:12 BL-P001 user.info kernel: [ 0.129685] pps_ccore: LinuxPPS API ver. 1 registered
1:mmc host rescan start!
[ 1.256478] galcore: loading out-of-Jturne e1 2m o1d6u:l2e0 :t1a2i nts kernel.
[ B1.263501] gL-P001 user.info kernel: [ 0.129710] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 aRodolfo Giometti <giometti@linlux.it>
1ore: npu inJiutn.
2[ 1 6 : 20:12 BL-P001 user.info kernel: [ 1. 0.129755] PTP clock suppo2rt registered
64365] gaJlucno r12 16:20:12 BL-P001 user.infoe kernel: [ 0.131149] Advanc:ed Linux Sound Architecture Driver Initialized.
Jun 12 16: s20:12 BL-P001 user.info kernel: [ 0.131879] Bluetooth: Coret ver 2.22
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.131971a] NET: Registered protocol farmily 31
t npu probe.
0Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.132026] Bluetooth: HCI socket layer in]itializedection manager initialized
galcore ffbc0000.npu: LiJun 12 16:20:12 BL-P001 user.ninfo kernel: [ 0.132054] Bluketooth: L2CAP socket layer inietialized
n as a consumer to regulJun 12 16:20:12 BL-P001 autsoerr..4i
f[o k e1r.n2e6l4:7 2[8 ] 0.132114] Bluetooth: SCO soncket layer initialized
Jun 12 16:20:12p BL-P001 user.info kernel: [u 0.132741] rockchip-cpuinfo: cpuinfo: SoC : 11260000
platJun 12 16:20:12 BL-P001 user.finfo kernel: [ 0.132776] rockchip-cpuinfo cpuinfo: Seriaol : 218fd8dc7f66acdc
Jun 12r 16:20:12 BL-P001 user.info kmernel: [ 0.133943] clocks_ource: Switched to clocksourgece arch_sys_counter
Jun 12 t_16:20:12 BL-P001 user.info kiernel: [ 0.136691] NET: Registered protocol family 2
rq iJun 12 16:20:12 BL-P001 userr.info kernel: [ 0.137579]q tcp_listen_portaddr_hash has=h table entries: 512 (order: 60, 6144 bytes)
[ 0.137640] TCP establish.info kernel:
ed hash table entries: 4096 [(order: 2, 16384 bytes)
1.Jun 12 16:20:12 BL-P001 user.2info kernel: [ 0.137734] TCP bind hash table entries: 406496 (order: 3, 32768 bytes)
7Jun 12 16:20:12 BL-P001 user.i4nfo kernel: [ 0.137846] TC0P: Hash tables configured] npu (established 4096 bind 4096)
Jun 12 16:20:12 BL-P001 user.in:fo kernel: [ 0.138054] UDP hash table entries: 256 (order: 1, 8192 bytes)
platform_get_Jun 12 16:20:12 BL-P001 user.inrfo kernel: [ 0.138109] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
esource registeJun 12 16:20:12 BL-P001 user.rinfo kernel: [ 0.138327]Me NET: Registered protocol fmBamily 1
Jun 12 16:20:12 BL-aP001 user.info kernel: [ s0.140435] hw perfevents: enaebled with armv7_cortex_a7 PM =U driver, 5 counters available
Jun 12 16:20:12 BL-P001 usfer.notice kernel: [ 0.143f118] Initialise system trustbed keyrings
Jun 12 16:20:12c BL-P001 user.info kernel: [0 0.143408] workingset: timestamp_bits=29 max_order=17 bucket_order=0
Jun 12 16:20:12 BL-P001 user.info kernel: [0 0.151215] squashfs: version 4.0 (2009/01/31) Phillip L0ougher
Jun 12 16:20:12 BL-P0001 user.notice kernel: [ ,0.154075] Key type asymmetri c registered
Jun 12 16:20:12reBL-P001 user.notice kernel: [gi 0.154109] Asymmetric key parser 'x509' registered
sterJun 12 16:20:12 BL-P001 user.info kernel: [ 0.154182] BlMck layer SCSI generic (bsg) edriver version 0.4 loaded (mmajor 244)
OK
Jun 12 16:20:Si2 BL-P001 user.info kernel: [z 0.154211] io scheduler noeop registered
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.154233] io scheduler deadli= e registered
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.154411] io scheduler cfq registered (default)
4000
[ Jun 12 16:20:12 BL-P001 user.i nfo kernel: [ 0.154440] io scheduler mq-deadline registered
Jun 12 16:20:12 BL-P001 1user.info kernel: [ 0.154463] io scheduler kyber registe.red
Jun 12 16:20:12 BL-P001 u2ser.info kernel: [ 0.154617] io scheduler bfq registered
/usr/bin/modetest
Jun 12 16:20:12 BL-P001 user.debug ker6nel: [ 0.157783] of_get_named_gpiod_flags: parsed 'vup-g4pios' property of node '/usb27-phy@ff4c0000[0]' - status (0)
Jun 12 16:20:12 BL-P001 user5.debug kernel: [ 0.157813] gpio gpi]ochip0: Persistence not suppor ted for GPIO 17
Jun 12 16:2G0:12 BL-P001 user.warn kernel: l[ 0.158657] phy phy-ff4c0000.usb2-phy.1: Failed to get VBUS supply regulator
Jun 12 16:20:12 BL-P001 cuser.debug kernel: [ 0.1604o28] rockchip-usb2phy-naneng ff4c8000.usb2-phy: GPIO lookup for consumer vup
Jun 12 16:20:12r BL-P001 user.debug kernel: [e 0.160441] rockchip-usb2phy-naneng ff4c8000.usb2-phy: u sing device tree for GPIO lookup
Jun 12 16:20:12 BL-P001 user.debuvg kernel: [ 0.160467] of_gete_named_gpiod_flags: can't parse 'vup-gpios' property of node '/usb2r-phy@ff4c8000[0]'
Jun 12 16:20:12 BL-P00s1 user.debug kernel: [ 0.1i60488] of_get_named_gpiod_flags: can't parse 'vup-gpio' property of node '/usb2-phy@ff4c800 0[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.6.4160501] rockchip-usb2phy-naneng ff4c8000.usb2-phy: using l.6ookup tables for GPIO lookup.
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.160512] rockchip-usb2phy-naneng ff4c85000.usb2-phy: No GPIO consume.r vup found
Jun 12 16:20:12 B3L-P001 user.err kernel: [ 0.160596] rockchip-usb2phy-nan5eng ff4c8000.usb2-phy: failed1 to create phy
163265] pwm-backlight backlig.debug kernel: [ 0.18
ht: GPIO lookup for consumer enable
Jun 12 16:20:12 BL-P001[ user.debug kernel: [ 0.16 3278] pwm-backlight backlight: using device tree for GPIO l ookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.16 3318] of_get_named_gpiod_flags: parsed 'enable-gpios' property of node '/backlight[0]' - 1status (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.163345] gpio gpiochip1: Pe.rsistence not supported for 2GPIO 31
Jun 12 16:20:12 BL-6P001 user.debug kernel: [ 0.163351] no flags found for4 enable
Jun 12 16:20:12 BL-75P001 user.warn kernel: [ 8 0.163377] pwm-backlight backlight: backlight supply power not found, using dummy regu]lator
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.163508] pwm-backlight backlight: Linked as a consumer to re gulator.0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.163898] mpp_service mpp-srGv: 92c80ddf68f6 author: Yandaong Lin 2021-08-10 video: rockchip: mpp: workaround patchl for rv1126 iommu issue
core Jun 12 16:20:12 BL-P001 usero.info kernel: [ 0.163964]p mpp_service mpp-srv: probet start
Jun 12 16:20:12 BL-P0i01 user.info kernel: [ 0.o164960] iommu: Adding device ffb80000.rkvdec to group 2
Linked as a consumer to ffbrs.info kernel: [ 0.165020] mpp_rkvdec ffb80000.rkvdec::
80480.iommu
[ 1.264766] irqLineJun 12 16:20:12 BL-P001 user.info kernel: [ 0.165228] mpp_rkvdec ffb80000.rkvdec: p robing start
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.165 860] mpp_rkvdec ffb80000.rkvdec: shared_niu_a is not found!
Jun 12 16:20:12 BL-P001 user .err kernel: [ 0.165895] rkvde _init:1190: No niu aclk rese t resource define
= 62
Jun 12 16:20:12 BL-P001 user.err [ kernel: [ 0.165966] mpp_rkvdec ffb80000.rkvdec: shared_niu_h is not found!
1.264774] regJun 12 16:20:12 BL-P001 user.err istekernel: [ 0.165991] rkvdec_inirMt:1193: No niu hclk reset resource define
0mBase = 0xFFBJun 12 16:20:12 BL-P001 user.info kernel: [ 0.166352] mpp_rkvdec ffb8C0000.rkvdec: probing finish
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.167164]0 iommu: Adding device ffbb0000.rkvenc to group 4
00
[ 1.26478Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.167222] mpp_rkvenc ffbb0000.rkvenc: Linked as a2 consumer to ffbb0f00.iommu
] Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.167525] mpp_rkvenc ffbb0000.rkvenc:reg probing start
isterMemSize = 0x0Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.168163] mpp_rkvenc ffbb0000.rkvenc: venc regulator not ready, retry
0Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.168200] rkvenc_init:1202: failed to add v0enc devfreq
Jun 12 16:20:12 0BL-P001 user.info kernel: [ 40 0.169362] iommu: Adding device ffb90400.vdpu to group 3
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.169423] mpp_vdpu2 ffb90400.vdpu: Linked0 as a consumer to ffb90800.iommu
ser.info kernel: [ 0.1695
31] mpp_vdpu2 ffb90400.vdpu:[ probe device
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.170086] mpp_vdpu2 ffb90 400.vdpu: reset_group->rw_sem_on=0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.17 0134] mpp_vdpu2 ffb90400.vdpu1: reset_group->rw_sem_on=0
.2Jun 12 16:20:12 BL-P001 user.6info kernel: [ 0.170387] mp4p_vdpu2 ffb90400.vdpu: probi7ng finish
Jun 12 16:20:12 BL-P001 user.info kernel: [ 09.171039] iommu: Adding device1 ffb90000.vepu to group 3
] Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.171099] mpp_vepuc2 ffb90000.vepu: Linked as a consumer to ffb90800.iommu
ontJun 12 16:20:12 BL-P001 user.iinfo kernel: [ 0.171227] mgpp_vepu2 ffb90000.vepu: probuoe device
info kernel: [ 0.171716] m16:20:12 BL-P001 user.
pp_vepu2 ffb90000.vepu: reset[ _group->rw_sem_on=0
9 1.2647Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.171748] mpp_vepu2 ffb90000.v9epu: reset_group->rw_sem_on=0
Jun 12 16:20:12 BL-P001 user].info kernel: [ 0.172009] mpp_vepu2 ffb90000.vepu: probing finish
Jun 12 16:20:12 BL-P 001 user.info kernel: [ 0.1c72543] mpp_service mpp-srv: porobe success
Jun 12 16:20:12 BL-P001 user.info kernel: [ n 0.177905] dma-pl330 ff4e000t0.dma-controller: Loaded drivier for PL330 DMAC-241330
guousJun 12 16:20:12 BL-P001 user.info kernel: [ 0.178000] dma-pl330B ff4e0000.dma-controller: DBUaFF-128x8bytes Num_Chans-8 Num_sPeri-32 Num_Events-16
or probeJun 12 16:20:12 BL-P001 user.xnfo kernel: [ 0.180024] roc0kchip-system-monitor rockchip-system-monitor: system monit
Jun 12 16:20:12 BL-P001 user.
debug kernel: [ 0.180553] [of_get_named_gpiod_flags: pa rsed 'time_sync_gpio' proper ty of node '/time_sync[0]' - status (0)
1+0 records in
1 +0 records out
Jun 12 16:20: 12 BL-P001 user.info kernel: [ 0.186317] iommu: Adding 1device ffb00000.vop to group 0
3226 bytes copied, 0.00202971 s, 15.84 kB/sJun 12 16:20:12 BL-P001 user.info kernel: [ 0.192654] rock8chip-drm display-subsystem: devfr0eq is not set
6] externalJun 12 16:20:12 BL-P001 user.Sinfo kernel: [ 0.193170] roickchip-drm display-subsystemz: bound ffb00000.vop (ops 0xbea44600)
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.193236] dw-mipi-dsi ffb30000.dsi: [d rm:dw_mipi_dsi_bind] *ERROR* Failed to find panel or bridg e: -517
Jun 12 16:20:12 BL-P 001 user.err kernel: [ 0.19 3274] rockchip-drm display-sub=system: failed to bind ffb30000.dsi (ops 0xb0a4ad34): -517
Jun 12 16:20:12 BL-P001 user.i0nfo kernel: [ 0.193542] rockchip-drm display-subsystem: xmaster bind failed: -517
00000Jun 12 16:20:12 BL-P001 user.0info kernel: [ 0.199681] 0zram: Added device: zram0
0
[Jun 12 16:20:12 BL-P001 user.d bug kernel: [ 0.201644] mdio_bus fixed-0: GPIO lookup for c onsumer reset
Jun 12 16:20:12 B L-P001 user.debug kernel: [ 0.201655] mdio_bus fixed-0: u1sing lookup tables for GPIO loo.kup
264814] externalBase Jun 12 16:20:12 BL-P001 user.d=ebug kernel: [ 0.201665] mdio_bus fixed-0: No GPIO consumer reset found
0x0
[ 1.264821Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.201702] libph]y: Fixed MDIO Bus: probed
exclJun 12 16:20:12 BL-P001 user.eurr kernel: [ 0.204553] dwc3 ffd00000.dwc3: Failed to get clk 'sref': -2
_hcd: USB 2.0 'Enhanced' Host C6:20:12 BL-P001 user.i0nfo kernel: [ 0.210029] ehci
ontroller (EHCI) Driver
[ 1.2Jun 12 16:20:12 64B828L]- P 0 0e1 user.info kernel: [ 0.210069] ehci-platform: EHCI generic pxlatform driver
clusiveBase 1+0 records in
1+0 records out= 0
Jun 12 16:20:12 BL-P001 userx.notice kernel: [ 0.211914] [tlsc]0 tlsc6x_init: ++
pied, 0.00121042 s, 423 kB/s
[
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.221771] gpiochip_setup_dev: register ed GPIOs 511 to 511 on device: gpiochip5 (rk817-gpio)
1.26Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.221885] gpio gpiochip5: (rk817-gpio): cre4ted GPIO range 0->0 ==> rk835] 805-pinctrl PIN 0->0
bankSizJun 12 16:20:12 BL-P001 user.edebug kernel: [ 0.225145] rk808 0-0020: GPIO lookup f or consumer dvs
= 0x00Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.225157] rk808 0-0020: using device tree for 0PIO lookup
Jun 12 16:20:12 B0L-P001 user.debug kernel: [ 0 0.225189] of_get_named_gpiod0_flags: can't parse 'dvs-gpios0' property of node '/i2c@ff3f00000/pmic@20[0]'
2 BL-P001 user.debug kernel: [ 0.225212] of_get_named_gpiod_
flags: can't parse 'dvs-gpio' [property of node '/i2c@ff3f0000/pmic@20[0]'
Jun 12 1 6 : 2 01:12 BL-P001 user.debug kernel:. [ 0.225224] rk808 0-0020: 2using lookup tables for GPIO6 lookup
Jun 12 16:20:12 BL-P0401 user.debug kernel: [ 0.225234] rk808 0-0020: No GPIO consumer dvs found
843] fastCJun 12 16:20:12 BL-P001 user.ilnfo kernel: [ 0.225245] rk8e08-regulator rk808-regulator:a there is no dvs0 gpio
r Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.225286] rk 08 0-0020: GPIO lookup for co nsumer dvs
= -1
[ 1.264Jun 12 16:20:12 BL-P001 user.85debug kernel: [ 0.225294] 1rk808 0-0020: using device tr]ee for GPIO lookup
compresJun 12 16:20:12 BL-P001 user.sdebug kernel: [ 0.225317] of_get_named_gpiod_flags: can't parse 'dvs-gpios' property oif node '/i2c@ff3f0000/pmic@2o0[1]'
sign is -
un 12 16:2n0:12 BL-P001 user.debug kern el: [ 0.225337] of_get_named_gpiod_flags: can't parse 'dvs-gpio' property of node '/i2c@ff3f0000/pmic@20[1]'
hour is 08
min is 00
colo n is :
Jun 12 16:20:12 BL-P0=01 user.info kernel: [ 0.2 7915] DCDC_REG5: supplied by 1vcc5v0_sys
vcc_buck520:12 BL-P001 user.info kernel: [ 0.5228568] LDO_REG1: supplied by
Jun 12 16:20:12 BL-P0
01 user.info kernel: [ 0.229204] LDO_REG2: supplied by vcc _buck5
Jun 12 16:20:12 BL-P0 01 user.info kernel: [ 0.2 29702] LDO_REG3: supplied by cc_buck5
Jun 12 16:20:12 BL-P1001 user.info kernel: [ 0.230226] LDO_REG4: supplied by vcc_buck5
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.230730] LDO_REG5: supplied by vcc_buc2k5
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.2313761] LDO_REG6: supplied by vcc_b4uck5
Jun 12 16:20:12 BL-P0018 user.info kernel: [ 0.23602165] LDO_REG7: supplied by v]cc5v0_sys
s powerManagement =Jun 12 16:20:12 BL-P001 user. info kernel: [ 0.232761] LD1O_REG8: supplied by vcc5v0_sy
Jun 12 16:20:12 BL-P001 use
r.info kernel: [ 0.233403] [LDO_REG9: supplied by vcc5v0_sys
Jun 12 16:20:12 BL-P001 use r.info kernel: [ 0.234077] SWITCH_REG1: supplied by vcc5v 0_sys
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.234544] SWITCH_REG2: supplied by vcc3v3_sys
Jun 12 16:20:12 BL -P001 user.info kernel: [ 0.236805] input: rk805 pwrkey a.s /devices/platform/ff3f000026.i2c/i2c-0/0-0020/rk805-pwrk4y/input/input0
Jun 12 16:2806:12 BL-P001 user.info kernel: [ 0.239857] rk808-rtc rk808]-rtc: registered as rtc0
baseJun 12 16:20:12 BL-P001 user.info kernel: [ 0.240460] rk808-rtc rk808-rtc: setting Asystem clock to 2017-08-04 0dd9:00:02 UTC (1501837202)
chreck time zone success
Jun 1e2 16:20:12 BL-P001 user.err kesrnel: [ 0.243230] tlsc6x_ts 5-002e: tpd-firmware-update undefsined!
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.243256] tlsc6x_ts 5-002e: have-virtualkey undefined!
= 0x0000000Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.243279] [tls0c]tlsc6x_hw_init: Enter
[ Jun 12 16:20:12 BL-P001 user.n otice kernel: [ 0.243340] [1tlsc]tlsc6x_tpd_reset: Enter
.264876] Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.243362] [tlspc]tlsc6x_tpd_reset_force: Enterh
Jun 12 16:20:12 BL-P001 useyr.notice kernel: [ 0.32798s5] [tlsc]tlsc6x_tpd_reset: Enter
Jun 12 16:20:12 BL-P001 Siuser.notice kernel: [ 0.32z8015] [tlsc]tlsc6x_tpd_reset_forece: Enter
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.412982] [tlsc]tlsc6x_tp_de ct: Enter
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.467718] [tlsc] g_mccode is 0x1
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.467749] [tlsc]tlsx6x_3536get_run ning_cfg: Enter
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.467765] [tlsc]tlsx6 x_comb_get_running_cfg: Enter
Jun 12 16:20:12 BL-P001 user .notice kernel: [ 0.473978 ] [tlsc]tlsc6x_upgrade_romcfg=_array: Enter
Jun 12 16:20:12 BL-P001 user.notice kernel: 0[ 0.474009] [tlsc] g_tlsc6xx_cfg_ver is 0x80e224a
000000Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.474023] [tlsc]tlsc6x_tpcfg_ver_comp:0 Enter
.474038] [tlsc] Tlsc6x:auto update skip:no updated versio
n!
Populating /dev using ud[ev: Jun 12 16:20:12 BL-P001 u ser.info kernel: [ 0.56663 4] tlsc6x_ts 5-002e: Create p roc entry success!
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.569456] rkcifhw ffae00100.rkcif: no iommu attached,.2using non-iommu buffers
64884Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.569515] r]kcifhw ffae0000.rkcif: assigne d reserved memory node isp
Jun 12 16:20:12 BL-P001 user. info kernel: [ 0.569662] rrkcif rkcif_dvp: rkcif driver version: v00.01.0a
Jun 12 16:e20:12 BL-P001 user.info kernel: c[ 0.569764] rkcif rkcif_dvp: attach to cif hw node
overJun 12 16:20:12 BL-P001 user.yinfo kernel: [ 0.569786] rkcif rkcif_dvp: rkcif wait l ine 0
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.570993] OF: graph: no port node f ound in /rkcif_dvp
= 1
Jun 12 16:20:12 BL-P001 user.[warn kernel: [ 0.571018] rkcif_dvp: cif_subdev_notifier: no subdev be found!
Jun 12 16 :20:12 BL-P001 user.err kernel: [ 0.571034] rkcif_dvp: 1.264Failed to register subdev notifier(-19)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.572018] rkcif rkcif_dvp: detach8 to cif hw node
91] stuckDumpJun 12 16:20:12 BL-P001 user.inf o kernel: [ 0.574119] rkisp _hw ffb50000.rkisp: is_thunderboot : 0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.574160] rkisp_hw ffb50000.rkisp: Missing rockchip,grf property
Jun 12 16:20:12 BL-P001 user .info kernel: [ 0.574484] rkisp _hw ffb50000.rkisp: iommu is disabled, using non-iommu bu ffers
Jun 12 16:20:12 BL-P00 1 user.info kernel: [ 0.5=4534] rkisp_hw ffb50000.rkis p: assigned reserved memory 0node isp
-P001 user.info kernel: [ 0.574846] rkisp rkisp-vir0: r
kisp driver version: v01.06.[02
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.574995] rkisp rkisp-vir0: GPIO lo okup for consumer vsirq
1.Jun 12 16:20:12 BL-P001 user2.debug kernel: [ 0.575005] rkisp rkisp-vir0: using dev6ice tree for GPIO lookup
489Jun 12 16:20:12 BL-P001 user9.debug kernel: [ 0.575033] ]of_get_named_gpiod_flags: can't parse 'vsirq-gpios' property of node '/rkisp-vir0[0]'
PJun 12 16:20:12 BL-P001 userU .debug kernel: [ 0.575066] rkisp rkisp-vir0: using looskup tables for GPIO lookuprty of node '/rkisp-vir0[0]'
maJun 12 16:20:12 BL-P001 userl.debug kernel: [ 0.575077] rkisp rkisp-vir0: No GPIO lBaconsumer vsirq found
1ch Jun 12 16:20:12 BL-P001 user=.info kernel: [ 0.575135] rkisp rkisp-vir0: No memory-r egion-thunderboot specified
r.warn kernel: [ 0.575390] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subde
v was not initialized!
[ 1Jun 12 16:20:12 BL-P001 user..warn kernel: [ 0.575435]2 rkisp rkisp-vir0: Entity ty6pe for entity rkisp-csi-subdev was not initialized!
4907] Jun 12 16:20:12 BL-P001 user .warn kernel: [ 0.575467] rkisp rkisp-vir0: Entity tyape for entity rkisp-bridge-illspp was not initialized!
MapJun 12 16:20:12 BL-P001 user.info kernel: [ 0.579327]I iommu: Adding device ffb60000.rkispp to group 1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.579398] rkispp_hw ffb60000.rkispp: Linked as an consumer to ffb60e00.iommu
OJun 12 16:20:12 BL-P001 usern.info kernel: [ 0.579810] rkispp_hw ffb60000.rkispp: e max input:0x0@0fps
Jun 12 1 6:20:12 BL-P001 user.err ker nel: [ 0.579858] rkispp_ hw ffb60000.rkispp: can't re quest region for resource [m=em 0xffb60000-0xffb7ffff]
.info kernel: [ 0.580138]er
rkispp_hw ffb60000.rkispp: f[ailed to get cru reset
1Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.580421] rkispp .rkispp-vir0: rkispp driver version: v01.06.02
264914] enabJun 12 16:20:12 BL-P001 user.info lkernel: [ 0.583289] usbcoree: registered new interface dNNriver uvcvideo
= 0xJun 12 16:20:12 BL-P001 user.info kernel: [ 0.583322] USB Video Class driver (1.1.1)
ff
[ 1Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.58.326695] vccio_sdio: supplied by v4cc_1v8
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.5893880] rockchip-iodomain fe0205000.syscon:io-domains: Linked2 as a consumer to regulator.2
]Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.583964] roc kchip-iodomain fe020000.sysco n:io-domains: vccio1(1800000 uV) supplied by vccio_sdio
uJun 12 16:20:12 BL-P001 userseinfo kernel: [ 0.584096] rrockchip-iodomain fe020000.sCyscon:io-domains: Linked as a consumer to regulator.16
lustJun 12 16:20:12 BL-P001 user.einfo kernel: [ 0.584156] rockchip-iodomain fe020000.syscorn:io-domains: vccio2(3300000 MuV) supplied by vccio_sd
asksJun 12 16:20:12 BL-P001 user. nfo kernel: [ 0.584275] rockchip-iodomain fe020000.sysc =on:io-domains: Linked as a consumer to regulator.12
6 Jun 12 16:20:12 BL-P001 user. info kernel: [ 0.584328] r1ockchip-iodomain fe020000.sy.scon:io-domains: vccio3(18002000 uV) supplied by vcc_1v8
Jun 12 16:20:12 BL-P001 use4r.info kernel: [ 0.5844819] rockchip-iodomain fe0200005.syscon:io-domains: vccio4(1800000 uV) supplied by vcc_1v4
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.584620]] rockchip-iodomain fe020000 f.syscon:io-domains: Linked afs a consumer to regulator.7
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.584675] rockchip-iodomain fe020000.sy,scon:io-domains: vccio5(3300000 uV) supplied by vcc3v3_sy
Jun 12 16:20:12 BL-P001 u
[er.info kernel: [ 0.58484 3] rockchip-iodomain fe02000 0.syscon:io-domains: pmuio0(3300000 uV) supplied by vcc3v3_sys
1.2649Jun 12 16:20:12 BL-P001 user.inf6o kernel: [ 0.585029] rockchip-iodomain fe020000.syscon]:io-domains: pmuio1(3300000 uV) supplied by vcc3v3_sys
trimmed value = 2BL-P001 user,.info kernel: [ 0.587758] rock chip-thermal ff5f0000.tsadc: tsadc
[ 1.264971]Jun 12 16:20:12 BL-P001 user. info kernel: [ 0.588187] rfockchip-thermal ff5f0000.tsadc: tsadc is probed successfully!
Jun 12 16:20:12 BL-P001 user.i
nfo kernel: [ 0.588689] rockchip-thermal ff5f8000.tsadc: tsadc trimmed value = 2
[ 1.264Jun 12 16:20:12 BL-P001 user.in9fo kernel: [ 0.588993] rockchip-thermal ff5f8000.tsadc: tsad7c is probed successfully!
9] ffJun 12 16:20:12 BL-P001 user.wa,rn kernel: [ 0.589894] dw_wdt ff680000.watchdog: No valid TOPs array specified
[ 1.2649Jun 12 16:20:12 BL-P001 user.in87fo kernel: [ 0.590586] Blue]tooth: HCI UART driver ver 2.3
ff,
[ 1.264996] ffJun 12 16:20:12 BL-P001 user.inf,o kernel: [ 0.590619] Blueto oth: HCI UART protocol H4 registered
info kernel: [ 0.590970] cpu
cpu0: bin=0
[ 1.265011] ff,
Jun 12 16:20:12 BL-P001 user.inf[o kernel: [ 0.591033] cpu cpu0: leakage=1.875
1.265021]Jun 12 16:20:12 BL-P001 user. ffo kernel: [ 0.591174] cpfu cpu0: Linked as a consumer to re,gulator.5
[ 1.265031]
[ Jun 12 16:20:12 BL-P001 user.i nfo kernel: [ 0.602994] cpu cpu0 : temp=53300, pvtm=97082 (96874 + 208)
1.265046] irqs =
[ 1.265047] 62,
[ 1.265060] -1,
[ 1.265071] -1,
[ 1.265086] -1,
[ 1.265092] -1,
[ 1.265099] -1,
[ 1.265108] -1,
[ 1.265116] -1,
Jun 12 16:20:12 BL-P001 user.[ nfo kernel: [ 0.603113] cpu cpu0: pvtm-volt-sel=1
1.2651Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.603214] cpu cpu0: Dropping t2he link to regulator.5
9] -1,
[ 1.265140] -1,
[ 1.265Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.603287] cpu cp1u0: bin-scale=5
50] -1,
[ Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.603657] cpu cpu0: Linked as a consumer to regulator.5
1.265166]
[ 1.265178] registerBasJun 12 16:20:12 BL-P001 user.info kernel: [ 0.603744] cpu cpu0: Dropping the link to regulator.5
es =
[ 1.265Jun 12 16:20:12 BL-P001 user.inf1o kernel: [ 0.604025] cpu cpu800: Linked as a consumer to regulator.5
] 0xFFBC0000,
[ 1.265188] 0x00000000,
[ 1.265194] 0x00000000,
[ 1.265203] 0x00000000,
[ 1.265209] 0x00000000,
[ 1.265218] 0x00000000,
[ 1.265225] 0x00000000,
[ 1.265233] 0x00000000,
[ 1.26524Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.605307]1 cpu cpu0: avs=0
Jun 12 16:20:12 BL-P001 user.
debug kernel: [ 0.6[ 1.205703] energy_model: Created perf domain 0-3
yst=0 l_limit=0 h_limit=0 h_table=0BL-P001 user.info kernel: [ 0.605759] cpu cpu0: l=-2147483648 h=2147483647 h
[ 1.265262] 0x00000000,
[ Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.605809] cpu cpu01: failed to read out thermal zone (-22)
.265264]
[ 1.265266]Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.606704] cpu cpu0: failed to find power_m rodel node
Jun 12 16:20:12 BLe-P001 user.notice kernel: [ 0.606830] cpuidle: enable-method property 'psci' found operations
gisterSizesJun 12 16:20:12 BL-P001 user.notice kernel: [ 0.607112] cpuidle: enable-method property 'psci ' found operations
=
[ 1.265267] 0x00004000,
[ 1.265269] 0x00000000,
[ 1.265277] 0x00000000,
[ 1.265311] 0x00000000,
[ 1.265320] 0x00000000,
[ 1.265327] 0x00000000,
[ 1.265336] 0x00000000,
[ 1.265344Jun 12 16:20:12 BL-P001 user.n]otice kernel: [ 0.607188] cpuidle: enable-method property 'psc i' found operations
0x00000000,
[ Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.607259] cpuidle: enable-method property 'psci' found operations
1.265359] 0x0000000un 12 16:20:12 BL-P001 user.de0bug kernel: [ 0.607601] pwr,seq_simple sdio-pwrseq: GPIO lookup for consumer reset
[ 1.265Jun 12 16:20:12 BL-P001 user.37debug kernel: [ 0.607606] pwrseq_simple sdio-pwrseq: using device tree for GPIO lookup
0] 0x0Jun 12 16:20:12 BL-P001 user.0debug kernel: [ 0.607628] o0f_get_named_gpiod_flags: parsed 'reset-gpios' property of n0ode '/sdio-pwrseq[0]' - statu0s (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.6070645] gpio gpiochip2: Persistence not supported for GPIO 5
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.607875] Syn,opsys Designware Multimedia Card Interface Driver
[ 1.26537Jun 12 16:20:12 BL-P001 user.8info kernel: [ 0.608361] d]wmmc_rockchip ffc50000.dwmmc: IDMAC supports 32-bit addres0s mode.
Jun 12 16:20:12 BL-Px001 user.info kernel: [ 0.608391] dwmmc_rockchip ffc500000.dwmmc: Using internal DMA c0ontroller.
270a2 1060:02000:12 BL-P001 user.info kernel: [, 0.608405] dwmmc_rockchip fc50000.dwmmc: Version ID is
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.6084
58] dwmmc_rockchip ffc50000.dwmmc: DW MMC controller at irq 58,32 bit host data width,25[ 6 deep fifo
1.265387]
[ Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.608509] dwmmc_rockchip ffc50000.dwmmc: GPIO lookup for consumer wp
1Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.608513] d.wmmc_rockchip ffc50000.dwmmc: using device tree for GPIO lo26okup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.6085525] of_get_named_gpiod_flags: can't parse 'wp-gpios' propert4y of node '/dwmmc@ffc50000[0]0'
Jun 12 16:20:12 BL-P001 user.debug ke0rnel: [ 0.608533] of_get_named_gpiod_flags: can't parse 'wp-gpio' ]property of node '/dwmmc@ffc5 0000[0]'
Jun 12 16:20:12 BL-P001 user. debug kernel: [ 0.608540] dwmmc_rockchip ffc50000.dwmmc: using lookup tables for GPIO chipookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.608544] dIDmmc_rockchip ffc50000.dwmmc: sNo GPIO consumer wp found
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.608570] mmc_host mmc 0: card is non-removable.
=
Jun 12 16:20:12 BL-P001 user.[info kernel: [ 0.621673] mmc_host mm c0: Bus speed (slot 0) = 4000 00Hz (slot req 400000Hz, actual 40 0000HZ div = 0)
Jun 12 16:20 :12 BL-P001 user.info kernel: [ 01.636050] dwmmc_rockchip ffc60000.dwmmc: IDMAC supports 32-bit address mode.
.265402] 0xFFFFFFFFJun 12 16:20:12 BL-P001 user.info kernel: [ 0.636146] dwmmc_rockc,hip ffc60000.dwmmc: Using internal DMA c ontroller.
0.636190] dwmmc_rockchip ffnfo kernel: [
c60000.dwmmc: Version ID is [ 270a
Jun 12 16:20:12 BL-P00 1 user.info kernel: [ 0.636 340] dwmmc_rockchip ffc60000 .dwmmc: DW MMC controller at i.rq 59,32 bit host data width26,256 deep fifo
5416] 0xFFFFFFFJun 12 16:20:12 BL-P001 user.info kernel: [ 0.636649] dwmmc_rockchip ffc60000.dwmmc: LF,inked as a consumer to regula tor.16
01 user.debug kernel: [ 0.636767] dwmmc_rockchip ffc6000
0.dwmmc: GPIO lookup for consu[mer cd
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.6 36782] dwmmc_rockchip ffc60000 .dwmmc: using device tree for GPIO lookup
Jun 12 16:20:12 BL- P001 user.debug kernel: [ 10.636828] of_get_named_gpiod_flags: can't parse 'cd-gpios' .property of node '/dwmmc@ffc2660000[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.636861] of_get_named_gpiod_flags: can't parse 'cd-gpio' pr5operty of node '/dwmmc@ffc60000[0]'
Jun 12 16:20:12 BL-P00421 user.debug kernel: [ 0.6636884] dwmmc_rockchip ffc60000.dwmmc: using lookup tables for GPIO lookup
Jun 12 16:20:] 12 BL-P001 user.debug kernel:0 [ 0.636902] dwmmc_rockchxFip ffc60000.dwmmc: No GPIO consFFFumer cd found
Jun 12 16:20:12 BL-P001 user.debug kernel: [F 0.637005] dwmmc_rockchip fFfc60000.dwmmc: GPIO lookup fFFor consumer wp
,
[ 1.265Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.637023] dwmmc_rockchip ffc60000.dwmmc: using device tree for GPIO lo43okup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.637065] of_get_named_gpiod_flags: can't parse 'wp-gpios' property of node '/dwmmc@ffc60000[0]9'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.637095]] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of 0node '/dwmmc@ffc60000[0]'
xFFJun 12 16:20:12 BL-P001 user.Fdebug kernel: [ 0.637114] dwmmc_rockchip ffc60000.dwmmc: usFng lookup tables for GPIO lookFup
Jun 12 16:20:12 BL-P001 uFser.debug kernel: [ 0.637128] dwmmc_rockchip ffc60000.dwFmmc: No GPIO consumer wp found
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.650206] Fmmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 4000,00Hz, actual 400000HZ div = 0)
er.info kernel: [ 0.664794] dwmmc_rockchip ffc70000.dwmmc: ID
[MAC supports 32-bit address m ode.
Jun 12 16:20:12 BL-P001 us er.info kernel: [ 0.664908] d wmmc_rockchip ffc70000.dwmmc: Using internal DMA controller.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.665140] dw1mmc_rockchip ffc70000.dwmmc: Ve2rsion ID is 270a
bit host data width,256 deep f BL-P001 user.info kernel: [ 0.665301] dwmFmc_rockchip ffc70000.dwmmc: DW MMC controller at irq 60,32F,
ifo
Jun 12 16:20:12 BL-P001 u[ ser.debug kernel: [ 0.66546 6] dwmmc_rockchip ffc70000.dwmmc: GPIO lookup for consumer wp
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.665482] dw mmc_rockchip ffc70000.dwmmc: 1using device tree for GPIO lookup
Jun 12 16:20:12 BL-P001.user.debug kernel: [ 0.6655227] of_get_named_gpiod_flags: 6can't parse 'wp-gpios' prope5rty of node '/dwmmc@ffc70000[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.665564] of_get_named_gpiod_flags: can't parse 'wp-gpio' property of node '/dwmmc@ffc70000[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.665588] dwmmc_rockchip ffc70000.dw453mmc: using lookup tables for] GPIO lookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.665604] dwmmc_rockchip ffc70000.dwmmc: No GPIO consuxmer wp found
Jun 12 16:20:12F BL-P001 user.info kernel: [ F 0.665693] dwmmc_rockchip ffFc70000.dwmmc: allocated mmc-pwrseqF
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.665F853] mmc_host mmc1: card is noFn-removable.
F,
[ 1.265462] 0xJun 12 16:20:12 BL-P001 user.info kernel: [ 0.672173] mmc_host mmc0: Bus speed (sFlot 0) = 198000000Hz (slot req 200000000Hz, actual 198000000HZ div = 0)
FFFFFFF,
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.672280] dwmmc_roc[kchip ffc50000.dwmmc: Successfully tuned phase to 90
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.673445] mmc0: new HS200 MMC card at address 0001
Jun 12 16:20:12 BL-P001 user.in1fo kernel: [ 0.675855] mmcblk0: mmc0:000.1 4FTE4R 3.64 GiB
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.677048] mmc2blk0boot0: mmc0:0001 4FTE4R partition 1 4.00 MiB
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.678161] mmcblk0bo6ot1: mmc0:0001 4FTE4R partition 2 4.00 MiB
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.6782855 mmc_host mmc1: Bus speed (slot 04) = 400000Hz (slot req 400000H7z, actual 400000HZ div = 0)
2Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.678487] ]mmcblk0rpmb: mmc0:0001 4FTE4R partition 3 512 KiB, chardev (242:0)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.689669] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13
Jun 12 16:20:12 BL-P0001 user.debug kernel: [ 0.x691715] of_get_named_gpiod_flFags: parsed 'gpios' property of node '/gpio-leds/work_led[0]' - status (0)
JFFFFFF,
u[n 12 16:20:12 BL-P001 user.debug kernel: [ 0.691748] gpio g piochip2: Persistence not supported for GPIO 31
1.265485] 0Jun 12 16:20:12 BL-P001 user.xdebug kernel: [ 0.691752] no flags found for gpios
JuFnF F1F2F16:20:12 BL-P001 user.debug kFernel: [ 0.692106] of_get_nFamed_gpiod_flags: parsed 'gpFios' property of node '/gpio-leds/sys_led[0]' - status (0),
gpio gpiochip2: Persistence not supported for GPIO 28138]
Jun 12 16:20:12 BL-P001 user.d[ebug kernel: [ 0. 1.265495692143] no flags found for gpios
2J u0nx F1F2F F1F6F:F2F0,: 1
[ B 1.L2-6P5050011user.info kernel: [ 0.693038]] usbcore: registered new inte rface driver usbhid
0xFFFFFFFF,
[ Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.693090] usbh id: USB HID core driver
Jun 12 16:20:12 BL-P001 user.info kernel: [ 01.695829] rockchip-saradc ff5e0000.saradc: Linked as a consu.mer to regulator.12
Jun 12 16:20:12 BL-P001 user.info kernel: 2[ 0.697409] optee: probing for conduit method from DT.
Jun 12 16:20:12 BL-P001 user.info kern6el: [ 0.697468] optee: revision 3.13 (7b427573)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.700434] optee: initialized5 driver
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.700515] rksfc_base v1.1 2016-01-508
Jun 12 16:20:12 BL-P001 user.in0fo kernel: [ 0.701196] rksfc ffc90000.sfc: rksfc_probe clk 6rate = 79200000
Jun 12 16:20:]12 BL-P001 user.err kernel: [ 0.701321] rkflash_dev_init enter
Jun 12 16:20:12 BL-P0
01 user.warn kernel: [ 0.7[01349] sfc nor id: 0 0 0
1Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.701368] rkflash[1] is invalid
.265526] Jun 12 16:20:12 BL-P001 user. cerr kernel: [ 0.701371] rkflash_dev_init enter
ore 0 internalJun 12 16:20:12 BL-P001 user. warn kernel: [ 0.701421] sfc_nand id: 0 0 0
Jun 12 16:20:12 BL-P001 usser.err kernel: [ 0.701441] rkflash[2] is invalid
RAMBasesJun 12 16:20:12 BL-P001 user.e rr kernel: [ 0.710110] rk81=7-codec rk817-codec: rk817_cod ec_parse_dt_property() Can not get child: codec
7-codec rk817-codec: rk817_platform_probe() parse device tree
property error -19
Jun 12 16:2[0:12 BL-P001 user.info kernel: [ 0.713291] NET: Registered protocol family 17
1.2655Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.713376] NET: Registered protocol family 15
Jun 12 16:20:12 BL-P001 user.info kernel: [ 2 0.714053] Bluetooth: RFCOMM TTY layer initialized
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.7814113] Bluetooth: RFCOMM socket layer initialized
] 0xFFFFFFFJun 12 16:20:12 BL-P001 user.info kernel: [ 0.714186] BluFetooth: RFCOMM ver 1.11
FFFFFFJun 12 16:20:12 BL-P001 user.FFinfo kernel: [ 0.714228] Bluetooth: HIDP (Human Interfa, e Emulation) ver 1.2
714264] Bluetooth: HIDP socketnfo kernel: [ 0.
layer initialized
Jun 12 16[:20:12 BL-P001 user.info kern el: [ 0.714303] [BT_RFKILL ]: Enter rfkill_rk_init
Jun 12 16:2 0:12 BL-P001 user.info kernel: [ 0.714326] [WLAN_RFKILL]: Enter rfkill_wlan_init
1.265Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.7148558] [WLAN_RFKILL]: Enter rfkil3l_wlan_probe
Jun 12 16:20:127 BL-P001 user.info kernel: [ ] 0.715019] [WLAN_RFKILL]: wl an_platdata_parse_dt: wifi_chip_type = ap6212a
0xFFFFFFFFFFFJun 12 16:20:12 BL-P001 user.info kernel: [ 0.715064] [WFAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.F
Jun 12 16:20:12 BL-P001 useFr.info kernel: [ 0.715078]F [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
0.715111] of_get_named_ger.debug kernel: [
[piod_flags: can't parse 'WIFI,poweren_gpio' property of node '/wireless-wlan[0]'
Jun 12 16:2 0:12 BL-P001 user.debug kerne l: [ 0.715128] of_get_named _gpiod_flags: can't parse 'WIFI,vbat_gpio' property of node '/wireless-wlan[0]'
get_named_gpiod_flags: can't parse 'WIFI,reset_gpio' property of node '/wireless-wlan[0]'
Jun 12 16:20:12
BL-P001 user.debug kernel: [ 0.715161] of_get_named_gpiod_flags: parsed 'WIFI,host_wake_ir[q' property of node '/wireless-wlan[0]' - status (0)
1.26Jun 12 16:20:12 BL-P001 user.5info kernel: [ 0.715166] [5WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq56 = 8, flags = 0.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.715239] [WLAN_RFKILL]: r]fkill_wlan_probe: init gpio
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.715257] [WLAN_RFKILL]: Exit rfkill_wlan_probe
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.715293] mmc1: queuing unknowcn CIS tuple 0x80 (2 bytes)
orJun 12 16:20:12 BL-P001 user.debug kernel: [ 0.715880] of_get_named_gpiod_flags: parsed 'uart_rts_gpios' property of node '/wireless-bluetooth[0]' - status (0)
e 1 inteJun 12 16:20:12 BL-P001 user.irnfo kernel: [ 0.715890] [BT_RFKILL]: bluetooth_platdata_parsne_dt: get property: uart_rts_gapios = 48.
l sRAMBases =
[ 1Jun 12 16:20:12 BL-P001 user..debug kernel: [ 0.716002] of_get_named_gpiod_flags: can't parse 'BT,power_gpio' property of node '/wireless-bluetooth[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.716029] of_get_named_gpiod_flags: parsed 'BT,reset_gpio' property of node '/wireless-bluetooth[0]' - status (0)
265558] 0xFFFFFFFFFFFFFFFF,
[ 1.265565] 0xFFFFFFFFFFFFFFFF,
[ 1.265573]
[ 1.265584] core 2 internal sRAMBases =
[ 1.265585] Jun 12 16:20:12 BL-P001 user.i0nfo kernel: [ 0.716035] [BT_RFKILL]: bluetooth_platdata_paxrse_dt: get property: BT,reseFt_gpio = 101.
FFFFFFFFFFFFFFF,
[ 1.265593] 0xFFFFFFFFFFFFJun 12 16:20:12 BL-P001 user.debug kernel: [ 0.716079] of_get_named_gpiod_flags: parsed 'BT,wake_gpio' property of Fnode '/wireless-bluetooth[0]' F- status (0)
FF,
[ 1.265600]
[ 1.265611] core 3 internal sRAMBases =
[ 1.265612] 0xFFFFFFFFFFFFFFFF,
[ 1.265620] 0xFFFFFFFFFFFFFFFF,
[ 1.265628]
[ 1.265640] core 4 internal sRAMBases =
[ 1.265641] 0xFFFFFFFFFFFFFFFF,
[ 1.265649] 0xFFFFFFFFFFFFFFFF,
[ 1.265656]
[ 1.265667] core 5 internal sRAMBases =
[ 1.265668] 0xFFFFFFFFFFFFFFFF,
[ 1.265676] 0xFFFFFFFFFFFFFFFF,
P 1.2Jun 12 16:20:12 656B83]L -
0[0 1 user.info kernel: [ 0.7 16085] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 102.
1.265695] Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.716124] of_get_named_gpiod_flags: parsed 'BT,wake_hostc_irq' property of node '/wirelesos-bluetooth[0]' - status (0)
re 6 Jun 12 16:20:12 BL-P001 user.inifo kernel: [ 0.716130] [BT_nRFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 100.
ternal sRAMBases =
[ 1.265696] 0xFFFFFFFFFFFFFFFF,
[ 1.265704] 0xJun 12 16:20:12 BL-P001 user.info kernel: [ FF 0.716165] [BT_RFKILL]: bluetootFh_platdata_parse_dt: clk_get fFailed!!!.
FFFFFFFFFFFF,
[ 1Jun 12 16:20:12 BL-P001 user.info. kernel: [ 0.716251] [BT_RFK2ILL]: Request irq for bt wakeup host
6571Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.716436] [BT_RFKILL]: ** disable irq
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.716686] [BT_RFKILL]: bt_default device registered.
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.718121] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
0un 112 16]: 2
:12 BL-P001 user.info kernel: [[ 0.718136] flash vendor_init thread!
1.265722] core 7 inJun 12 16:20:12 BL-P001 userte.info kernel: [ 0.718166]r flash vendor storage:20170308 ret = -1
Jun 12 16:20:12 BL-nP001 user.info kernel: [ 0.718880] ov2740 1-0036: driver version: 00.01al.01
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719122] ov2740 1-0036: GPIO lookup for consumer power
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719130] ov2740 1-0036: using device tree for GPIO lookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719166] of_get_named_gpiod_flags: parsed 'power-gpios' property of node '/i2c@ff510000/ov2740@36[0]' - status (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719176] gpio-102 (bt_default_wake): gpiod_request: status -16
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.719184] ov2740 1-0s036: Failed to get power-gpios
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719230] ov2740 1-0036: GPIO lookup for consumer reset
RAMBaseJun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719234] ov27s40 1-0036: using device tree for GPIO lookup
=
[ 1.265724]Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719260] of_get _named_gpiod_flags: parsed 'reset-gpios' property of node '/i2c0@ff510000/ov2740@36[0]' - status (0)
xFFFFFFFFFFFFFFFF,
[ 1.265732] 0xFFFFFFFFFFFFFFFF,
[ 1.265741]
[ 1.265752] core 8 internal sRAMBases =
[ 1.265753] 0xFFFFFFFFFFFFFFFF,
[ 1.265761] 0xFFFFFFFFFFFFFFFF,
[ 1.265768]
[ 1.265781] core 9 internal sRAMBases =
[ 1.265783] 0xFFFFFFFFFFFFFFFF,
[ 1.265791] 0xFFFFFFFFFFFFFFFF,
[ 1.265798]
[ 1.265812] core 10 internal sRAMBases =
[ 1.265813] 0xFFFFFFFFFFFFFFFF,
[ 1.265821] 0xFFFFFFFFFFFFFFFF,
[ 1.2658Jun 12 16:20:12 BL-P001 user.de29bug kernel: [ 0.719284] gpi]o gpiochip1: Persistence not sup ported for GPIO 28
[ 1.265843] External sRAMBases =
[ 1.265844] 0xffffffffffffffff,
[ 1.265852] 0xffffffffffffffff,
[ 1.265859]
[ 1.265873] mmuPageTablePool = 1
[ 1.265881] mmuDynamicMap = 1
[ 1.265889] isrPoll = 0x00000000
[ 1.265896] Build options:
[ 1.265904] gcdGPU_TIMEOUT = 20Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719308] ov2740 1-0036: GPIO lookup for consumer pwdn
Jun 12 16:20:12 BL-P001 user.de0bu0g0
[k rnel: [ 0.719313] ov2740 1-00 36: using device tree for GPIO lookup
1.265912] gcdGPU_Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719341] of_get_named_gpiod_flags: parsed 'pwdn-gpios' pr2operty of node '/i2c@ff510000/ov2740@36[0]' - status (0)
D_TIMEOJun 12 16:20:12 BL-P001 user.dUebug kernel: [ 0.719349] gpio-60 (reset): gpiod_request: staTtus -16
= 4000
[ 1.J2u6n5 912 16:20:12 BL-P001 user.warn 6kernel: [ 0.719356] ov2740 1-0036: Failed to get pwdn-gpios
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719386] ov2740 1-0036: GPIO lookup for c1]onsumer vsync
gcdINTERRUPT_STATISJun 12 16:20:12 BL-P001 user.dTebug kernel: [ 0.719390] ov2740 1-0036: using device tree fIor GPIO lookup
C = 1
[ 1.266111] bcmsdh_register: register client driver
[ 1.266336] bcmsdh_sJun 12 16:20:12 BL-P001 user.dedbug kernel: [ 0.719409] of_get_named_gpiod_flags: parsed 'vsync-gpios' property of node '/i2c@ff510000/ov2740@36[0]' - status m(0)
mc_probe: Enter num=1
[ 1.267361] bcmsdh_sdmmc_probe: Enter num=2
[ 1.267581] bus num (host iJun 12 16:20:12 BL-P001 user.debug kernel: [ 0.719424] gpio gpiochip1: Persistence not suppordxted for GPIO 29
)=1, slot num (rJun 12 16:20:12 BL-P001 user.infco kernel: [ 0.719567] ov2740 1-0a)036: Linked as a consumer to regula=tor.15
1
[ 1.267647] found aJun 12 16:20:12 BL-P001 user.indfo kernel: [ 0.719696] ov27a40 1-0036: Linked as a consumerpt to regulator.13
er info 'DHD geJun 12 16:20:12 BL-P001 user.info kernel: [ 0.719831] ov2740 1-0ner036: Linked as a consumer to regulator.14
ic adapter'
[ 1.267Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.720409] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.720734] clk_mipicsi_out2io9_fracdiv p_rate(297000000)5] sdis low than rate(24000000)*20, iuse integer or half-div
oh_attJun 12 16:20:12 BL-P001 user.warn kernel: [ 0.723846] mmc1a: queuing unknown CIS tuple 0x8c0 (7 bytes)
h: set sd_f2_blocksiJun 12 16:20:12 BL-P001 user.warn kernel: [ 0.729341] mmc1: queuing unknown CIS tuple 0zx81 (9 bytes)
e 256
[ 1.268Jun 12 16:20:12 BL-P001 user.i1nfo kernel: [ 0.737998] mmc_host mmc2: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
69] sdioh_attach: sd clock rate = 0
[ 1.268377] dhdsdio_probe : no mutex held. set lock
[ 1.268477] F1 signature read @0x18000000=0x1541a9a6
[ 1.268679] Galcore Info: ContiguousBase=0x1f856000 ContiguousSize=0x400000
[ 1.271795] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
[ 1.272969] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[ 1.273117] [dhd] dhd_conf_set_chiprev : chip=0xa9a6, chiprev=1
[ 1.273292] [dhd] CFG80211-ERROR) wl_setup_wiJun 12 16:20:12 BL-P001 user.info kernel: [ 0.780367] ov274p0 1-0036: Found cameraID 0x002740
hy : RegisteJruin n1g2 V1e6n:d2o0r:12 BL-P001 user.info kernel: 8[ 0.780523] rockchip-mipi-d0phy-rx ff4b0000.csi-dphy: match m00_f_ov2740 1-0036:bus type 4
211
[ 1.Jun 12 16:20:12 BL-P001 user.n2otice kernel: [ 0.781911] R7egistering SWP/SWPB emulation handler
3596] [dhd]J uCnF G182016:20:12 BL-P001 user.notice 2kernel: [ 0.788203] Loading 1compiled-in X.509 certificates
1-ERROR) wJun 12 16:20:12 BL-P001 user.ilnfo kernel: [ 0.792143] rg_a2: Driver loaded successfully ver:3.2.56726
setup_wiphy : SAE support
un 12 16:20:12 BL-P001 user.info kerne[l: [ 0.792726] rga2: Module initialized.
Jun 12 16:20:12 BL-P001 user.info ker nel: [ 0.809850] vendor storage:20190527 ret = 0
1.273773] [dhd]Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.829669] rockchip-usb2phy-naneng ff4c8000.usb2-phy: GPIO lCookup for consumer vup
FG80211-EJun 12 16:20:12 BL-P001 user.debuRg kernel: [ 0.829677] rockchRip-usb2phy-naneng ff4c8000.usbO2-phy: using device treeR) wl_ for GPIO lookup
init_prof : wlJun 12 16:20:12 BL-P001 user_.debug kernel: [ 0.829693]i of_get_named_gpiod_flags: can't parsen 'vup-gpios' property of nodite '/usb2-phy@ff4c8000[0]'
_pJun 12 16:20:12 BL-P001 user.rdobug kernel: [ 0.829702] of_get_named_gpiod_flags: can't pfarse 'vup-gpio' property of no:de '/usb2-phy@ff4c8000[0]'
NJun 12 16:20:12 BL-P001 user.oebug kernel: [ 0.829707] rockchip-usb2phy-naneng ff4c8000.usb2-phy: using lookup tables for GPIO lookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.829712] rockchip-usb2phy-naneng ff4c8000.usb2-phy: No GPIO consumer vup found
profJun 12 16:20:12 BL-P001 user.iinfo kernel: [ 0.829803] phy plhy-ff4c8000.usb2-phy.2: Linked as a consumer to regulator.18
eJun 12 16:20:12 BL-P001 user.info kernel: [ 0.833830] mpp_rkvenc ffbb0000.rkvenc: probing start
Jun 12 16:20:12
[ 1.273986] Galcore Info:BL-P001 user.info kernel: [ 0.834873] mpp_rkvenc ffbb0000.rkvenc: Linked as a conMsumer to regulator.4
MU mapped corJun 12 16:20:12 BL-P001 user.info kernel: [ 0.835070] mpp_rkvenc ffbb0000.rkvenc: bin=0
e 0 SJun 12 16:20:12 BL-P001 user.info kernel: [ 0.835144] mpp_rAkvenc ffbb0000.rkvenc: leakage=1.625
Jun 12 16:20:12 BL-P001 user.err kernel: [ M 0.835260] mpp_rkvenc ffbb0000.rkvenc: Failed to get pvtm
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.835314[] mpp_rkvenc ffbb0000.rkvenc: bin-scale=37
Jun 12 16:20:12 BL-P001 use0r.info kernel: [ 0.835795] mpp_rkvenc ffbb0000.rkvenc: avs=0
] hardware virtuaJun 12 16:20:12 BL-P001 user.elrr kernel: [ 0.836247] mpp _rkvenc ffbb0000.rkvenc: failed to find power_model node
aJudnd r1e2s s1=60:x2400:01020 0 sBL-P001 user.err kernel: [ 0.8362i94] mpp_rkvenc ffbb0000.rkvenzc: failed to initialize power model
e=0x40000
[ J u n 11.2 16:20:12 BL-P001 user.info kernel: [ 0.836637] mpp_rkv2enc ffbb0000.rkvenc: l=-21474873648 h=2147483647 hyst=0 l_limi4t=0 h_limit=0 h_table=0
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.836691] mpp_rkvenc ffbb0000.rk size=0x40000
venc: failed to read out thermal zone (-22)
[ 1.275506] dhd_attachJun 12 16:20:12 BL-P001 user.info kernel: [ 0.837776] mpp_rkvenc ffbb0000.rkvenc: probing finish
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.840298] rockchip-(drm display-subsystem: devfreq is not set
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.840862] rockchip-drm display-subsystem: bound ffb00000.vop (ops 0xb0a44600)
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.841000] dw-mipi-dsi ffb30000.dsi: [drm:d)w_mipi_dsi_bind] *ERROR* Fail:d to find panel or bridge: -51 7
Jun 12 16:20:12 BL-P001 user.err kernel: [ 0.841057] rockchip-drm display-subsystem: failed to bind ffb30000.dsi (ops 0xb0a4ad34): -517
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.841383] rockchip-drm display-subsystem: master bind failed: -517
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0th.842211] panel-simple-dsi ffb30000.dsi.0: Linked as a consumer to regulator.12
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.842re276] panel-simple-dsi ffb30000.dsi.0: ffb30000.dsi.0 supply vsp not found, using dummy regulator
ad:dhd_watchdog_thread:aJun 12 16:20:12 BL-P001 user.info kernel: [ 0.842495] panel-simple-dsi ffb30000.dsi.0: Linked as a consumer to regulator.0
e started
[ 1.275774] dhd_attach(): thread:dhd_dpc:af started
[ 1.275839] dhd_attach()Jun 12 16:20:12 BL-P001 user.wa:rn kernel: [ 0.842562] panel- simple-dsi ffb30000.dsi.0: ffb30000.dsi.t0 supply vsn not found, using dummyh regulator
read:dhd_rxf:b0 started
[ 1.275855] dhd_deferred_work_init: work queue initialized
[ 1.275867] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
[ 1.275904] dhd_bus_set_default_min_res_mask: Unhandled Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842656] panel-simple-dsi ffb30000.dsi.0: GPIO lookup for consumer enable
chip id
[ 1.276125] sdioh_cis_read: func_cis_Jputnr [102] =106x:12007:102 BL-P001 user.debug kernel: [ 0.842661] panel-simple-dsi ffb30000.dsi.0: using device tree for GPIO lookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842678] of_get_named_gpiod_flags: can't parse 'enable-gpios' property of node '/dsi@f
[ 1.276252] galfb30000/panel@0[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842688] of_get_named_gpiod_flags: can't parse 'enable-gpio' property of node '/dsi@ffb30000/panel@0[0]'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842695] panel-simple-dsi ffb30000.dsi.0: using lookup tables for GPIO lookupc
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842700] panel-simple-dsi ffb30000.dsi.0: No GPIO consumer enable found
Jun 12 16:20:12 BL-P001 user.odebug kernel: [ 0.842705] panel-simple-dsi ffb30000.dsi.0: GPIO lookup for consumer reset
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842708] panel-simple-dsi ffb30000.dsi.0: using device tree for GPIO lookup
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842727] of_get_named_gpiod_flags: parsed 'reset-gpios' property of node '/dsi@ffb30000/panel@0[0]' - status (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842743] gpio gpiochip2: Persistence not supported for GPIO 2
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.842745] no flags found for reset
re ffbc0000.npu: Init npu devfrJun 12 16:20:12 BL-P001 user.info kernel: [ 0.845965] ehci-platform ffe00000.usb: EHCI Host Controller
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.846053] ehci-platform ffe00000.usb: new USB bus registered, assigned bus number 1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.846252] ehci-platform ffe00000.usb: irq 63, io mem 0xffe00000
Jun 12 16:20:12 BL-P001 user.infoeq
kernel: [ 0.853053] ehci-platform ffe00000.usb: USB 2.0 started, EHCI 1.00
Jun 12 16:20:12 BL-P001 user.info ke[rnel: [ 0.853570] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.853637] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.85 1.276278] galcore ffbc0000.npu: bin=0
[ 1.276311] 3668]g uaslbc ourseb 1f:f bc0P00roduct: EHCI Host Controller
0Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.853710] usb usb1: Manufacturer: Linux 4.19.111 ehci_hcd
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.853781] usb usb1: SerialNumber: ffe00000.usb
.npu: leakage=1.375
[ 1.284065] Dongle HostJun 12 16:20:12 BL-P001 user.info kernel: [ 0.855276] hub 1-0:1.0: USB hub found
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.855414] hub 1-0:1.0: 1 port detected
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.857544] ohci-platform ffe10000.usb: Generic Platform OHCI controller
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.857658] ohci-platform ffe10000.usb: new USB bus registered, assigned bus number 2
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.858080] ohci-platform ffe10000.usb: irq 64, io mem 0xffe10000
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.914618] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
[ 1.284586] Register interface [wlan0] MAC: 08:fb:ea:44:01:4Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.914680] usb usb2: New USB device strings: Mfr=3,c Product=2, SerialNumber=1
[ 1.284586]
[ 1.284761] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0
[ 1.28Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.914697] usb usb2: Product: Generic Platform OHC4I controller
787] dhd_wl_ioctl: Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.914712] usb ursb2: Manufacturer: Lineturning ux 4.19.111 ohci_hcd
as busstate=0
[ Jun 12 16:20:12 BL-P001 user.i nfo kernel: [ 0.914726] usb usb2: SerialNumber: ffe10000.usb
1.2Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.916815] hub 2-0:1.0: 84USB hub found
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.916997] hub 2-0:1.0: 1 port detected
Jun 12 16:20:12 BL-P001 u7ser.info kernel: [ 0.920609] mmc_host mmc1: Bus speed (sl9ot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
8] dhd_dbg_detach_pkt_monitor, 2204
[ 1.284807] dhd_bus_devresetJun 12 16:20:12 BL-P001 user.info kernel: [ 0.922365] rockchip-drm display-subsystem: devfreq is not se: t
== Power OFF ==
[ 1.285077] bcmsdh_oob_intr_unregister: Enter
[ 1.285091] bcmsdh_oob_intr_unregister: irq Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.923171] rockchip-drm display-subsystem: bound ffb00000.ivop (ops 0xb0a44600)
s not registered
[ 1.2Jun 12 16:20:12 BL-P001 user.info kerne85l: [ 0.923374] rockchip-drm1display-subsystem: bound ffb300000.dsi (ops 0xb0a4ad34)
5] dhd_txglom_enable: enable 0
[ 1.28Jun 12 16:20:12 BL-P001 user.in5fo kernel: [ 0.923425] [drm1] Supports vblank timestamp cac1hing Rev 2 (21.10.2013).
4] dhdJun 12 16:20:12 BL-P001 user.info kernel: [ 0.923447] [drm]_b No driver support for vblanku timestamp query.
s_devreset: WLAN OFF DONE
[ 1.285156] wifi_platform_set_power = 0
[ 1.285169] ======== PULL WL_REG_ON(-1) LOW! ========
[ 1.285172] [WLAN_RFKILL]: rockchip_wifi_power: 0
[ 1.285183] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
[ 1.285186] dhdsdio_probe : the lock is released.
[ 1.285441] dhd_module_init: Exit err=0
[ 1.287833] galcore ffbc0000.npu: temp=54200, pvtm=97508 (97508 + 0)
[ 1.288035] galcore ffbc0000.npu: pvtm-volt-sel=1
[ 1.288Jun 12 16:20:12 BL-P001 user.0info kernel: [ 0.935131] r6ockchip-drm display-subsystem: fb0: frame buffer device
8] galcore ffbc0000.npu: bin-scale=23
[ 1.288576] galcore ffbc0000.npu: avs=0
[ 1.288975] galcore ffbc0000.npu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 1.289002] galcore ffbc0000.npu: failed to read out thermal zone (-22)
[ 1.289082] galcore ffbc0000.npu: failed to find power_model node
[ 1.289095] galcore ffbc0000.npu: failed to initialize power model
[ 1.Jun 12 16:20:12 BL-P001 user.in3fo kernel: [ 0.937629] mmc1: new high speed SDIO card at address 0001
45605] usb 1-1: New USB device found, idVendor=ab20, idProduct=1276, bcdDevice=10.03
[ 1.345627] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.345635] usb 1-1: Product: U0AS01A-0
[ 1.345643] usb 1-1: Manufacturer: U0AS01A-0
[ 1.345651] usb 1-1: SerialNumber: 20221017194640
[ 1.359108] uvcvideo: Found UVC 1.00 device U0AS01A-0 (ab20:1276)
[ 1.361582]Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.937967] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
uvcvideo: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
[ 1.398056] uvcvideo 1-1:1.0: Entity type for entity Extension 4 was not initialized!
[ 1.398159] uvcvideoJun 12 16:20:12 BL-P001 user. warn kernel: [ 0.91-1:1.0: Entity type for entity Extension 3 was not initialized!
[ 1.398182] uvcvideo 1-1:1.0: Entity type for entity Processing 2 was not init40182] dhd_module_init: in Dongle Host Driver, version 1.579.77.ia41.22 (r-20191105-2)(20191120-l1)
ized!
[ 1.398199] uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized!
[ 1.398488] input: U0AS01A-0: U0AS01A-0 as /devices/platform/ffe00000.usb/usb1/1-1/1-1:1.0/input/input4
[ 1.405907] udevd[214]: starting version 3.2.7
[ 1.411231] udevd[214]: specified group 'kvm' unknown
[ 1.425481] udevd[215]: starting eudev-3.2.7
[ 1.607209] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
[ 1.667170] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.940247] ======== dhd_wlan_init_platthan rate(24000000)*20, use integer or half-div
_data ========
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.940256] [WLAN_RFKILL]: rockchip_wifi_get_oob_irq: Enter
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.940343] dhd_wlan_init_gpio: WL_HOST[ 1.724506] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, u_se inWtAeKgEe=r- 1o,r ohoabl_fi-rdqiv=
106, oob_irq_flags=0x414
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.940362] dhd_wlan_init_gpio: WL_REG_ON=-1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.940425] dhd_wifi_platform_load: Enter
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.940444] Power-up adapter 'DHD generic adapter'
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.940590] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/e_stop[0]' - status (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.940612] gpio gpiochip2: Persistence not supported for GPIO 21
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.940741] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/wakeup[0]' - status (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.940754] gpio gpiochip0: Persistence not supported for GPIO 7
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.940834] of_get_named_gpiod_flags: parsed 'gpios' property of node '/gpio-keys/open_door[0]' - status (0)
Jun 12 16:20:12 BL-P001 user.debug kernel: [ 0.940845] gpio gpiochip0: Persistence not supported for GPIO 6
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.941010] wifi_platform_set_power = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.941027] ======== PULL WL_REG_ON(-1) HIGH! ========
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.941039] [WLAN_RFKILL]: rockchip_wifi_power: 1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.941051] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.941084] input: gpio-keys as /devices/platform/gpio-keys/input/input3
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.942095] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 12 16:20:12 BL-P001 user.notice kernel: [ 0.944738] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 0.944836] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.944852] cfg80211: failed to load regulatory.db
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.945311] rkisp rkisp-vir0: clear unready subdev num: 1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.945901] rkisp0: Async subdev notifier completed
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.946030] ALSA device list:
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.946047] #7: Loopback 1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.950582] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Opts: (null)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.950668] VFS: Mounted root (ext4 filesystem) readonly on device 179:10.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.954905] devtmpfs: mounted
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.955807] Freeing unused kernel memory: 1024K
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.955959] Run /sbin/init as init process
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.956878] dwmmc_rockchip ffc60000.dwmmc: Successfully tuned phase to 10
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.956980] mmc2: new ultra high speed SDR104 SDHC card at address 0001
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.958307] mmcblk2: mmc2:0001 SD32G 28.9 GiB
Jun 12 16:20:12 BL-P001 user.info kernel: [ 0.959892] mmcblk2: p1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.008422] EXT4-fs (mmcblk0p10): re-mounted. Opts: (null)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.181137] usb 1-1: new high-speed USB device number 2 using ehci-platform
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.249992] wifi_platform_bus_enumerate device present 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.250027] ======== Card detection to detect SDIO card! ========
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.250036] mmc1:mmc host rescan start!
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.256478] galcore: loading out-of-tree module taints kernel.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.263501] galcore: npu init.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.264365] galcore: start npu probe.
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.264560] galcore ffbc0000.npu: Linked as a consumer to regulator.4
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.264728] npu: platform_get_irq irq = 62
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.264740] npu: platform_get_resource registerMemBase = ffbc0000, registerMemSize = 4000
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.264750] Galcore version 6.4.6.5.351518
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264758] Galcore options:
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264766] irqLine = 62
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264774] registerMemBase = 0xFFBC0000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264782] registerMemSize = 0x00004000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264791] contiguousSize = 0x00400000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264799] contiguousBase = 0x0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264806] externalSize = 0x00000000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264814] externalBase = 0x0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264821] exclusiveSize = 0x00000000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264828] exclusiveBase = 0x0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264835] bankSize = 0x00000000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264843] fastClear = -1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264851] compression = 15
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264860] powerManagement = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264868] baseAddress = 0x00000000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264876] physSize = 0x00000000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264884] recovery = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264891] stuckDump = 0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264899] GPU smallBatch = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264907] allMapInOne = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264914] enableNN = 0xff
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264952] userClusterMasks =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264954] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264963] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264971] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264979] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264987] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.264996] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265011] ff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ [ 1.265021] ff,
Jun 12 16:2 :12 BL-P001 user.warn kernel: [ 1.265031]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265046] irqs =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265047] 62,
1.785Jun 12 16:20:12 BL-P001 user.wa1rn kernel: [ 1.265060] -1,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.5265071] -1,
Jun 12 16:20:124 BL-P001 user.warn kernel: [ 1.265086] -1,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265092] -1,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265099] -1,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265108] -1,
Jun 12 16:20:12 BL-P001 user.warn] c kernel: [ 1.265116] -1,
lk_mipicsi_Jun 12 16:20:12 BL-P001 user.warn kernel: [ o1.265129] -1,
Jun 12 16:20:12 BL-P001 user.warn kuernel: [ 1.265140] -1,
Jun 12 16:20:12 BL-P001 user.warn kernetl: [ 1.265150] -1,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 2 1.265166]
Jun 12 16:20:12 iBL-P001 user.warn kernel: [ 1.265178] registerBases o =
Jun 12 16:20:12 BL-P001_ user.warn kernel: [ 1.26f5180] 0xFFBC0000,
Jun 12 1r6:20:12 BL-P001 user.warn kearnel: [ 1.265188] 0x00000c000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265194] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kerdnel: [ 1.265203] 0x00000000iv p_r,
Jun 12 16:20:12 BL-P0a0t1euser.warn kernel: [ 1.265(209] 0x00000000,
Jun 12 162:20:12 BL-P001 user.warn kerne9l: [ 1.265218] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.2652275] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel0: [ 1.265233] 0x00000000,0
Jun 12 16:20:12 BL-P001 u0ser.warn kernel: [ 1.2652041] 0x00000000,
Jun 12 160):20:12 BL-P001 user.warn kernel: [ 1.265250] 0x00000000,
is low Jun 12 16:20:12 BL-P001 usert.warn kernel: [ 1.265262]h0x00000000,
Jun 12 16:20:1a2 BL-P001 user.warn kernel: [ 1.265264]
Jun 12 16:20:12 BL-P001 user.warn kernel:n [ 1.265266] registerSizes =
rate(24000000)*20, useJun 12 16:20:12 BL-P001 user .warn kernel: [ 1.265267] 0x00004000,
Jun 12 16:20:in12 BL-P001 user.warn kernel:t [ 1.265269] 0x00000000,
eger Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265277] o0x00000000,
Jun 12 16:20:1r2 BL-P001 user.warn kernel: [ 1.265311] 0x00000000,
half-div
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265320] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265327] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265336] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265344] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265359] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265370] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265378] 0x00000000,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265387]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265400] chipIDs =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265402] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265416] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265426] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265439] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265445] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265453] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265462] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265472] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265485] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265495] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265501] 0xFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265506]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265526] core 0 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265528] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265537] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265545]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265556] core 1 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265558] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265565] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265573]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265584] core 2 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265585] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265593] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265600]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265611] core 3 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265612] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265620] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265628]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265640] core 4 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265641] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265649] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265656]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265667] core 5 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265668] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265676] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265683]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265695] core 6 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265696] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265704] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265711]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265722] core 7 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265724] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265732] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265741]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265752] core 8 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265753] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265761] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265768]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265781] core 9 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265783] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265791] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265798]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265812] core 10 internal sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265813] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265821] 0xFFFFFFFFFFFFFFFF,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265829]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265843] External sRAMBases =
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265844] 0xffffffffffffffff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265852] 0xffffffffffffffff,
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265859]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265873] mmuPageTablePool = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265881] mmuDynamicMap = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265889] isrPoll = 0x00000000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265896] Build options:
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265904] gcdGPU_TIMEOUT = 20000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265912] gcdGPU_2D_TIMEOUT = 4000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.265961] gcdINTERRUPT_STATISTIC = 1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.266111] bcmsdh_register: register client driver
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.266336] bcmsdh_sdmmc_probe: Enter num=1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.267361] bcmsdh_sdmmc_probe: Enter num=2
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.267581] bus num (host idx)=1, slot num (rca)=1
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.267647] found adapter info 'DHD generic adapter'
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.267995] sdioh_attach: set sd_f2_blocksize 256
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.268169] sdioh_attach: sd clock rate = 0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.268377] dhdsdio_probe : no mutex held. set lock
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.268477] F1 signature read @0x18000000=0x1541a9a6
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.268679] Galcore Info: ContiguousBase=0x1f856000 ContiguousSize=0x400000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.271795] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.272969] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
Jun 12 16:20:12 BL-P001 user.err kernel: [ 1.273117] [dhd] dhd_conf_set_chiprev : chip=0xa9a6, chiprev=1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.273292] [dhd] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.273596] [dhd] CFG80211-ERROR) wl_setup_wiphy : SAE support
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.273773] [dhd] CFG80211-ERROR) wl_init_prof : wl_init_prof: No profile
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.273986] Galcore Info: MMU mapped core 0 SRAM[0] hardware virtual address=0x400000 size=0x40000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.274020] Galcore Info: MMU mapped core 0 SRAM[1] hardware virtual address=0x440000 size=0x40000
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.275506] dhd_attach(): thread:dhd_watchdog_thread:ae started
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.275774] dhd_attach(): thread:dhd_dpc:af started
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.275839] dhd_attach(): thread:dhd_rxf:b0 started
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.275855] dhd_deferred_work_init: work queue initialized
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.275867] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.275904] dhd_bus_set_default_min_res_mask: Unhandled chip id
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.276125] sdioh_cis_read: func_cis_ptr[0]=0x1070
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.276252] galcore ffbc0000.npu: Init npu devfreq
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.276278] galcore ffbc0000.npu: bin=0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.276311] galcore ffbc0000.npu: leakage=1.375
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284065] Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284586] Register interface [wlan0] MAC: 08:fb:ea:44:01:4c
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284586]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284761] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284787] dhd_wl_ioctl: returning as busstate=0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284798] dhd_dbg_detach_pkt_monitor, 2204
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.284807] dhd_bus_devreset: == Power OFF ==
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285077] bcmsdh_oob_intr_unregister: Enter
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285091] bcmsdh_oob_intr_unregister: irq is not registered
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285105] dhd_txglom_enable: enable 0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285114] dhd_bus_devreset: WLAN OFF DONE
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285156] wifi_platform_set_power = 0
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285169] ======== PULL WL_REG_ON(-1) LOW! ========
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.285172] [WLAN_RFKILL]: rockchip_wifi_power: 0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.285183] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285186] dhdsdio_probe : the lock is released.
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.285441] dhd_module_init: Exit err=0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.287833] galcore ffbc0000.npu: temp=54200, pvtm=97508 (97508 + 0)
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.288035] galcore ffbc0000.npu: pvtm-volt-sel=1
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.288068] galcore ffbc0000.npu: bin-scale=23
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.288576] galcore ffbc0000.npu: avs=0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.288975] galcore ffbc0000.npu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
Jun 12 16:20:12 BL-P001 user.err kernel: [ 1.289002] galcore ffbc0000.npu: failed to read out thermal zone (-22)
Jun 12 16:20:12 BL-P001 user.err kernel: [ 1.289082] galcore ffbc0000.npu: failed to find power_model node
Jun 12 16:20:12 BL-P001 user.err kernel: [ 1.289095] galcore ffbc0000.npu: failed to initialize power model
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.345605] usb 1-1: New USB device found, idVendor=ab20, idProduct=1276, bcdDevice=10.03
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.345627] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.345635] usb 1-1: Product: U0AS01A-0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.345643] usb 1-1: Manufacturer: U0AS01A-0
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.345651] usb 1-1: SerialNumber: 20221017194640
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.359108] uvcvideo: Found UVC 1.00 device U0AS01A-0 (ab20:1276)
Jun 12 16:20:12 BL-P001 user.err kernel: [ 1.361582] uvcvideo: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.398056] uvcvideo 1-1:1.0: Entity type for entity Extension 4 was not initialized!
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.398159] uvcvideo 1-1:1.0: Entity type for entity Extension 3 was not initialized!
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.398182] uvcvideo 1-1:1.0: Entity type for entity Processing 2 was not initialized!
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.398199] uvcvideo 1-1:1.0: Entity type for entity Camera 1 was not initialized!
Jun 12 16:20:12 BL-P001 user.info kernel: [ 1.398488] input: U0AS01A-0: U0AS01A-0 as /devices/platform/ffe00000.usb/usb1/1-1/1-1:1.0/input/input4
Jun 12 16:20:12 BL-P001 daemon.info kernel: [ 1.405907] udevd[214]: starting version 3.2.7
Jun 12 16:20:12 BL-P001 daemon.err kernel: [ 1.411231] udevd[214]: specified group 'kvm' unknown
Jun 12 16:20:12 BL-P001 daemon.info kernel: [ 1.425481] udevd[215]: starting eudev-3.2.7
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.607209] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.667170] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.724506] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
Jun 12 16:20:12 BL-P001 user.warn kernel: [ 1.785154] clk_mipicsi_out2io_fracdiv p_rate(297000000) is low than rate(24000000)*20, use integer or half-div
done
1+0 records in
1+0 records out
32 bytes copied, 0.00122967 s, 26.0 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.000885208 s, 578 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
read-only file system detected...done
Will now mount all partitions in /etc/fstab
Note: Will auto format partitons, remove /.auto_mkfs to disable
Note: Create /.skip_fsck to skip fsck
- The check might take a while if didn't shutdown properly!
Handling system_a: /dev/mmcblk0p10 / ext2 ro,noauto 1
Checking /dev/mmcblk0p10(ext2)
e2fsck 1.43.9 (8-Feb-2018)
system_a: clean, 4787/24576 files, 64006/81920 blocks
[ 3.653177] udevd[215]: specified group 'kvm' unknown
Jun 12 16:20:14 BL-P001 daemon.err kernel: [ 3.653177] udevd[215]: specified group 'kvm' unknown
Handling misc: /dev/mmcblk0p3 /misc emmc defaults 0
Unsupported file system emmc for /dev/mmcblk0p3
Handling oem: /dev/mmcblk0p12 /oem ext2 ro,defaults 2
Checking /dev/mmcblk0p12(ext2)
e2fsck 1.43.9 (8-Feb-2018)
oem: clean, 17/2560 files, 553/16384 blocks
Mounting /dev/mmcblk0p12(ext2) on /oem with -o ro
6 4.012882] EXT4-fs (mmcblk0p12): mounting ext2 file system using the ext4 suJbusny s1t2e m1
:20:14 BL-P001 user.info kernel: [ 4.012882] EXT4-fs (mmcblk0p12): mounting ext2 file system using the ext4 subsystem
[ 4.015098] EXT4-fs (mmcblk0p12): mounted filesystem without journal. Opts: (null)
Jun 12 16:20:14 BL-P001 user.info kernel: [ 4.015098] EXT4-fs (mmcblk0p12): mounted filesystem without journal. Opts: (null)
Handling config: /dev/mmcblk0p9 /config ext2 defaults 2
Checking /dev/mmcblk0p9(ext2)
e2fsck 1.43.9 (8-Feb-2018)
config was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
config: 57/4096 files (0.0% non-contiguous), 713/16384 blocks
Mounting /dev/mmcblk0p9(ext2) on /config
[ 4.221026] EXT4-fs (mmcblk0p9): mounting ext2 file system using the ext4 subsystem
Jun 12 16:20:15 BL-P001 user.info kernel: [ 4.221026] EXT4-fs (mmcblk0p9): mounting ext2 file system using the ext4 subsystem
[ 4.223926] EXT4-fs (mmcblk0p9): mounted filesystem without journal. Opts: (null)
Jun 12 16:20:15 BL-P001 user.info kernel: [ 4.223926] EXT4-fs (mmcblk0p9): mounted filesystem without journal. Opts: (null)
Handling userdata: /dev/mmcblk0p13 /userdata ext2 defaults 2
Checking /dev/mmcblk0p13(ext2)
e2fsck 1.43.9 (8-Feb-2018)
userdata was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (2427821, counted=2450844).
Fix? yes
Free inodes count wrong (569040, counted=569039).
Fix? yes
userdata: ***** FILE SYSTEM WAS MODIFIED *****
userdata: 817/569856 files (75.8% non-contiguous), 588356/3039200 blocks
Mounting /dev/mmcblk0p13(ext2) on /userdata
[ 8.318598] EXT4-fs (mmcblk0p13): mounting ext2 file system using the ext4 subsystem
Jun 12 16:20:19 BL-P001 user.info kernel: [ 8.318598] EXT4-fs (mmcblk0p13): mounting ext2 file system using the ext4 subsystem
[ 8.327144] EXT4-fs (mmcblk0p13): mounted filesystem without journal. Opts: (null)
Log saved to /tmp/mountall.log
1+0 records in
1+0 records out
32 bytes copied, 0.000954625 s, 33.5 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.00104125 s, 492 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
ln: failed to create symbolic link '/var/lib/connman': Read-only file system
1+0 records in
1+0 records out
32 bytes copied, 0.00112496 s, 28.4 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.000817541 s, 626 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
Starting system message bus: done
1+0 records in
1+0 records out
32 bytes copied, 0.00107187 s, 29.9 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.00098875 s, 518 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
Starting tee-supplicant: OK
1+0 records in
1+0 records out
32 bytes copied, 0.00145775 s, 22.0 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.0009135 s, 560 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
setup network params ...
1+0 records in
1+0 records out
32 bytes copied, 0.000861584 s, 37.1 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.000924875 s, 554 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
Starting wifi wpa_supplicant...
1+0 records in
1+0 records out
32 bytes copied, 0.00137433 s, 23.3 kB/s
Starting wifi, checking driver status...
1+0 records in
1+0 records out
512 bytes copied, 0.00102608 s, 499 kB/s
wifi driver is ready
sign is -
hour is 08
min is 00
colon is :
check time zone success
/etc/init.d/S49alsa: line 19: alsactl: not found
1+0 records in
1+0 records out
32 bytes copied, 0.000846708 s, 37.8 kB/s
killall: wpa_supplicant: no process killed
1+0 records in
1+0 records out
512 bytes copied, 0.000946459 s, 541 kB/s
sign is -
hour is 08
min is 00
colon is :
Successfully initialized wpa_supplicant
check time zone success
Starting ntpd: OK
1+0 records in
1+0 records out
32 bytes copied, 0.000973 s, 32.9 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.00103658 s, 494 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
[ 8.984034] dhd_open: Enter fa095bf1
[ 8.984078] dhd_open : no mutex held. set lock
[ 8.984098]
[ 8.984098] Dongle Host Driver, version 1.579.77.41.22 (r-20191105-2)(20191120-1)
[ Starting fcgiwrap daemon: 8.984129] [dhd-wlan0] wl_android_wifi_on : in g_wifi_on=0
[ 8.984150] wifi_platform_set_power = 1
[ 8.984168] ======== PULL WL_REG_ON(-1) HIGH! ========
[ 8.984189] [WLAN_RFKILL]: rockchip_wifi_power: 1
[ 8.984202] [WLAN_RFKILL]: wifi turn on power [GPIO-1-0]
OK
1+0 records in
1+0 records out
32 bytes copied, 0.000873833 s, 36.6 kB/s
1+0 records in
1+0 records out
512 bytes copied, 0.000804417 s, 636 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
Starting mosquitto: [ 9.290103] sdio_reset_comm():
[ 9.305485] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 9.322604] mmc_host mmc1: Bus speed (slot 0) = 100000Hz (slot req 100000Hz, actual 100000HZ div = 0)
[ 9.378015] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 9.384751] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 9.391442] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 9.403751] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 9.418762] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
[ 9.782699] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
[ 9.783002] sdioh_start: set sd_f2_blocksize 256
[ 9.787185]
[ 9.787185]
[ 9.787185] dhd_bus_devreset: == WLAN ON ==
[ 9.787416] F1 signature read @0x18000000=0x1541a9a6
[ 9.790162] F1 signature OK, socitype:0x1 chip:0xa9a6 rev:0x1 pkg:0x4
[ 9.790990] DHD: dongle ram size is set to 524288(orig 524288) at 0x0
[ 9.791098] dhd_bus_set_default_min_res_mask: Unhandled chip id
[ 9.792343] dhd_os_open_image: /vendor/etc/firmware/config.txt (20 bytes) open success
[ 9.792585] [dhd] dhd_conf_read_country : ccode = US
[ 9.792603] [dhd] dhd_conf_read_country : regrev = 988
[ 9.792624] [dhd] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43438a1.bin
[ 9.792634] [dhd] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6212a.txt
[ 9.792643] [dhd] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43438a1.blob
[ 9.792651] [dhd] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt
[ 9.793527] dhd_os_open_image: /vendor/etc/firmware/fw_bcm43438a1.bin (436966 bytes) open success
[ 10.075345] dhd_os_open_image: /vendor/etc/firmware/nvram_ap6212a.txt (1017 bytes) open success
[ 10.075966] NVRAM version: AP6212A_NVRAM_V1.0.2_20191121
[ 10.077142] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 10.152486] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 10.152665] bcmsdh_oob_intr_register: HW_OOB irq=106 flags=0x4
[ 10.152879] dhd_get_memdump_info: File [/data/misc/wifi/.memdump.info] doesn't exist
[ 10.152888] dhd_get_memdump_info: MEMDUMP ENABLED = 2
[ 10.153893] Disable tdls_auto_op failed. -1
[ 10.153909] dhd_tcpack_suppress_set 352: already set to 0
[ 10.154459] dhd_apply_default_clm: Ignore clm file /vendor/etc/firmware/clm_bcm43438a1.blob
[ 10.158279] Firmware up: op_mode=0x0005, MAC=08:fb:ea:44:01:4c
[ 10.164275] dhd_preinit_ioctls Set scancache failed -23
[ 10.181563] Driver: 1.579.77.41.22 (r-20191105-2)(20191120-1)
[ 10.181563] Firmware: wl0: Dec 21 2020 18:42:52 version 7.45.96.76 (91a4c5d@SYNA) (r745790) FWID 01-1f5c1610 es7.c5.n4.a3
[ 10.181563] CLM: 7.11.15 (2014-05-26 10:53:55)
[ 10.182242] dhd_txglom_enable: enable 1
[ 10.182278] [dhd] dhd_conf_set_txglom_params : txglom_mode=copy
[ 10.182289] [dhd] dhd_conf_set_txglom_params : txglomsize=36, deferred_tx_len=0
[ 10.182317] [dhd] dhd_conf_set_txglom_params : txinrx_thres=-1, dhd_txminmax=1
[ 10.182326] [dhd] dhd_conf_set_txglom_params : tx_max_offset=0, txctl_tmo_fix=300
[ 10.182341] [dhd] dhd_conf_get_disable_proptx : fw_proptx=1, disable_proptx=-1
[ 10.184471] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
[ 10.187083] dhd_pno_init: Support Android Location Service
[ 10.212212] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
[ 10.213835] rtt_do_get_ioctl: failed to send getbuf proxd iovar (CMD ID : 1), status=-23
[ 10.213873] dhd_rtt_init : FTM is not supported
[ 10.213888] dhd_preinit_ioctls: SensorHub diabled 0
[ 10.214898] dhd_preinit_ioctls failed to set ShubHub disable
[ 10.217618] dhd_wl_ioctl_get_intiovar: get int iovar wnm_bsstrans_resp failed, ERR -23
[ 10.217649] failed to get wnm_bsstrans_resp
[ 10.218475] failed to set WNM capabilities
[ 10.219008] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created
[ 10.219321] [dhd] dhd_conf_set_country : set country US, revision 988
[ 10.222975] [dhd] dhd_conf_set_country : Country code: US (US/988)
[ 10.230184] [dhd] CONFIG-ERROR) dhd_conf_set_intiovar : ampdu_mpdu setting failed -29
[ 10.230221] [dhd-wlan0] wl_android_wifi_on : Success
[ 10.261768] [dhd] CFG80211-ERROR) __wl_update_wiphybands : error reading vhtmode (-23)
[ 10.275222] dhd_open : the lock is released.
[ 10.275267] dhd_open: Exit ret=0
OK
1+0 records in
1+0 records out
32 bytes copied, 0.00103367 s, 31.0 kB/s
[ 10.294862] P2P interface registered
[ 10.294993] wl_cfgp2p_add_p2p_disc_if: wdev: 53f1a1d6, wdev->net: (null)
1+0 records in
1+0 records out
512 bytes copied, 0.000970959 s, 527 kB/s
sign is -
hour is 08
min is 00
colon is :
check time zone success
do usb related (adb&rndis) enable ....
[ 10.385389] EXT4-fs (mmcblk0p10): re-mounted. Opts: (null)
rootfs read/write mode: ro
[ 10.394067] WLC_E_IF: NO_IF set, event Ignored
[ 10.396318] P2P interface started
[ 10.402247] [dhd-wlan0] wl_run_escan : LEGACY_SCAN sync ID: 0, bssidx: 0
[ 10.431367] EXT4-fs (mmcblk0p10): re-mounted. Opts: (null)
****************************************
1. Proc debug uart input & output config
****************************************
do debug uart input&output disable ..