BeagleV-Ahead: out of box bootup

Production Unit, out of box:

Baud: 115200 8n1, (tio defaults).

With: Raspberry Pi Debug Probe: Buy a Raspberry Pi Debug Probe – Raspberry Pi

Serial Connection:

voodoo@hestia:~$ tio /dev/ttyACM0 
[13:48:47.673] tio v2.5
[13:48:47.673] Press ctrl-t q to quit
[13:48:47.673] Connected
brom_ver 8
[APP][E] protocol_connect failed, exit.

U-Boot SPL 2020.01 (Jun 10 2023 - 20:19:32 +0000)
FM[1] lpddr4x singlerank freq=3733 64bit dbi_off=n sdram init
ddr initialized, jump to uboot
image has no header


U-Boot 2020.01 (Jun 10 2023 - 20:19:32 +0000)

CPU:   rv64imafdcvsu
Model: T-HEAD c910 light
DRAM:  4 GiB
C910 CPU FREQ: 750MHz
AHB2_CPUSYS_HCLK FREQ: 250MHz
AHB3_CPUSYS_PCLK FREQ: 125MHz
PERISYS_AHB_HCLK FREQ: 250MHz
PERISYS_APB_PCLK FREQ: 62MHz
GMAC PLL POSTDIV FREQ: 1000MHZ
DPU0 PLL POSTDIV FREQ: 1188MHZ
DPU1 PLL POSTDIV FREQ: 1188MHZ
MMC:   sdhci@ffe7080000: 0, sd@ffe7090000: 1
Loading Environment from MMC... OK
Error reading output register
Warning: cannot get lcd-en GPIO
LCD panel cannot be found : -121
splash screen startup cost 16 ms
In:    serial
Out:   serial
Err:   serial
Net:   
Warning: ethernet@ffe7070000 (eth0) using random MAC address - 2a:a8:36:0b:f8:f4
eth0: ethernet@ffe7070000ethernet@ffe7070000:0 is connected to ethernet@ffe7070000.  Reconnecting to ethernet@ffe7060000

Warning: ethernet@ffe7060000 (eth1) using random MAC address - 42:84:2b:fc:b3:70
, eth1: ethernet@ffe7060000
Hit any key to stop autoboot:  0 
50340 bytes read in 1 ms (48 MiB/s)
15748 bytes read in 1 ms (15 MiB/s)
85856 bytes read in 3 ms (27.3 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:2...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
264 bytes read in 1 ms (257.8 KiB/s)
1:	Linux eMMC
Retrieving file: /Image
27543040 bytes read in 85 ms (309 MiB/s)
append: root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait console=ttyS0,115200 earlycon clk_ignore_unused init=/init rootinit=/sbin/init rootrwoptions=rw,noatime net.ifnames=0
Retrieving file: /light-beagle.dtb
170543 bytes read in 1 ms (162.6 MiB/s)
## Flattened Device Tree blob at 46000000
   Booting using the fdt blob at 0x46000000
   Using Device Tree in place at 0000000046000000, end 000000004602ca2e

Starting kernel ...

[    0.000000] Linux version 5.10.113-yocto-standard (oe-user@oe-host) (riscv64-linux-gcc (Xuantie-900 linux-5.10.4 glibc gcc Toolchain V2.2.8 B-20221201) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Sat Jun 10 03:53:19 UTC 2023
[    0.000000] OF: fdt: Ignoring memory range 0x200000 - 0x40200000
[    0.000000] earlycon: uart0 at MMIO32 0x000000ffe7014000 (options '115200n8')
[    0.000000] printk: bootconsole [uart0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000064000000, size 320 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000040200000-0x00000000ffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040200000-0x00000000ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x00000000ffffffff]
[    0.000000] software IO TLB: mapped [mem 0x00000000f8f32000-0x00000000fcf32000] (64MB)
[    0.000000] SBI specification v0.3 detected
[    0.000000] SBI implementation ID=0x1 Version=0x9
[    0.000000] SBI v0.2 TIME extension detected
[    0.000000] SBI v0.2 IPI extension detected
[    0.000000] SBI v0.2 RFENCE extension detected
[    0.000000] SBI v0.2 HSM extension detected
[    0.000000] riscv: ISA extensions acdfimsuv
[    0.000000] riscv: ELF capabilities acdfimv
[    0.000000] percpu: Embedded 28 pages/cpu s75480 r8192 d31016 u114688
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 773640
[    0.000000] Kernel command line: root=/dev/mmcblk0p3 rw rootfstype=ext4 rootwait console=ttyS0,115200 earlycon clk_ignore_unused init=/init rootinit=/sbin/init rootrwoptions=rw,noatime net.ifnames=0
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.000000] Sorting __ex_table...
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 2665604K/3143680K available (14088K kernel code, 4484K rwdata, 6144K rodata, 337K init, 826K bss, 150396K reserved, 327680K cma-reserved)
[    0.000000] random: get_random_u64 called from __kmem_cache_create+0x28/0x40e with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] riscv-intc: 64 local interrupts mapped
[    0.000000] plic: interrupt-controller@ffd8000000: mapped 64 interrupts with 4 handlers for 8 contexts.
[    0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0]
[    0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x1623fa770, max_idle_ns: 881590404476 ns
[    0.000008] sched_clock: 64 bits at 3000kHz, resolution 333ns, wraps every 4398046511097ns
[    0.008993] Console: colour dummy device 80x25
[    0.013564] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=12000)
[    0.023789] pid_max: default: 32768 minimum: 301
[    0.028702] LSM: Security Framework initializing
[    0.033407] Yama: becoming mindful.
[    0.037044] AppArmor: AppArmor initialized
[    0.041176] TOMOYO Linux initialized
[    0.044885] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.052326] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.062797] ASID allocator initialised with 65536 entries
[    0.068408] rcu: Hierarchical SRCU implementation.
[    0.074585] EFI services will not be available.
[    0.079683] smp: Bringing up secondary CPUs ...
[    0.087533] smp: Brought up 1 node, 4 CPUs
[    0.092996] devtmpfs: initialized
[    0.163805] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.173624] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.189395] pinctrl core: initialized pinctrl subsystem
[    0.196347] NET: Registered protocol family 16
[    0.220132] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    0.228317] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.236385] audit: initializing netlink subsys (disabled)
[    0.242097] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
[    0.242877] thermal_sys: Registered thermal governor 'step_wise'
[    0.250332] cpuidle: using governor ladder
[    0.260517] cpuidle: using governor menu
[    0.439895] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.446706] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.462762] raid6: skip pq benchmark and using algorithm int64x8
[    0.468860] raid6: using intx1 recovery algorithm
[    0.475496] SCSI subsystem initialized
[    0.479749] usbcore: registered new interface driver usbfs
[    0.485353] usbcore: registered new interface driver hub
[    0.490800] usbcore: registered new device driver usb
[    0.505295] mc: Linux media interface: v0.10
[    0.509720] videodev: Linux video capture interface: v2.00
[    0.515284] pps_core: LinuxPPS API ver. 1 registered
[    0.520273] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.529925] Advanced Linux Sound Architecture Driver Initialized.
[    0.537049] Bluetooth: Core ver 2.22
[    0.540734] NET: Registered protocol family 31
[    0.545204] Bluetooth: HCI device and connection manager initialized
[    0.551588] Bluetooth: HCI socket layer initialized
[    0.556497] Bluetooth: L2CAP socket layer initialized
[    0.561595] Bluetooth: SCO socket layer initialized
[    0.566519] NetLabel: Initializing
[    0.569925] NetLabel:  domain hash size = 128
[    0.574304] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.580078] NetLabel:  unlabeled traffic allowed by default
[    0.586428] clocksource: Switched to clocksource riscv_clocksource
[    1.576767] VFS: Disk quotas dquot_6.6.0
[    1.580881] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.588005] FS-Cache: Loaded
[    1.591424] CacheFiles: Loaded
[    1.595771] AppArmor: AppArmor Filesystem Enabled
[    1.617470] NET: Registered protocol family 2
[    1.622197] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    1.633572] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    1.642282] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    1.650451] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    1.658296] TCP: Hash tables configured (established 32768 bind 32768)
[    1.665243] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[    1.672889] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.679746] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    1.687220] NET: Registered protocol family 1
[    1.692533] RPC: Registered named UNIX socket transport module.
[    1.698509] RPC: Registered udp transport module.
[    1.703238] RPC: Registered tcp transport module.
[    1.707966] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.715216] NET: Registered protocol family 44
[    1.721175] khv_probe, 164, irq: 60.
[    1.726818] Initialise system trusted keyrings
[    1.731592] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.757710] NFS: Registering the id_resolver key type
[    1.762855] Key type id_resolver registered
[    1.767080] Key type id_legacy registered
[    1.771360] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.778093] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.785559] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.792521] fuse: init (API version 7.32)
[    1.885446] NET: Registered protocol family 38
[    1.889949] xor: measuring software checksum speed
[    1.899151]    8regs           :  2258 MB/sec
[    1.907896]    8regs_prefetch  :  2265 MB/sec
[    1.917063]    32regs          :  2057 MB/sec
[    1.926269]    32regs_prefetch :  2072 MB/sec
[    1.930655] xor: using function: 8regs_prefetch (2265 MB/sec)
[    1.936427] Key type asymmetric registered
[    1.940545] Asymmetric key parser 'x509' registered
[    1.945505] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.953154] io scheduler mq-deadline registered
[    1.961429] light-pinctrl ffe7f3c000.pinctrl1-apsys: initialized light pinctrl driver
[    1.971487] light-pinctrl ffec007000.padctrl0-apsys: initialized light pinctrl driver
[    1.980277] light-pinctrl fffff4a000.padctrl-aosys: initialized light pinctrl driver
[    1.996685] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    2.021042] light-fm-clk ffef010000.clock-controller: succeed to register light fullmask clock driver
[    2.037748] visys-clk-gate-provider soc:visys-clk-gate: succeed to register visys gate clock provider
[    2.049977] vpsys-clk-gate-provider ffecc30000.vpsys-clk-gate: succeed to register vpsys gate clock provider
[    2.066962] vosys-clk-gate-provider ffef528000.vosys-clk-gate: succeed to register vosys gate clock provider
[    2.077516] dspsys-clk-gate-provider soc:dspsys-clk-gate: cannot find regmap for tee dsp system register
[    2.089912] dspsys-clk-gate-provider soc:dspsys-clk-gate: succeed to register dspsys gate clock provider
[    2.100598] dw_axi_dmac_platform ffefc00000.dmac: DesignWare AXI DMA Controller, 4 channels
[    2.111468] dw_axi_dmac_platform ffc8000000.audio_dmac: DesignWare AXI DMA Controller, 16 channels
[    2.122328] (NULL device *): failed to find vdmabuf_reserved_memory node
[    2.129113] virtio-vdmabuf: carveout bufs setup failed -22
[    2.137041] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    2.148084] printk: console [ttyS0] disabled
[    2.152531] ffe7014000.serial: ttyS0 at MMIO 0xffe7014000 (irq = 4, base_baud = 6250000) is a 16550A
[    2.161769] printk: console [ttyS0] enabled
[    2.161769] printk: console [ttyS0] enabled
[    2.170183] printk: bootconsole [uart0] disabled
[    2.170183] printk: bootconsole [uart0] disabled
[    2.180939] ffe7f00000.serial: ttyS1 at MMIO 0xffe7f00000 (irq = 6, base_baud = 6250000) is a 16550A
[    2.191635] fff7f08000.serial: ttyS4 at MMIO 0xfff7f08000 (irq = 8, base_baud = 6250000) is a 16550A
[    2.210224] vs-dc ffef600000.dc8200: dpu0pll_on:1 dpu1pll_on:1
[    2.350701] loop: module loaded
[    2.354165] at24 0-0050: supply vcc not found, using dummy regulator
[    2.361395] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
[    2.373363] tun: Universal TUN/TAP device driver, 1.6
[    2.381148] RTW: module init start
[    2.384645] RTW: rtl8723ds v5.13.5-29-g0dbf6713f.20210604_COEX20210106-3b3b
[    2.391682] RTW: build time: Jun 10 2023 03:53:19
[    2.396441] RTW: rtl8723ds BT-Coex version = COEX20210106-3b3b
[    2.402470] RTW: module init ret=0
[    2.405885] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.413085] usbcore: registered new interface driver usb-storage
[    2.419183] usbcore: registered new interface driver ums-sddr09
[    2.425186] usbcore: registered new interface driver ums-sddr55
[    2.431600] mousedev: PS/2 mouse device common for all mice
[    2.440806] xgene-rtc fffff40000.rtc: registered as rtc0
[    2.446264] xgene-rtc fffff40000.rtc: setting system clock to 1970-01-01T00:00:00 UTC (0)
[    2.454845] i2c /dev entries driver
[    2.460961] Driver for 1-wire Dallas network protocol.
[    2.467777] hwmon hwmon0: temp2_input not attached to any thermal zone
[    2.475121] light_reset_deassert id:0
[    2.478845] dw_wdt ffefc30000.watchdog: No valid TOPs array specified
[    2.486113] light_reset_deassert id:1
[    2.489833] dw_wdt ffefc31000.watchdog: No valid TOPs array specified
[    2.497763] Watchdog module: light-wdt loaded
[    2.502169] Bluetooth: HCI UART driver ver 2.3
[    2.506662] Bluetooth: HCI UART protocol H4 registered
[    2.512078] Bluetooth: HCI UART protocol Broadcom registered
[    2.519987] sdhci: Secure Digital Host Controller Interface driver
[    2.526205] sdhci: Copyright(c) Pierre Ossman
[    2.530597] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.538556] sdhci-dwcmshc ffe70a0000.sd: can't request region for resource [mem 0xffef014064-0xffef014067]
[    2.548524] ledtrig-cpu: registered to indicate activity on CPUs
[    2.556366] usbcore: registered new interface driver usbhid
[    2.561989] usbhid: USB HID core driver
[    2.565622] mmc0: SDHCI controller on ffe7080000.sdhci [ffe7080000.sdhci] using ADMA 64-bit
[    2.566987] misc vhost-vdmabuf: failed to find vdmabuf_reserved_memory node
[    2.581208] misc vhost-vdmabuf: vhost-vdmabuf: carveout bufs setup failed -22
[    2.581916] mmc1: SDHCI controller on ffe7090000.sd [ffe7090000.sd] using ADMA 64-bit
[    2.588372] misc vhost-vdmabuf: vhost-vdmabuf: init successfully
[    2.591228] light-adc fffff51000.adc: Thead light adc registered.
[    2.609961] [perf] T-HEAD C900 PMU v1 probed
[    2.615283] light_efuse ffff210000.efuse: succeed to register light efuse driver
[    2.629779] drop_monitor: Initializing network drop monitor service
[    2.632930] mmc0: new HS400 MMC card at address 0001
[    2.637734] NET: Registered protocol family 10
[    2.642193] mmcblk0: mmc0:0001 TB2916 14.6 GiB 
[    2.650286] Segment Routing with IPv6
[    2.650628] mmcblk0boot0: mmc0:0001 TB2916 partition 1 4.00 MiB
[    2.654122] mip6: Mobile IPv6
[    2.660315] mmcblk0boot1: mmc0:0001 TB2916 partition 2 4.00 MiB
[    2.662904] NET: Registered protocol family 17
[    2.663002] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.669150] mmcblk0rpmb: mmc0:0001 TB2916 partition 3 4.00 MiB, chardev (244:0)
[    2.673551] Bluetooth: RFCOMM TTY layer initialized
[    2.674471] mmc2: SDHCI controller on ffe70a0000.sd [ffe70a0000.sd] using ADMA 64-bit
[    2.691070]  mmcblk0: p1 p2 p3
[    2.693701] Bluetooth: RFCOMM socket layer initialized
[    2.714665] Bluetooth: RFCOMM ver 1.11
[    2.717083] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.718457] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.725585] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.729292] Bluetooth: BNEP socket layer initialized
[    2.736405] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.739784] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.739802] Bluetooth: HIDP socket layer initialized
[    2.748200] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.751506] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    2.759780] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    2.762258] [BT_RFKILL]: Enter rfkill_rk_init
[    2.776924] 9pnet: Installing 9P2000 support
[    2.781330] Key type dns_resolver registered
[    2.785917] NET: Registered protocol family 40
[    2.791119] Loading compiled-in X.509 certificates
[    2.796175] Key type ._fscrypt registered
[    2.800229] Key type .fscrypt registered
[    2.804184] Key type fscrypt-provisioning registered
[    2.807687] random: fast init done
[    2.812948] Btrfs loaded, crc32c=crc32c-generic
[    2.817670] AppArmor: AppArmor sha1 policy hashing enabled
[    2.823702] 
[    2.825208] ********************************************************************
[    2.832642] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE           **
[    2.833153] mmc2: new ultra high speed DDR50 SDIO card at address 0001
[    2.840059] **                                                                **
[    2.840066] **  WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[    2.840079] **                                                                **
[    2.868893] ** This means that this kernel is built to expose clk operations  **
[    2.876319] ** such as parent or rate setting, enabling, disabling, etc.      **
[    2.883740] ** to userspace, which may compromise security on your system.    **
[    2.891160] **                                                                **
[    2.898582] ** If you see this message and you are not debugging the          **
[    2.905998] ** kernel, report this immediately to your vendor!                **
[    2.913460] **                                                                **
[    2.920900] **     NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE           **
[    2.928329] ********************************************************************
[    3.004307] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.013823] light_dwmac_eth ffe7070000.ethernet: IRQ eth_wake_irq not found
[    3.020876] light_dwmac_eth ffe7070000.ethernet: IRQ eth_lpi not found
[    3.027869] light_dwmac_eth ffe7070000.ethernet: Cannot get CSR clock
[    3.034382] light_dwmac_eth ffe7070000.ethernet: PTP uses main clock
[    3.040838] light_dwmac_eth ffe7070000.ethernet: no reset control found
[    3.047509] light_dwmac_eth ffe7070000.ethernet: id: 0
[    3.052685] light_dwmac_eth ffe7070000.ethernet: phy interface: 9
[    3.058929] RX clk delay: 0x0
[    3.061910] TX clk delay: 0x0
[    3.065194] light_dwmac_eth ffe7070000.ethernet: User ID: 0x10, Synopsys ID: 0x37
[    3.072729] light_dwmac_eth ffe7070000.ethernet: 	DWMAC1000
[    3.078338] light_dwmac_eth ffe7070000.ethernet: DMA HW capability register supported
[    3.086198] light_dwmac_eth ffe7070000.ethernet: RX Checksum Offload Engine supported
[    3.094058] light_dwmac_eth ffe7070000.ethernet: COE Type 2
[    3.099666] light_dwmac_eth ffe7070000.ethernet: TX Checksum insertion supported
[    3.107095] light_dwmac_eth ffe7070000.ethernet: Enhanced/Alternate descriptors
[    3.114428] light_dwmac_eth ffe7070000.ethernet: Enabled extended descriptors
[    3.121595] light_dwmac_eth ffe7070000.ethernet: Ring mode enabled
[    3.127818] light_dwmac_eth ffe7070000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.136209] light_dwmac_eth ffe7070000.ethernet: device MAC address 2a:a8:36:0b:f8:f4
[    3.147191] mdio_bus stmmac-0: MDIO device at address 2 is missing.
[    3.160874] i2c_mipi_dsi 1-0045: Unknown chip id: 0xfffffffb
[    3.167014] input: seeed-tp as /devices/platform/soc/ffe7f24000.i2c/i2c-1/1-0045/input/input0
[    3.176330] i2c 1-0045: I2C write failed: -121
[    3.182459] i2c 1-0045: I2C write failed: -121
[    3.188481] [drm] This DSI driver only support burst mode
[    3.195134] vs-drm display-subsystem: bound ffef600000.dc8200 (ops 0xffffffe0010c7fe8)
[    3.203236] vs-drm display-subsystem: bound ffef500000.dw-mipi-dsi0:dsi0-host (ops 0xffffffe0010c8f88)
[    3.212941] dwhdmi-light ffef540000.dw-hdmi-tx: Detected HDMI TX controller v2.14a with HDCP (DWC HDMI 2.0 TX PHY)
[    3.224287] dwhdmi-light ffef540000.dw-hdmi-tx: registered DesignWare HDMI I2C bus driver
[    3.233048] vs-drm display-subsystem: bound ffef540000.dw-hdmi-tx (ops 0xffffffe0010c97b0)
[    3.241557] vs-drm display-subsystem: bound dpu-encoders:dpu-encoder@0 (ops 0xffffffe0010c8a30)
[    3.251697] [drm] Initialized vs-drm 1.0.0 20191101 for display-subsystem on minor 0
[    3.272017] dw_dphy_phy_write: test_code = 0xa3, len = 1, data[0] = 0x0
[    3.272041] dw_dphy_phy_write: test_code = 0xa0, len = 1, data[0] = 0x1
[    3.272064] dw_dphy_phy_write: test_code = 0x4a, len = 1, data[0] = 0x40
[    3.272086] dw_dphy_phy_write: test_code = 0xe, len = 1, data[0] = 0x8
[    3.272104] dw_dphy_phy_write: test_code = 0x1c, len = 1, data[0] = 0x10
[    3.314912] i2c 1-0045: I2C write failed: -121
[    3.342563] i2c 1-0045: I2C write failed: -121
[    3.419760] [drm:dsi_host_transfer] *ERROR* Read payload FIFO is empty
[    3.419774] ili9881d-dsi ffef500000.dw-mipi-dsi0:dsi0-host.0: could not read ID1
[    3.419787] ili9881d-dsi ffef500000.dw-mipi-dsi0:dsi0-host.0: No LCD connected,pls check your hardware! ret:-110
[    3.457225] Console: switching to colour frame buffer device 100x80
[    3.546290] vs-drm display-subsystem: [drm] fb0: vs-drmdrmfb frame buffer device
[    3.555890] succeed to create power domain debugfs direntry
[    3.562112] soc_aud_3v3_en GPIO handle specifies active low - ignored
[    3.569468] soc_aud_1v8_en GPIO handle specifies active low - ignored
[    3.603366] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 750000 KHz, changing to: 800000 KHz
[    3.614483] cpu cpu0: finish to register cpufreq driver
[    3.620549] thead,light-aon-test aon:light-aon-test: Successfully registered
[    3.629295] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.639372] [light_wdt_probe,327] register power off callback
[    3.645146] succeed to register light pmic watchdog
[    3.651006] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.659975] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.669736] aw87519_pa 5-0058: aw87519_parse_dt: reset gpio provided ok
[    3.676389] aw87519_pa 5-0058: aw87519_i2c_probe: rst request failed
[    3.682769] aw87519_pa: probe of 5-0058 failed with error -16
[    3.688644] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.697202] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.705177] clk: Not disabling unused clocks
[    3.709475] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.361.27 (wlan=r892223-20221025-4)
[    3.709475] drivers/net/wireless/bcmdhd.101.10.361.x compiled on Jun 10 2023 at 03:53:19
[    3.709475] 
[    3.728978] [dhd] ======== Get GPIO from DTS(android,bcmdhd_wlan) ========
[    3.735983] [dhd] dhd_wlan_init_gpio: WL_HOST_WAKE=441, oob_irq=67, oob_irq_flags=0x1
[    3.743833] [dhd] dhd_wlan_init_gpio: WL_REG_ON=447
[    3.748718] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.26 (wlan=r892223-20221011-1)
[    3.757131] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 1099776(1074K)
[    3.765345] [dhd] dhd_wifi_platform_load: Enter
[    3.769890] [dhd] Power-up adapter 'DHD generic adapter'
[    3.775333] [dhd] dummy_probe: enter
[    3.779065] [dhd] dummy_probe: enter
[    3.779494] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.782768] [dhd] dummy_probe: enter
[    3.791564] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.794419] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[    3.803219] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    3.808320] [dhd] ======== PULL WL_REG_ON(447) HIGH! ========
[    4.126711] [dhd] wifi_platform_bus_enumerate device present 1
[    4.132667] [dhd] ======== Card detection to detect SDIO card! ========
[    4.156246] [dhd] bcmsdh_register: register client driver
[    4.162542] [dhd] bcmsdh_sdmmc_probe: Enter num=1
[    4.167874] [dhd] bcmsdh_sdmmc_probe: Enter num=2
[    4.170037] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    4.172881] [dhd] bus num (host idx)=2, slot num (rca)=1
[    4.186561] [dhd] found adapter info 'DHD generic adapter'
[    4.192293] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264
[    4.199576] [dhd] succeed to alloc static buf
[    4.204137] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0
[    4.211353] [dhd] sdioh_attach: set sd_f2_blocksize 256
[    4.216959] [dhd] sdioh_attach: sd clock rate = 50000000
[    4.222714] [dhd] dhdsdio_probe : no mutex held
[    4.227364] [dhd] dhdsdio_probe : set mutex lock
[    4.232192] [dhd] F1 signature read @0x18000000=0x1522a804
[    4.241070] [dhd] F1 signature OK, socitype:0x1 chip:0xa804 rev:0x2 pkg:0x2
[    4.248987] [dhd] DHD: dongle ram size is set to 655360(orig 655360) at 0x0
[    4.256241] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 32424
[    4.263282] [dhd] dhd_conf_set_chiprev : devid=0xa804, chip=0xa804, chiprev=2
[    4.270522] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 10320
[    4.277900] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536
[    4.285236] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688
[    4.292327] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 20, size 262144
[    4.299545] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 22, size 65536
[    4.306742] [dhd] dhd_attach(): thread:dhd_watchdog_thread:8d started
[    4.313304] [dhd] dhd_attach(): thread:dhd_dpc:8e started
[    4.318850] [dhd] dhd_attach(): thread:dhd_rxf:8f started
[    4.324290] [dhd] dhd_deferred_work_init: work queue initialized
[    4.330317] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2
[    4.337390] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=4, TCPDATA_INFO_MAXNUM=4
[    4.345379] [dhd] sdioh_cis_read: func_cis_ptr[0]=0x10ac
[    4.360569] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 1, size 10300
[    4.367571] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 2, size 65536
[    4.374588] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN
[    4.380118] [dhd] Dongle Host Driver, version 101.10.361.27 (wlan=r892223-20221025-4)
[    4.380118] drivers/net/wireless/bcmdhd.101.10.361.x compiled on Jun 10 2023 at 03:53:19
[    4.380118] 
[    4.398073] [dhd] Register interface [wlan0]  MAC: b8:13:32:ec:74:12
[    4.398073] 
[    4.406024] [dhd] [wlan0] wl_android_wifi_off : in g_wifi_on=1, on_failure=1
[    4.413111] [dhd] dhd_bus_devreset: == Power OFF ==
[    4.418206] [dhd] dhd_bus_stop: making DHD_BUS_DOWN
[    4.423219] [dhd] bcmsdh_oob_intr_unregister: Enter
[    4.428115] [dhd] bcmsdh_oob_intr_unregister: irq is not registered
[    4.434442] [dhd] dhd_bus_devreset: making dhdpub up FALSE
[    4.439938] [dhd] dhd_txglom_enable: enable 0
[    4.444300] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[    4.449557] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[    4.455225] [dhd] ======== PULL WL_REG_ON(447) LOW! ========
[    4.460911] [dhd] [wlan0] wl_android_wifi_off : out
[    4.465808] [dhd] dhdsdio_probe : mutex is released.
[    4.470970] bcmsdh_sdmmc: probe of mmc2:0001:3 failed with error -110
[    4.471348] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    4.477487] [dhd] _dhd_module_init: Exit err=0
[    4.490006] ALSA device list:
[    4.492987]   No soundcards found.
[    4.496615] dw-apb-uart ffe7014000.serial: forbid DMA for kernel console
[    4.556480] EXT4-fs (mmcblk0p3): recovery complete
[    4.561789] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    4.570029] VFS: Mounted root (ext4 filesystem) on device 179:3.
[    4.576230] devtmpfs: mounted
[    4.579377] Freeing unused kernel memory: 336K
[    4.583990] Run /init as init process
[    4.807354] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    4.869758] systemd[1]: System time before build time, advancing clock.
[    4.891236] systemd[1]: systemd 251.4+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    4.923086] systemd[1]: Detected architecture riscv64.

Welcome to THEAD C910 Release Distro 1.1.2!

[    4.952121] systemd[1]: Hostname set to <BeagleV>.
[    5.023264] systemd-sysv-generator[190]: SysV service '/etc/init.d/rc.pvr' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
[    5.055169] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!!
[    5.063269] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!!
[    5.185969] systemd[1]: Configuration file /lib/systemd/system/xtensa-dsp.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.204214] systemd[1]: Configuration file /lib/systemd/system/vi-kernel.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.219873] systemd[1]: Configuration file /lib/systemd/system/vc8000e.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.235214] systemd[1]: Configuration file /lib/systemd/system/vc8000d.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.269988] systemd[1]: Configuration file /lib/systemd/system/pvrsrvkm.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.285422] systemd[1]: Configuration file /lib/systemd/system/npu-ax3386.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.319594] systemd[1]: Configuration file /lib/systemd/system/aon_wdt.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    5.334132] systemd[1]: Configuration file /lib/systemd/system/aon_wdt.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[    5.355575] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #80!!!
[    5.363591] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #80!!!
[    5.450210] systemd[1]: Queued start job for default target Graphical Interface.
[    5.491051] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    5.525108] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    5.556485] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    5.588372] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    5.610847] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    5.640376] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    5.667973] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    5.686784] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    5.710598] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    5.730819] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    5.755140] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    5.775278] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    5.802040] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    5.824318] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    5.847738] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    5.869669] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    5.895290] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    5.919481] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    5.944848] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    5.988233] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    6.018356] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    6.050660] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    6.089213] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[    6.119683] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    6.144369] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    6.166734] systemd[1]: Load Kernel Module configfs was skipped because of a failed condition check (ConditionPathExists=!/sys/module/configfs).
[    6.193742] systemd[1]: Mounting Kernel Configuration File System...
         Mounting Kernel Configuration File System...
[    6.214661] systemd[1]: Load Kernel Module drm was skipped because of a failed condition check (ConditionPathExists=!/sys/module/drm).
[    6.228555] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    6.250972] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
[    6.265024] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[    6.302088] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    6.324990] EXT4-fs (mmcblk0p3): re-mounted. Opts: (null)
[    6.335717] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    6.358826] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    6.387242] systemd[1]: Mounted Huge Pages File System.
[  OK  ] Mounted Huge Pages File System.
[    6.407067] systemd[1]: Mounted POSIX Message Queue File System.
[  OK  ] Mounted POSIX Message Queue File System.
[    6.431062] systemd[1]: Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Debug File System.
[    6.451054] systemd[1]: Mounted Kernel Trace File System.
[  OK  ] Mounted Kernel Trace File System.
[    6.471085] systemd[1]: Mounted Temporary Directory /tmp.
[  OK  ] Mounted Temporary Directory /tmp.
[    6.492174] systemd[1]: Finished Create List of Static Device Nodes.
[  OK  ] Finished Create List of Static Device Nodes.
[    6.515339] systemd[1]: Mounted Kernel Configuration File System.
[  OK  ] Mounted Kernel Configuration File System.
[    6.539119] systemd[1]: Mounted FUSE Control File System.
[  OK  ] Mounted FUSE Control File System.
[    6.560099] systemd[1]: Finished Remount Root and Kernel File Systems.
[  OK  ] Finished Remount Root and Kernel File Systems.
[    6.584465] systemd[1]: Finished Apply Kernel Variables.
[  OK  ] Finished Apply Kernel Variables.
[    6.612333] systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    6.624030] systemd[1]: Platform Persistent Storage Archival was skipped because of a failed condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[    6.638131] systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
[    6.653461] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    6.686283] systemd[1]: Finished Create Static Device Nodes in /dev.
[  OK  ] Finished Create Static Device Nodes in /dev.
[    6.711172] systemd[1]: Reached target Preparation for Local File Systems.
[  OK  ] Reached target Preparation for Local File Systems.
[    6.735104] systemd[1]: Set up automount Boot Loader Partition.
[  OK  ] Set up automount Boot Loader Partition.
[    6.766685] systemd[1]: Mounting /var/volatile...
         Mounting /var/volatile...
[    6.792210] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[  OK  ] Started Entropy Daemon based on the HAVEGE algorithm.
[    6.826536] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    6.853733] systemd[1]: Starting Rule-based Manager for Device Events and Files...
         Starting Rule-based Manage…for Device Events and Files...
[    6.883948] systemd[1]: Finished Coldplug All udev Devices.
[  OK  ] Finished Coldplug All udev Devices.
[    6.907605] systemd[1]: Mounted /var/volatile.
[  OK  ] Mounted /var/volatile.
[    6.927584] systemd[1]: Bind mount volatile /var/cache was skipped because of a failed condition check (ConditionPathIsReadWrite=!/var/cache).
[    6.940722] systemd[1]: Bind mount volatile /var/lib was skipped because of a failed condition check (ConditionPathIsReadWrite=!/var/lib).
[    6.959287] systemd[1]: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    6.978785] systemd[1]: Bind mount volatile /var/spool was skipped because of a failed condition check (ConditionPathIsReadWrite=!/var/spool).
[    6.992047] systemd[1]: Bind mount volatile /srv was skipped because of a failed condition check (ConditionPathIsReadWrite=!/srv).
[    7.004116] systemd[1]: Reached target Local File Systems.
[  OK  ] Reached target Local File Systems.
[    7.028438] systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
[    7.039130] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Started Rule-based Manager for Device Events and Files.
         Starting Flush Journal to Persistent Storage...
[    7.124112] systemd-journald[212]: Received client request to flush runtime journal.
         Starting Network Configuration...
[  OK  ] Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[    7.436857] [dhd] dhd_query_bus_erros: Dongle Reset occurred, cannot proceed
[    7.446064] [dhd] [Repeats 0 times]
[    7.449625] [dhd] CFG80211-ERROR) wl_cfg80211_dump_station : WLC_GET_ASSOCLIST error -19
[  OK  ] Started Network Configuration.
[    7.498545] light_dwmac_eth ffe7070000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211F-VD Gigabit Ethernet] (irq=POLL)
[    7.526493] dwmac1000: Master AXI performs fixed burst length
[    7.532402] light_dwmac_eth ffe7070000.ethernet eth0: No Safety Features support found
[  OK  ] Created slice Slice /system/weston.
[    7.652834] random: crng init done
[  OK  ] Finished Load/Save Random Seed.
[    7.680413] bm_visys: loading out-of-tree module taints kernel.
[    7.752240] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    7.771792] bm_csi_probe, 391, drvdata = 000000002f13f1a9
[    7.774466] light_dwmac_eth ffe7070000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[    7.787544] light_dwmac_eth ffe7070000.ethernet eth0: configuring for phy/rgmii-id link mode
[    7.806762] bm_csi_probe, 393, dev = 00000000fc524dae
[    7.812074] systemd-journald[212]: Oldest entry in /run/log/journal/b1d75ccf601b48e8a0e890dc4f5622e1/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[  OK      7.830139] bm_csi_runtime_resume, 119, cfg clk enable
0m] Started Network Time Synchronization.
[    7.845714] bm_csi_runtime_resume csi Enabled clock
[  OK  ] Started Network Name Resolution.
[    7.855831] bm_csi ffe4000000.csi: Created dphy lookup [phy-dw-dphy.0.0] --> [dw-csi.0]
[    7.872999] phy phy-ffe4000000.csi.1: Init DPHY.
[    7.877905] bm_csi_runtime_suspend, 87, cfg clk disable
[    7.883456] exit bm_csi_runtime_suspend
[    7.888507] bm_csi_probe, 391, drvdata = 00000000f37c7ab3
[    7.888697] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    7.894507] bm_csi_probe, 393, dev = 000000009db451b3
[  OK      7.908454] bm_csi_runtime_resume, 119, cfg clk enable
0m] Created slice Slice[    7.915921] bm_csi_runtime_resume csi Enabled clock
 /system/systemd[    7.916811] Galcore version 6.4.6.9.354872
[    7.921221] fce: module_layout: kernel tainted.

[    7.921227] Disabling lock debugging due to kernel taint
[    7.921234] fce: version magic '5.10.113-yocto-standard SMP preempt mod_unload riscv' should be '5.10.113-yocto-standard SMP preempt mod_unload modversions riscv'
[    7.921937] thead_ddr_pmu: version magic '5.10.113-yocto-standard SMP preempt mod_unload riscv' should be '5.10.113-yocto-standard SMP preempt mod_unload modversions riscv'
[    7.929824] bm_csi ffe4010000.csi: Created dphy lookup [phy-dw-dphy.0.0] --> [dw-csi.0]
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target System Time Set.
[    7.996596] phy phy-ffe4010000.csi.2: Init DPHY.
[    7.999790] alloc_contig_range: [64600, 64a00) PFNs busy
[    8.005134] dwc3-thead soc:usb@ffec03f000: supply vbus not found, using dummy regulator
[    8.005323] dwc3-thead soc:usb@ffec03f000: supply hub1v2 not found, using dummy regulator
[    8.005394] dwc3-thead soc:usb@ffec03f000: supply hub5v not found, using dummy regulator
[    8.006236] dwc3-thead soc:usb@ffec03f000: light dwc3 probe ok!
[    8.007408] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    8.014819] bm_csi_runtime_suspend, 87, cfg clk disable
[    8.022630] alloc_contig_range: [64700, 64b00) PFNs busy
[    8.029444] alloc_contig_range: [64800, 64c00) PFNs busy
[    8.040685] exit bm_csi_runtime_suspend
[    8.057019] alloc_contig_range: [64900, 64d00) PFNs busy
         Startin[    8.072093] bm_csi_probe, 391, drvdata = 000000000c169305
g Load/[    8.072462] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
Save Screen …g[    8.077676] bm_csi_probe, 393, dev = 00000000de748ee2
htness of backli[    8.081942] alloc_contig_range: [64a00, 64e00) PFNs busy
ght:1-0045..[    8.082344] alloc_contig_range: [64b00, 64f00) PFNs busy
.
[    8.082858] alloc_contig_range: [64c00, 65000) PFNs busy
[    8.083164] alloc_contig_range: [64d00, 65100) PFNs busy
[    8.118698] i2c 1-0045: I2C write failed: -121
[    8.126770] bm_csi_runtime_resume, 119, cfg clk enable
[    8.131980] bm_csi_runtime_resume csi Enabled clock
[    8.132208] bm_csi ffe4020000.csi: Created dphy lookup [phy-dw-dphy.0.0] --> [dw-csi.0]
[    8.145658] [drm] Initialized vivante 1.0.0 20170808 for ffecc80000.gc620 on minor 1
[    8.145685] phy phy-ffe4020000.csi.3: Init DPHY.
[    8.158188] bm_csi_runtime_suspend, 87, cfg clk disable
[  OK      8.161235] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
0m] Finished     8.163482] exit bm_csi_runtime_suspend
;1;39mLoad/Save [    8.170573] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1
Screen …rightn[    8.185459] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
ess of backlight:1-0045.
[    8.195523] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000000010810
[    8.206542] xhci-hcd xhci-hcd.3.auto: irq 68, io mem 0xffe7040000
[  OK      8.213675] hub 1-0:1.0: USB hub found
0m] Reached targ[    8.218205] hub 1-0:1.0: 1 port detected
et Syst[    8.223839] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
em Initializatio[    8.224143] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
n.
[    8.230244] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 2
[    8.248158] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[    8.255477] hub 2-0:1.0: USB hub found
[    8.259338] hub 2-0:1.0: 1 port detected
[  OK      8.264181] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
0m] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting sshd.socket...
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Starting THEAD filesystem resize service...
[    8.454868] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!!
[    8.462974] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #280!!!
[  OK  ] Listening on sshd.socket.
[  OK  ] Reached target Socket Units.
         Starting Load/Save RF Kill Switch Status...
[  OK  ] Started Load/Save RF Kill Switch Status.
[  OK  ] Finished THEAD filesystem resize service.
[  OK  ] Reached target Basic System.
         Starting Android Debug Bridge...
[  OK  ] Started aon wdt Service..
[    8.624056] file system registered
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
         Starting D-Bus System Message Bus...
         Starting Kernel crash dump capture service...
[  OK  ] Started NPU ax3386 driver init Service..
[  OK  ] Started Imagination GPU BXM-4-64 driver init Service..
[    8.800141] audit: type=1334 audit(1686901057.463:2): prog-id=7 op=LOAD
[    8.806903] audit: type=1334 audit(1686901057.463:3): prog-id=8 op=LOAD
[    8.808251] vha_plat_probe: Version: VHA DT driver version : REL_3.8-cl6140200
[    8.808251] 
[    8.822462] vha_plat_probe: registers 0xfffc800000-0xfffc8fffff
         Startin[    8.828499] ax3xxx-nna fffc800000.vha: trimming system conf for core region!
g User [    8.836913] ax3xxx-nna fffc800000.vha: vha_plat_dt_hw_init dev->dma_mask : 00000000ee0c3e4c : 0xffffffff
Login Management[    8.847761] ax3xxx-nna fffc800000.vha: vha_plat_dt_hw_init forcing custom mask from DT : 0xfffffffff
...
[    8.858354] ax3xxx-nna fffc800000.vha: vha_dev_get_props: Product id: 0x8470000
[    8.868008] ax3xxx-nna fffc800000.vha: vha_dev_get_props: Core id: 0x1c0004190005de
[    8.877618] ax3xxx-nna fffc800000.vha: vha_dev_get_props: MMU version:3 (40bit)
[    8.887051] ax3xxx-nna fffc800000.vha: vha_dev_get_props: Total onchip memory: 1024 [kB]
[  OK  ] Started     8.896985] ax3xxx-nna fffc800000.vha: vha_dev_get_props: Devices: DUMMY:0 CNN:1
1;39mVivante vc8000d driver init Service..
[    8.909521] ax3xxx-nna fffc800000.vha: vha_add_dev: Core freq[kHz]: 792000
[  OK      8.930373] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
0m] Started Vivante vc8000e driver init Service..
[    8.949103] enter hantrodec_init
[  OK  ] Started vi kernel driver init Service..
[    8.967689] enter decoder_hantrodec_probe
[    8.978452] pcie=0
[    8.980545] decoder_hantrodec_probe:init variable is ok!
[    8.986144] decoder_hantrodec_probe:get resource is ok!
[    8.986151] decoder_hantrodec_probe:start get irq!
[    8.986160] hantrodec: vcmd = 1
[    8.986167] hantrodec: [0] multicorebase 0xffecc01000, iosize 4092
[    8.986215] decoder_hantrodec_probe:get irq!
         Startin[    8.986220] decoder_hantrodec_probe:base_port=0xffecc00000,irq=28
g WPA s[    8.986226] decoder_hantrodec_probe:pcie=0
upplicant...[    8.986230] hantrodec: dec/pp kernel module. 

[    8.986241] hantrodec: Init single core at 0xffecc00000 IRQ=28
[    8.986356] hantrodec_data.irq=28
[    8.993004] hantrodec: base=0x      ffecc01000, iosize=4092
[    8.993038] hantrodec: HW 0 reg[0]=0x80018000
[    8.993043] hantrodec: base=0x      ffecc00000, iosize=108
[    8.993053] hantrodec: HW 3 reg[0]=0x43421101
[    8.993058] hantrodec: base=0x      ffecc03000, iosize=912
[    8.993066] hantrodec: HW 4 reg[0]=0x00000000
[    8.993070] hantrodec: base=0x      ffecc06000, iosize=6272
[    8.993079] hantrodec: HW 6 reg[0]=0x00000000
[    8.993083] hantrodec: base=0x      ffecc02000, iosize=924
[    8.993091] hantrodec: HW 7 reg[0]=0x00005000
[    8.993095] hantrodec: core 0 HW ID=0x80018000
[    8.993098] hantrodec: Supported HW found at 0x      ffecc01000
[    8.993103]  *****MMU Init*****
[    8.996703] Create platform device success
[    9.020219] hantroenc_vcmd_probe:get irq 29
[    9.048433] vvcam_sensor_probe:sensor[4]: pdriver_dev =0xffffffe00ab9c940
[    9.051384] Platform driver status is 0
[    9.058812] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.061512] vvcam_sensor_probe:sensor[4]: psensor_dev =0xffffffe009d1b440
[    9.066485] MMU detected!
[    9.071579] vvcam_sensor_of_parse:property sensor_regulators not defined for soc:vvcam_sensor@4
[    9.090444]  *****MMU Enable...*****
[    9.092006] sensor_rst not defined for IMX219
[    9.102853] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.103454] vvcam_sensor_probe:sensor[5]: pdriver_dev =0xffffffe00ab9ca40
[    9.103470] vvcam_sensor_probe:sensor[5]: psensor_dev =0xffffffe00b443040
[    9.103476] vvcam_sensor_of_parse:property sensor_regulators not defined for soc:vvcam_sensor@5
[    9.103500] sensor_rst not defined for IMX219
[    9.124501] alloc_contig_range: [64600, 64a01) PFNs busy
[    9.133790] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.144200] alloc_contig_range: [64700, 64b01) PFNs busy
[    9.157812] Base memory val 0x65200000
[    9.166339] enter vvcam_isp_init_module
[    9.174740] enter vvcam_isp_probe
[    9.180260] Init: vcmd_buf_mem_pool.busAddress=0x65200000.
[    9.220714] decoder_hantrodec ffecc00000.vdec: Create vc8000d debugfs.
[    9.222478] vvcam_isp_probe:isp[0]: pdriver_dev =0xffffffe00b43ee40
[    9.222547] vvcam_isp_probe:isp[0]: psensor_dev =0xffffffe00b3fc040
[    9.222571] vvcam_isp_probe:isp[0]: pisp_dev->base=0xffffffd0054e0000, phy_addr base=0xffe4100000
[    9.222607] isp_frame_mark_info_addr = 0x4b5e0000
[    9.222636] vvcam_isp_probe:isp[0]: pisp_dev->irq_num[0]=40
[    9.222648] vvcam_isp_probe:isp[0]: pisp_dev->irq_num[1]=41
[    9.224797] Init: vcmd_buf_mem_pool.virtualAddress=0xffffffd0056a0000.
[    9.229359] vvcam_isp_runtime_resume isp Enabled clock
[    9.239363] Init: vcmd_status_buf_mem_pool.busAddress=0x65400000.
[    9.258031] isp vvcam_isp_runtime_suspend
[    9.262389] Init: vcmd_status_buf_mem_pool.virtualAddress=0xffffffd0058a0000.
[    9.267775] exit vvcam_isp_probe
[    9.275451] xrp-hw-simple ffe4040190.dsp: can't request region for resource [mem 0xffe4040190-0xffe404019f]
[    9.280289] enter vvcam_isp_probe
[    9.280799] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.286507] Init: vcmd_registers_mem_pool.busAddress=0x65600000.
[    9.286518] Init: vcmd_registers_mem_pool.virtualAddress=0xffffffd005aa0000.
[    9.286524] vcmd: module init - vcmdcore[0] addr =0xffecc10000
[    9.286644] encoder_hantroenc ffecc10000.venc: Create vc8000e debugfs.
[    9.286932] ConfigMMU, MMUInit: sub_module_type is 0
[    9.286970]  *****MMU Init*****
[    9.287257] Create platform device success
[    9.287677] Platform driver status is 0
[    9.287683] MMU detected!
[    9.287687]  *****MMU Enable...*****
[    9.288224] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.292380] vvcam_isp_probe:isp[1]: pdriver_dev =0xffffffe00b43f440
[    9.295431] xrp-hw-simple ffe4040190.dsp: can't request region for resource [mem 0xffe40401e0-0xffe40401ef]
[    9.296698] [dhd] dhd_pri_open : no mutex held
[    9.296707] [dhd] dhd_pri_open : set mutex lock
[    9.296712] [dhd] [wlan0] dhd_open : Enter
[    9.296716] [dhd] Dongle Host Driver, version 101.10.361.27 (wlan=r892223-20221025-4)
[    9.296716] drivers/net/wireless/bcmdhd.101.10.361.x compiled on Jun 10 2023 at 03:53:19
[    9.296716] 
[    9.296728] [dhd] dhd_open: ######### called for ifidx=0 #########
[    9.296740] [dhd] [wlan0] wl_android_wifi_on : in g_wifi_on=0
[    9.296746] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[    9.296751] [dhd] ======== PULL WL_REG_ON(447) HIGH! ========
[    9.417981] MMU_Kernel_map: vcmd_buf_mem_pool.mmu_bus_address=0x40002000.
[    9.423804] vvcam_isp_probe:isp[1]: psensor_dev =0xffffffe00b518040
[    9.423840] vvcam_isp_probe:isp[1]: pisp_dev->base=0xffffffd004a00000, phy_addr base=0xffe4110000
[    9.423887] isp_frame_mark_info_addr = 0x4abab000
[    9.423916] vvcam_isp_probe:isp[1]: pisp_dev->irq_num[0]=42
[    9.423976] vvcam_isp_probe:isp[1]: pisp_dev->irq_num[1]=43
[    9.425522] Base memory val 0x66000000
[    9.425530] Base memory len 0x900000
[    9.425533] Init: vcmd_buf_mem_pool.busAddress=0x66000000.
[    9.425537] Init: vcmd_buf_mem_pool.virtualAddress=0xffffffd0063a3000.
[    9.425563] Init: vcmd_buf_mem_pool.mmu_bus_address=0x1000.
[    9.425565] Init: vcmd_status_buf_mem_pool.busAddress=0x66200000.
[    9.425569] Init: vcmd_status_buf_mem_pool.virtualAddress=0xffffffd0065a3000.
[    9.425590] Init: vcmd_status_buf_mem_pool.mmu_bus_address=0x201000.
[    9.425594] Init: vcmd_registers_mem_pool.busAddress=0x66400000.
[    9.425597] Init: vcmd_registers_mem_pool.virtualAddress=0xffffffd0067a3000.
[    9.425644] Init: vcmd_registers_mem_pool.mmu_bus_address=0x401000.
[    9.425648] vcmd: module init - vcmdcore[0] addr =0xffecc00000
[    9.425680] hwid=0x43421101
[    9.425683] hantrovcmd: HW at base <0xffecc00000> with ID <0x43421101>
[    9.425718] hantrovcmd_init:get irq 28
[    9.425783] vc8000_vcmd_driver: request IRQ <28> successfully for subsystem 0
[    9.425821] vc8000_vcmd_driver:create cmdbuf data when hw_version_id = 0x43421101
[    9.425896] vc8000_vcmd_driver: main module register 0:0x80018000
[    9.425901] vc8000_vcmd_driver: main module register 50:0x6b9a1000
[    9.425904] vc8000_vcmd_driver: main module register 54:0x01da0440
[    9.425908] vc8000_vcmd_driver: main module register 56:0x48801000
[    9.425911] vc8000_vcmd_driver: main module register 309:0x1f88
[    9.425921] PM runtime was enable
[    9.426665] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.453424] MMU_Kernel_map: vcmd_status_buf_mem_pool.mmu_bus_address=0x40202000.
[    9.454534] vvcam_isp_runtime_resume isp Enabled clock
[    9.454554] isp vvcam_isp_runtime_suspend
[    9.454560] exit vvcam_isp_probe
[    9.459072] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.465983] MMU_Kernel_map: vcmd_registers_mem_pool.mmu_bus_address=0x40402000.
[    9.476522] enter vvcam_isp_init_module
[    9.477868] vcmd_reserve_IO: total_vcmd_core_num is 1
[    9.477892] vcmd_reserve_IO: hantrovcmd_data[0].hwregs=0x000000005f6c25ec
[    9.477895] hwid=0x43421200
[    9.477899] hantrovcmd: HW at base <0xffecc10000> with ID <0x43421200>
[    9.477950] vc8000_vcmd_driver: module inserted. Major <238>
[    9.477979] vc8000_vcmd_driver:create cmdbuf data when hw_version_id = 0x43421200
[    9.480727] vc8000_vcmd_driver: main module register 0:0x80008200
[    9.480733] vc8000_vcmd_driver: main module register 80:0x88dfc200
[    9.480737] vc8000_vcmd_driver: main module register 214:0x48400800
[    9.480740] vc8000_vcmd_driver: main module register 226:0x8a19211
[    9.480743] vc8000_vcmd_driver: main module register 287:0x20830000
[    9.487383] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.500560] enter vvcam_isp_probe
[    9.686462] [dhd] sdio_sw_reset: call mmc_sw_reset
[    9.692698] vvcam_isp_probe:isp[0]: pdriver_dev =0xffffffe00a40d640
[  OK      9.760324] vvcam_isp_probe:isp[0]: psensor_dev =0xffffffe00b660040
0m] Started     9.768175] vvcam_isp_probe:isp[0]: pisp_dev->base=0xffffffd004a20000, phy_addr base=0xffe4120000
1;39mxtensa dsp [    9.768213] vvcam_isp_probe:isp[0]: pdriver_dev->irq_num[0]=44
driver init Serv[    9.768232] vvcam_isp_probe:isp[0]: pdriver_dev->irq_num[1]=45
ice..
[    9.768385] vivisp_ry ffe4120000.isp_ry: parse clk success
[    9.770578] vvcam_isp_runtime_resume ry Enabled clock
[    9.770589] ry vvcam_isp_runtime_suspend enter
[    9.770599] ry vvcam_isp_runtime_suspend exit
[    9.770605] exit vvcam_isp_probe
[    9.803208] enter vvcam_soc_init_module
[    9.805471] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.809462] enter vvcam_soc_probe
[    9.826843] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[    9.828721] exit vvcam_soc_probe
[    9.832188] xrp-hw-simple ffe40401a0.dsp: can't request region for resource [mem 0xffe40401a0-0xffe40401af]
[    9.833519] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.835965] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    9.837869] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[    9.854231] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.858114] vvcam_dwe_probe:disable vvcam_dwe_of_parse reserved-memory
[    9.865207] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[    9.869190] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[    9.872517] enter vi_pre_init_module
[    9.890475] xrp-hw-simple ffe40401a0.dsp: can't request region for resource [mem 0xffe40401d0-0xffe40401df]
[    9.890986] enter vi_pre_probe
[    9.891604] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.909709] vi_pre_probe:isp[0]: pdriver_dev =0xffffffe00b44a640
[    9.921363] vi_pre_probe:isp[0]: pdriver_dev->base=0xffffffd0049d0000
[    9.940984] vipre_runtime_resume Enabled clock
[    9.945631] enter vipre_runtime_suspend
[    9.959531] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.959780] exit vipre_runtime_suspend
[    9.972131] exit vi_pre_probe:[0]
[    9.977542] exit vi_pre_init_module
[    9.981844] [dhd] sdioh_start: set sd_f2_blocksize 256
[    9.991800] [dhd] dhd_bus_devreset: == Power ON ==
[    9.995603] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[    9.996174] enter dec400_init_module
         Startin[    9.996396] enter dec400_probe
g OpenS[    9.996404] dec400_probe:isp[0]: pdriver_dev =0xffffffe00b61ae40
SH Key Generatio[    9.996428] dec400_probe:isp[0]: pdriver_dev->base=0xffffffd005148000
n...
[    9.996778] exit dec400_probe:[0]
[    9.997081] [dhd] F1 signature read @0x18000000=0x1522a804
[   10.014347] [dhd] F1 signature OK, socitype:0x1 chip:0xa804 rev:0x2 pkg:0x2
[   10.034843] enter dec400_probe
[   10.035771] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.042025] [dhd] DHD: dongle ram size is set to 655360(orig 655360) at 0x0
[   10.054983] dec400_probe:isp[1]: pdriver_dev =0xffffffe00b61a140
[   10.057328] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[   10.066609] dec400_probe:isp[1]: pdriver_dev->base=0xffffffd005158000
[   10.070304] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN
[  OK     10.087148] [dhd] dhd_conf_set_path_params : Final fw_path=/lib/firmware/fw_bcm43013c1_ag.bin
0m] Started    10.096247] exit dec400_probe:[1]
1;39mD-Bus Syste[   10.097123] [dhd] dhd_conf_set_path_params : Final nv_path=/lib/firmware/nvram_ap6203bm.txt
m Message Bus   10.102337] enter dec400_probe
m.
[   10.103552] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.111756] [dhd] dhd_conf_set_path_params : Final clm_path=/lib/firmware/clm_bcm43013c1_ag.blob
[   10.128502] dec400_probe:isp[2]: pdriver_dev =0xffffffe00b61a340
[   10.133496] [dhd] dhd_conf_set_path_params : Final conf_path=/lib/firmware/config.txt
[   10.139508] dec400_probe:isp[2]: pdriver_dev->base=0xffffffd005168000
[   10.147695] [dhd] dhd_get_download_buffer: Open image file failed /lib/firmware/config.txt
[   10.156777] exit dec400_probe:[2]
[   10.162637] [dhd] dhd_conf_read_config : Ignore config file /lib/firmware/config.txt
[   10.167292] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.175422] [dhd] dhd_os_open_image1: /lib/firmware/fw_bcm43013c1_ag.bin (510851 bytes) open success
[  OK  ] Started Android Debug Bridge.
[   10.201978] read descriptors
[   10.205135] read strings
[   10.213903] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.234788] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[  OK  ] Finished OpenSSH Key Generation.
[   10.256032] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.272181] video_press_dts, dev(soc:cam_dev@800) can't get vi_mem_pool_region id from dts, set to default -1(cma)
[  OK  ] Created slice Slice /system/systemd-fsck.
[   10.306555] [dhd] dhd_os_open_image1: /lib/firmware/nvram_ap6203bm.txt (3131 bytes) open success
         Starting File System Check on /dev/mmcblk0p2...
[   10.322709] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.325207] [dhd] #AP6203BM_NVRAM_V1.1_20211210_swoob
[  OK  ] Started User Login Management.
[   10.341858] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[  OK  ] Started WPA supplicant.
[   10.359480] video_press_dts, dev(soc:cam_dev@a00) can't get vi_mem_pool_region id from dts, set to default -1(cma)
[   10.363228] [dhd] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[   10.378287] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Reached target Network.
[   10.399544] video_press_dts, dev(soc:cam_dev@b00) can't get vi_mem_pool_region id from dts, set to default -1(cma)
[  OK  ] Started The Apache HTTP Server.
[   10.415852] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
         Starting Light Bluetooth...
         Starting Permit User Sessions...
[   10.452381] video_press_dts, dev(soc:cam_dev@c00) can't get vi_mem_pool_region id from dts, set to default -1(cma)
[  OK  ] Finished Permit User Sessions.
[   10.482912] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.502550] video_press_dts, dev(soc:cam_dev@d00) can't get vi_mem_pool_region id from dts, set to default -1(cma)
[  OK     10.517551] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
0m] Started Getty on tt[   10.529064] video_press_dts, dev(soc:cam_dev@e00) can't get vi_mem_pool_region id from dts, set to default -1(cma)
y1.
[   10.543735] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.553895] video_press_dts, dev(soc:cam_dev@f01) can't get vi_mem_pool_region id from dts, set to default -1(cma)
[   10.555418] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.593622] vidmem ffecc08000.vidmem: rsvmem_pool_create: rsvmem_pool_region[0] = {pool=ffffffe00b4f0440, base=0x10000000, size=0x2c00000}
[  OK  ] Started    10.609137] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
1;39mSerial Gett[   10.618737] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #202!!!
[   10.627380] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #202!!!

[   10.630604] vidmem ffecc08000.vidmem: rsvmem_pool_create: rsvmem_pool_region[1] = {pool=ffffffe00a9e8240, base=0x12c00000, size=0x1d00000}
[  OK  ] Reached target Logi[   10.655093] vidmem ffecc08000.vidmem: rsvmem_pool_create: rsvmem_pool_region[2] = {pool=ffffffe00a79f6c0, base=0x14900000, size=0x1e00000}
n Prompts.
[   10.678971] vidmem: module inserted. Major <509>
[   10.679578] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
[   10.680197] [dhd] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[   10.680821] [dhd] bcmsdh_oob_intr_register: SW_OOB irq=67 flags=0x1
[   10.694573] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[   10.705148] enter flash_led_init_module
[   10.714038] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[   10.714057] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -> mode 1
[   10.714064] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=4, TCPDATA_INFO_MAXNUM=4
[   10.725012] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address b8:13:32:ec:74:12
[   10.725227] [dhd] dhd_os_open_image1: /lib/firmware/clm_bcm43013c1_ag.blob (5144 bytes) open success
[   10.726266] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[   10.777551] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
         Starting Weston, a Wayland…ositor, as a system service..[   10.791833] [dhd] Firmware up: op_mode=0x0005, MAC=b8:13:32:ec:74:12
.
[   10.836549] [dhd] Disable tdls_auto_op failed. -1
[  OK  ] Finished    10.858935] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
;1;39mFile System Check on /dev/mmcblk0p2.
[   10.871383] [dhd] arp_enable:1 arp_ol:0
[   10.891094] [dhd]   Driver: 101.10.361.27 (wlan=r892223-20221025-4)
[   10.891094] [dhd]   Firmware: wl0: Aug 19 2022 09:56:39 version 18.35.389.80 (g81a98c72) FWID 01-2559ed9e
[   10.891094] [dhd]   CLM: 9.9.5_SS (2019-12-13 13:26:03) 
[   10.913992] [dhd] dhd_txglom_enable: enable 1
[   10.918545] [dhd] dhd_conf_set_txglom_params : txglom_mode=copy
[   10.924914] [dhd] dhd_conf_set_txglom_params : txglomsize=36, deferred_tx_len=0
[   10.926364] PVR_K:  298: *****enter sys dev init ffef400000 26
[   10.926364] 
[   10.932630] [dhd] dhd_conf_set_txglom_params : txinrx_thres=128, dhd_txminmax=-1
[   10.939817] PVR_K:  298: Read BVNC 36.52.104.182 from HW device registers
[   10.947122] [dhd] dhd_conf_set_txglom_params : tx_max_offset=0, txctl_tmo_fix=300
[   10.954019] PVR_K:  298: RGX Device registered BVNC 36.52.104.182 with 1 core in the system
[   10.961423] [dhd] dhd_conf_get_disable_proptx : fw_proptx=1, disable_proptx=-1
[   10.972345] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[   10.979897] [drm] Initialized pvr 1.16.6099580 20170530 for ffef400000.gpu on minor 2
         Mountin[   10.993848] pwm-backlight pwm-backlight@0: supply power not found, using dummy regulator
g Boot [   10.999420] [dhd] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
Loader Partition...
[   11.014323] [dhd] Android Location Service, UNSUPPORTED
[   11.026687] audit: type=1334 audit(1686901059.691:4): prog-id=9 op=LOAD
         Startin[   11.033595] audit: type=1334 audit(1686901059.691:5): prog-id=10 op=LOAD
g User Database Manager...
[   11.066151] [dhd] dhd_legacy_preinit_ioctls: Failed to get preserve log # !
[  OK  ] Mounted Boot Loader Partition.
[   11.116305] [dhd] dhd_conf_set_country : set country CN, revision 0
[   11.128822] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created (WLC_E_COUNTRY_CODE_CHANGED)
[   11.139177] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
[  OK  ] Finished Kernel crash dump capture service.
[   11.153769] [dhd] [wlan0] wl_android_wifi_on : Success
[   11.199628] [dhd] CFG80211-ERROR) __wl_update_wiphybands : error reading vhtmode (-23)
[   11.249786] [dhd] [wlan0] wl_cfg80211_up : Roam channel cache enabled
[   11.257714] [dhd] [wlan0] dhd_open : Exit ret=0
[   11.262524] [dhd] [wlan0] dhd_pri_open : tx queue started
[   11.268116] [dhd] dhd_pri_open : mutex is released.
[  OK  ] Started User Database Manager.
[   11.283045] [dhd] [wlan0] dhd_pri_stop : tx queue stopped
[   11.288509] [dhd] [wlan0] dhd_stop : Enter
[   11.293424] [dhd] dhd_stop: ######### called for ifidx=0 #########
[   11.303803] [dhd] CFGP2P-ERROR) wl_cfgp2p_disable_discovery :  do nothing, not initialized
[   11.313654] [dhd] dhd_stop: making dhdpub up FALSE
[   11.319153] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 1 -> mode 0
[   11.326269] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=4, TCPDATA_INFO_MAXNUM=4
[   11.334326] [dhd] [wlan0] wl_android_wifi_off : in g_wifi_on=1, on_failure=1
[   11.341512] [dhd] dhd_bus_devreset: == Power OFF ==
[   11.346814] [dhd] dhd_bus_stop: making DHD_BUS_DOWN
[  OK     11.352693] [dhd] bcmsdh_oob_intr_unregister: Enter
0m] Created slic[   11.358891] [dhd] dhd_bus_devreset: making dhdpub up FALSE
e User [   11.365751] [dhd] dhd_txglom_enable: enable 0
Slice of UID 0   11.371475] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
0m.
[   11.378107] [dhd] wifi_platform_set_power = 0, delay: 0 msec
[   11.384169] [dhd] ======== PULL WL_REG_ON(447) LOW! ========
[   11.389863] [dhd] [wlan0] wl_android_wifi_off : out
[   11.394983] [dhd] [wlan0] dhd_stop : Exit
         Starting User Runtime Directory /run/user/0...
[  OK  ] Finished User Runtime Directory /run/user/0.
[   11.477814] [dhd] CFG80211-ERROR) wl_cfg80211_add_virtual_iface : device is not ready
         Starting User Manager for UID 0...
[   11.500720] audit: type=1006 audit(1686901060.163:6): pid=450 uid=0 subj==unconfined old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[   11.540632] audit: type=1334 audit(1686901060.203:7): prog-id=11 op=LOAD
[   11.547498] audit: type=1334 audit(1686901060.203:8): prog-id=11 op=UNLOAD
[   11.554531] audit: type=1334 audit(1686901060.203:9): prog-id=12 op=LOAD
[   11.561379] audit: type=1334 audit(1686901060.203:10): prog-id=12 op=UNLOAD
[   11.707108] [dhd] dhd_pri_open : no mutex held
[   11.715881] [dhd] dhd_pri_open : set mutex lock
[   11.721836] [dhd] [wlan0] dhd_open : Enter
[   11.726363] [dhd] Dongle Host Driver, version 101.10.361.27 (wlan=r892223-20221025-4)
[   11.726363] drivers/net/wireless/bcmdhd.101.10.361.x compiled on Jun 10 2023 at 03:53:19
[   11.726363] 
[   11.744752] [dhd] dhd_open: ######### called for ifidx=0 #########
[   11.751388] [dhd] [wlan0] wl_android_wifi_on : in g_wifi_on=0
[   11.757271] [dhd] wifi_platform_set_power = 1, delay: 200 msec
[   11.763203] [dhd] ======== PULL WL_REG_ON(447) HIGH! ========
[  OK  ] Started User Manager for UID 0.
[  OK  ] Started Session c1 of User root.
[   11.880122] audit: type=1006 audit(1686901060.543:11): pid=345 uid=0 subj==unconfined old-auid=4294967295 auid=0 tty=tty7 old-ses=4294967295 ses=2 res=1
[   12.077125] PVR_K:  345: RGX Firmware image 'rgx.fw.36.52.104.182' loaded
[   12.078451] [dhd] sdio_sw_reset: call mmc_sw_reset
[   12.086193] PVR_K:  345: *****enter sysintstall LISR
[   12.086193] 
[   12.097279] PVR_K:  345: Shader binary image 'rgx.sh.36.52.104.182' loaded
[   12.124784] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
[   12.132129] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   12.139521] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
[   12.148021] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
[   12.157020] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
[   12.210506] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #210!!!
[   12.216649] [dhd] sdioh_start: set sd_f2_blocksize 256
[   12.218620] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #210!!!
[  OK     12.234000] [dhd] dhd_bus_devreset: == Power ON ==
0m] Started    12.240142] [dhd] F1 signature read @0x18000000=0x1522a804
1;39mWeston, a Wayland …mpositor, as a system service.
[   12.255370] [dhd] F1 signature OK, socitype:0x1 chip:0xa804 rev:0x2 pkg:0x2
[   12.263651] [dhd] DHD: dongle ram size is set to 655360(orig 655360) at 0x0
[   12.271107] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN
[   12.276560] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN
[   12.282331] [dhd] dhd_conf_set_path_params : Final fw_path=/lib/firmware/fw_bcm43013c1_ag.bin
[   12.291000] [dhd] dhd_conf_set_path_params : Final nv_path=/lib/firmware/nvram_ap6203bm.txt
[   12.299425] [dhd] dhd_conf_set_path_params : Final clm_path=/lib/firmware/clm_bcm43013c1_ag.blob
[   12.308269] [dhd] dhd_conf_set_path_params : Final conf_path=/lib/firmware/config.txt
[   12.316211] [dhd] dhd_get_download_buffer: Open image file failed /lib/firmware/config.txt
[   12.324551] [dhd] dhd_conf_read_config : Ignore config file /lib/firmware/config.txt
[   12.332973] [dhd] dhd_os_open_image1: /lib/firmware/fw_bcm43013c1_ag.bin (510851 bytes) open success
[   12.424101] [dhd] dhd_os_open_image1: /lib/firmware/nvram_ap6203bm.txt (3131 bytes) open success
[   12.432980] [dhd] #AP6203BM_NVRAM_V1.1_20211210_swoob
[   12.438890] [dhd] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[   12.747635] [dhd] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[   12.754635] [dhd] bcmsdh_oob_intr_register: SW_OOB irq=67 flags=0x1
[   12.763660] [dhd] wlc_ver_major 12, wlc_ver_minor 1
[   12.769767] [dhd] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit
[   12.778331] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 1
[   12.785429] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=4, TCPDATA_INFO_MAXNUM=4
[   12.795589] [dhd] dhd_legacy_preinit_ioctls: use firmware generated mac_address b8:13:32:ec:74:12
[   12.804611] [dhd] dhd_os_open_image1: /lib/firmware/clm_bcm43013c1_ag.blob (5144 bytes) open success
[   12.814522] [dhd] dhd_check_current_clm_data: ----- This FW is not included CLM data -----
[   12.835571] [dhd] dhd_check_current_clm_data: ----- This FW is included CLM data -----
[   12.847569] [dhd] Firmware up: op_mode=0x0005, MAC=b8:13:32:ec:74:12
[   12.854977] [dhd] Disable tdls_auto_op failed. -1
[   12.864710] [dhd] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0
[   12.875326] [dhd] arp_enable:1 arp_ol:0
[   12.889383] [dhd]   Driver: 101.10.361.27 (wlan=r892223-20221025-4)
[   12.889383] [dhd]   Firmware: wl0: Aug 19 2022 09:56:39 version 18.35.389.80 (g81a98c72) FWID 01-2559ed9e
[   12.889383] [dhd]   CLM: 9.9.5_SS (2019-12-13 13:26:03) 
[   12.910948] [dhd] dhd_txglom_enable: enable 1
[   12.915448] [dhd] dhd_conf_set_txglom_params : txglom_mode=copy
[   12.921463] [dhd] dhd_conf_set_txglom_params : txglomsize=36, deferred_tx_len=0
[   12.928907] [dhd] dhd_conf_set_txglom_params : txinrx_thres=128, dhd_txminmax=-1
[   12.936416] [dhd] dhd_conf_set_txglom_params : tx_max_offset=0, txctl_tmo_fix=300
[   12.943980] [dhd] dhd_conf_get_disable_proptx : fw_proptx=1, disable_proptx=-1
[   12.952962] [dhd] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64
[   12.963736] [dhd] Android Location Service, UNSUPPORTED
[   13.004892] [dhd] dhd_legacy_preinit_ioctls: Failed to get preserve log # !
[   13.054983] [dhd] dhd_conf_set_country : set country CN, revision 0
[   13.067766] [dhd] CFG80211-ERROR) wl_cfg80211_event : Event handler is not created (WLC_E_COUNTRY_CODE_CHANGED)
[   13.078500] [dhd] dhd_conf_set_country : Country code: CN (CN/0)
[   13.093533] [dhd] [wlan0] wl_android_wifi_on : Success
[   13.141233] [dhd] CFG80211-ERROR) __wl_update_wiphybands : error reading vhtmode (-23)
[   13.197373] [dhd] [wlan0] wl_cfg80211_up : Roam channel cache enabled
[   13.205233] [dhd] [wlan0] dhd_open : Exit ret=0
[   13.210178] [dhd] [wlan0] dhd_pri_open : tx queue started
[   13.215915] [dhd] dhd_pri_open : mutex is released.

THEAD C910 Release Distro 1.1.2 BeagleV ttyS0

BeagleV login: root
root@BeagleV:~# 
1 Like

FYI - I found a CP2102 adapter board worked okay. My PL2302 and FTDI based cables did not.




1 Like

Hey @DrewFustini I see you’re booting Ubuntu there. Is that from SD card or EMMC?

I’m asking after many frustrated attempts to get fastboot_emmc.sh to do its thing (and still getting Yocto after lots of apparent flashing that doesn’t seem to have done anything).

Hi @cpswan the trick is to get the device into Fastboot mode:

Over the debug interface you should see:

brom_ver 8
[APP][E] protocol_connect failed, exit.

This is done, with power applied… Hold the USB button, and toggle the reset button…

For ubuntu (xfce image) you can grab the latest pre-built snapshot by going to: Pipelines · BeagleV-Ahead / xuantie-ubuntu · GitLab

voodoo@hestia:~/Downloads$ unzip xuantie-ubuntu-12341.zip 
Archive:  xuantie-ubuntu-12341.zip
  inflating: deploy/boot.ext4.xz     
  inflating: deploy/fastboot_emmc.sh  
  inflating: deploy/root.ext4.xz     
  inflating: deploy/u-boot-with-spl.bin  
voodoo@hestia:~/Downloads$ cd deploy/
voodoo@hestia:~/Downloads/deploy$ sudo ./fastboot_emmc.sh

If you want to customize your own image, or use the smaller ubuntu minmal or debian image, just clone the repo and build locally: BeagleV-Ahead / xuantie-ubuntu · GitLab

Regards,

1 Like