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#   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:/#  5、根据GPIO口状态知道有GPIO4A0这个 host/device 切换引脚!根据ubuntu系统的GPIO4A0的状态拉高它!  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#   详细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 \
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\] \<\
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\] \<\
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