20260422给万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时适配下面的USB口

root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# echo host > mode

root@rk3576-buildroot:/sys/class/gpio# echo 128 > export

root@rk3576-buildroot:/sys/class/gpio/gpio128# echo out > direction

root@rk3576-buildroot:/sys/class/gpio/gpio128# echo 1 > value

20260422给万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时适配下面的USB口

2026/4/22 17:59

缘起:鼠标/键盘接入 万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时,下面的USB口没有反应。

根据经验确认是 OTG/DEVICE 功能的切换问题。

1、异常现象:

@万象奥科-王乃鑫 万象奥科的开发板HD-RK3576-PI 刷 你们提供的ubuntu系统,【摞在一起的2个】USB接口的下面的USB口 接 鼠标/键盘 是可以用的。【确认 硬件和 IMG固件都是好的】

刷入 我移植的原厂Buildroot系统的IMG固件,发现 下面的USB口 接 鼠标和 键盘都没有反应。鼠标的USB灯不亮。但是上面的USB接口是好的。请问 该如何配置【DTS】呢?

@万象奥科-王乃鑫 如图的 接鼠标 无反应,请问如何 处理?

@??damo 键盘 也没有 反应。原厂的ubuntu系统是好的?

是不是要进行 OTG/DEVICE 功能的切换呀?

lsusb先看下有没有识别到设备

root@rk3576-buildroot:/#

root@rk3576-buildroot:/#

root@rk3576-buildroot:/# lsusb

Bus 001 Device 001: ID 1d6b:0002

Bus 002 Device 001: ID 1d6b:0003

root@rk3576-buildroot:/#

root@rk3576-buildroot:/#

这个是 鼠标 接到 下面的USB口

这没有识别到鼠标 这是两个hub控制器

2、经过询问DeepSeek,没有拿到答案。

根据经验,很像荣品RK3588开发板的 OTG/DEVICE 功能的切换。

https://doc.rpdzkj.cn/#/zh_cn/瑞芯微系列/rk3588-rk3588s/7.接口使用?id=otg模式切换

USB

OTG模式切换

Type-C 接口的 开发板上有Type-C芯片检测device 设备的插拔, 自动切换对应接口的主从模式.

typeA 只能通过以下命令手动切换 host/device 模式

Linux 的 otg 口默认上电为 device 功能

查看当前模式

cat /sys/kernel/debug/usb/fc000000.usb/mode

复制Error已复制复制Error已复制复制Error已复制
typeA切换模式命令

切换至 host 模式,可接外设,如U盘鼠标

echo host > /sys/kernel/debug/usb/fc000000.usb/mode

复制Error已复制复制Error已复制复制Error已复制

切换至 device,默认为ADB设备

echo device > /sys/kernel/debug/usb/fc000000.usb/mode

3、切换到HOST模式:

root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb#
root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cat mode
device
root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# [ 53.140782] android_work: did not send uevent (0 0 0000000000000000)

root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb#

root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cat mode

device

root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# [ 64.136970] android_work: did not send uevent (0 0 0000000000000000)

root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb#
root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# echo host > mode
root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# [ 77.475062] dwc3 23000000.usb: request 000000006cf5edc5 was not queued to ep0out

77.476842\] android_work: did not send uevent (0 0 0000000000000000) \[ 77.584799\] phy phy-2602e000.syscon:usb2-phy@0.0: illegal mode \[ 77.584866\] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller \[ 77.585161\] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 3 \[ 77.585354\] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002010010 \[ 77.585405\] xhci-hcd xhci-hcd.9.auto: irq 112, io mem 0x23000000 \[ 77.585552\] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller \[ 77.585721\] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4 \[ 77.585740\] xhci-hcd xhci-hcd.9.auto: Host supports USB 3.0 SuperSpeed \[ 77.585885\] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 \[ 77.585899\] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 77.585910\] usb usb3: Product: xHCI Host Controller \[ 77.585919\] usb usb3: Manufacturer: Linux 6.1.99 xhci-hcd \[ 77.585929\] usb usb3: SerialNumber: xhci-hcd.9.auto \[ 77.586359\] hub 3-0:1.0: USB hub found \[ 77.586389\] hub 3-0:1.0: 1 port detected \[ 77.586694\] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. \[ 77.586778\] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 \[ 77.586791\] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 77.586803\] usb usb4: Product: xHCI Host Controller \[ 77.586812\] usb usb4: Manufacturer: Linux 6.1.99 xhci-hcd \[ 77.586822\] usb usb4: SerialNumber: xhci-hcd.9.auto \[ 77.587170\] hub 4-0:1.0: USB hub found \[ 77.587200\] hub 4-0:1.0: 1 port detected root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cat mode host root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# ![](https://i-blog.csdnimg.cn/direct/acb97bb48e704f2e9de970c05403e102.png) ![](https://i-blog.csdnimg.cn/direct/9f72a87fc6674273bc1465d284c65205.png) 4、USB鼠标还是不能用,通过lsusb确认没有找到USB鼠标这个设备! root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# lsusb Bus 003 Device 001: ID 1d6b:0002 Bus 001 Device 001: ID 1d6b:0002 Bus 004 Device 001: ID 1d6b:0003 Bus 002 Device 001: ID 1d6b:0003 root@rk3576-buildroot:/# root@rk3576-buildroot:/# ![](https://i-blog.csdnimg.cn/direct/54c679e66b3642d5b825c041b19089f8.png) 5、根据GPIO口状态知道有GPIO4A0这个 host/device 切换引脚!根据ubuntu系统的GPIO4A0的状态拉高它! ![](https://i-blog.csdnimg.cn/direct/da389dea13aa4278b5f7385b506c378f.png) root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# echo 128 \> export root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# ll total 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 ./ drwxr-xr-x 80 root root 0 Jan 1 00:00 ../ --w------- 1 root root 4096 Jan 1 00:05 export lrwxrwxrwx 1 root root 0 Jan 1 00:05 gpio128 -\> ../../devices/platform/pinctrl/2ae40000.gpio/gpiochip4/gpio/gpio128/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip0 -\> ../../devices/platform/pinctrl/27320000.gpio/gpio/gpiochip0/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip128 -\> ../../devices/platform/pinctrl/2ae40000.gpio/gpio/gpiochip128/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip32 -\> ../../devices/platform/pinctrl/2ae10000.gpio/gpio/gpiochip32/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip509 -\> ../../devices/platform/2ac40000.i2c/i2c-1/1-0023/rk806-pinctrl.1.auto/gpio/gpiochip509/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip64 -\> ../../devices/platform/pinctrl/2ae20000.gpio/gpio/gpiochip64/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip96 -\> ../../devices/platform/pinctrl/2ae30000.gpio/gpio/gpiochip96/ --w------- 1 root root 4096 Jan 1 00:00 unexport root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# cd gpio128/ root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# ll total 0 drwxr-xr-x 3 root root 0 Jan 1 00:05 ./ drwxr-xr-x 3 root root 0 Jan 1 00:05 ../ -rw-r--r-- 1 root root 4096 Jan 1 00:05 active_low lrwxrwxrwx 1 root root 0 Jan 1 00:05 device -\> ../../../gpiochip4/ -rw-r--r-- 1 root root 4096 Jan 1 00:05 direction -rw-r--r-- 1 root root 4096 Jan 1 00:05 edge drwxr-xr-x 2 root root 0 Jan 1 00:05 power/ lrwxrwxrwx 1 root root 0 Jan 1 00:05 subsystem -\> ../../../../../../../class/gpio/ -rw-r--r-- 1 root root 4096 Jan 1 00:05 uevent -rw-r--r-- 1 root root 4096 Jan 1 00:05 value root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# cat direction in root@rk3576-buildroot:/sys/class/gpio/gpio128# cat value 0 root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# echo out \> direction root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# cat direction out root@rk3576-buildroot:/sys/class/gpio/gpio128# cat value 0 root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# echo 1 \> value root@rk3576-buildroot:/sys/class/gpio/gpio128# \[ 356.535572\] usb 3-1: new low-speed USB device number 2 using xhci-hcd \[ 356.687864\] usb 3-1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 \[ 356.687959\] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 \[ 356.687995\] usb 3-1: Product: USB Optical Mouse \[ 356.688026\] usb 3-1: Manufacturer: Logitech \[ 356.707228\] input: Logitech USB Optical Mouse as /devices/platform/23000000.usb/xhci-hcd.9.auto/usb3/3-1/3-1:1.0/0003:046D:C077.0001/input/input7 \[ 356.707636\] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse \[Logitech USB Optical Mouse\] on usb-xhci-hcd.9.auto-1/input0 \[00:05:55.303\] event7 - Logitech USB Optical Mouse: is tagged by udev as: Mouse \[00:05:55.303\] event7 - Logitech USB Optical Mouse: device is a pointer \[00:05:55.304\] libinput: configuring device "Logitech USB Optical Mouse". \[00:05:55.304\] associating input device event7 with output HDMI-A-1 (none by udev) root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# lsusb Bus 003 Device 001: ID 1d6b:0002 Bus 001 Device 001: ID 1d6b:0002 Bus 004 Device 001: ID 1d6b:0003 Bus 002 Device 001: ID 1d6b:0003 Bus 003 Device 002: ID 046d:c077 root@rk3576-buildroot:/sys/class/gpio/gpio128# ![](https://i-blog.csdnimg.cn/direct/2a2862efa3b64790a5a8b38ee937169e.jpeg) ![](https://i-blog.csdnimg.cn/direct/8969049bc7684440a44f923e38f9105f.jpeg) 详细LOG: \[BEGIN\] 2026/4/22 19:50:03 root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# reboot root@rk3576-buildroot:/sys/class/gpio/gpio128# Stopping input-event-daemon: done stop auto-reboot finished Stopping dnsmasq: OK starting usbdevice service, log saved to /var/log/usbdevice.log Stopping pulseaudio: E: \[pulseaudio\] main.c: Failed to kill daemon: No such process OK Stopping dropbear sshd: OK stoping weston... \[11:50:06.544\] caught signal 15 done. \[11:50:06.546\] event0 - 27330000.pwm: device removed \[11:50:06.546\] event1 - rk805 pwrkey: device removed \[11:50:06.547\] event4 - adc-keys: device removed \[11:50:06.547\] event3 - bt-powerkey: device removed \[11:50:06.547\] event7 - Logitech USB Optical Mouse: device removed Stopping chrony: OK Stopping dhcpcd... no /sbin/dhcpcd found; none killed killall: rkaiq_3A_server: no process killed \[ 378.633730\] rockchip-vop2 27d00000.vop: \[drm:vop2_crtc_atomic_disable\] Crtc atomic disable vp0 Stopping network: ifdown: interface lo not configured OK Stopping bluetoothd: OK \[ 378.653816\] rockchip-hdptx-phy-hdmi 2b000000.hdmiphy: hdptx_ropll_cmn_config bus_width:8 rate:1485000 E: \[pulseaudio\] bluez5-util.c: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Message recipient disconnected from message bus without replying \[ 378.654019\] rockchip-hdptx-phy-hdmi 2b000000.hdmiphy: hdptx phy pll locked! Stopping Wi-Fi/BT...\[ 378.674191\] rockchip-hdptx-phy-hdmi 2b000000.hdmiphy: hdptx_ropll_cmn_config bus_width:8 rate:1485000 \[ 378.674376\] rockchip-hdptx-phy-hdmi 2b000000.hdmiphy: hdptx phy pll locked! \[ 378.684489\] \[dhd\] \[wlan1\] dhd_static_if_stop : Enter \[ 378.684511\] \[dhd\] dhd_set_del_in_progress \[ 378.685163\] \[dhd\] dhd_set_del_in_progress \[ 378.685549\] \[dhd\] dhd_wlfc_deinit():3918, maintain HOST RXRERODER flag in tvl \[ 378.685924\] \[dhd\] CFG80211-ERROR) wl_release_vif_macaddr : MAC address - 9e:b8:b4:36:53:1e not found in the used list. toggled_bit:0000 vif_mask:8000 \[ 378.685948\] \[dhd\] \[wlan0\] dhd_stop : Enter \[ 378.685955\] \[dhd\] dhd_stop: ######### called for ifidx=0 ######### \[ 378.687572\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized \[ 378.687769\] \[dhd\] dhd_stop: making dhdpub up FALSE \[ 378.687783\] \[dhd\] dhd_tcpack_suppress_set: TCP ACK Suppress mode 1 -\> mode 0 \[ 378.687790\] \[dhd\] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 \[ 378.687801\] \[dhd\] \[wlan0\] wl_android_wifi_off : g_wifi_on=1 force_off=1 \[ 378.687808\] \[dhd\] dhd_bus_devreset: == Power OFF == \[ 378.688004\] \[dhd\] dhd_bus_stop: making DHD_BUS_DOWN \[ 378.688028\] \[dhd\] dhdsdio_isr : bus is down. we have nothing to do \[ 378.688041\] \[dhd\] bcmsdh_oob_intr_unregister: Enter \[ 378.688068\] \[dhd\] dhd_bus_devreset: making dhdpub up FALSE \[ 378.688074\] \[dhd\] dhd_txglom_enable: enable 0 \[ 378.688081\] \[dhd\] dhd_bus_devreset: making DHD_BUS_DOWN \[ 378.688116\] \[dhd\] wifi_platform_set_power = 0, delay: 10 msec \[ 378.688124\] \[dhd\] ======== PULL WL_REG_ON(-1) LOW! ======== \[ 378.688131\] \[WLAN_RFKILL\]: rockchip_wifi_power: 0 \[ 378.688138\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 378.688144\] wifi power off stopped process in pidfile '/run/wpa_supplicant.wlan0.pid' (pid 1042) /etc/xdg/weston/weston.ini.d/02-desktop.ini: "shell/locking" from "false" to "true" arm_release_ver: g24p0-00eac0, rk_so_ver: 7 \[ 378.795479\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 378.795531\] \[WLAN_RFKILL\]: wifi shut off power \[GPIO72-0

378.806715\] \[dhd\] wifi_platform_set_power = 0, sleep done: 10 msec \[ 378.806769\] \[dhd\] \[wlan0\] wl_android_wifi_off : out \[ 378.806794\] \[dhd\] \[wlan0\] dhd_stop : Exit \[ 378.806803\] \[dhd\] \[wlan1\] dhd_static_if_stop : Exit ret=0 Done Stopping system message bus: done Stopping klogd: OK Stopping syslogd: OK Seeding 256 bits and crediting Saving 256 bits of creditable seed for next boot log-guardian: Stopping log-guardian (393)... \[ 378.996857\] ffs_data_put(): freeing \[ 378.997356\] EXT4-fs (mmcblk0p6): unmounting filesystem. umount: /var/log: target is busy. umount: /run: target is busy. \[ 379.007027\] EXT4-fs (mmcblk0p7): re-mounted. Quota mode: disabled. The system is going down NOW! Sent SIGTERM to all processes Terminated \[ 379.013849\] MCLK/LRCK 256 W: \[pulseaudio\] pid.c: Failed to open PID file '/tmp/pulse-jOH2Mnr4vZip/pid': Read-only file system W: \[pulseaudio\] pid.c: Failed to open PID file '/tmp/pulse-jOH2Mnr4vZip/pid': Read-only file system Sent SIGKILL to all processes Requesting system reboot \[ 381.011537\] \[dhd\] dhd_reboot_callback: code = 1 \[ 381.011620\] \[dhd\] dhd_module_cleanup: Enter \[ 381.011722\] \[dhd\] sdioh_remove: Enter \[ 381.011985\] \[dhd\] dhdsdio_disconnect : no mutex held \[ 381.011996\] \[dhd\] dhdsdio_disconnect : set mutex lock \[ 381.012013\] \[dhd\] dhd_detach: making dhdpub up FALSE \[ 381.012022\] \[dhd\] bcmsdh_oob_intr_unregister: Enter \[ 381.012030\] \[dhd\] bcmsdh_oob_intr_unregister: irq is not registered \[ 381.012040\] \[dhd\] dhd_wlfc_deinit():3903, Already disabled! \[ 381.027839\] \[dhd\] dhd_detach(): thread:dhd_watchdog_thread:3b3 wait for terminate \[ 381.028197\] \[dhd\] dhd_detach(): thread:dhd_watchdog_thread:3b3 terminated OK \[ 381.028214\] \[dhd\] dhd_detach(): thread:dhd_rxf:3b5 wait for terminate \[ 381.028419\] \[dhd\] dhd_detach(): thread:dhd_rxf:3b5 terminated OK \[ 381.028433\] \[dhd\] dhd_detach(): thread:dhd_dpc:3b4 wait for terminate \[ 381.028586\] \[dhd\] dhd_dpc_thread: Unexpected up_cnt 0 \[ 381.028687\] \[dhd\] dhd_detach(): thread:dhd_dpc:3b4 terminated OK \[ 381.029259\] \[dhd\] CFG80211-ERROR) wl_cfg80211_clear_per_bss_ies : netinfo or netinfo-\>wdev is NULL \[ 381.052201\] \[dhd\] dhd_tcpack_suppress_set 378: already set to 0 \[ 381.052365\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 0 \[ 381.052391\] \[dhd\] dhdsdio_disconnect : mutex is released. \[ 381.052812\] \[dhd\] unregister wifi platform drivers \[ 381.052827\] \[dhd\] wifi_platform_bus_enumerate device present 0 \[ 381.052840\] \[dhd\] ======== Card detection to remove SDIO card! ======== \[ 381.052854\] \[dhd\] STATIC-MSG) dhd_static_buf_exit : Enter \[ 381.052954\] \[dhd\] dhd_module_cleanup: Exit \[ 381.058012\] xhci-hcd xhci-hcd.9.auto: remove, state 4 \[ 381.058479\] usb usb4: USB disconnect, device number 1 \[ 381.059303\] xhci-hcd xhci-hcd.9.auto: USB bus 4 deregistered \[ 381.060030\] xhci-hcd xhci-hcd.9.auto: remove, state 1 \[ 381.060488\] usb usb3: USB disconnect, device number 1 \[ 381.060941\] usb 3-1: USB disconnect, device number 2 \[ 381.062575\] xhci-hcd xhci-hcd.9.auto: USB bus 3 deregistered \[ 381.068555\] mpp_rkvenc2 27a10000.rkvenc-core: shutdown device \[ 381.069069\] mpp_rkvenc2 27a10000.rkvenc-core: shutdown success \[ 381.069592\] mpp_rkvenc2 27a00000.rkvenc-core: shutdown device \[ 381.070099\] mpp_rkvenc2 27a00000.rkvenc-core: shutdown success \[ 381.070621\] mpp_rkvdec2 27b00100.rkvdec: shutdown device \[ 381.071096\] mpp_rkvdec2 27b00100.rkvdec: shutdown success \[ 381.071583\] mpp_jpgenc 27910800.jpege: shutdown device \[ 381.072036\] mpp_jpgenc 27910800.jpege: shutdown success \[ 381.072503\] mpp_jpgdec 27910000.jpegd: shutdown device \[ 381.072956\] mpp_jpgdec 27910000.jpegd: shutdown success \[ 381.073423\] mpp-iep2 27960000.iep: shutdown device \[ 381.073843\] mpp-iep2 27960000.iep: shutdown success \[ 381.074446\] rga2 27930000.rga: shutdown success \[ 381.074930\] rga2 27920000.rga: shutdown success \[ 381.075423\] rkisp_hw 27c00000.isp: rkisp_hw_shutdown \[ 381.199623\] xhci-hcd xhci-hcd.0.auto: remove, state 4 \[ 381.200073\] usb usb2: USB disconnect, device number 1 \[ 381.200852\] xhci-hcd xhci-hcd.0.auto: USB bus 2 deregistered \[ 381.201537\] xhci-hcd xhci-hcd.0.auto: remove, state 4 \[ 381.201983\] usb usb1: USB disconnect, device number 1 \[ 381.202770\] xhci-hcd xhci-hcd.0.auto: USB bus 1 deregistered \[ 381.203675\] \[WLAN_RFKILL\]: Enter rfkill_wlan_shutdown \[ 381.204119\] \[WLAN_RFKILL\]: rockchip_wifi_power: 0 \[ 381.204540\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 381.205058\] wifi power off \[ 381.311497\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 381.312017\] \[WLAN_RFKILL\]: wifi shut off power \[GPIO72-0

381.312493\] \[WLAN_RFKILL\]: rfkill_set_wifi_bt_power: 0 \[ 381.513335\] reboot: Restarting system DDR 2f85f4b2d4 cym 24/11/07-19:07:28,fwver: v1.09 In ch0 ttot10 ch1 ttot10 ch0 ttot14 LPDDR4X, 1560MHz channel\[0\] BW=16 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=1024MB ch1 ttot14 channel\[1\] BW=16 Col=10 Bk=8 CS0 Row=16 CS=1 Die BW=16 Size=1024MB Manufacturer ID:0x13 CH0 RX Vref:27.8%, RX DQS Vref:31.6%, TX Vref:23.8%,0.0% DQ roc: p3 n0, p5 n3, p1 n0, p1 n0, p1 n0, p2 n0, p6 n0, p2 n0, p1 n0, p6 n1, p2 n0, p4 n0, p1 n0, p1 n0, p0 n1, p2 n0, p2 n0, p5 n0, DQ rds:h3 h1 h1 l0 h4 l0 h2 h1, l0 l0 h2 l0 h1 h3 l0 h1 DQS roc: p0, n0, p2, n0 CH1 RX Vref:25.7%, RX DQS Vref:30.0%, TX Vref:23.8%,0.0% DQ roc: p5 n0, p3 n0, p7 n0, p2 n0, p2 n0, p2 n0, p3 n0, p7 n0, p1 n0, p1 n0, p2 n0, p1 n0, p3 n7, p3 n0, p2 n0, p1 n0, p4 n0, p2 n0, DQ rds:h1 h3 h1 l0 h4 h1 h2 h1, h1 l0 h3 h1 l0 h1 h3 l0 DQS roc: p0, n0, p0, n0 stride=0x3, ddr_config=0x0 hash bank_mask0-3 0x0 0x880 0x1100 0x2200, rank_mask0 0x0 change to F1: 528MHz ch0 ttot10 ch1 ttot10 change to F2: 1068MHz ch0 ttot12 ch1 ttot12 change to F3: 1560MHz ch0 ttot14 ch1 ttot14 change to F0: 1560MHz ch0 ttot14 ch1 ttot14 out U-Boot SPL board init U-Boot SPL 2017.09 (Apr 22 2026 - 12:13:31) sfc cmd=00H(6BH-x4) unknown raw ID 0 0 0 unrecognized JEDEC id bytes: 00, 00, 00 Trying to boot from MMC2 MMC: no card present mmc_init: -123, time 0 spl: mmc init failed with error: -123 Trying to boot from MMC1 SPL: A/B-slot: _a, successful: 0, tries-remain: 7 Trying fit image at 0x4000 sector ## Verified-boot: 0 ## Checking atf-1 0x40040000 ... sha256(1c50b242b2...) + OK ## Checking uboot 0x40200000 ... sha256(23f875e997...) + OK ## Checking fdt 0x4034b288 ... sha256(9dfd444689...) + OK ## Checking atf-2 0x400f0000 ... sha256(8afb712810...) + OK ## Checking atf-3 0x3fe70000 ... sha256(3af1bf762b...) + OK ## Checking optee 0x48400000 ... sha256(010f86355a...) + OK Jumping to U-Boot(0x40200000) via ARM Trusted Firmware(0x40040000) Total: 102.300/223.68 ms INFO: Preloader serial: 0 NOTICE: BL31: v2.3():v2.3-859-gc481e5368:derrick.huang, fwver: v1.14 NOTICE: BL31: Built : 09:37:28, Nov 8 2024 INFO: ext 32k is not detected INFO: SOC (0x35760101) INFO: spec: 0x1 INFO: soc warm boot, reset status: 0x1 INFO: ARM GICv2 driver initialized INFO: bypass memory repair INFO: dfs DDR fsp_params\[0\].freq_mhz= 1560MHz INFO: dfs DDR fsp_params\[1\].freq_mhz= 528MHz INFO: dfs DDR fsp_params\[2\].freq_mhz= 1068MHz INFO: dfs DDR fsp_params\[3\].freq_mhz= 1560MHz INFO: Using opteed sec cpu_context! INFO: boot cpu mask: 1 INFO: BL31: Initializing runtime services INFO: BL31: Initializing BL32 I/TC: I/TC: OP-TEE version: 3.13.0-891-g9f2aca7d1 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Thu Oct 31 16:14:37 CST 2024 aarch64, fwver: v1.05 I/TC: OP-TEE memory: TEEOS 0x200000 TA 0xc00000 SHM 0x200000 I/TC: Primary CPU initializing I/TC: Primary CPU switching to normal world boot INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x40200000 INFO: SPSR = 0x3c9 U-Boot 2017.09 (Apr 22 2026 - 12:13:31 +0800) Model: Rockchip RK3576 Evaluation board MPIDR: 0x0 PreSerial: 0, raw, 0x2ad40000 DRAM: 2 GiB Sysmem: init Relocation Offset: 7da12000 Relocation fdt: bb9f9f70 - bb9fece8 CR: M/C/I Using default environment optee api revision: 2.0 mmc@2a310000: 1, mmc@2a330000: 0 Bootdev(atags): mmc 0 MMC0: HS400 Enhanced Strobe, 200Mhz PartType: EFI TEEC: Waring: Could not find security partition DM: v2 boot mode: normal RESC: 'boot', blk@0x0001b1a6 resource: sha256+ FIT: no signed, no conf required DTB: rk-kernel.dtb HASH(ce): OK dw_dp_bind zyb enter I2c1 speed: 100000Hz PMIC: RK8060 (on=0x40, off=0x00) vdd_cpu_big_s0 init 850000 uV vdd_npu_s0 750000 uV vdd_cpu_lit_s0 init 850000 uV vdd_gpu_s0 init 750000 uV vdd_logic_s0 init 750000 uV vdd_ddr_s0 850000 uV Warn: can't find connect driver Warn: can't get connect driver Could not find baseparameter partition Model: Rockchip RK3576 EVB1 V10 Board Rockchip UBOOT DRM driver version: v1.0.1 Assign plane mask automatically VOP have 2 active VP vp0 have layer nr:1\[2 \], primary plane: 2 vp1 have layer nr:0\[\], primary plane: 0 vp2 have layer nr:1\[8 \], primary plane: 8 Monitor has basic audio support Could not find baseparameter partition color_format:1 hdmi_select_link_config use tmds mode mode:1920x1080 bus_format:0x2025 hdmi@27da0000: detailed mode clock 148500 kHz, flags\[5

H: 1920 2008 2052 2200

V: 1080 1084 1089 1125

bus_format: 2025

VOP update mode to: 1920x1080p60, type: HDMI0 for VP0

disp_info is empty

hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000

hdptx phy pll locked!

VP0 set crtc_clock to 1485KHz

VOP VP0 enable Esmart0[654x270->654x270@633x405] fmt[0] addr[0xbdf00000]

CEA mode used vic=16

mtmdsclock:148500000

hdptx_ropll_cmn_config bus_width:16a8c8 rate:1485000

hdptx phy pll locked!

dw_hdmi_setup HDMI mode

don't use dsc mode

dw hdmi qp use tmds mode

bus_width:0x16a8c8,bit_rate:1485000

hdptx phy lane locked!

CLK: (uboot. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)

bpll 816000 KHz

lpll 816000 KHz

vpll 594000 KHz

aupll 786432 KHz

cpll 1000000 KHz

gpll 1188000 KHz

ppll 1300000 KHz

aclk_bus_root 396000 KHz

pclk_bus_root 100000 KHz

hclk_bus_root 198000 KHz

aclk_top 786432 KHz

aclk_top_mid 396000 KHz

pclk_top 100000 KHz

hclk_top 200000 KHz

Net: eth0: ethernet@2a220000

Hit key to stop autoboot('CTRL+C'): 0

ANDROID: reboot reason: "(none)"

Not AVB images, AVB skip

No valid android hdr

Android image load failed

Android boot failed, error -1.

Booting FIT Image at 0xb91c4340 with size 0x02634c00

Fdt Ramdisk skip relocation

Loading kernel from FIT Image at b91c4340 ...

Using 'conf' configuration

Verified-boot: 0

Trying 'kernel' kernel subimage

Description: unavailable

Type: Kernel Image

Compression: uncompressed

Data Start: 0xb920ad40

Data Size: 39772672 Bytes = 37.9 MiB

Architecture: AArch64

OS: Linux

Load Address: 0x40400000

Entry Point: 0x40400000

Hash algo: sha256

Hash value: cf920e8f68756b71e2cff1281f4d6d80029b3d0d5aaeeed26d2f9c06aafc5a1c

Verifying Hash Integrity ... sha256+ OK

Loading fdt from FIT Image at b91c4340 ...

Using 'conf' configuration

Trying 'fdt' fdt subimage

Description: unavailable

Type: Flat Device Tree

Compression: uncompressed

Data Start: 0xb91c4b40

Data Size: 286868 Bytes = 280.1 KiB

Architecture: AArch64

Load Address: 0x48300000

Hash algo: sha256

Hash value: b9d2331e4f00b500e2572ad38939056754ae72edca26cd43b818124ef12ec823

Verifying Hash Integrity ... sha256+ OK

Loading fdt from 0x48300000 to 0x48300000

Booting using the fdt blob at 0x48300000

Loading Kernel Image from 0xb920ad40 to 0x40400000 ... OK

kernel loaded at 0x40400000, end = 0x429ee200

Using Device Tree in place at 0000000048300000, end 0000000048349093

scanning bus for devices...

ufshcd_link_startup: Device not present

link startup failed -6

ufshcd_pltfrm_init() failed -6

FDT: UFS was not detected, disabling UFS.

vp0, plane_mask:0x4, primary-id:2, curser-id:-1

vp1, plane_mask:0x0, primary-id:0, curser-id:-1

vp2, plane_mask:0x100, primary-id:8, curser-id:-1

reserved-memory:

drm-logo@0: addr=bdf00000 size=15a000

ramoops@40110000: addr=40110000 size=e0000

Adding bank: 0x40200000 - 0x48400000 (size: 0x08200000)

Adding bank: 0x49400000 - 0xc0000000 (size: 0x76c00000)

Total: 883.703/1153.758 ms

Starting kernel ...

1.160739\] Booting Linux on physical CPU 0x0000000000 \[0x410fd034

1.160766\] Linux version 6.1.99 (rootroot@rootroot-HP-245-14-inch-G10-Notebook-PC) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1 SMP Tue Apr 21 18:47:32 CST 2026 \[ 1.163742\] random: crng init done \[ 1.168481\] Machine model: Rockchip RK3576 EVB1 V10 Board \[ 1.180867\] earlycon: uart8250 at MMIO32 0x000000002ad40000 (options '') \[ 1.185654\] printk: bootconsole \[uart8250\] enabled \[ 1.188546\] efi: UEFI not found. \[ 1.191260\] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@0': base 0x0000000000000000, size 0 MiB \[ 1.244390\] Zone ranges: \[ 1.244646\] DMA \[mem 0x0000000040200000-0x00000000bfffffff

1.245232\] DMA32 empty \[ 1.245504\] Normal empty \[ 1.245776\] Movable zone start for each node \[ 1.246176\] Early memory node ranges \[ 1.246511\] node 0: \[mem 0x0000000040200000-0x00000000483fffff

1.247102\] node 0: \[mem 0x0000000049400000-0x00000000bfffffff

1.247692\] Initmem setup node 0 \[mem 0x0000000040200000-0x00000000bfffffff

1.248935\] On node 0, zone DMA: 512 pages in unavailable ranges \[ 1.257118\] On node 0, zone DMA: 4096 pages in unavailable ranges \[ 1.257697\] cma: Reserved 16 MiB at 0x00000000be800000 \[ 1.258949\] psci: probing for conduit method from DT. \[ 1.259430\] psci: PSCIv1.1 detected in firmware. \[ 1.259865\] psci: Using standard PSCI v0.2 function IDs \[ 1.260357\] psci: Trusted OS migration not required \[ 1.260823\] psci: SMC Calling Convention v1.2 \[ 1.261552\] percpu: Embedded 26 pages/cpu s68968 r8192 d29336 u106496 \[ 1.262300\] Detected VIPT I-cache on CPU0 \[ 1.262722\] CPU features: detected: ARM erratum 845719 \[ 1.263208\] alternatives: applying boot alternatives \[ 1.264033\] Built 1 zonelists, mobility grouping on. Total pages: 511496 \[ 1.264680\] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0x2ad40000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.09-2f85f4b2d4,bl31-v1.14,bl32-v1.05,uboot-04/22/2026 \[ 1.267793\] Unknown kernel command line parameters "storagemedia=emmc", will be passed to user space. \[ 1.268928\] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) \[ 1.269789\] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) \[ 1.270520\] mem auto-init: stack:off, heap alloc:off, heap free:off \[ 1.293699\] Memory: 1979004K/2078720K available (20224K kernel code, 3640K rwdata, 7288K rodata, 7552K init, 662K bss, 83332K reserved, 16384K cma-reserved) \[ 1.295124\] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 \[ 1.295770\] ftrace: allocating 61832 entries in 242 pages \[ 1.379554\] ftrace: allocated 242 pages with 5 groups \[ 1.380147\] trace event string verifier disabled \[ 1.380771\] rcu: Hierarchical RCU implementation. \[ 1.381216\] rcu: RCU event tracing is enabled. \[ 1.381642\] All grace periods are expedited (rcu_expedited). \[ 1.382179\] Rude variant of Tasks RCU enabled. \[ 1.382605\] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. \[ 1.391171\] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 \[ 1.395064\] Root IRQ handler: gic_handle_irq \[ 1.395488\] GIC: Using split EOI/Deactivate mode \[ 1.397492\] rcu: Offload RCU callbacks from CPUs: 0-7. \[ 1.398012\] rcu: srcu_init: Setting srcu_struct sizes based on contention. \[ 1.426425\] arch_timer: cp15 timer(s) running at 1000.00MHz (phys). \[ 1.427024\] clocksource: arch_sys_counter: mask: 0x1fffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns \[ 1.428048\] sched_clock: 61 bits at 1000MHz, resolution 1ns, wraps every 4398046511103ns \[ 1.430823\] Console: colour dummy device 80x25 \[ 1.431272\] Calibrating delay loop (skipped), value calculated using timer frequency.. 2000.00 BogoMIPS (lpj=4000000) \[ 1.432246\] pid_max: default: 32768 minimum: 301 \[ 1.432803\] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) \[ 1.433487\] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) \[ 1.434989\] cacheinfo: Unable to detect cache hierarchy for CPU 0 \[ 1.435931\] cblist_init_generic: Setting adjustable number of callback queues. \[ 1.436593\] cblist_init_generic: Setting shift to 3 and lim to 1. \[ 1.437260\] rcu: Hierarchical SRCU implementation. \[ 1.437700\] rcu: Max phase no-delay instances is 1000. \[ 1.441031\] EFI services will not be available. \[ 1.441807\] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot \[ 1.443334\] Detected VIPT I-cache on CPU1 \[ 1.443396\] cacheinfo: Unable to detect cache hierarchy for CPU 1 \[ 1.443433\] CPU1: Booted secondary processor 0x0000000001 \[0x410fd034

1.444531\] Detected VIPT I-cache on CPU2 \[ 1.444580\] cacheinfo: Unable to detect cache hierarchy for CPU 2 \[ 1.444598\] CPU2: Booted secondary processor 0x0000000002 \[0x410fd034

1.445663\] Detected VIPT I-cache on CPU3 \[ 1.445701\] cacheinfo: Unable to detect cache hierarchy for CPU 3 \[ 1.445717\] CPU3: Booted secondary processor 0x0000000003 \[0x410fd034

1.446818\] CPU features: detected: Spectre-BHB \[ 1.446824\] CPU features: detected: ARM erratum 1742098 \[ 1.446827\] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 \[ 1.446829\] Detected PIPT I-cache on CPU4 \[ 1.446873\] cacheinfo: Unable to detect cache hierarchy for CPU 4 \[ 1.446893\] CPU4: Booted secondary processor 0x0000000100 \[0x411fd080

1.447959\] Detected PIPT I-cache on CPU5 \[ 1.447994\] cacheinfo: Unable to detect cache hierarchy for CPU 5 \[ 1.448006\] CPU5: Booted secondary processor 0x0000000101 \[0x411fd080

1.449052\] Detected PIPT I-cache on CPU6 \[ 1.449087\] cacheinfo: Unable to detect cache hierarchy for CPU 6 \[ 1.449099\] CPU6: Booted secondary processor 0x0000000102 \[0x411fd080

1.450150\] Detected PIPT I-cache on CPU7 \[ 1.450188\] cacheinfo: Unable to detect cache hierarchy for CPU 7 \[ 1.450200\] CPU7: Booted secondary processor 0x0000000103 \[0x411fd080

1.450254\] smp: Brought up 1 node, 8 CPUs \[ 1.462772\] SMP: Total of 8 processors activated. \[ 1.463204\] CPU features: detected: 32-bit EL0 Support \[ 1.463680\] CPU features: detected: CRC32 instructions \[ 1.464257\] CPU: All CPU(s) started at EL2 \[ 1.464634\] alternatives: applying system-wide alternatives \[ 1.466614\] devtmpfs: initialized \[ 1.484961\] Registered cp15_barrier emulation handler \[ 1.485420\] Registered setend emulation handler \[ 1.485909\] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns \[ 1.486780\] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) \[ 1.487754\] pinctrl core: initialized pinctrl subsystem \[ 1.488509\] DMI not present or invalid. \[ 1.489003\] NET: Registered PF_NETLINK/PF_ROUTE protocol family \[ 1.490345\] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations \[ 1.491129\] DMA: preallocated 256 KiB GFP_KERNEL\|GFP_DMA pool for atomic allocations \[ 1.491918\] DMA: preallocated 256 KiB GFP_KERNEL\|GFP_DMA32 pool for atomic allocations \[ 1.494714\] Registered FIQ tty driver \[ 1.495237\] thermal_sys: Registered thermal governor 'fair_share' \[ 1.495240\] thermal_sys: Registered thermal governor 'step_wise' \[ 1.495784\] thermal_sys: Registered thermal governor 'user_space' \[ 1.496327\] thermal_sys: Registered thermal governor 'power_allocator' \[ 1.496899\] cpuidle: using governor menu \[ 1.497973\] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. \[ 1.498688\] ASID allocator initialised with 65536 entries \[ 1.501502\] ramoops: dmesg-0 0x18000@0x0000000040110000 \[ 1.501971\] ramoops: dmesg-1 0x18000@0x0000000040128000 \[ 1.502772\] ramoops: console 0x80000@0x0000000040140000 \[ 1.503243\] ramoops: pmsg 0x30000@0x00000000401c0000 \[ 1.503935\] printk: console \[ramoops-1\] enabled \[ 1.504348\] pstore: Registered ramoops as persistent store backend \[ 1.504896\] ramoops: using 0xe0000@0x40110000, ecc: 0 \[ 1.507230\] platform csi2-dcphy0: Fixed dependency cycle(s) with /mipi0-csi2 \[ 1.507901\] platform mipi0-csi2: Fixed dependency cycle(s) with /csi2-dcphy0 \[ 1.508857\] platform mipi0-csi2: Fixed dependency cycle(s) with /rkcif-mipi-lvds \[ 1.509543\] platform rkcif-mipi-lvds: Fixed dependency cycle(s) with /mipi0-csi2 \[ 1.510383\] platform rkcif-mipi-lvds-sditf: Fixed dependency cycle(s) with /rkisp-vir0 \[ 1.511109\] platform rkisp-vir0: Fixed dependency cycle(s) with /rkcif-mipi-lvds-sditf \[ 1.512027\] platform rkisp-vir0-sditf: Fixed dependency cycle(s) with /rkvpss-vir0 \[ 1.512734\] platform rkvpss-vir0: Fixed dependency cycle(s) with /rkisp-vir0-sditf \[ 1.523489\] platform 27d00000.vop: Fixed dependency cycle(s) with /hdmi@27da0000 \[ 1.524188\] platform 27da0000.hdmi: Fixed dependency cycle(s) with /vop@27d00000 \[ 1.525084\] platform 27e40000.dp: Fixed dependency cycle(s) with /vop@27d00000 \[ 1.534122\] platform 2b010000.phy: Fixed dependency cycle(s) with /i2c@2ac50000/husb311@4e/connector \[ 1.547752\] rockchip-gpio 27320000.gpio: probed /pinctrl/gpio@27320000 \[ 1.548617\] rockchip-gpio 2ae10000.gpio: probed /pinctrl/gpio@2ae10000 \[ 1.549468\] rockchip-gpio 2ae20000.gpio: probed /pinctrl/gpio@2ae20000 \[ 1.550310\] rockchip-gpio 2ae30000.gpio: probed /pinctrl/gpio@2ae30000 \[ 1.551118\] rockchip-gpio 2ae40000.gpio: probed /pinctrl/gpio@2ae40000 \[ 1.551804\] rockchip-pinctrl pinctrl: probed pinctrl \[ 1.555013\] OF: /sdio-pwrseq: could not get #clock-cells for /i2c@2ac40000/pmic@23 \[ 1.564665\] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ fiq not found \[ 1.565285\] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ wakeup not found \[ 1.565905\] fiq_debugger_probe: could not install nmi irq handler \[\[ 1.566496\] printk: console \[ttyFIQ0\] enabled 1.566496\] printk: console \[ttyFIQ0\] enabled \[ 1.567265\] printk: bootconsole \[uart8250\] disabled \[ 1.567265\] printk: bootconsole \[uart8250\] disabled \[ 1.567779\] Registered fiq debugger ttyFIQ0 \[ 1.570345\] rockchip-pinctrl pinctrl: unable to find group for node gpiopower-pwr \[ 1.570750\] iommu: Default domain type: Translated \[ 1.570759\] iommu: DMA domain TLB invalidation policy: strict mode \[ 1.570936\] SCSI subsystem initialized \[ 1.571033\] usbcore: registered new interface driver usbfs \[ 1.571058\] usbcore: registered new interface driver hub \[ 1.571078\] usbcore: registered new device driver usb \[ 1.571152\] mc: Linux media interface: v0.10 \[ 1.571172\] videodev: Linux video capture interface: v2.00 \[ 1.571208\] pps_core: LinuxPPS API ver. 1 registered \[ 1.571214\] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti \ \[ 1.571224\] PTP clock support registered \[ 1.571247\] EDAC MC: Ver: 3.0.0 \[ 1.571775\] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16 \[ 1.571854\] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. \[ 1.571897\] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 \[ 1.573332\] Advanced Linux Sound Architecture Driver Initialized. \[ 1.573560\] Bluetooth: Core ver 2.22 \[ 1.573580\] NET: Registered PF_BLUETOOTH protocol family \[ 1.573587\] Bluetooth: HCI device and connection manager initialized \[ 1.573594\] Bluetooth: HCI socket layer initialized \[ 1.573601\] Bluetooth: L2CAP socket layer initialized \[ 1.573612\] Bluetooth: SCO socket layer initialized \[ 1.574956\] rockchip-cpuinfo cpuinfo: SoC : 35760000 \[ 1.574966\] rockchip-cpuinfo cpuinfo: Serial : c8ce0e22d503cd05 \[ 1.575391\] clocksource: Switched to clocksource arch_sys_counter \[ 1.579789\] NET: Registered PF_INET protocol family \[ 1.579884\] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) \[ 1.580946\] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) \[ 1.580970\] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) \[ 1.580999\] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) \[ 1.581082\] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) \[ 1.581360\] TCP: Hash tables configured (established 16384 bind 16384) \[ 1.581423\] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear) \[ 1.581460\] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear) \[ 1.581569\] NET: Registered PF_UNIX/PF_LOCAL protocol family \[ 1.581769\] RPC: Registered named UNIX socket transport module. \[ 1.581779\] RPC: Registered udp transport module. \[ 1.581784\] RPC: Registered tcp transport module. \[ 1.581789\] RPC: Registered tcp NFSv4.1 backchannel transport module. \[ 1.582299\] PCI: CLS 0 bytes, default 64 \[ 1.583022\] rockchip-thermal 2ae70000.tsadc: Missing rockchip,grf property \[ 1.585283\] thermal thermal_zone0: power_allocator: sustainable_power will be estimated \[ 1.585375\] thermal thermal_zone1: power_allocator: sustainable_power will be estimated \[ 1.585548\] thermal thermal_zone3: power_allocator: sustainable_power will be estimated \[ 1.585633\] thermal thermal_zone4: power_allocator: sustainable_power will be estimated \[ 1.585716\] thermal thermal_zone5: power_allocator: sustainable_power will be estimated \[ 1.585967\] rockchip-thermal 2ae70000.tsadc: tsadc is probed successfully! \[ 1.587165\] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available \[ 1.587509\] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available \[ 1.924251\] Initialise system trusted keyrings \[ 1.924361\] workingset: timestamp_bits=62 max_order=19 bucket_order=0 \[ 1.926821\] squashfs: version 4.0 (2009/01/31) Phillip Lougher \[ 1.927143\] NFS: Registering the id_resolver key type \[ 1.927160\] Key type id_resolver registered \[ 1.927166\] Key type id_legacy registered \[ 1.927188\] ntfs: driver 2.1.32 \[Flags: R/O\]. \[ 1.927261\] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. \[ 1.927426\] fuse: init (API version 7.37) \[ 1.927601\] SGI XFS with security attributes, no debug enabled \[ 1.956279\] NET: Registered PF_ALG protocol family \[ 1.956295\] Key type asymmetric registered \[ 1.956301\] Asymmetric key parser 'x509' registered \[ 1.956331\] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) \[ 1.956339\] io scheduler mq-deadline registered \[ 1.956346\] io scheduler kyber registered \[ 1.957612\] rockchip-csi2-dphy-hw 2b030000.csi2-dphy0-hw: csi2 dphy hw probe successfully! \[ 1.957725\] rockchip-csi2-dphy-hw 2b070000.csi2-dphy1-hw: csi2 dphy hw probe successfully! \[ 1.958890\] rockchip-usb2phy 2602e000.syscon:usb2-phy@0: error -ENXIO: IRQ index 0 not found \[ 1.958985\] rockchip-usb2phy 2602e000.syscon:usb2-phy@0: refclk freq 24000000 \[ 1.960297\] rockchip-usb2phy 2602e000.syscon:usb2-phy@2000: error -ENXIO: IRQ index 0 not found \[ 1.960385\] rockchip-usb2phy 2602e000.syscon:usb2-phy@2000: refclk freq 24000000 \[ 1.964874\] rockchip-hdptx-phy-hdmi 2b000000.hdmiphy: hdptx phy init success \[ 1.967421\] pwm-backlight backlight: supply power not found, using dummy regulator \[ 1.967708\] iep: Module initialized. \[ 1.967746\] mpp_service mpp-srv: unknown mpp version for missing VCS info \[ 1.967754\] mpp_service mpp-srv: probe start \[ 1.969828\] mpp_rkvenc2 rkvenc-ccu: probing start \[ 1.969844\] mpp_rkvenc2 rkvenc-ccu: probing finish \[ 1.970277\] mpp_service mpp-srv: probe success \[ 1.979720\] dma-pl330 2ab90000.dma-controller: Loaded driver for PL330 DMAC-241330 \[ 1.979739\] dma-pl330 2ab90000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 \[ 1.980500\] dma-pl330 2abb0000.dma-controller: Loaded driver for PL330 DMAC-241330 \[ 1.980510\] dma-pl330 2abb0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 \[ 1.981262\] dma-pl330 2abd0000.dma-controller: Loaded driver for PL330 DMAC-241330 \[ 1.981272\] dma-pl330 2abd0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 \[ 1.982013\] rockchip-system-monitor rockchip-system-monitor: system monitor probe \[ 1.982355\] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active. \[ 1.982457\] Serial: 8250/16550 driver, 15 ports, IRQ sharing disabled \[ 1.983224\] 2ad70000.serial: ttyS4 at MMIO 0x2ad70000 (irq = 42, base_baud = 11718) is a 16550A \[ 1.983790\] 2ad80000.serial: ttyS5 at MMIO 0x2ad80000 (irq = 43, base_baud = 11718) is a 16550A \[ 1.991001\] OF: graph: no port node found in /dp@27e40000 \[ 1.991366\] platform 27d00000.vop: Fixed dependency cycle(s) with /dp@27e40000 \[ 1.996873\] cacheinfo: Unable to detect cache hierarchy for CPU 0 \[ 1.999798\] brd: module loaded \[ 2.002092\] loop: module loaded \[ 2.002260\] zram: Added device: zram0 \[ 2.002397\] lkdtm: No crash points registered, enable through debugfs \[ 2.004584\] CAN device driver interface \[ 2.005377\] rk_gmac-dwmac 2a220000.ethernet: IRQ eth_lpi not found \[ 2.005537\] rk_gmac-dwmac 2a220000.ethernet: supply phy not found, using dummy regulator \[ 2.005609\] rk_gmac-dwmac 2a220000.ethernet: clock input or output? (output). \[ 2.005617\] rk_gmac-dwmac 2a220000.ethernet: TX delay(0x1b). \[ 2.005624\] rk_gmac-dwmac 2a220000.ethernet: Can not read property: rx_delay. \[ 2.005629\] rk_gmac-dwmac 2a220000.ethernet: set rx_delay to 0xffffffff \[ 2.005698\] rk_gmac-dwmac 2a220000.ethernet: integrated PHY? (no). \[ 2.005707\] rk_gmac-dwmac 2a220000.ethernet: cannot get clock mac_clk_rx \[ 2.005715\] rk_gmac-dwmac 2a220000.ethernet: cannot get clock mac_clk_tx \[ 2.005728\] rk_gmac-dwmac 2a220000.ethernet: cannot get clock clk_mac_speed \[ 2.005949\] rk_gmac-dwmac 2a220000.ethernet: init for RGMII_RXID \[ 2.006041\] rk_gmac-dwmac 2a220000.ethernet: User ID: 0x30, Synopsys ID: 0x51 \[ 2.006050\] rk_gmac-dwmac 2a220000.ethernet: DWMAC4/5 \[ 2.006058\] rk_gmac-dwmac 2a220000.ethernet: DMA HW capability register supported \[ 2.006064\] rk_gmac-dwmac 2a220000.ethernet: RX Checksum Offload Engine supported \[ 2.006069\] rk_gmac-dwmac 2a220000.ethernet: TX Checksum insertion supported \[ 2.006075\] rk_gmac-dwmac 2a220000.ethernet: Wake-Up On Lan supported \[ 2.006106\] rk_gmac-dwmac 2a220000.ethernet: TSO supported \[ 2.006112\] rk_gmac-dwmac 2a220000.ethernet: Enable RX Mitigation via HW Watchdog Timer \[ 2.006119\] rk_gmac-dwmac 2a220000.ethernet: Enabled L3L4 Flow TC (entries=2) \[ 2.006125\] rk_gmac-dwmac 2a220000.ethernet: Enabled RFS Flow TC (entries=10) \[ 2.006131\] rk_gmac-dwmac 2a220000.ethernet: TSO feature enabled \[ 2.006137\] rk_gmac-dwmac 2a220000.ethernet: Using 40/40 bits DMA host/device width \[ 2.140744\] usbcore: registered new interface driver rtl8150 \[ 2.140767\] usbcore: registered new device driver r8152-cfgselector \[ 2.140788\] usbcore: registered new interface driver r8152 \[ 2.145247\] phy phy-2602e000.syscon:usb2-phy@2000.1: illegal mode \[ 2.145266\] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller \[ 2.145342\] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 \[ 2.145410\] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002010010 \[ 2.145441\] xhci-hcd xhci-hcd.0.auto: irq 60, io mem 0x23400000 \[ 2.145512\] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller \[ 2.145575\] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 \[ 2.145585\] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed \[ 2.145648\] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 \[ 2.145656\] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.145663\] usb usb1: Product: xHCI Host Controller \[ 2.145668\] usb usb1: Manufacturer: Linux 6.1.99 xhci-hcd \[ 2.145674\] usb usb1: SerialNumber: xhci-hcd.0.auto \[ 2.145866\] hub 1-0:1.0: USB hub found \[ 2.145883\] hub 1-0:1.0: 1 port detected \[ 2.146035\] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. \[ 2.146077\] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 \[ 2.146085\] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.146091\] usb usb2: Product: xHCI Host Controller \[ 2.146096\] usb usb2: Manufacturer: Linux 6.1.99 xhci-hcd \[ 2.146102\] usb usb2: SerialNumber: xhci-hcd.0.auto \[ 2.146274\] hub 2-0:1.0: USB hub found \[ 2.146291\] hub 2-0:1.0: 1 port detected \[ 2.146462\] usbcore: registered new interface driver cdc_acm \[ 2.146469\] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters \[ 2.146554\] usbcore: registered new interface driver uas \[ 2.146584\] usbcore: registered new interface driver usb-storage \[ 2.146620\] usbcore: registered new interface driver usbserial_generic \[ 2.146631\] usbserial: USB Serial support registered for generic \[ 2.146648\] usbcore: registered new interface driver cp210x \[ 2.146659\] usbserial: USB Serial support registered for cp210x \[ 2.146680\] usbcore: registered new interface driver ftdi_sio \[ 2.146693\] usbserial: USB Serial support registered for FTDI USB Serial Device \[ 2.146722\] usbcore: registered new interface driver keyspan \[ 2.146733\] usbserial: USB Serial support registered for Keyspan - (without firmware) \[ 2.146744\] usbserial: USB Serial support registered for Keyspan 1 port adapter \[ 2.146753\] usbserial: USB Serial support registered for Keyspan 2 port adapter \[ 2.146769\] usbserial: USB Serial support registered for Keyspan 4 port adapter \[ 2.146787\] usbcore: registered new interface driver option \[ 2.146798\] usbserial: USB Serial support registered for GSM modem (1-port) \[ 2.146836\] usbcore: registered new interface driver oti6858 \[ 2.146848\] usbserial: USB Serial support registered for oti6858 \[ 2.146866\] usbcore: registered new interface driver pl2303 \[ 2.146877\] usbserial: USB Serial support registered for pl2303 \[ 2.146895\] usbcore: registered new interface driver qcserial \[ 2.146906\] usbserial: USB Serial support registered for Qualcomm USB modem \[ 2.146926\] usbcore: registered new interface driver sierra \[ 2.146936\] usbserial: USB Serial support registered for Sierra USB modem \[ 2.147495\] usbcore: registered new interface driver usbtouchscreen \[ 2.147655\] .. rk pwm remotectl v2.0 init \[ 2.147795\] input: 27330000.pwm as /devices/platform/27330000.pwm/input/input0 \[ 2.147935\] remotectl-pwm 27330000.pwm: pwm sip wakeup config error!! \[ 2.147942\] remotectl-pwm 27330000.pwm: Donot support ATF Wakeup \[ 2.148297\] i2c_dev: i2c /dev entries driver \[ 2.149578\] i2c 1-0023: Fixed dependency cycle(s) with /i2c@2ac40000/pmic@23/pinctrl_rk806/rk806_dvs1_pwrdn \[ 2.149599\] i2c 1-0023: Fixed dependency cycle(s) with /i2c@2ac40000/pmic@23/pinctrl_rk806/rk806_dvs3_null \[ 2.149610\] i2c 1-0023: Fixed dependency cycle(s) with /i2c@2ac40000/pmic@23/pinctrl_rk806/rk806_dvs2_null \[ 2.149621\] i2c 1-0023: Fixed dependency cycle(s) with /i2c@2ac40000/pmic@23/pinctrl_rk806/rk806_dvs1_null \[ 2.151427\] rk806 1-0023: chip id: RK806,ver:0xa, 0x5 \[ 2.152320\] rk806 1-0023: ON: 0x40 OFF:0x0 \[ 2.152775\] rk806 1-0023: dvs-suspend-control-by missing! \[ 2.161822\] input: rk805 pwrkey as /devices/platform/2ac40000.i2c/i2c-1/1-0023/rk805-pwrkey.2.auto/input/input1 \[ 2.220126\] rk806 1-0023: no sleep-setting state \[ 2.220144\] rk806 1-0023: no reset-setting pinctrl state \[ 2.220150\] rk806 1-0023: no dvs-setting pinctrl state \[ 2.231069\] rtc-hym8563 2-0051: hym8563_init_device: error read i2c data -6 \[ 2.231229\] rtc-hym8563 2-0051: could not init device, -6 \[ 2.231363\] platform 23000000.usb: Fixed dependency cycle(s) with /i2c@2ac50000/husb311@4e \[ 2.231432\] i2c 2-004e: Fixed dependency cycle(s) with /usb@23000000 \[ 2.231938\] husb311 2-004e: fail to read Vendor id(-6) \[ 2.231949\] husb311 2-004e: check vid/pid fail(-6) \[ 2.233143\] platform csi2-dcphy0: Fixed dependency cycle(s) with /i2c@2ac70000/imx415@1a \[ 2.233214\] i2c 4-001a: Fixed dependency cycle(s) with /csi2-dcphy0 \[ 2.233310\] i2c i2c-4: 1 i2c clients have been registered at 0x1a \[ 2.233344\] platform csi2-dcphy0: Fixed dependency cycle(s) with /i2c@2ac70000/imx464-0@1a \[ 2.233398\] i2c 4-001a-1: Fixed dependency cycle(s) with /csi2-dcphy0 \[ 2.233530\] platform csi2-dcphy0: Fixed dependency cycle(s) with /i2c@2ac70000/sc4336@30 \[ 2.233580\] i2c 4-0030: Fixed dependency cycle(s) with /csi2-dcphy0 \[ 2.233711\] platform csi2-dcphy0: Fixed dependency cycle(s) with /i2c@2ac70000/imx464-1@36 \[ 2.233761\] i2c 4-0036: Fixed dependency cycle(s) with /csi2-dcphy0 \[ 2.233861\] i2c i2c-4: 1 i2c clients have been registered at 0x36 \[ 2.233896\] platform csi2-dcphy0: Fixed dependency cycle(s) with /i2c@2ac70000/os04a10@36 \[ 2.233942\] i2c 4-0036-1: Fixed dependency cycle(s) with /csi2-dcphy0 \[ 2.234706\] i2c i2c-7: 1 i2c clients have been registered at 0x68 \[ 2.235554\] rkcifhw 27c10000.rkcif: Adding to iommu group 9 \[ 2.235943\] rkcifhw 27c10000.rkcif: No reserved memory region assign to CIF \[ 2.236062\] rkcif rkcif-mipi-lvds: Adding to iommu group 9 \[ 2.236079\] rkcif rkcif-mipi-lvds: rkcif driver version: v00.02.00 \[ 2.236162\] rkcif rkcif-mipi-lvds: attach to cif hw node \[ 2.236168\] rkcif rkcif-mipi-lvds: rkcif wait line 0 \[ 2.236174\] rkcif rkcif-mipi-lvds: rkcif fastboot reserve bufs num 3 \[ 2.236183\] : terminal subdev does not exist \[ 2.236191\] : terminal subdev does not exist \[ 2.236197\] : terminal subdev does not exist \[ 2.236203\] : terminal subdev does not exist \[ 2.236209\] : get_remote_sensor: video pad\[0\] is null \[ 2.236214\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.236220\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.236227\] : get_remote_sensor: video pad\[0\] is null \[ 2.236232\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.236237\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.236243\] : get_remote_sensor: video pad\[0\] is null \[ 2.236248\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.236253\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.236259\] : get_remote_sensor: video pad\[0\] is null \[ 2.236263\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.236268\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.236946\] rkcif rkcif-mipi-lvds: No memory-region-thunderboot specified \[ 2.237847\] rockchip-mipi-csi2-hw 27c80000.mipi0-csi2-hw: enter mipi csi2 hw probe! \[ 2.237966\] rockchip-mipi-csi2-hw 27c80000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw! \[ 2.238003\] rockchip-mipi-csi2-hw 27c90000.mipi1-csi2-hw: enter mipi csi2 hw probe! \[ 2.238078\] rockchip-mipi-csi2-hw 27c90000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw! \[ 2.238114\] rockchip-mipi-csi2-hw 27ca0000.mipi2-csi2-hw: enter mipi csi2 hw probe! \[ 2.238182\] rockchip-mipi-csi2-hw 27ca0000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw! \[ 2.238214\] rockchip-mipi-csi2-hw 27cb0000.mipi3-csi2-hw: enter mipi csi2 hw probe! \[ 2.238283\] rockchip-mipi-csi2-hw 27cb0000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw! \[ 2.238316\] rockchip-mipi-csi2-hw 27cc0000.mipi4-csi2-hw: enter mipi csi2 hw probe! \[ 2.238382\] rockchip-mipi-csi2-hw 27cc0000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw! \[ 2.238776\] rockchip-mipi-csi2 mipi0-csi2: attach to csi2 hw node \[ 2.238805\] rkcif rkcif-mipi-lvds: Entity type for entity rockchip-mipi-csi2 was not initialized! \[ 2.238814\] rockchip-mipi-csi2: Async registered subdev \[ 2.238820\] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds! \[ 2.239635\] rkisp_hw 27c00000.isp: Adding to iommu group 8 \[ 2.239790\] rkisp_hw 27c00000.isp: is_thunderboot: 0 \[ 2.239798\] rkisp_hw 27c00000.isp: Missing rockchip,grf property \[ 2.239819\] rkisp_hw 27c00000.isp: max input:0x0@0fps \[ 2.239935\] rkisp_hw 27c00000.isp: no find phandle sram \[ 2.240211\] rkisp rkisp-vir0: rkisp driver version: v02.09.00 \[ 2.240299\] rkisp rkisp-vir0: No memory-region-thunderboot specified \[ 2.240370\] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was not initialized! \[ 2.241986\] rkvpss_hw 27c30000.vpss: Adding to iommu group 10 \[ 2.242231\] rkvpss_hw 27c30000.vpss: failed to get cru reset \[ 2.242522\] rkvpss rkvpss-vir0: rkvpss driver version: v00.01.00 \[ 2.242936\] rkvpss-vir0: Async subdev notifier completed \[ 2.243205\] usbcore: registered new interface driver uvcvideo \[ 2.243960\] Bluetooth: HCI UART driver ver 2.3 \[ 2.243971\] Bluetooth: HCI UART protocol H4 registered \[ 2.243977\] Bluetooth: HCI UART protocol ATH3K registered \[ 2.244002\] usbcore: registered new interface driver bfusb \[ 2.244027\] usbcore: registered new interface driver btusb \[ 2.245392\] cpu cpu0: bin=0 \[ 2.245578\] cpu cpu0: leakage=4 \[ 2.247759\] cpu cpu0: pvtm=1965 \[ 2.248292\] cpu cpu0: pvtm-volt-sel=7 \[ 2.248313\] cpu cpu0: soc version=0, speed=7 \[ 2.249775\] cpu cpu4: bin=0 \[ 2.249957\] cpu cpu4: leakage=5 \[ 2.252128\] cpu cpu4: pvtm=2073 \[ 2.252646\] cpu cpu4: pvtm-volt-sel=5 \[ 2.252663\] cpu cpu4: soc version=0, speed=5 \[ 2.254085\] cpu cpu0: avs=0 \[ 2.254925\] cpu cpu4: avs=0 \[ 2.255009\] cpu cpu0: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.256069\] cpu cpu0: EM: created perf domain \[ 2.256795\] cpu cpu4: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.257935\] cpu cpu4: EM: created perf domain \[ 2.259819\] OF: /sdio-pwrseq: could not get #clock-cells for /i2c@2ac40000/pmic@23 \[ 2.260405\] sdhci: Secure Digital Host Controller Interface driver \[ 2.260415\] sdhci: Copyright(c) Pierre Ossman \[ 2.260422\] Synopsys Designware Multimedia Card Interface Driver \[ 2.260698\] sdhci-pltfm: SDHCI platform and OF driver helper \[ 2.261216\] dwmmc_rockchip 2a320000.mmc: No normal pinctrl state \[ 2.261216\] dwmmc_rockchip 2a310000.mmc: No normal pinctrl state \[ 2.261222\] dwmmc_rockchip 2a320000.mmc: No idle pinctrl state \[ 2.261226\] dwmmc_rockchip 2a310000.mmc: No idle pinctrl state \[ 2.261385\] dwmmc_rockchip 2a320000.mmc: IDMAC supports 32-bit address mode. \[ 2.261403\] dwmmc_rockchip 2a320000.mmc: Using internal DMA controller. \[ 2.261412\] dwmmc_rockchip 2a320000.mmc: Version ID is 270a \[ 2.261437\] dwmmc_rockchip 2a320000.mmc: DW MMC controller at irq 89,32 bit host data width,256 deep fifo \[ 2.261717\] dwmmc_rockchip 2a320000.mmc: allocated mmc-pwrseq \[ 2.261732\] mmc_host mmc2: card is non-removable. \[ 2.261751\] dwmmc_rockchip 2a310000.mmc: IDMAC supports 32-bit address mode. \[ 2.261835\] dwmmc_rockchip 2a310000.mmc: Using internal DMA controller. \[ 2.261873\] dwmmc_rockchip 2a310000.mmc: Version ID is 270a \[ 2.261987\] dwmmc_rockchip 2a310000.mmc: DW MMC controller at irq 90,32 bit host data width,256 deep fifo \[ 2.262594\] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active. \[ 2.262627\] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... \[ 2.262930\] mmc0: CQHCI version 5.10 \[ 2.262939\] rk-crypto 2a400000.crypto: invalid resource \[ 2.263252\] rk-crypto 2a400000.crypto: register to cryptodev ok! \[ 2.263262\] rk-crypto 2a400000.crypto: CRYPTO V3.0.0.0 multi Accelerator successfully registered \[ 2.263634\] cryptodev: driver 1.12 loaded. \[ 2.263657\] hid: raw HID events driver (C) Jiri Kosina \[ 2.263806\] usbcore: registered new interface driver usbhid \[ 2.263812\] usbhid: USB HID core driver \[ 2.264938\] rockchip,bus bus-a72: bin=0 \[ 2.265115\] rockchip,bus bus-a72: leakage=12 \[ 2.265122\] rockchip,bus bus-a72: leakage-volt-sel=1 \[ 2.265129\] rockchip,bus bus-a72: soc version=0, speed=1 \[ 2.265793\] rockchip,bus bus-a72: avs=0 \[ 2.269444\] optee: probing for conduit method. \[ 2.269463\] optee: revision 3.13 (9f2aca7d) \[ 2.269730\] optee: dynamic shared memory is enabled \[ 2.269825\] optee: initialized driver \[ 2.270421\] usbcore: registered new interface driver snd-usb-audio \[ 2.273153\] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) \[ 2.275582\] rk-multicodecs es8388-sound: Has no ADC channel \[ 2.292073\] mmc0: SDHCI controller on 2a330000.mmc \[2a330000.mmc\] using ADMA 64-bit \[ 2.334304\] input: rockchip-es8388 Headset as /devices/platform/es8388-sound/sound/card0/input2 \[ 2.335101\] Initializing XFRM netlink socket \[ 2.335315\] NET: Registered PF_INET6 protocol family \[ 2.336071\] Segment Routing with IPv6 \[ 2.336092\] In-situ OAM (IOAM) with IPv6 \[ 2.336129\] NET: Registered PF_PACKET protocol family \[ 2.336139\] NET: Registered PF_KEY protocol family \[ 2.336145\] can: controller area network core \[ 2.336170\] NET: Registered PF_CAN protocol family \[ 2.336177\] can: raw protocol \[ 2.336184\] can: broadcast manager protocol \[ 2.336192\] can: netlink gateway - max_hops=1 \[ 2.336354\] Bluetooth: RFCOMM socket layer initialized \[ 2.336370\] Bluetooth: RFCOMM ver 1.11 \[ 2.336379\] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 \[ 2.336392\] Bluetooth: HIDP socket layer initialized \[ 2.336415\] \[BT_RFKILL\]: Enter rfkill_rk_init \[ 2.336420\] \[WLAN_RFKILL\]: Enter rfkill_wlan_init \[ 2.336961\] \[WLAN_RFKILL\]: Enter rfkill_wlan_probe \[ 2.336989\] \[WLAN_RFKILL\]: can't find rockchip,grf property \[ 2.336995\] \[WLAN_RFKILL\]: wlan_platdata_parse_dt: wifi_chip_type = ap6256 \[ 2.337001\] \[WLAN_RFKILL\]: wlan_platdata_parse_dt: enable wifi power control. \[ 2.337006\] \[WLAN_RFKILL\]: wlan_platdata_parse_dt: wifi power controled by gpio. \[ 2.337022\] \[WLAN_RFKILL\]: wlan_platdata_parse_dt: WIFI,poweren_gpio = 72 flags = 0. \[ 2.337038\] \[WLAN_RFKILL\]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 73, flags = 0. \[ 2.337048\] \[WLAN_RFKILL\]: wlan_platdata_parse_dt: The ref_wifi_clk not found ! \[ 2.337053\] \[WLAN_RFKILL\]: rfkill_wlan_probe: init gpio \[ 2.337059\] \[WLAN_RFKILL\]: rfkill_set_wifi_bt_power: 1 \[ 2.337065\] \[WLAN_RFKILL\]: Exit rfkill_wlan_probe \[ 2.337474\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 127. \[ 2.337494\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 77. \[ 2.337504\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 62. \[ 2.337514\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 79. \[ 2.337522\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: clk_get failed!!!. \[ 2.337554\] \[BT_RFKILL\]: Request irq for bt wakeup host \[ 2.337731\] \[BT_RFKILL\]: \*\* disable irq \[ 2.337790\] \[BT_RFKILL\]: bt_default device registered. \[ 2.337853\] input: bt-powerkey as /devices/platform/wireless-bluetooth/input/input3 \[ 2.338081\] Key type dns_resolver registered \[ 2.338728\] rockchip-pinctrl pinctrl: pin gpio3-31 already requested by wireless-bluetooth; cannot claim for 4-001a \[ 2.338744\] rockchip-pinctrl pinctrl: pin-127 (4-001a) status -22 \[ 2.338752\] rockchip-pinctrl pinctrl: could not request pin 127 (gpio3-31) from group cam_clk0m0-clk0 on device rockchip-pinctrl \[ 2.338760\] imx415 4-001a: Error applying setting, reverse things back \[ 2.338832\] rockchip-pinctrl pinctrl: pin gpio3-31 already requested by wireless-bluetooth; cannot claim for 4-001a-1 \[ 2.338840\] rockchip-pinctrl pinctrl: pin-127 (4-001a-1) status -22 \[ 2.338848\] rockchip-pinctrl pinctrl: could not request pin 127 (gpio3-31) from group cam_clk0m0-clk0 on device rockchip-pinctrl \[ 2.338855\] imx464 4-001a-1: Error applying setting, reverse things back \[ 2.338889\] rockchip-pinctrl pinctrl: pin gpio3-31 already requested by wireless-bluetooth; cannot claim for 4-0036 \[ 2.338897\] rockchip-pinctrl pinctrl: pin-127 (4-0036) status -22 \[ 2.338903\] rockchip-pinctrl pinctrl: could not request pin 127 (gpio3-31) from group cam_clk0m0-clk0 on device rockchip-pinctrl \[ 2.338911\] imx464 4-0036: Error applying setting, reverse things back \[ 2.339027\] rockchip-pinctrl pinctrl: pin gpio3-31 already requested by wireless-bluetooth; cannot claim for 4-0036-1 \[ 2.339035\] rockchip-pinctrl pinctrl: pin-127 (4-0036-1) status -22 \[ 2.339042\] rockchip-pinctrl pinctrl: could not request pin 127 (gpio3-31) from group cam_clk0m0-clk0 on device rockchip-pinctrl \[ 2.339049\] os04a10 4-0036-1: Error applying setting, reverse things back \[ 2.339221\] rockchip-pinctrl pinctrl: pin gpio3-31 already requested by wireless-bluetooth; cannot claim for 4-0030 \[ 2.339229\] rockchip-pinctrl pinctrl: pin-127 (4-0030) status -22 \[ 2.339236\] rockchip-pinctrl pinctrl: could not request pin 127 (gpio3-31) from group cam_clk0m0-clk0 on device rockchip-pinctrl \[ 2.339243\] sc4336 4-0030: Error applying setting, reverse things back \[ 2.339834\] Loading compiled-in X.509 certificates \[ 2.340891\] pstore: Using crash dump compression: deflate \[ 2.348944\] rga2 27920000.rga: Adding to iommu group 2 \[ 2.349249\] rga2 27920000.rga: probe successfully, irq = 47, hw_version:3.e.19357 \[ 2.349379\] rga2 27930000.rga: Adding to iommu group 3 \[ 2.349654\] rga2 27930000.rga: probe successfully, irq = 48, hw_version:3.e.19357 \[ 2.349843\] rga: IOMMU binding successfully, default mapping core\[0x4

2.349983\] rga: Module initialized. v1.3.7 \[ 2.370335\] rockchip-csi2-dphy csi2-dcphy0: csi2 dphy0 probe successfully! \[ 2.370834\] mpp-iep2 27960000.iep: Adding to iommu group 4 \[ 2.371176\] mpp-iep2 27960000.iep: probe device \[ 2.371408\] mpp-iep2 27960000.iep: reset_group-\>rw_sem_on=0 \[ 2.371426\] mpp-iep2 27960000.iep: reset_group-\>rw_sem_on=0 \[ 2.371440\] mpp-iep2 27960000.iep: reset_group-\>rw_sem_on=0 \[ 2.371511\] mpp-iep2 27960000.iep: probing finish \[ 2.371821\] mpp_jpgdec 27910000.jpegd: Adding to iommu group 1 \[ 2.372144\] mpp_jpgdec 27910000.jpegd: probe device \[ 2.372348\] mpp_jpgdec 27910000.jpegd: reset_group-\>rw_sem_on=0 \[ 2.372364\] mpp_jpgdec 27910000.jpegd: reset_group-\>rw_sem_on=0 \[ 2.372443\] mpp_jpgdec 27910000.jpegd: probing finish \[ 2.372705\] mpp_jpgenc 27910800.jpege: Adding to iommu group 1 \[ 2.372778\] mpp_jpgenc 27910800.jpege: probe device \[ 2.372933\] mpp_jpgenc 27910800.jpege: reset_group-\>rw_sem_on=0 \[ 2.372945\] mpp_jpgenc 27910800.jpege: reset_group-\>rw_sem_on=0 \[ 2.372999\] mpp_jpgenc 27910800.jpege: probe finish \[ 2.373291\] mpp_rkvdec2 27b00100.rkvdec: Adding to iommu group 7 \[ 2.373663\] mpp_rkvdec2 27b00100.rkvdec: rkvdec, probing start \[ 2.373918\] mpp_rkvdec2 27b00100.rkvdec: shared_niu_a is not found! \[ 2.373928\] rkvdec2_init:1198: No niu aclk reset resource define \[ 2.373938\] mpp_rkvdec2 27b00100.rkvdec: shared_niu_h is not found! \[ 2.373946\] rkvdec2_init:1201: No niu hclk reset resource define \[ 2.373960\] mpp_rkvdec2 27b00100.rkvdec: shared_video_cabac is not found! \[ 2.373968\] rkvdec2_init:1207: No cabac reset resource define \[ 2.374019\] mpp_rkvdec2 27b00100.rkvdec: no regulator, devfreq is disabled \[ 2.374221\] mpp_rkvdec2 27b00100.rkvdec: sram_start 0x000000003ff88000 \[ 2.374232\] mpp_rkvdec2 27b00100.rkvdec: rcb_iova 0x0000000010000000 \[ 2.374241\] mpp_rkvdec2 27b00100.rkvdec: sram_size 491520 \[ 2.374249\] mpp_rkvdec2 27b00100.rkvdec: rcb_size 491520 \[ 2.374258\] mpp_rkvdec2 27b00100.rkvdec: min_width 512 \[ 2.374294\] mpp_rkvdec2 27b00100.rkvdec: link mode probe finish \[ 2.374351\] mpp_rkvdec2 27b00100.rkvdec: probing finish \[ 2.374371\] mpp_rkvdec2 27b00100.rkvdec: probing finish \[ 2.374716\] mpp_rkvenc2 27a00000.rkvenc-core: Adding to iommu group 5 \[ 2.375082\] mpp_rkvenc2 27a00000.rkvenc-core: probing start \[ 2.375307\] mpp_rkvenc2 27a00000.rkvenc-core: failed to init opp info \[ 2.375317\] mpp_rkvenc2 27a00000.rkvenc-core: failed to init_opp_table \[ 2.375325\] rkvenc_init:2147: failed to add venc devfreq \[ 2.375441\] mpp_rkvenc2 27a00000.rkvenc-core: attach ccu as core 0 \[ 2.375493\] mpp_rkvenc2 27a00000.rkvenc-core: probing finish \[ 2.375812\] mpp_rkvenc2 27a10000.rkvenc-core: Adding to iommu group 6 \[ 2.376168\] mpp_rkvenc2 27a10000.rkvenc-core: probing start \[ 2.376404\] mpp_rkvenc2 27a10000.rkvenc-core: failed to init opp info \[ 2.376415\] mpp_rkvenc2 27a10000.rkvenc-core: failed to init_opp_table \[ 2.376423\] rkvenc_init:2147: failed to add venc devfreq \[ 2.376503\] mpp_rkvenc2 27a10000.rkvenc-core: attach ccu as core 1 \[ 2.376557\] mpp_rkvenc2 27a10000.rkvenc-core: probing finish \[ 2.376939\] rockchip-vop2 27d00000.vop: Adding to iommu group 11 \[ 2.377743\] rockchip-vop2 27d00000.vop: \[drm:vop2_bind\] vp0 assign plane mask: Esmart0\[0x4\], primary plane phy id: Esmart0\[2

2.377772\] rockchip-vop2 27d00000.vop: \[drm:vop2_bind\] vp1 assign plane mask: \[0x0\], primary plane phy id: INVALID\[-1

2.377786\] rockchip-vop2 27d00000.vop: \[drm:vop2_bind\] vp2 assign plane mask: Esmart2\[0x100\], primary plane phy id: Esmart2\[8

2.378110\] \[drm\] unsupported AFBC format NV12 little-endian (0x3231564e) \[ 2.378177\] \[drm\] failed to init overlay plane Cluster0-win1 \[ 2.378244\] \[drm\] failed to init overlay plane Cluster1-win1 \[ 2.378701\] rockchip-vop2 27d00000.vop: bin=0 \[ 2.378885\] rockchip-vop2 27d00000.vop: leakage=12 \[ 2.378901\] rockchip-vop2 27d00000.vop: leakage-volt-sel=1 \[ 2.378916\] rockchip-vop2 27d00000.vop: soc version=0, speed=1 \[ 2.379876\] rockchip-vop2 27d00000.vop: avs=0 \[ 2.380001\] rockchip-vop2 27d00000.vop: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.380759\] debugfs: Directory 'vdd_logic_s0' with parent 'vdd_logic_s0' already present! \[ 2.383043\] rockchip-vop2 27d00000.vop: Supported VOP aclk dvfs, normal mode:500000000, reset mode:594000000, advanced mode:702000000 \[ 2.383061\] rockchip-drm display-subsystem: bound 27d00000.vop (ops 0xffffffc0094d9368) \[ 2.384282\] dwhdmi-rockchip 27da0000.hdmi: registered ddc I2C bus driver \[ 2.385000\] rockchip-drm display-subsystem: bound 27da0000.hdmi (ops 0xffffffc0094f2600) \[ 2.385467\] rockchip-drm display-subsystem: bound 27e40000.dp (ops 0xffffffc0094f5610) \[ 2.386935\] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.6.auto: dw_hdcp_qp_hdcp_probe success \[ 2.387417\] \[drm\] Initialized rockchip 4.0.0 20140818 for display-subsystem on minor 0 \[ 2.387767\] rockchip-drm display-subsystem: route-dsi: failed to get logo,offset \[ 2.394840\] mmc0: Command Queue Engine enabled \[ 2.394865\] mmc0: new HS400 Enhanced strobe MMC card at address 0001 \[ 2.395404\] mmcblk0: mmc0:0001 A3A551 14.6 GiB \[ 2.400430\] mmcblk0: p1 p2 p3 p4 p5 p6 p7 \[ 2.401276\] mmcblk0boot0: mmc0:0001 A3A551 4.00 MiB \[ 2.401961\] mmcblk0boot1: mmc0:0001 A3A551 4.00 MiB \[ 2.402676\] mmcblk0rpmb: mmc0:0001 A3A551 16.0 MiB, chardev (235:0) \[ 2.418157\] dwhdmi-rockchip 27da0000.hdmi: use tmds mode \[ 2.418550\] dwhdmi-rockchip 27da0000.hdmi: use tmds mode \[ 2.418607\] dwhdmi-rockchip 27da0000.hdmi: use tmds mode \[ 2.435991\] rockchip-drm display-subsystem: \[drm\] run display error_event monitor \[ 2.437014\] mali 27800000.gpu: Kernel DDK version g25p0-00eac0 \[ 2.437150\] mali 27800000.gpu: GPU metrics tracepoint support enabled \[ 2.437788\] mali 27800000.gpu: bin=0 \[ 2.437969\] mali 27800000.gpu: leakage=5 \[ 2.437997\] debugfs: Directory '27800000.gpu-mali' with parent 'vdd_gpu_s0' already present! \[ 2.439745\] mali 27800000.gpu: pvtm=776 \[ 2.440266\] mali 27800000.gpu: pvtm-volt-sel=4 \[ 2.440282\] mali 27800000.gpu: soc version=0, speed=4 \[ 2.440328\] debugfs: Directory '27800000.gpu-mali' with parent 'vdd_gpu_s0' already present! \[ 2.441063\] mali 27800000.gpu: avs=0 \[ 2.441095\] W : \[File\] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; \[Line\] : 144; \[Func\] : kbase_platform_rk_init(); power-off-delay-ms not available. \[ 2.441884\] mali 27800000.gpu: Register LUT 00070200 initialized for GPU arch 0x00070400 \[ 2.441907\] mali 27800000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0 \[ 2.442032\] mali 27800000.gpu: No priority control manager is configured \[ 2.442040\] mali 27800000.gpu: Large page allocation set to false after hardware feature check \[ 2.442381\] mali 27800000.gpu: No memory group manager is configured \[ 2.442583\] input: adc-keys as /devices/platform/adc-keys/input/input4 \[ 2.443121\] mali 27800000.gpu: EM: created perf domain \[ 2.443697\] \<\\>\[gt1x_ts_probe:560\] GTP Driver Version: V1.4\<2015/07/10\> \[ 2.443711\] \<\\>\[gt1x_ts_probe:561\] GTP I2C Address: 0x14 \[ 2.443817\] mali 27800000.gpu: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.443846\] \<\\>\[gt1x_parse_dt:341\] vdd_ana not specified, fallback to power-supply \[ 2.444137\] \<\\>\[gt1x_parse_dt:348\] Power Invert,no \[ 2.444200\] rockchip-dmc dmc: bin=0 \[ 2.444382\] rockchip-dmc dmc: leakage=12 \[ 2.444395\] rockchip-dmc dmc: leakage-volt-sel=1 \[ 2.444405\] rockchip-dmc dmc: soc version=0, speed=1 \[ 2.444823\] \<\\>\[gt1x_reset_guitar:788\] GTP RESET! \[ 2.445291\] mali 27800000.gpu: \* MALI kbase_mmap_min_addr compiled to CONFIG_DEFAULT_MMAP_MIN_ADDR, no runtime update possible! \* \[ 2.445301\] mali 27800000.gpu: Probed as mali0 \[ 2.446678\] rockchip-dmc dmc: avs=0 \[ 2.446697\] rockchip-dmc dmc: current ATF version 0x100 \[ 2.446786\] rockchip-dmc dmc: normal_rate = 1068000000 \[ 2.446795\] rockchip-dmc dmc: reboot_rate = 1560000000 \[ 2.446802\] rockchip-dmc dmc: suspend_rate = 528000000 \[ 2.446808\] rockchip-dmc dmc: video_4k_rate = 1068000000 \[ 2.446815\] rockchip-dmc dmc: video_4k_10b_rate = 1068000000 \[ 2.446822\] rockchip-dmc dmc: video_svep_rate = 1068000000 \[ 2.446829\] rockchip-dmc dmc: boost_rate = 1560000000 \[ 2.446835\] rockchip-dmc dmc: fixed_rate(isp\|cif0\|cif1\|dualview) = 1560000000 \[ 2.446842\] rockchip-dmc dmc: performance_rate = 1560000000 \[ 2.446849\] rockchip-dmc dmc: hdmirx_rate = 1560000000 \[ 2.446856\] rockchip-dmc dmc: deep_suspend_rate = 1560000000 \[ 2.446868\] rockchip-dmc dmc: failed to get vop pn to msch rl \[ 2.447216\] rockchip-dmc dmc: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.447245\] debugfs: Directory 'vdd_logic_s0' with parent 'vdd_logic_s0' already present! \[ 2.449860\] vendor storage:20190527 ret = 0 \[ 2.453883\] debugfs: File 'Capture' in directory 'dapm' already present! \[ 2.454647\] input: rockchip-dp0 rockchip-dp0 as /devices/platform/dp0-sound/sound/card1/input5 \[ 2.456854\] input: rockchip-hdmi rockchip-hdmi as /devices/platform/hdmi-sound/sound/card2/input6 \[ 2.458412\] rkcif rkcif-mipi-lvds: clear unready subdev num: 5 \[ 2.458684\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 2.458697\] rkcif-mipi-lvds: Async subdev notifier completed \[ 2.458710\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 2.458716\] rkcif-mipi-lvds: There is not terminal subdev, not synchronized with ISP \[ 2.458846\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 2.458857\] rkcif-mipi-lvds: There is not terminal subdev, not synchronized with ISP \[ 2.459464\] RKNPU 27700000.npu: Adding to iommu group 0 \[ 2.459709\] RKNPU 27700000.npu: RKNPU: rknpu iommu is enabled, using iommu mode \[ 2.460007\] RKNPU 27700000.npu: can't request region for resource \[mem 0x27700000-0x27707fff

2.460040\] RKNPU 27700000.npu: can't request region for resource \[mem 0x27708000-0x2770ffff

2.460557\] \[drm\] Initialized rknpu 0.9.8 20240828 for 27700000.npu on minor 1 \[ 2.462512\] RKNPU 27700000.npu: bin=0 \[ 2.462704\] RKNPU 27700000.npu: leakage=4 \[ 2.462742\] debugfs: Directory '27700000.npu-rknpu' with parent 'vdd_npu_s0' already present! \[ 2.464600\] RKNPU 27700000.npu: pvtm=816 \[ 2.465232\] RKNPU 27700000.npu: pvtm-volt-sel=5 \[ 2.465253\] RKNPU 27700000.npu: soc version=0, speed=5 \[ 2.465316\] debugfs: Directory '27700000.npu-rknpu' with parent 'vdd_npu_s0' already present! \[ 2.466313\] RKNPU 27700000.npu: avs=0 \[ 2.466634\] RKNPU 27700000.npu: EM: created perf domain \[ 2.466996\] RKNPU 27700000.npu: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.469531\] RKNPU 27700000.npu: RKNPU: nbuf region: \[0x000000003fe80000, 0x000000003ff80000), nbuf size: 0x100000 \[ 2.471995\] cfg80211: Loading compiled-in X.509 certificates for regulatory database \[ 2.474335\] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' \[ 2.474856\] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' \[ 2.474919\] clk: Disabling unused clocks \[ 2.475965\] rockchip-pm rockchip-suspend: not set pwm-regulator-config \[ 2.476830\] rockchip-suspend not set sleep-mode-config for mem-lite \[ 2.476846\] rockchip-suspend not set wakeup-config for mem-lite \[ 2.476857\] rockchip-suspend not set sleep-mode-config for mem-ultra \[ 2.476865\] rockchip-suspend not set wakeup-config for mem-ultra \[ 2.477762\] I : \[File\] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; \[Line\] : 407; \[Func\] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '18:45:23', on 'Apr 21 2026'. \[ 2.478129\] Mali: \[ 2.478132\] Mali device driver loaded \[ 2.478166\] rkisp rkisp-vir0: clear unready subdev num: 1 \[ 2.478456\] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 \[ 2.478473\] cfg80211: failed to load regulatory.db \[ 2.478578\] rkisp-vir0: Async subdev notifier completed \[ 2.478591\] ALSA device list: \[ 2.478598\] #0: rockchip-es8388 \[ 2.478604\] #1: rockchip-dp0 \[ 2.478611\] #2: rockchip-hdmi \[ 2.483429\] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) \[ 2.519778\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 2.519822\] \<\\>\[gt1x_init:2320\] Reset guitar failed! \[ 2.519830\] \<\\>\[gt1x_reset_guitar:788\] GTP RE\[ 2.592032\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 2.592117\] \<\\>\[gt1x_init:2320\] Reset guitar failed! \[ 2.592145\] \<\\>\[gt1x_reset_guitar:788\] GTP RESET! \[ 2.604924\] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) \[ 2.612957\] mmc2: new high speed SDIO card at address 0001 \[ 2.668042\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 2.668122\] \<\\>\[gt1x_init:2320\] Reset guitar failed! \[ 2.668149\] \<\\>\[gt1x_reset_guitar:788\] GTP RESET! \[ 2.744033\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 2.744101\] \<\\>\[gt1x_init:2320\] Reset guitar failed! \[ 2.744128\] \<\\>\[gt1x_reset_guitar:788\] GTP RESET! \[ 2.820046\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 2.820113\] \<\\>\[gt1x_init:2320\] Reset guitar failed! \[ 2.820140\] \<\\>\[gt1x_init:2346\] Init failed, use default setting \[ 2.820600\] \<\\>\[_do_i2c_read:390\] I2c Transfer error! (-6) \[ 2.820639\] \<\\>\[gt1x_get_chip_type:895\] I2c communication error. \[ 2.820666\] \<\\>\[gt1x_init:2356\] Get chip type failed! \[ 2.821129\] \<\\>\[_do_i2c_read:390\] I2c Transfer error! (-6) \[ 2.821170\] \<\\>\[gt1x_read_version:845\] Read version failed! \[ 2.928032\] \<\\>\[_do_i2c_read:390\] I2c Transfer error! (-6) \[ 2.928099\] \<\\>\[gt1x_read_version:845\] Read version failed! \[ 3.035711\] \<\\>\[_do_i2c_read:390\] I2c Transfer error! (-6) \[ 3.035731\] \<\\>\[gt1x_read_version:845\] Read version failed! \[ 3.143480\] \<\\>\[gt1x_read_version:863\] IC VERSION:GT_000000(Patch)_0000(Mask)_00(SensorID) \[ 3.143502\] \<\\>\[gt1x_init_panel:606\] Config group0 used, length:239 \[ 3.143513\] \<\\>\[gt1x_init_panel:657\] X_MAX=4096,Y_MAX=4096,TRIGGER=0x01,WAKEUP_LEVEL=1 \[ 3.143828\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 3.144111\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 3.144394\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 3.144609\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 3.144892\] \<\\>\[_do_i2c_write:432\] I2c transfer error! (-6) \[ 3.144903\] \<\\>\[gt1x_send_cfg:551\] Send config failed! \[ 3.144911\] \<\\>\[gt1x_init:2368\] Init panel failed. \[ 3.145367\] \<\\>\[gt1x_ts_probe:587\] GTP init failed!!! \[ 3.145572\] Goodix-TS-GT1X: probe of 0-0014 failed with error -2147483644 \[ 3.179027\] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Quota mode: disabled. \[ 3.179145\] VFS: Mounted root (ext4 filesystem) on device 179:7. \[ 3.179677\] devtmpfs: mounted \[ 3.184123\] Freeing unused kernel memory: 7552K \[ 3.184234\] Run /sbin/init as init process \[ 3.395972\] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Quota mode: disabled. mount: /userdata: can't find PARTLABEL=userdata. Start mounting all internal partitions in /etc/fstab Log saved to /var/log/mount-all.log Note: Create /.skip_fsck to skip fsck - The check might take a while if didn't shutdown properly! \[0\]: Handling /dev/mmcblk0p7 / ext4 rw,noauto 1 \[1\]: Handling /dev/mmcblk0p6 /oem ext4 defaults 2 /bin/disk-helper: line 500: warning: command substitution: ignored null byte in input \[1\]: Checking /dev/mmcblk0p6(ext4) /bin/disk-helper: line 500: warning: command substitution: ignored null byte in input \[0\]: Checking /dev/mmcblk0p7(ext4) \[ 3.671005\] EXT4-fs (mmcblk0p6): unmounting filesystem. e2fsck 1.47.0 (5-Feb-2023) \[ 3.685851\] EXT4-fs (mmcblk0p7): re-mounted. Quota mode: disabled. oem: clean, 19/4592 files, 4305/32768 blocks \[1\]: Mounting /dev/mmcblk0p6(ext4) on /oem with -o defaults e2fsck 1.47.0 (5-Feb-2023) \[ 3.700566\] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Quota mode: disabled. rootfs: clean, 7301/890624 files, 250148/3664891 blocks \[1\]: Already resized /dev/mmcblk0p6(ext4) \[0\]: Already resized /dev/mmcblk0p7(ext4) \[ 3.719064\] EXT4-fs (mmcblk0p7): re-mounted. Quota mode: disabled. Seeding 256 bits and crediting Saving 256 bits of creditable seed for next boot log-guardian: \[WARN\] Not a dir: "/var/log/,/tmp/" Starting syslogd: log-guardian: Guarding logs in: "/var/log/,/tmp/"... OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: \[ 3.813217\] udevd\[425\]: starting version 3.2.14 \[ 3.841900\] udevd\[432\]: starting eudev-3.2.14 \[ 4.016891\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 4.016932\] stream_cif_mipi_id0: update sensor info failed -19 \[ 4.017125\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[1\] get remote terminal sensor failed! \[ 4.017134\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[2\] get remote terminal sensor failed! \[ 4.017140\] rkcif_scale_ch2: update sensor info failed -19 \[ 4.017147\] rkcif_scale_ch1: update sensor info failed -19 \[ 4.017927\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[2\] get remote terminal sensor failed! \[ 4.017962\] rkcif_tools_id2: update sensor info failed -19 \[ 4.018816\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[3\] get remote terminal sensor failed! \[ 4.018824\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[1\] get remote terminal sensor failed! \[ 4.018836\] rkcif_tools_id1: update sensor info failed -19 \[ 4.018867\] stream_cif_mipi_id3: update sensor info failed -19 \[ 4.020917\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[2\] get remote terminal sensor failed! \[ 4.020941\] stream_cif_mipi_id2: update sensor info failed -19 \[ 4.021234\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[3\] get remote terminal sensor failed! \[ 4.021256\] rkcif_scale_ch3: update sensor info failed -19 \[ 4.023308\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[1\] get remote terminal sensor failed! \[ 4.023332\] stream_cif_mipi_id1: update sensor info failed -19 \[ 4.025326\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 4.025351\] rkcif_tools_id0: update sensor info failed -19 \[ 4.026213\] rkcif-mipi-lvds: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 4.026264\] rkcif_scale_ch0: update sensor info failed -19 done Starting system message bus: done Starting bluetoothd: OK Starting network: OK Starting dhcpcd... dhcpcd-10.0.8 starting dev: loaded udev DUID 00:01:00:01:c7:92:bc:85:9c:b8:b4:36:53:1e no interfaces have a carrier \[ 4.313989\] rk_gmac-dwmac 2a220000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 \[ 4.314867\] rk_gmac-dwmac 2a220000.ethernet eth0: PHY \[stmmac-0:00\] driver \[Generic PHY\] (irq=POLL) \[ 4.315439\] dwmac4: Master AXI performs any burst length \[ 4.315468\] rk_gmac-dwmac 2a220000.ethernet eth0: No Safety Features support found \[ 4.315491\] rk_gmac-dwmac 2a220000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported \[ 4.315704\] rk_gmac-dwmac 2a220000.ethernet eth0: registered PTP clock \[ 4.316215\] rk_gmac-dwmac 2a220000.ethernet eth0: FPE workqueue start \[ 4.316243\] rk_gmac-dwmac 2a220000.ethernet eth0: configuring for phy/rgmii-rxid link mode Starting chrony: OK starting weston... done. Starting dropbear sshd: OK Starting pulseaudio: OK starting usbdevice service, log saved to /var/log/usbdevice.log Starting dnsmasq: OK Starting input-event-daemon: done W: \[pulseaudio\] main.c: This program is not intended to be run as root (unless --system is specified). W: \[pulseaudio\] main.c: Compiled with DEPRECATED libsamplerate support! root@rk3576-buildroot:/# E: \[pulseaudio\] alsa-ucm.c: Failed to get the verb HiFi E: \[pulseaudio\] alsa-ucm.c: No UCM verb is valid for hw:0 Date: 1970-01-01 UTC \[00:00:03.105\] weston 14.0.1 https://wayland.freedesktop.org \[ 4.538963\] MCLK/LRCK 256 Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/ Build: 14.0.1 \[00:00:03.107\] Command line: /usr/bin/weston \[00:00:03.107\] OS: Linux, 6.1.99, #1 SMP Tue Apr 21 18:47:32 CST 2026, aarch64 \[00:00:03.107\] Flight recorder: enabled \[00:00:03.107\] warning: XDG_RUNTIME_DIR "/var/run" is not configured correctly. Unix access mode must be 0700 (current mode is 0755), and must be owned by the user UID 0 (current owner is UID 0). Refer to your distribution on how to get it, or http://www.freedesktop.org/wiki/Specifications/basedir-spec on how to implement it. \[00:00:03.111\] Using config file '/etc/xdg/weston/weston.ini' \[00:00:03.112\] Output repaint window is -1 ms maximum. \[00:00:03.113\] Loading module '/usr/lib/libweston-14/drm-backend.so' \[00:00:03.122\] initializing drm backend \[00:00:03.122\] Entering mirror mode. \[00:00:03.122\] Trying direct launcher... \[00:00:03.123\] using /dev/dri/card0 \[00:00:03.123\] DRM: does not support atomic modesetting \[00:00:03.123\] DRM: does not support GBM modifiers \[00:00:03.123\] DRM: does not support Atomic async page flip \[00:00:03.123\] DRM: supports picture aspect ratio \[00:00:03.126\] Loading module '/usr/lib/libweston-14/gl-renderer.so' Handling start for Wi-Fi/BT chip: Broadcom AP625X sdio 02d0:a9bf bcmdhd.ko cyw43455.ko # AP6255/AP6256/AP6745 Starting Wi-Fi/BT... Wi-Fi/BT module: bcmdhd.ko \[ 4.571660\] mali 27800000.gpu: Clearing BASE_MEM_UNCACHED_GPU flag to avoid MMA violation Installing bcmdhd.ko ... \[00:00:03.154\] EGL version: 1.5 Bifrost-"g24p0-00eac0" \[00:00:03.154\] EGL vendor: ARM \[00:00:03.154\] EGL client APIs: OpenGL_ES \[00:00:03.154\] EGL features: \[ 4.586669\] bcmdhd: loading out-of-tree module taints kernel. EGL Wayland extension: yes context priority: yes buffer age: no partial update: yes swap buffers with damage: no configless context: yes surfaceless context: yes dmabuf support: modifiers \[ 4.598237\] \[dhd\] _dhd_module_init: in Dongle Host Driver, version 101.10.591.52.27 (20240409-1)(20240411-2)(d83d8d7) \[ 4.598237\] /home/rootroot/git_RK3576_Linux6.1/external/rkwifibt/drivers/bcmdhd compiled on Apr 22 2026 at 12:14:11 \[ 4.598237

4.598274\] \[dhd\] STATIC-MSG) dhd_static_buf_init : 101.10.361.36 (wlan=r892223-20231107-1) \[ 4.598313\] \[dhd\] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 1102848(1077K) \[ 4.598324\] \[WLAN_RFKILL\]: rockchip_wifi_get_oob_irq: Enter \[ 4.598377\] \[dhd\] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=115, oob_irq_flags=0x4 \[ 4.598386\] \[dhd\] dhd_wlan_init_gpio: WL_REG_ON=-1 \[00:00:03.172\] GL version: OpenGL ES 3.2 v1.g24p0-00eac0.7624deb1338aa462bb011099003f89a4 \[ 4.598392\] \[dhd\] dhd_wifi_platform_load: Enter \[00:00:03.173\] GLSL version: OpenGL ES GLSL ES 3.20 \[ 4.598398\] \[dhd\] Power-up adapter 'DHD generic adapter' \[00:00:03.173\] GL vendor: ARM \[ 4.598592\] \[dhd\] dummy_probe: func-\>num=0x1; \[00:00:03.173\] GL renderer: Mali-G52 \[ 4.598603\] \[dhd\] dummy_probe: class=0xff; vendor=0x2d0; device=0xffff \[ 4.598739\] \[dhd\] dummy_probe: func-\>num=0x2; \[ 4.598749\] \[dhd\] dummy_probe: class=0xff; vendor=0x2d0; device=0xffff \[ 4.598862\] \[dhd\] dummy_probe: func-\>num=0x3; \[ 4.598870\] \[dhd\] dummy_probe: class=0xff; vendor=0x2d0; device=0xffff \[ 4.598908\] \[dhd\] wifi_platform_set_power = 1, delay: 200 msec \[ 4.598916\] \[dhd\] ======== PULL WL_REG_ON(-1) HIGH! ======== \[ 4.598922\] \[WLAN_RFKILL\]: rockchip_wifi_power: 1 \[ 4.598928\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 4.677588\] MCLK/LRCK 256 \[ 4.703469\] \[WLAN_RFKILL\]: wifi turn on power \[GPIO72-1

4.769796\] MCLK/LRCK 256 \[00:00:03.349\] GL ES 3.2 - renderer features: read-back format: ARGB8888 glReadPixels supports y-flip: no glReadPixels supports PBO: yes wl_shm 10 bpc formats: yes wl_shm 16 bpc formats: no wl_shm half-float formats: no internal R and RG formats: yes OES_EGL_image_external: yes wl_shm sub-image to texture: yes \[00:00:03.349\] Using GL renderer \[00:00:03.383\] event0 - 27330000.pwm: is tagged by udev as: Keyboard \[00:00:03.384\] event0 - 27330000.pwm: device is a keyboard \[00:00:03.385\] event1 - rk805 pwrkey: is tagged by udev as: Keyboard \[00:00:03.385\] event1 - rk805 pwrkey: device is a keyboard \[00:00:03.386\] event4 - adc-keys: is tagged by udev as: Keyboard \[00:00:03.387\] event4 - adc-keys: device is a keyboard \[00:00:03.389\] event5 - rockchip-dp0 rockchip-dp0: is tagged by udev as: Switch \[00:00:03.389\] event5 - not using input device '/dev/input/event5' \[00:00:03.390\] event2 - rockchip-es8388 Headset: is tagged by udev as: Switch \[00:00:03.391\] event2 - not using input device '/dev/input/event2' \[00:00:03.392\] event6 - rockchip-hdmi rockchip-hdmi: is tagged by udev as: Switch \[00:00:03.393\] event6 - not using input device '/dev/input/event6' \[00:00:03.394\] event3 - bt-powerkey: is tagged by udev as: Keyboard \[00:00:03.394\] event3 - bt-powerkey: device is a keyboard \[00:00:03.446\] libinput: configuring device "27330000.pwm". \[00:00:03.446\] libinput: configuring device "rk805 pwrkey". \[00:00:03.446\] libinput: configuring device "adc-keys". \[00:00:03.446\] libinput: configuring device "bt-powerkey". \[00:00:03.447\] Registered plugin API 'weston_drm_output_api_v1' of size 40 \[00:00:03.447\] Color manager: no-op protocol support: no \[00:00:03.448\] DRM: head 'HDMI-A-1' found, connector 180 is connected, EDID make 'PNP(KIG)', model 'K22Y', serial '000000000' Supported EOTF modes: SDR Supported colorimetry modes: default \[00:00:03.449\] DRM: head 'DP-1' found, connector 196 is disconnected. \[00:00:03.449\] HDMI-A-1 using at least 2 buffers \[00:00:03.449\] Output 'HDMI-A-1' attempts EOTF mode SDR and colorimetry mode default. \[00:00:03.449\] Output 'HDMI-A-1' using color profile: stock sRGB color profile \[00:00:03.449\] Chosen EGL config details: id: 1 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 0-0 type: win\|pbf\|swap_preserved vis_id: XRGB8888 (0x34325258) \[ 4.885640\] file system registered \[00:00:03.450\] Output HDMI-A-1 (crtc 72) video modes: 1920x1080@60.0, preferred, current, 148.5 MHz 1920x1080@75.0, 174.5 MHz 1920x1080@59.9 16:9, 148.4 MHz 1920x1080@50.0 16:9, 148.5 MHz 1680x1050@59.9, 119.0 MHz 1600x900@60.0, 108.0 MHz 1280x1024@75.0, 135.0 MHz 1280x1024@60.0, 108.0 MHz 1440x900@59.9, 88.8 MHz 1366x768@59.8, 85.5 MHz 1152x864@75.0, 108.0 MHz 1280x720@60.0, 74.2 MHz 1280x720@60.0 16:9, 74.2 MHz 1280x720@59.9 16:9, 74.2 MHz 1280x720@50.0 16:9, 74.2 MHz 1024x768@75.0, 78.8 MHz 1024x768@70.1, 75.0 MHz 1024x768@60.0, 65.0 MHz 832x624@74.6, 57.3 MHz 800x600@75.0, 49.5 MHz 800x600@72.2, 50.0 MHz 800x600@60.3, 40.0 MHz 800x600@56.2, 36.0 MHz 720x576@50.0 16:9, 27.0 MHz 720x480@60.0 16:9, 27.0 MHz 720x480@59.9 16:9, 27.0 MHz 640x480@75.0, 31.5 MHz 640x480@72.8, 31.5 MHz 640x480@66.7, 30.2 MHz 640x480@60.0 4:3, 25.2 MHz 640x480@59.9, 25.2 MHz 720x400@70.1, 28.3 MHz \[00:00:03.450\] associating input device event0 with output HDMI-A-1 (none by udev) \[00:00:03.450\] associating input device event1 with output HDMI-A-1 (none by udev) \[00:00:03.450\] associating input device event4 with output HDMI-A-1 (none by udev) \[00:00:03.450\] associating input device event3 with output HDMI-A-1 (none by udev) \[00:00:03.450\] Output 'HDMI-A-1' enabled with head(s) HDMI-A-1 \[00:00:03.450\] Compositor capabilities: arbitrary surface rotation: yes screen capture uses y-flip: yes cursor planes: yes arbitrary resolutions: no view mask clipping: yes explicit sync: yes color operations: no presentation clock: CLOCK_MONOTONIC, id 1 presentation clock resolution: 0.000000001 s \[00:00:03.451\] Loading module '/usr/lib/weston/desktop-shell.so' \[00:00:03.453\] launching '/usr/libexec/weston-keyboard' \[00:00:03.456\] launching '/usr/libexec/weston-desktop-shell' \[ 4.907985\] MCLK/LRCK 256 \[ 4.911527\] \[dhd\] wifi_platform_set_power = 1, sleep done: 200 msec \[ 4.911596\] \[dhd\] wifi_platform_bus_enumerate device present 1 \[ 4.911606\] \[dhd\] ======== Card detection to detect SDIO card! ======== \[ 4.927772\] \[dhd\] bcmsdh_register: register client driver \[ 4.928098\] \[dhd\] bcmsdh_sdmmc_probe: Enter num=1 \[ 4.928274\] \[dhd\] bcmsdh_sdmmc_probe: Enter num=2 \[ 4.928287\] \[dhd\] bus num (host idx)=2, slot num (rca)=1, caps=0x40000105 \[ 4.928300\] \[dhd\] found adapter info 'DHD generic adapter' \[ 4.928317\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264 \[ 4.928379\] \[dhd\] succeed to alloc static buf \[ 4.928390\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0 \[ 4.928521\] \[dhd\] sdioh_attach: set sd_f2_blocksize 256 \[ 4.928583\] \[dhd\] sdioh_attach: sd clock rate = 50000000 \[ 4.929042\] \[dhd\] dhdsdio_probe : no mutex held \[ 4.929057\] \[dhd\] dhdsdio_probe : set mutex lock \[ 4.929182\] \[dhd\] F1 signature read @0x18000000=0x15294345 \[ 4.932503\] \[dhd\] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2 \[ 4.933183\] \[dhd\] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000 \[ 4.933246\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 42288 \[ 4.933314\] \[dhd\] dhd_conf_set_chiprev : devid=0xa9bf, chip=0x4345, chiprev=9 \[ 4.933371\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 10320 \[ 4.933421\] \[dhd\] dhd_ioctl_entry_local invalid parameter net 0000000000000000 dev_priv 000000007c9601ef \[ 4.933435\] \[dhd\] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -22 \[ 4.933830\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536 \[ 4.934380\] \[dhd\] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -19 \[ 4.934611\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688 \[ 4.934916\] \[dhd\] dhd_attach(): thread:dhd_watchdog_thread:3aa started \[ 4.935027\] \[dhd\] dhd_attach(): thread:dhd_dpc:3ab started \[ 4.935169\] \[dhd\] dhd_attach(): thread:dhd_rxf:3ac started \[ 4.935226\] \[dhd\] dhd_deferred_work_init: work queue initialized \[ 4.935237\] \[dhd\] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -\> mode 2 \[ 4.935247\] \[dhd\] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 \[ 4.935337\] \[dhd\] sdioh_cis_read: func_cis_ptr\[0\]=0x10ac \[ 4.946896\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 1, size 10300 \[ 4.946939\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 2, size 65536 \[ 4.947035\] \[dhd\] dhdsdio_probe_init: making DHD_BUS_DOWN \[ 4.947192\] \[dhd\] Dongle Host Driver, version 101.10.591.52.27 (20240409-1)(20240411-2)(d83d8d7) \[ 4.947192\] /home/rootroot/git_RK3576_Linux6.1/external/rkwifibt/drivers/bcmdhd compiled on Apr 22 2026 at 12:14:11 \[ 4.947192

4.947993\] \[dhd\] Register interface \[wlan0\] MAC: 9c:b8:b4:36:53:1e \[ 4.947993

4.948177\] \[dhd\] \[wlan0\] wl_android_wifi_off : g_wifi_on=1 force_off=1 \[ 4.948190\] \[dhd\] dhd_bus_devreset: == Power OFF == \[ 4.948497\] \[dhd\] dhd_bus_stop: making DHD_BUS_DOWN \[ 4.948539\] \[dhd\] bcmsdh_oob_intr_unregister: Enter \[ 4.948547\] \[dhd\] bcmsdh_oob_intr_unregister: irq is not registered \[ 4.948563\] \[dhd\] dhd_bus_devreset: making dhdpub up FALSE \[ 4.948571\] \[dhd\] dhd_txglom_enable: enable 0 \[ 4.948580\] \[dhd\] dhd_bus_devreset: making DHD_BUS_DOWN \[ 4.948627\] \[dhd\] wifi_platform_set_power = 0, delay: 10 msec \[ 4.948636\] \[dhd\] ======== PULL WL_REG_ON(-1) LOW! ======== \[ 4.948644\] \[WLAN_RFKILL\]: rockchip_wifi_power: 0 \[ 4.948653\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 4.948661\] wifi power off could not load cursor 'dnd-move' could not load cursor 'dnd-copy' could not load cursor 'dnd-none' could not load cursor 'dnd-move' could not load cursor 'dnd-copy' could not load cursor 'dnd-none' E: \[pulseaudio\] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration. \[ 5.038941\] read descriptors \[ 5.039058\] read strings E: \[pulseaudio\] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files E: \[pulseaudio\] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed. W: \[pulseaudio\] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead W: \[pulseaudio\] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead \[ 5.059433\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false \[ 5.059537\] \[WLAN_RFKILL\]: wifi shut off power \[GPIO72-0

5.070675\] \[dhd\] wifi_platform_set_power = 0, sleep done: 10 msec \[ 5.070737\] \[dhd\] \[wlan0\] wl_android_wifi_off : out \[ 5.071433\] \[dhd\] Register interface \[wlan1\] MAC: 9e:b8:b4:36:53:1e \[ 5.071433

5.071527\] \[dhd\] wl_android_post_init: 0 \[ 5.071536\] \[dhd\] dhdsdio_probe : mutex is released. \[ 5.071807\] bcmsdh_sdmmc: probe of mmc2:0001:3 failed with error -110 \[ 5.071899\] \[dhd\] _dhd_module_init: Exit err=0 \[ 5.105854\] \[dhd\] dhd_pri_open : no mutex held \[ 5.105920\] \[dhd\] dhd_pri_open : set mutex lock \[ 5.105927\] \[dhd\] \[wlan0\] dhd_open : Enter \[ 5.105932\] \[dhd\] Dongle Host Driver, version 101.10.591.52.27 (20240409-1)(20240411-2)(d83d8d7) \[ 5.105932\] /home/rootroot/git_RK3576_Linux6.1/external/rkwifibt/drivers/bcmdhd compiled on Apr 22 2026 at 12:14:11 \[ 5.105932

5.105944\] \[dhd\] dhd_open: ######### called for ifidx=0 ######### \[ 5.105956\] \[dhd\] \[wlan0\] wl_android_wifi_on : in g_wifi_on=0 \[ 5.105964\] \[dhd\] wifi_platform_set_power = 1, delay: 200 msec \[ 5.105971\] \[dhd\] ======== PULL WL_REG_ON(-1) HIGH! ======== \[ 5.105976\] \[WLAN_RFKILL\]: rockchip_wifi_power: 1 \[ 5.105983\] \[WLAN_RFKILL\]: rockchip_wifi_power: toggle = false Successfully initialized wpa_supplicant \[ 5.211421\] \[WLAN_RFKILL\]: wifi turn on power \[GPIO72-1

xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8")

could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose

5.250563\] android_work: did not send uevent (0 0 0000000000000000) xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8") could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose \[ 5.352231\] dwhdmi-rockchip 27da0000.hdmi: use tmds mode \[ 5.369282\] dwhdmi-rockchip 27da0000.hdmi: use tmds mode \[ 5.419704\] \[dhd\] wifi_platform_set_power = 1, sleep done: 200 msec \[ 5.419786\] \[dhd\] sdio_sw_reset: call mmc_hw_reset \[ 5.639484\] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) \[ 5.743010\] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) \[ 5.743223\] \[dhd\] sdioh_start: set sd_f2_blocksize 256 \[ 5.743628\] \[dhd\] dhd_bus_devreset: == Power ON == \[ 5.743779\] \[dhd\] F1 signature read @0x18000000=0x15294345 \[ 5.747498\] \[dhd\] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2 \[ 5.748343\] \[dhd\] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000 \[ 5.748451\] \[dhd\] dhd_bus_devreset: making DHD_BUS_DOWN \[ 5.748522\] \[dhd\] dhdsdio_probe_init: making DHD_BUS_DOWN \[ 5.748716\] \[dhd\] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43456c5_ag.bin \[ 5.748749\] \[dhd\] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6256.txt \[ 5.748776\] \[dhd\] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43456c5_ag.blob \[ 5.748802\] \[dhd\] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt \[ 5.754311\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success \[ 5.754716\] \[dhd\] dhd_conf_read_pm_params : PM = 0 \[ 5.754727\] \[dhd\] dhd_conf_read_pm_params : pm_in_suspend = 2 \[ 5.754738\] \[dhd\] dhd_conf_read_others : keep_alive_period = 120000 \[ 5.754747\] \[dhd\] dhd_conf_read_others : garp = 1 \[ 5.754756\] \[dhd\] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10 \[ 5.754767\] \[dhd\] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20 \[ 5.754777\] \[dhd\] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107 \[ 5.754802\] \[dhd\] dhd_conf_read_pkt_filter : pkt_filter_add\[0\]\[\] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F \[ 5.755250\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43456c5_ag.bin (628872 bytes) open success \[ 5.755646\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43456c5_ag.bin (628872 bytes) open success \[ 5.755660\] \[dhd\] dhdsdio_download_code_file Using SINGLE image (size 628872) \[ 5.881578\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6256.txt (2732 bytes) open success \[ 5.885883\] \[dhd\] #AP6256_NVRAM_V1.4_06112021 \[ 5.886686\] \[dhd\] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded. \[ 5.976242\] \[dhd\] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us) \[ 5.976737\] \[dhd\] bcmsdh_oob_intr_register: HW_OOB irq=115 flags=0x4 \[ 5.978586\] \[dhd\] wlc_ver_major 4, wlc_ver_minor 1 \[ 5.978604\] \[dhd\] dhd_tcpack_suppress_set: TCP ACK Suppress mode 2 -\> mode 1 \[ 5.978611\] \[dhd\] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 \[ 5.979084\] \[dhd\] dhd_legacy_preinit_ioctls: use firmware generated mac_address 9c:b8:b4:36:53:1e \[ 5.979211\] \[dhd\] dhd_apply_default_clm: Ignore clm file /vendor/etc/firmware/clm_bcm43456c5_ag.blob \[ 5.981321\] \[dhd\] Firmware up: op_mode=0x0005, MAC=9c:b8:b4:36:53:1e \[ 5.987411\] \[dhd\] dhd_legacy_preinit_ioctls: event_log_max_sets: 40 ret: -23 \[ 5.991037\] \[dhd\] arp_enable:1 arp_ol:0 \[ 5.991083\] \[dhd\] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F \[ 5.998840\] \[dhd\] Driver: 101.10.591.52.27 (20240409-1)(20240411-2) \[ 5.998840\] \[dhd\] Firmware: wl0: Apr 1 2024 13:44:02 version 7.45.96.201 (gdb74b971) FWID 01-fe1c2a99 es7.c5.n4.a3 \[ 5.998840\] \[dhd\] CLM: 9.2.9 (2016-02-03 04:34:31) \[ 5.999039\] \[dhd\] dhd_txglom_enable: enable 1 \[ 5.999047\] \[dhd\] dhd_conf_set_txglom_params : txglom_mode=copy \[ 5.999053\] \[dhd\] dhd_conf_set_txglom_params : txglomsize=36, deferred_tx_len=0 \[ 5.999060\] \[dhd\] dhd_conf_set_txglom_params : txinrx_thres=128, dhd_txminmax=-1 \[ 5.999067\] \[dhd\] dhd_conf_set_txglom_params : tx_max_offset=0, txctl_tmo_fix=300 \[ 5.999076\] \[dhd\] dhd_conf_get_disable_proptx : fw_proptx=1, disable_proptx=-1 \[ 5.999901\] \[dhd\] dhd_wlfc_hostreorder_init(): successful bdcv2 tlv signaling, 64 \[ 6.053320\] \[dhd\] dhd_legacy_preinit_ioctls: Failed to get preserve log # ! \[ 6.054864\] \[dhd\] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed \[ 6.056736\] \[dhd\] dhd_bus_check_srmemsize : srmem_size no need to change. \[ 6.084166\] \[dhd\] dhd_conf_set_country : set country CN, revision 38 \[ 6.087256\] \[dhd\] dhd_conf_set_country : Country code: CN (CN/38) \[ 6.104242\] \[dhd\] \[wlan0\] wl_android_wifi_on : Success \[ 6.163815\] \[dhd\] CFG80211-ERROR) init_roam_cache : roamscan_mode iovar failed. -23 \[ 6.163875\] \[dhd\] CFG80211-ERROR) wl_cfg80211_up : Failed to enable RCC. \[ 6.165626\] \[dhd\] \[wlan0\] dhd_open : Exit ret=0 \[ 6.165648\] \[dhd\] \[wlan0\] dhd_pri_open : tx queue started \[ 6.165657\] \[dhd\] dhd_pri_open : mutex is released. \[ 6.166150\] \[dhd\] dhd_static_if_open : no mutex held \[ 6.166162\] \[dhd\] dhd_static_if_open : set mutex lock \[ 6.166171\] \[dhd\] \[wlan1\] dhd_static_if_open : Enter \[ 6.166181\] \[dhd\] \[wlan0\] dhd_open : Primary net_device is already up \[ 6.166202\] \[dhd\] CFG80211-ERROR) wl_cfg80211_deinit_p2p_discovery : Disabling P2P Discovery Interface \[ 6.166212\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized \[ 6.167271\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 8, size 44584 \[ 6.167345\] \[dhd\] dhd_wlfc_enable: ret=0 \[ 6.167729\] \[dhd\] dhd_wlfc_enable: ret=0 \[ 6.176596\] \[dhd\] dhd_clear_del_in_progress \[ 6.176625\] \[dhd\] \[wlan1\] dhd_static_if_open : Exit ret=0 \[ 6.176632\] \[dhd\] dhd_static_if_open : mutex is released. Successfully init Wi-Fi for AP625X! \[ 6.206543\] \[dhd\] P2P interface registered nl80211: kernel reports: Registration to specific type not supported \[ 6.236113\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_set_discovery : p2p_disc 1 error -16 \[ 6.236174\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_init_discovery : set discover error \[ 6.236985\] \[BT_RFKILL\]: bt shut off power \[ 6.253462\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_enable_discovery : init discovery error -16 \[ 6.253524\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized \[ 6.270137\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_start_p2p_device : P2P enable discovery failed, ret=-16 nl80211: Could not set interface 'p2p-dev-wlan0' UP nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0 \[ 6.271878\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized \[ 6.272579\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_del_p2p_disc_if : P2P interface unregistered p2p-dev-wlan0: Failed to initialize driver interface p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all P2P: Failed to enable P2P Device interface \[ 6.387943\] Freeing drm_logo memory: 1384K \[ 6.751308\] \[BT_RFKILL\]: rfkill_rk_set_power: set bt wake_host high! \[ 6.807482\] \[BT_RFKILL\]: rfkill_rk_set_power: set bt wake_host input! \[ 6.807548\] \[BT_RFKILL\]: ENABLE UART_RTS \[ 6.915580\] \[BT_RFKILL\]: DISABLE UART_RTS \[ 6.915739\] \[BT_RFKILL\]: bt turn on power \[ 6.916128\] \[BT_RFKILL\]: Request irq for bt wakeup host \[ 6.917276\] \[BT_RFKILL\]: \*\* disable irq ###AMPAK FW Auto detection patch version = \[v1.1 20161117\]### FW folder path = /lib/firmware \[ 7.437548\] of_dma_request_slave_channel: dma-names property of node '/serial@2ad80000' missing or empty proc_reset\[ 7.437590\] dw-apb-uart 2ad80000.serial: failed to request DMA, use interrupt mode chip id = BCM4345C5 FW path = /lib/firmware/BCM4345C5.hcd send hci_download_minidriverproc_reset\[ 8.745035\] \[dhd\] \[wlan0\] wl_conn_debug_info : Connecting with 48:d6:82:6e:ca:a9 ssid "11-1-1_8-702_5G", len (15), channel=5g-44(chan_cnt=1), sec=wpa2/psk/mfpn/aes, rssi=-58 \[ 8.812715\] \[dhd\] \[wlan0\] wl_iw_event : Link UP with 48:d6:82:6e:ca:a9 \[ 8.812783\] \[dhd\] \[wlan0\] wl_ext_iapsta_link : \[S\] Link UP with 48:d6:82:6e:ca:a9 \[ 8.815267\] \[dhd\] \[wlan0\] wl_bss_connect_done : Report connect result - connection succeeded \[ 8.819019\] \[dhd\] CFG80211-ERROR) wl_mkeep_alive_update : wl_mkeep_alive_update: Get mkeep_alive failed (error=-2) Done setting line discpline \[ 8.969938\] Bluetooth: MGMT ver 1.22 Successfully init BT for AP625X! Done \[ 9.841669\] \[dhd\] \[wlan0\] wl_add_keyext : key index (0) for 48:d6:82:6e:ca:a9 \[ 9.865227\] \[dhd\] \[wlan0\] wl_cfg80211_set_suspend_bcn_li_dtim : bcn_li_dtim:0 lpas:0 bcn_to_dly:0 root@rk3576-buildroot:/# root@rk3576-buildroot:/# ifconfig eth0 Link encap:Ethernet HWaddr 76:7A:BA:CB:6C:9C UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:58 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:576 (576.0 B) TX bytes:576 (576.0 B) wlan0 Link encap:Ethernet HWaddr 9C:B8:B4:36:53:1E inet addr:192.168.1.182 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::9eb8:b4ff:fe36:531e/64 Scope:Link inet6 addr: 2408:8256:348b:162:5314:6a0a:ea0d:992e/64 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:20 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1091 (1.0 KiB) TX bytes:2176 (2.1 KiB) wlan1 Link encap:Ethernet HWaddr 9E:B8:B4:36:53:1E inet6 addr: fe80::41f7:8708:8493:8774/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:1270 (1.2 KiB) root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# \[ 15.220580\] platform mtd_vendor_storage: deferred probe pending root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# ifconfig wlan0 down \[ 19.556950\] \[dhd\] \[wlan0\] wl_cfg80211_disconnect : Reason 3, act 1, bssid 48:d6:82:6e:ca:a9 \[ 19.565964\] \[dhd\] \[wlan0\] wl_iw_event : \[0 times\] disconnected with 48:d6:82:6e:ca:a9, event 11, reason 8 \[ 19.566029\] \[dhd\] \[wlan0\] wl_ext_iapsta_link : \[S\] Link down with 48:d6:82:6e:ca:a9, WLC_E_DISASSOC(11), reason 8 \[ 19.566035\] \[dhd\] \[wlan0\] wl_handle_link_down : Link down: WLC_E_LINK(16), reason 2 from 48:d6:82:6e:ca:a9 \[ 19.566046\] \[dhd\] \[wlan0\] wl_iw_event : Link Down with 48:d6:82:6e:ca:a9, reason=2 \[ 19.566060\] \[dhd\] \[wlan0\] wl_ext_iapsta_link : \[S\] Link down with 48:d6:82:6e:ca:a9, WLC_E_LINK(16), reason 2 \[ 19.566089\] \[dhd\] \[wlan0\] wl_handle_link_down : Disconnect event sent to upper layerevent:16 e-\>reason=33554432 reason=2 ie_len=0 loc_gen=1 from 48:d6:82:6e:ca:a9 \[ 19.803900\] \[dhd\] \[wlan0\] dhd_pri_stop : tx queue stopped \[ 19.803992\] \[dhd\] \[wlan0\] dhd_stop : Enter \[ 19.813686\] \[dhd\] dhd_stop: ######### called for ifidx=0 ######### \[ 19.813723\] \[dhd\] \[wlan0\] dhd_stop : static if operational. skip chip reset. \[ 19.813775\] \[dhd\] \[wlan0\] dhd_stop : Exit root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# ifconfig eth0 Link encap:Ethernet HWaddr 76:7A:BA:CB:6C:9C UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:58 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:576 (576.0 B) TX bytes:576 (576.0 B) wlan1 Link encap:Ethernet HWaddr 9E:B8:B4:36:53:1E inet6 addr: fe80::41f7:8708:8493:8774/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:1752 (1.7 KiB) root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# ll total 88 drwxr-xr-x 23 root root 4096 Jan 1 00:00 ./ drwxr-xr-x 23 root root 4096 Jan 1 00:00 ../ drwx------ 4 root root 4096 Jan 1 00:00 .cache/ drwx------ 3 root root 4096 Apr 22 2026 .config/ drwx------ 3 root root 4096 Apr 22 2026 .pki/ -rw-r--r-- 1 root root 0 Jan 1 00:00 .resized lrwxrwxrwx 1 root root 7 Jan 23 2026 bin -\> usr/bin/ -rwxr-xr-x 1 root root 489 Jan 20 2026 busybox.fragment\* lrwxrwxrwx 1 root root 8 Apr 22 2026 data -\> userdata/ drwxr-xr-x 14 root root 4220 Jan 1 00:00 dev/ drwxr-xr-x 23 root root 4096 Jan 1 1970 etc/ drwxr-xr-x 2 root root 4096 Apr 22 2026 info/ lrwxrwxrwx 1 root root 7 Jan 23 2026 lib -\> usr/lib/ lrwxrwxrwx 1 root root 3 Jan 23 2026 lib64 -\> lib/ lrwxrwxrwx 1 root root 11 Jan 23 2026 linuxrc -\> bin/busybox\* drwx------ 2 root root 16384 Apr 22 2026 lost+found/ drwxr-xr-x 11 root root 4096 Jan 23 2026 media/ drwxr-xr-x 5 root root 4096 Apr 22 2026 mnt/ drwxr-xr-x 3 root root 4096 Jan 1 00:00 oem/ drwxr-xr-x 3 root root 4096 Jan 23 2026 opt/ dr-xr-xr-x 266 root root 0 Jan 1 00:00 proc/ drwxr-xr-x 17 root root 4096 Apr 22 2026 rockchip-test/ drwx------ 2 root root 4096 Apr 22 2026 root/ drwxr-xr-x 12 root root 580 Jan 1 00:00 run/ lrwxrwxrwx 1 root root 8 Jan 23 2026 sbin -\> usr/sbin/ lrwxrwxrwx 1 root root 10 Apr 22 2026 sdcard -\> mnt/sdcard/ dr-xr-xr-x 15 root root 0 Jan 1 00:00 sys/ drwxr-xr-x 3 root root 4096 Apr 22 2026 system/ drwxrwxrwt 5 root root 180 Jan 1 00:00 tmp/ lrwxrwxrwx 1 root root 9 Apr 22 2026 udisk -\> mnt/udisk/ drwxr-xr-x 4 root root 4096 Jan 1 00:00 userdata/ drwxr-xr-x 7 root root 4096 Apr 22 2026 usr/ drwxr-xr-x 6 root root 4096 Apr 22 2026 var/ lrwxrwxrwx 1 root root 6 Apr 22 2026 vendor -\> system/ root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# cd /sys/kernel/debug/usb/ root@rk3576-buildroot:/sys/kernel/debug/usb# root@rk3576-buildroot:/sys/kernel/debug/usb# ll total 0 drwxr-xr-x 9 root root 0 Jan 1 00:00 ./ drwx------ 50 root root 0 Jan 1 00:00 ../ drwxr-xr-x 18 root root 0 Jan 1 00:00 23000000.usb/ drwxr-xr-x 2 root root 0 Jan 1 00:00 23400000.usb/ -r--r--r-- 1 root root 0 Jan 1 00:00 devices drwxr-xr-x 2 root root 0 Jan 1 00:00 ehci/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ohci/ drwxr-xr-x 2 root root 0 Jan 1 00:00 usbmon/ drwxr-xr-x 2 root root 0 Jan 1 00:00 uvcvideo/ drwxr-xr-x 3 root root 0 Jan 1 00:00 xhci/ root@rk3576-buildroot:/sys/kernel/debug/usb# root@rk3576-buildroot:/sys/kernel/debug/usb# cd 23000000.usb/ root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# ll total 0 drwxr-xr-x 18 root root 0 Jan 1 00:00 ./ drwxr-xr-x 9 root root 0 Jan 1 00:00 ../ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep0in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep0out/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep1in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep1out/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep2in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep2out/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep3in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep3out/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep4in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep4out/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep5in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep5out/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep6in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep7in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep8in/ drwxr-xr-x 2 root root 0 Jan 1 00:00 ep9in/ -rw-r--r-- 1 root root 0 Jan 1 00:00 link_state -rw-r--r-- 1 root root 0 Jan 1 00:00 lsp_dump -rw-r--r-- 1 root root 0 Jan 1 00:00 mode -r--r--r-- 1 root root 0 Jan 1 00:00 regdump -rw-r--r-- 1 root root 0 Jan 1 00:00 testmode root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cat mode device root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# \[ 53.140782\] android_work: did not send uevent (0 0 0000000000000000) root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cat mode device root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# \[ 64.136970\] android_work: did not send uevent (0 0 0000000000000000) root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# echo host \> mode root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# \[ 77.475062\] dwc3 23000000.usb: request 000000006cf5edc5 was not queued to ep0out \[ 77.476842\] android_work: did not send uevent (0 0 0000000000000000) \[ 77.584799\] phy phy-2602e000.syscon:usb2-phy@0.0: illegal mode \[ 77.584866\] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller \[ 77.585161\] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 3 \[ 77.585354\] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002010010 \[ 77.585405\] xhci-hcd xhci-hcd.9.auto: irq 112, io mem 0x23000000 \[ 77.585552\] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller \[ 77.585721\] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4 \[ 77.585740\] xhci-hcd xhci-hcd.9.auto: Host supports USB 3.0 SuperSpeed \[ 77.585885\] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 \[ 77.585899\] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 77.585910\] usb usb3: Product: xHCI Host Controller \[ 77.585919\] usb usb3: Manufacturer: Linux 6.1.99 xhci-hcd \[ 77.585929\] usb usb3: SerialNumber: xhci-hcd.9.auto \[ 77.586359\] hub 3-0:1.0: USB hub found \[ 77.586389\] hub 3-0:1.0: 1 port detected \[ 77.586694\] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. \[ 77.586778\] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 \[ 77.586791\] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 77.586803\] usb usb4: Product: xHCI Host Controller \[ 77.586812\] usb usb4: Manufacturer: Linux 6.1.99 xhci-hcd \[ 77.586822\] usb usb4: SerialNumber: xhci-hcd.9.auto \[ 77.587170\] hub 4-0:1.0: USB hub found \[ 77.587200\] hub 4-0:1.0: 1 port detected root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cat mode host root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# root@rk3576-buildroot:/sys/kernel/debug/usb/23000000.usb# cd / root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# lsusb Bus 003 Device 001: ID 1d6b:0002 Bus 001 Device 001: ID 1d6b:0002 Bus 004 Device 001: ID 1d6b:0003 Bus 002 Device 001: ID 1d6b:0003 root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# ll total 88 drwxr-xr-x 23 root root 4096 Jan 1 00:00 ./ drwxr-xr-x 23 root root 4096 Jan 1 00:00 ../ drwx------ 4 root root 4096 Jan 1 00:00 .cache/ drwx------ 3 root root 4096 Apr 22 2026 .config/ drwx------ 3 root root 4096 Apr 22 2026 .pki/ -rw-r--r-- 1 root root 0 Jan 1 00:00 .resized lrwxrwxrwx 1 root root 7 Jan 23 2026 bin -\> usr/bin/ -rwxr-xr-x 1 root root 489 Jan 20 2026 busybox.fragment\* lrwxrwxrwx 1 root root 8 Apr 22 2026 data -\> userdata/ drwxr-xr-x 14 root root 4260 Jan 1 00:01 dev/ drwxr-xr-x 23 root root 4096 Jan 1 00:03 etc/ drwxr-xr-x 2 root root 4096 Apr 22 2026 info/ lrwxrwxrwx 1 root root 7 Jan 23 2026 lib -\> usr/lib/ lrwxrwxrwx 1 root root 3 Jan 23 2026 lib64 -\> lib/ lrwxrwxrwx 1 root root 11 Jan 23 2026 linuxrc -\> bin/busybox\* drwx------ 2 root root 16384 Apr 22 2026 lost+found/ drwxr-xr-x 11 root root 4096 Jan 23 2026 media/ drwxr-xr-x 5 root root 4096 Apr 22 2026 mnt/ drwxr-xr-x 3 root root 4096 Jan 1 00:00 oem/ drwxr-xr-x 3 root root 4096 Jan 23 2026 opt/ dr-xr-xr-x 255 root root 0 Jan 1 00:00 proc/ drwxr-xr-x 17 root root 4096 Apr 22 2026 rockchip-test/ drwx------ 2 root root 4096 Apr 22 2026 root/ drwxr-xr-x 12 root root 580 Jan 1 00:00 run/ lrwxrwxrwx 1 root root 8 Jan 23 2026 sbin -\> usr/sbin/ lrwxrwxrwx 1 root root 10 Apr 22 2026 sdcard -\> mnt/sdcard/ dr-xr-xr-x 15 root root 0 Jan 1 00:00 sys/ drwxr-xr-x 3 root root 4096 Apr 22 2026 system/ drwxrwxrwt 5 root root 180 Jan 1 00:00 tmp/ lrwxrwxrwx 1 root root 9 Apr 22 2026 udisk -\> mnt/udisk/ drwxr-xr-x 4 root root 4096 Jan 1 00:00 userdata/ drwxr-xr-x 7 root root 4096 Apr 22 2026 usr/ drwxr-xr-x 6 root root 4096 Apr 22 2026 var/ lrwxrwxrwx 1 root root 6 Apr 22 2026 vendor -\> system/ root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# cd /sys/class/gpio/ root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# ll total 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 ./ drwxr-xr-x 80 root root 0 Jan 1 00:00 ../ --w------- 1 root root 4096 Jan 1 00:00 export lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip0 -\> ../../devices/platform/pinctrl/27320000.gpio/gpio/gpiochip0/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip128 -\> ../../devices/platform/pinctrl/2ae40000.gpio/gpio/gpiochip128/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip32 -\> ../../devices/platform/pinctrl/2ae10000.gpio/gpio/gpiochip32/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip509 -\> ../../devices/platform/2ac40000.i2c/i2c-1/1-0023/rk806-pinctrl.1.auto/gpio/gpiochip509/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip64 -\> ../../devices/platform/pinctrl/2ae20000.gpio/gpio/gpiochip64/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip96 -\> ../../devices/platform/pinctrl/2ae30000.gpio/gpio/gpiochip96/ --w------- 1 root root 4096 Jan 1 00:00 unexport root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# echo 128 \> export root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# ll total 0 drwxr-xr-x 2 root root 0 Jan 1 00:00 ./ drwxr-xr-x 80 root root 0 Jan 1 00:00 ../ --w------- 1 root root 4096 Jan 1 00:05 export lrwxrwxrwx 1 root root 0 Jan 1 00:05 gpio128 -\> ../../devices/platform/pinctrl/2ae40000.gpio/gpiochip4/gpio/gpio128/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip0 -\> ../../devices/platform/pinctrl/27320000.gpio/gpio/gpiochip0/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip128 -\> ../../devices/platform/pinctrl/2ae40000.gpio/gpio/gpiochip128/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip32 -\> ../../devices/platform/pinctrl/2ae10000.gpio/gpio/gpiochip32/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip509 -\> ../../devices/platform/2ac40000.i2c/i2c-1/1-0023/rk806-pinctrl.1.auto/gpio/gpiochip509/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip64 -\> ../../devices/platform/pinctrl/2ae20000.gpio/gpio/gpiochip64/ lrwxrwxrwx 1 root root 0 Jan 1 00:00 gpiochip96 -\> ../../devices/platform/pinctrl/2ae30000.gpio/gpio/gpiochip96/ --w------- 1 root root 4096 Jan 1 00:00 unexport root@rk3576-buildroot:/sys/class/gpio# root@rk3576-buildroot:/sys/class/gpio# cd gpio128/ root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# ll total 0 drwxr-xr-x 3 root root 0 Jan 1 00:05 ./ drwxr-xr-x 3 root root 0 Jan 1 00:05 ../ -rw-r--r-- 1 root root 4096 Jan 1 00:05 active_low lrwxrwxrwx 1 root root 0 Jan 1 00:05 device -\> ../../../gpiochip4/ -rw-r--r-- 1 root root 4096 Jan 1 00:05 direction -rw-r--r-- 1 root root 4096 Jan 1 00:05 edge drwxr-xr-x 2 root root 0 Jan 1 00:05 power/ lrwxrwxrwx 1 root root 0 Jan 1 00:05 subsystem -\> ../../../../../../../class/gpio/ -rw-r--r-- 1 root root 4096 Jan 1 00:05 uevent -rw-r--r-- 1 root root 4096 Jan 1 00:05 value root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# cat direction in root@rk3576-buildroot:/sys/class/gpio/gpio128# cat value 0 root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# echo out \> direction root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# cat direction out root@rk3576-buildroot:/sys/class/gpio/gpio128# cat value 0 root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# echo 1 \> value root@rk3576-buildroot:/sys/class/gpio/gpio128# \[ 356.535572\] usb 3-1: new low-speed USB device number 2 using xhci-hcd \[ 356.687864\] usb 3-1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00 \[ 356.687959\] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 \[ 356.687995\] usb 3-1: Product: USB Optical Mouse \[ 356.688026\] usb 3-1: Manufacturer: Logitech \[ 356.707228\] input: Logitech USB Optical Mouse as /devices/platform/23000000.usb/xhci-hcd.9.auto/usb3/3-1/3-1:1.0/0003:046D:C077.0001/input/input7 \[ 356.707636\] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse \[Logitech USB Optical Mouse\] on usb-xhci-hcd.9.auto-1/input0 \[00:05:55.303\] event7 - Logitech USB Optical Mouse: is tagged by udev as: Mouse \[00:05:55.303\] event7 - Logitech USB Optical Mouse: device is a pointer \[00:05:55.304\] libinput: configuring device "Logitech USB Optical Mouse". \[00:05:55.304\] associating input device event7 with output HDMI-A-1 (none by udev) root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# lsusb Bus 003 Device 001: ID 1d6b:0002 Bus 001 Device 001: ID 1d6b:0002 Bus 004 Device 001: ID 1d6b:0003 Bus 002 Device 001: ID 1d6b:0003 Bus 003 Device 002: ID 046d:c077 root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# root@rk3576-buildroot:/sys/class/gpio/gpio128# g gatttool glmark2-es2-drm gst-play-1.0 gdk-pixbuf-csource glmark2-es2-wayland gst-stats-1.0 gdk-pixbuf-pixdata grep gst-transcoder-1.0 gdk-pixbuf-query-loaders groups gst-typefind-1.0 genl gst-device-monitor-1.0 gunzip getopt gst-discoverer-1.0 gzip getopts gst-inspect-1.0 getty gst-launch-1.0 root@rk3576-buildroot:/sys/class/gpio/gpio128# g gatttool glmark2-es2-drm gst-play-1.0 gdk-pixbuf-csource glmark2-es2-wayland gst-stats-1.0 gdk-pixbuf-pixdata grep gst-transcoder-1.0 gdk-pixbuf-query-loaders groups gst-typefind-1.0 genl gst-device-monitor-1.0 gunzip getopt gst-discoverer-1.0 gzip getopts gst-inspect-1.0 getty gst-launch-1.0 root@rk3576-buildroot:/sys/class/gpio/gpio128# g gatttool glmark2-es2-drm gst-play-1.0 gdk-pixbuf-csource glmark2-es2-wayland gst-stats-1.0 gdk-pixbuf-pixdata grep gst-transcoder-1.0 gdk-pixbuf-query-loaders groups gst-typefind-1.0 genl gst-device-monitor-1.0 gunzip getopt gst-discoverer-1.0 gzip getopts gst-inspect-1.0 getty gst-launch-1.0 root@rk3576-buildroot:/sys/class/gpio/gpio128# g gatttool glmark2-es2-drm gst-play-1.0 gdk-pixbuf-csource glmark2-es2-wayland gst-stats-1.0 gdk-pixbuf-pixdata grep gst-transcoder-1.0 gdk-pixbuf-query-loaders groups gst-typefind-1.0 genl gst-device-monitor-1.0 gunzip getopt gst-discoverer-1.0 gzip getopts gst-inspect-1.0 getty gst-launch-1.0 root@rk3576-buildroot:/sys/class/gpio/gpio128# cd / root@rk3576-buildroot:/# root@rk3576-buildroot:/# root@rk3576-buildroot:/# weston-screenshooter Output capture error: unauthorized root@rk3576-buildroot:/# root@rk3576-buildroot:/# could not load cursor 'dnd-move' could not load cursor 'dnd-copy' could not load cursor 'dnd-none' xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8") could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose \[00:56:30.929\] seeing the first app root@rk3576-buildroot:/# root@rk3576-buildroot:/# \[END\] 2026/4/22 20:52:06

相关推荐
南棱笑笑生4 小时前
20260422给万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时使用mpg123播放mp3音频
前端·javascript·音视频·rockchip
南棱笑笑生2 天前
20260420给万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时使用ll命令
java·大数据·elasticsearch·rockchip
南棱笑笑生2 天前
20260420给万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时调通AP6256并实测网速109Mbits/sec
大数据·elasticsearch·搜索引擎·rockchip
南棱笑笑生4 天前
Z:\K7\20260418给万象奥科的开发板HD-RK3576-PI适配瑞芯微原厂的Buildroot时通过WinScp传送文件【SSH模式】
运维·ssh·rockchip
南棱笑笑生6 天前
20260416使用ffmpeg将8K分辨率的mp4格式的竖屏视频旋转为横屏
rockchip
__Witheart__8 天前
Rockchip SDK repo 同步与内网开发仓库架构
rockchip
南棱笑笑生10 天前
20260411给万象奥科的开发板HD-RK3576-PI刷机出厂固件ImageUbuntu-HD-RK3576-PI-v1.0.zip
rockchip
Kindavid1 个月前
【嵌入式】瑞芯微RK3566芯片移植主线linux并适配wifi蓝牙驱动
linux·嵌入式·rk3566·rockchip·泰山派·ap6212
南棱笑笑生1 个月前
20260310在瑞芯微原厂RK3576的Android14查看系统休眠时间
服务器·网络·数据库·rockchip