Jump to content

Search the Community

Showing results for 'hantro'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Volunteering opportunities
  • Part time jobs

Categories

  • Official giveaways
  • Community giveaways
  • Raffles

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. ­DISCLAIMER (PLEASE READ): everything you can find in this thread (binaries, texts, code snippets, etc...) are provided AS-IS and are not part of official Armbian project. For this reason not people from Armbian project nor myself are responsible for misuse or loss of functionality of hardware. Please don't ask about support or assistance in other non-community forums nor in the official Armbian github repository, instead post your questions in this thread, in the TV Boxes forum section (hardware related) or in the Peer-to-peer support section (general linux/software related). Thank you! This thread is to give stable and mature long-term range support to rk3318/rk3328 found in many tv boxes in Armbian project as Community Supported Configuration (CSC). The current work is mainlined into Armbian project, but your mileage may vary; most recent developments live on my personal fork on github -> here <- Important notes: is just a personal opinion, but apparently widely supported, that rk3318 chip is not an official rockchip part. They probably are scrap rk3328 parts which have not passed conformance tests but are sold anyway to tv boxes manufacturers. They don’t reach the same operating frequency of the rk3328, have much higher leakage currents (and thus higher temperatures) and often the boards they are installed on are low quality with low quality components, in fact a very very common issue is the eMMC failure due to bad parts and bad soldering. So said, I personally suggest not to buy any rk3318 tv box, but instead find a properly supported SBC (Single Board Computer) if you need a reliable product. In the unfortunate case you already have such product, this thread may help you have some fun with them. What works: • Works on RK3318 and RK3328 TV boxes with DDR3 memories • Mainline u-boot • Mainline ATF provided as Trusted Execution Environment • All 4 cores are working • Ethernet • Serial UART (configured at stock 1.5Mbps) • Thermals and frequency scaling • OTG USB 2.0 port (also as boot device!) • EHCI/OHCI USB 2.0 ports and XHCI USB 3.0 ports • MMC subsystem (including , SD and sdio devices) • Hardware video acceleration (fully supported via RKMPP on legacy kernel, support via hantro and rkvdec kernel driver on mainline) • Various WIFI over SDIO are supported • Full acceleration on legacy kernel and mainline kernel • U-boot boot order priority: first the sdcard, then the USB OTG port and eventually the internal ; you can install u-boot (and the whole system) in the internal and u-boot will always check for images on external sdcard/USB first. Unbrick: Technically, rockchip devices cannot be bricked. If the internal flash does not contain a bootable system, they will always boot from the sdcard. If, for a reason, the bootable system on the internal flash is corrupted or is unable to boot correctly, you can always force the maskrom mode shorting the clock pin on the PCB. The procedure is explained here for rk322x, but for rk3318/28 is the same. In most of the rk3318/28 boards, shorting the clock pin is difficult or impossible because eMMC are BGA chips with no exposed pins. Pay double attention when burning something on the internal flash memory and always test first the image booting from the sdcard to be sure it works before burning anything in internal flash. This is a list of posts where forum users have been able to spot the eMMC clock pin to trigger the maskrom mode: H96 Max+ (board signature: RK3318_V1.4) by @Gausus X88 PRO 10 (board signature: X88_PRO_B) by @mathgaming HK1 Max (board signature YX_RK3318) by @Constantin Gatej Ninkbox N1 Max RK3318 by @enigmasphinx Hongtop H50 (board signature t98-3318-221-v11) by @GmP Partecipation and debugging: If you want to partecipate or need help debugging issues, do not hesitate to share your experience with the installation procedure of the boxes. In case of issues and missed support, provide as many as possible of these things is very useful to try and bring support for an unsupported board: some photos of both sides of the board. Details of the eMMC, DDR and Wifi chips are very useful! upload the device tree binary (dtb) of your device. We can understand a lot of things of the hardware from that small piece of data; and alternative is a link to the original firmware (you can do a full backup with the Multitool); dmesg and other logs (use armbianmonitor -u that automatically collects and uploads the logs online) attach a serial converter to the device and provide the output of the serial port; Multimedia: Mainline kernel: 3D acceleration is provided by Lima driver and is already enabled. Hardware video decoding: https://forum.armbian.com/topic/19258-testing-hardware-video-decoding-rockchip-allwinner/ Legacy kernel: If you need multimedia features, like OpenGL/OpenGL ES acceleration, hardware accelerated Kodi, ffmpeg and mpv you can take a look to this post Installation (via SD card): Building: You can build your own image follow the common steps to build armbian for other tv boxes devices: when you are in the moment to choose the target board, switch to /TVB/ boards and select "rk3318-box" from the list. Prebuilt images: Nightly stables - built from trunk by Armbian servers and GPG-signed: https://github.com/armbian/community Multitool: Multitool - A small but powerful image for RK3318/RK3328 TV Box maintenance. Download it from here Quick installation instructions on eMMC: Build or download your preferred Armbian image and a copy of the Multitool; Burn the Multitool on an SD card; once done, place the Armbian image in images folder of the SD card NTFS partition; Plug the SD card in the TV box and plug in the power cord. After some seconds the blue led starts blinking and the Multitool appears; OPTIONAL: you can do a backup of the existing firmware with "Backup flash" menu option; Choose "Burn image to flash" from the menu, then select the destination device (usually mmcblk2) and the image to burn; Wait for the process to complete, then choose "Shutdown" from main menu; Unplug the power cord and the SD card, then replug the power cord; Wait for 10 seconds, then the led should start blinking and HDMI will turn on. The first time the boot process will take a couple of minutes or more because the filesystem is going to be resized, so be patient and wait for the login prompt. On first boot you will be asked for entering a password for root user of your choice and the name and password for a regular user Run rk3318-config to configure the board specific options Run armbian-config to configure timezone, locales and other personal options Congratulations, Armbian is now installed! Despite the procedure above is simple and reliable, I always recommend to first test that your device boots Armbian images from SD Card. Due to the really large hardware variety, there is the rare chance that the images proposed here may not boot. If a bad image is burned in , the box may not boot anymore forcing you to follow the unbrick section at the top of this post. Quick installation instructions to boot from SD Card: If you are already running Armbian from eMMC, skip to the next step. Instead if you are running the original firmware you need to first erase the internal flash; to do so download the Multitool, burn it on an SD Card, plug the SD Card and power the TV Box. Use "Backup flash" if you want to do a backup of the existing firmware, then choose "Erase flash" menu option. Build or download your preferred Armbian image; Uncompress and burn the Armbian image on the SD Card; Plug the SD Card in the TV Box and power it on; Wait for 10 seconds, then the led should start blinking and HDMI will turn on. The first time the boot process will take a couple of minutes or more because the filesystem is going to be resized, so be patient and wait for the login prompt; On first boot you will be asked for entering a password for root user of your choice and the name and password for a regular user Run rk3318-config to configure the board specific options Run armbian-config to configure timezone, locales and other personal options, or also to transfer the SD Card installation to internal ; Congratulations, Armbian is running from SD Card! Tutorial - How to install Armbian on your TV Box (by @awawa) : https://www.hyperhdr.eu/2022/01/tv-box-mania-i-part-x88-pro-10.html A note about boot device order: With Armbian also comes mainline U-boot. If you install Armbian, the bootloader will look for valid bootable images in this order: External SD Card External USB Stick in OTG Port Internal The Multitool does not boot / How to burn image directly on eMMC: Some boards have the sdcard attached to an auxiliary (called also sdmmc_ext or external) controller which is not the common one. Forum findings declare that those boards are not able to boot from sdcard with stock firmware and they neither do in maskrom mode: the stock firmware always boots even if you put the multitool on sdcard. In such case, burning images directly on eMMC is the only way to have a working Armbian installation. You can follow these instructions by @fabiobassa to burn images directly on eMMC: https://forum.armbian.com/topic/17597-csc-armbian-for-rk3318rk3328-tv-box-boards/?do=findComment&comment=130453 Notes and special hardware: Script to change DDR memory frequency here Wireless chip AP2734, SP2734, HY2734C and similars: they are clones of AmPAK AP6334 which is combo wifi + bluetooth of broadcom BCM4334/B0 chips. You may need a special nvram file, instructions by @paradigman are here Critics, suggestions and contributions are welcome! Credits: @fabiobassa for his ideas, inspiration, great generosity in giving the boards for development and testing. The project of bringing rk3318 into armbian would not have begun without his support! @hexdump for his precious support in early testing, ideas and suggestions @MX10.AC2Nfor his patience in testing mxq-rk3328-d4 board support All the rockhip64 maintainers at Armbian project who have done and do most of the work to support the platform
  2. The drm_prime error is somehow "normal": AFAIR mpv was trying each hardware decoder in turn and, if it does not support the codec, prints the error and tries the next hardware decoder in line. If you try to decode h.265, perhaps it first picks an hardware decoder which does not support such codec with such parameters and prints the error, then tries another decoder which is capable and everything works. Usually rockchip devices have two hardware decoders, Hantro and rkvdec; Hantro does not support h.265 at all on older chips, but rkvdec does.
  3. For now i just went back to 6.6.22 version and ill focus on applying ffmpeg patches instead to openauto. Not gonna lie, it was fun seeing even just a small result from trying to build a kernel with hantro vpu working.
  4. @jock thanks for the information! The reason I was experimenting with the kernel is because I’m testing OpenAuto (Android Auto) on top of Armbian-minimal. While MPV works fine with hardware decoding, I noticed that using things like kmssink to process the Android feed (720p, 30/60fps) introduces significant latency between touch input and screen response. For example, in today’s test I tried decoding a 720p 60fps H.264 stream using GStreamer with this command: gst-launch-1.0 filesrc location=test.h264 ! \ h264parse ! v4l2h264dec capture-io-mode=dmabuf ! \ queue max-size-buffers=2 leaky=downstream ! kmssink sync=false While the pipeline runs, the latency is too high for Android Auto responsiveness clicks and touch inputs visibly lag behind the video output. This is why I also tried patching Armbian to kernel 6.16-rc1, which gave me the following devices: [ 1.340230] rockchip-rga 20060000.rga: Registered rockchip-rga as /dev/video0 [ 1.345260] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2 [ 1.345656] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3 …but unfortunately, HDMI output stopped working completely, so that approach wasn’t usable for my setup. The goal is still to achieve smooth, low-latency video decoding that can keep up with real-time Android Auto interaction, which is why I’m exploring alternatives like the FFmpeg v4l2-request interface, even if it requires patching OpenAuto. PS: i also just like to explore how the rk322x works, so yeah I've been testing a lot for a few days now. Another thing is i plan to make a DIY head unit with this unused rk3229 box i have
  5. Update 3: almost there! root@rk322x-box:~# dmesg | grep -i drm [ 6.738341] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 6.912602] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 6.914174] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 11.565138] [drm] Initialized lima 1.1.0 for 20000000.gpu on minor 0 root@rk322x-box:~# dmesg | grep -i rockchip [ 0.068016] rockchip-gpio 11110000.gpio: probed /pinctrl/gpio@11110000 [ 0.069475] rockchip-gpio 11120000.gpio: probed /pinctrl/gpio@11120000 [ 0.070736] rockchip-gpio 11130000.gpio: probed /pinctrl/gpio@11130000 [ 0.071810] rockchip-gpio 11140000.gpio: probed /pinctrl/gpio@11140000 [ 1.330865] rockchip-rga 20060000.rga: HW Version: 0x04.01 [ 1.339866] rockchip-rga 20060000.rga: Registered rockchip-rga as /dev/video0 [ 1.360435] dwmmc_rockchip 30000000.mmc: IDMAC supports 32-bit address mode. [ 1.360814] dwmmc_rockchip 30010000.mmc: IDMAC supports 32-bit address mode. [ 1.361387] dwmmc_rockchip 30020000.mmc: IDMAC supports 32-bit address mode. [ 1.371466] dwmmc_rockchip 30000000.mmc: Using internal DMA controller. [ 1.371502] dwmmc_rockchip 30000000.mmc: Version ID is 270a [ 1.371594] dwmmc_rockchip 30000000.mmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo [ 1.372013] dwmmc_rockchip 30000000.mmc: Got CD GPIO [ 1.395186] dwmmc_rockchip 30010000.mmc: Using internal DMA controller. [ 1.395237] dwmmc_rockchip 30010000.mmc: Version ID is 270a [ 1.395356] dwmmc_rockchip 30010000.mmc: DW MMC controller at irq 50,32 bit host data width,256 deep fifo [ 1.395646] dwmmc_rockchip 30010000.mmc: allocated mmc-pwrseq [ 1.402395] dwmmc_rockchip 30020000.mmc: Using internal DMA controller. [ 1.402458] dwmmc_rockchip 30020000.mmc: Version ID is 270a [ 1.402603] dwmmc_rockchip 30020000.mmc: DW MMC controller at irq 51,32 bit host data width,256 deep fifo [ 11.719472] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2 [ 11.723548] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3 [ 25.632131] rk_gmac-dwmac 30200000.ethernet end0: PHY [stmmac-0:00] driver [Rockchip integrated EPHY] (irq=POLL) root@rk322x-box:~# dmesg | grep -i hdmi [ 0.055584] /vop@20050000: Fixed dependency cycle(s) with /hdmi@200a0000 [ 0.055722] /hdmi@200a0000: Fixed dependency cycle(s) with /vop@20050000 [ 22.293730] platform 200a0000.hdmi: deferred probe pending: (reason unknown) [ 22.293761] platform hdmi-sound: deferred probe pending: asoc-simple-card: parse error root@rk322x-box:~# ls -l /dev/dri total 0 drwxr-xr-x 2 root root 80 Jan 28 11:49 by-path crw-rw---- 1 root video 226, 0 Jan 28 11:49 card0 crw-rw---- 1 root render 226, 128 Jan 28 11:49 renderD128
  6. Update 2: 6.16-rc1 works with issues.. Good news: It Loads and registers the rga, vpu [ 1.340230] rockchip-rga 20060000.rga: Registered rockchip-rga as /dev/video0 [ 1.345260] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video2 [ 1.345656] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video3 Issues: swap file is gone HDMI output not working probably more, not sure
  7. Progress update: I managed to boot 6.6.22 with applied hantro and rkdevc drivers in the kernel, I'm not sure if this was already discovered but i found something on the 6.6.22 kernel. Hantro and some Rockchip drivers are found in the Device Drivers -> Multimedia Support -> Media Platform Devices Rockchip Raster 2D Graphic Acceleration Unit Rockchip Image Signal Processing v1 Unit Rockchip Video Decoder (on 6.6.22 this can be found in staging drivers) Hantro VPU Driver Use Reference Frame Compression for HEVC Hantro VPU Rockchip support Hantro VPU Allwinner support Current issues: No Display working, but i got ssh working enough to tell me probably what's wrong with the kernel, Now I'm going to try and do the same but this time with the 6.16-rc1 patches found in Github: Kwiboo/linux-rockchip just to see if that would work also.
  8. I'm currently trying to build my own kernel for armbian bookworm, using this Github Linux-rockchip: linuxtv-rkdevc-hevc-v2 (6.16-rc1) Goal is to try and make hantro work with native mainline V4L2-Request-API to achieve zero-copy decoding and bypass the legacy Rockchip MPP. i just want to experiment the OS and the VPU it self at this point
  9. I'll try to explain in some details. 1. Yes these are different things even if they appear all as /dev/videoX devices. In case of camera, hardware video decoder and hardware video encoder one may have /dev/video0, /dev/video1 and /dev/video2 2. no, because really the DRIVER does the encoding or decoding provided there is codec hardware present. The driver provides the userland communication to the hardware. This happens through the v4l2 layer (Video For Linux 2) which does the abstraction for different types of hardware, eg. H3, Hantro, Intel ... Of course this requires a v4l2 kind of driver, whereas the cedar_dev (aka cedar_ve) is NOT. 3. Right, bootlin is a little more 🙂 I mentioned these because they provide the latest cedrus driver with encoding support (with still some bugs...) 4. yes, cedar IS outdated. The most modern concept is v4l2 (see above). Cedar and this specific ffmpeg fork are using a different approach. 5. I never mananged to get this combination to work, at least not on the latest kernel. HTH T. Reference: https://bootlin.com/blog/open-source-linux-kernel-support-for-the-allwinner-v3-v3s-s3-h-264-video-encoder/
  10. Could anyone advise the simple example on how to play media files using hardware decoding on VPU? I use actual version of Armbian with Edge kernel user@h96-tvbox-3566:~$ uname -a Linux h96-tvbox-3566 6.18.0-rc7-edge-rockchip64 #1 SMP PREEMPT Sun Nov 23 22:53:16 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux and seems that rkvdec is available user@h96-tvbox-3566:~$ v4l2-ctl --list-devices rockchip,rk3328-vpu-dec (platform:fdea0000.video-codec): /dev/video2 /dev/media1 rockchip,rk3568-vepu-enc (platform:fdee0000.video-codec): /dev/video3 /dev/media2 rockchip-rga (platform:rga): /dev/video1 rkvdec (platform:rkvdec): /dev/video0 /dev/media0 then I've installed MPV player from Armbian repository using apt command, but it seems that it doesn't support hardware decoding. I tried to use different hwdec options (rkvdec, rga, rkmpp, hantro....) but got "Unsupported hwdec" each time. user@h96-tvbox-3566:~$ mpv -hwdec=rkvdec --vo=gpu big_buck_bunny_1080p_h264.mov (+) Video --vid=1 (*) (h264 1920x1080 24.000fps) (+) Audio --aid=1 --alang=eng (*) (aac 6ch 48000Hz) Unsupported hwdec: rkvdec AO: [pulse] 48000Hz 5.1 6ch float VO: [gpu] 1920x1080 yuv420p Exiting... (Quit)
  11. root@h96-tvbox-3566:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 6.12.57-current-rockchip64 (build@armbian) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Sun Nov 2 13:15:23 UTC 2025 [ 0.000000] KASLR enabled [ 0.000000] Machine model: h96 TVbox 3566 [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000001ffffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ff7650c0-0x1ff76783f] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000efffffff] [ 0.000000] node 0: [mem 0x00000001f0000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] cma: Reserved 128 MiB at 0x00000000e3a00000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 34 pages/cpu s99416 r8192 d31656 u139264 [ 0.000000] pcpu-alloc: s99416 r8192 d31656 u139264 alloc=34*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: root=UUID=02d6f139-439e-4f03-b522-ea8c640bdf2c rootwait rootfstype=ext4 splash=verbose console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=981ba9e7-9a6c-4e13-8b12-c3374087ba24 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u dwmac-rk.phy_addr=1 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory [ 0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=981ba9e7-9a6c-4e13-8b12-c3374087ba24 cgroup_enable=memory cgroup_memory=1", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048064 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000dfa00000-0x00000000e3a00000] (64MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 320 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: MBI range [296:319] [ 0.000000] GICv3: Using MBI frame 0x00000000fd410000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000 [ 0.000000] ITS: No ITS available, not enabling LPIs [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001281] Console: colour dummy device 80x25 [ 0.001303] printk: legacy console [tty1] enabled [ 0.001519] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.001546] pid_max: default: 32768 minimum: 301 [ 0.001667] LSM: initializing lsm=capability,yama,apparmor [ 0.001762] Yama: becoming mindful. [ 0.002092] AppArmor: AppArmor initialized [ 0.002255] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.002291] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.006553] rcu: Hierarchical SRCU implementation. [ 0.006578] rcu: Max phase no-delay instances is 1000. [ 0.007050] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.008342] EFI services will not be available. [ 0.008880] smp: Bringing up secondary CPUs ... [ 0.009999] Detected VIPT I-cache on CPU1 [ 0.010105] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000 [ 0.010168] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 0.011420] Detected VIPT I-cache on CPU2 [ 0.011515] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000 [ 0.011570] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 0.012992] Detected VIPT I-cache on CPU3 [ 0.013094] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000 [ 0.013149] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 0.013348] smp: Brought up 1 node, 4 CPUs [ 0.013378] SMP: Total of 4 processors activated. [ 0.013387] CPU: All CPU(s) started at EL2 [ 0.013396] CPU features: detected: 32-bit EL0 Support [ 0.013403] CPU features: detected: 32-bit EL1 Support [ 0.013414] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.013423] CPU features: detected: Common not Private translations [ 0.013431] CPU features: detected: CRC32 instructions [ 0.013447] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.013454] CPU features: detected: LSE atomic instructions [ 0.013462] CPU features: detected: Privileged Access Never [ 0.013468] CPU features: detected: RAS Extension Support [ 0.013479] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.013568] alternatives: applying system-wide alternatives [ 0.018533] Memory: 3851236K/4192256K available (16832K kernel code, 2934K rwdata, 11432K rodata, 5248K init, 790K bss, 205556K reserved, 131072K cma-reserved) [ 0.020380] devtmpfs: initialized [ 0.045281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.045339] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.049748] 23408 pages in range for non-PLT usage [ 0.049777] 514928 pages in range for PLT usage [ 0.050149] pinctrl core: initialized pinctrl subsystem [ 0.051202] DMI not present or invalid. [ 0.055961] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.058258] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.059446] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.060691] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.060779] audit: initializing netlink subsys (disabled) [ 0.061164] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1 [ 0.062444] thermal_sys: Registered thermal governor 'fair_share' [ 0.062457] thermal_sys: Registered thermal governor 'bang_bang' [ 0.062467] thermal_sys: Registered thermal governor 'step_wise' [ 0.062474] thermal_sys: Registered thermal governor 'user_space' [ 0.062575] cpuidle: using governor menu [ 0.063005] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.063244] ASID allocator initialised with 32768 entries [ 0.063588] Serial: AMBA PL011 UART driver [ 0.079115] /vop@fe040000: Fixed dependency cycle(s) with /hdmi@fe0a0000 [ 0.079248] /hdmi@fe0a0000: Fixed dependency cycle(s) with /vop@fe040000 [ 0.104599] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.105237] rockchip-gpio fdd60000.gpio: probed /pinctrl/gpio@fdd60000 [ 0.105729] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.106137] rockchip-gpio fe740000.gpio: probed /pinctrl/gpio@fe740000 [ 0.106815] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.107233] rockchip-gpio fe750000.gpio: probed /pinctrl/gpio@fe750000 [ 0.107690] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.108077] rockchip-gpio fe760000.gpio: probed /pinctrl/gpio@fe760000 [ 0.108521] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.108914] rockchip-gpio fe770000.gpio: probed /pinctrl/gpio@fe770000 [ 0.111037] /hdmi@fe0a0000: Fixed dependency cycle(s) with /hdmi-con [ 0.111179] /hdmi-con: Fixed dependency cycle(s) with /hdmi@fe0a0000 [ 0.118988] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.119013] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.119024] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.119032] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.119042] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.119049] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.119060] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.119067] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.121318] cryptd: max_cpu_qlen set to 1000 [ 0.187082] raid6: neonx8 gen() 1406 MB/s [ 0.255225] raid6: neonx4 gen() 1436 MB/s [ 0.323369] raid6: neonx2 gen() 1319 MB/s [ 0.391507] raid6: neonx1 gen() 1073 MB/s [ 0.459650] raid6: int64x8 gen() 912 MB/s [ 0.527787] raid6: int64x4 gen() 1045 MB/s [ 0.595931] raid6: int64x2 gen() 936 MB/s [ 0.664082] raid6: int64x1 gen() 691 MB/s [ 0.664097] raid6: using algorithm neonx4 gen() 1436 MB/s [ 0.732214] raid6: .... xor() 1100 MB/s, rmw enabled [ 0.732228] raid6: using neon recovery algorithm [ 0.733556] iommu: Default domain type: Translated [ 0.733576] iommu: DMA domain TLB invalidation policy: strict mode [ 0.734901] SCSI subsystem initialized [ 0.735254] libata version 3.00 loaded. [ 0.735625] usbcore: registered new interface driver usbfs [ 0.735699] usbcore: registered new interface driver hub [ 0.735755] usbcore: registered new device driver usb [ 0.736511] pps_core: LinuxPPS API ver. 1 registered [ 0.736525] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.736551] PTP clock support registered [ 0.736611] EDAC MC: Ver: 3.0.0 [ 0.737162] scmi_core: SCMI protocol bus registered [ 0.738840] NetLabel: Initializing [ 0.738854] NetLabel: domain hash size = 128 [ 0.738864] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.738962] NetLabel: unlabeled traffic allowed by default [ 0.739240] vgaarb: loaded [ 0.740044] clocksource: Switched to clocksource arch_sys_counter [ 0.745226] VFS: Disk quotas dquot_6.6.0 [ 0.745299] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.746518] AppArmor: AppArmor Filesystem Enabled [ 0.762179] NET: Registered PF_INET protocol family [ 0.762589] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.836463] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.836699] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.836818] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.837411] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.838375] TCP: Hash tables configured (established 32768 bind 32768) [ 0.838600] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.838728] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.839096] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.839150] NET: Registered PF_XDP protocol family [ 0.839175] PCI: CLS 0 bytes, default 64 [ 0.839616] Trying to unpack rootfs image as initramfs... [ 0.849450] kvm [1]: nv: 554 coarse grained trap handlers [ 0.850093] kvm [1]: IPA Size Limit: 40 bits [ 0.850147] kvm [1]: GICv3: no GICV resource entry [ 0.850160] kvm [1]: disabling GICv2 emulation [ 0.850210] kvm [1]: GIC system register CPU interface enabled [ 0.850255] kvm [1]: vgic interrupt IRQ9 [ 0.850315] kvm [1]: VHE mode initialized successfully [ 0.853418] Initialise system trusted keyrings [ 0.853509] Key type blacklist registered [ 0.853934] workingset: timestamp_bits=44 max_order=20 bucket_order=0 [ 0.854016] zbud: loaded [ 0.854816] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.855484] fuse: init (API version 7.41) [ 0.858338] integrity: Platform Keyring initialized [ 0.932593] xor: measuring software checksum speed [ 0.934529] 8regs : 1719 MB/sec [ 0.936661] 32regs : 1553 MB/sec [ 0.938577] arm64_neon : 1726 MB/sec [ 0.938588] xor: using function: arm64_neon (1726 MB/sec) [ 0.938609] Key type asymmetric registered [ 0.938621] Asymmetric key parser 'x509' registered [ 0.938818] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.939252] io scheduler mq-deadline registered [ 0.939271] io scheduler kyber registered [ 0.939348] io scheduler bfq registered [ 2.140739] Freeing initrd memory: 20564K [ 2.152225] ledtrig-cpu: registered to indicate activity on CPUs [ 2.162563] dma-pl330 fe530000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.162593] dma-pl330 fe530000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 2.165930] dma-pl330 fe550000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 2.165958] dma-pl330 fe550000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 2.169241] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 2.175501] fe650000.serial: ttyS1 at MMIO 0xfe650000 (irq = 25, base_baud = 1500000) is a 16550A [ 2.176112] serial serial0: tty port ttyS1 registered [ 2.177966] fe660000.serial: ttyS2 at MMIO 0xfe660000 (irq = 26, base_baud = 1500000) is a 16550A [ 2.178226] printk: legacy console [ttyS2] enabled [ 2.179993] Serial: AMBA driver [ 2.193516] loop: module loaded [ 2.195458] Key type psk registered [ 2.201340] thunder_xcv, ver 1.0 [ 2.201425] thunder_bgx, ver 1.0 [ 2.201493] nicpf, ver 1.0 [ 2.212937] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 2.212991] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 2.213204] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports [ 2.213222] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010 [ 2.213303] xhci-hcd xhci-hcd.0.auto: irq 30, io mem 0xfcc00000 [ 2.213819] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 2.213843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.213858] usb usb1: Product: xHCI Host Controller [ 2.213870] usb usb1: Manufacturer: Linux 6.12.57-current-rockchip64 xhci-hcd [ 2.213882] usb usb1: SerialNumber: xhci-hcd.0.auto [ 2.214743] hub 1-0:1.0: USB hub found [ 2.214812] hub 1-0:1.0: 1 port detected [ 2.215548] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 2.215587] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 2.215779] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010 [ 2.215851] xhci-hcd xhci-hcd.1.auto: irq 31, io mem 0xfd000000 [ 2.216153] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 2.216182] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 2.216206] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 2.216505] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 2.216528] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.216543] usb usb2: Product: xHCI Host Controller [ 2.216555] usb usb2: Manufacturer: Linux 6.12.57-current-rockchip64 xhci-hcd [ 2.216567] usb usb2: SerialNumber: xhci-hcd.1.auto [ 2.217325] hub 2-0:1.0: USB hub found [ 2.217394] hub 2-0:1.0: 1 port detected [ 2.218015] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.218264] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 2.218287] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.218302] usb usb3: Product: xHCI Host Controller [ 2.218314] usb usb3: Manufacturer: Linux 6.12.57-current-rockchip64 xhci-hcd [ 2.218326] usb usb3: SerialNumber: xhci-hcd.1.auto [ 2.219048] hub 3-0:1.0: USB hub found [ 2.219130] hub 3-0:1.0: 1 port detected [ 2.219836] usbcore: registered new interface driver usb-storage [ 2.222714] mousedev: PS/2 mouse device common for all mice [ 2.223443] i2c_dev: i2c /dev entries driver [ 2.229358] rockchip-thermal fe710000.tsadc: Missing tshut mode property, using default (gpio) [ 2.229390] rockchip-thermal fe710000.tsadc: Missing tshut-polarity property, using default (low) [ 2.233395] sdhci: Secure Digital Host Controller Interface driver [ 2.233419] sdhci: Copyright(c) Pierre Ossman [ 2.233468] Synopsys Designware Multimedia Card Interface Driver [ 2.234545] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.237311] arm-scmi arm-scmi.2.auto: Using scmi_smc_transport [ 2.237337] arm-scmi arm-scmi.2.auto: SCMI max-rx-timeout: 30ms [ 2.237556] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 2.237954] arm-scmi arm-scmi.2.auto: SCMI Notifications - Core Enabled. [ 2.238043] arm-scmi arm-scmi.2.auto: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 2.239622] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 2.239958] hid: raw HID events driver (C) Jiri Kosina [ 2.240590] usbcore: registered new interface driver usbhid [ 2.240605] usbhid: USB HID core driver [ 2.242290] rockchip-dfi fe230000.dfi: dfi initialized, dram type: 0x8, channels: 1 [ 2.244433] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 (0,8000003f) counters available [ 2.246189] NET: Registered PF_INET6 protocol family [ 2.307474] Segment Routing with IPv6 [ 2.307622] In-situ OAM (IOAM) with IPv6 [ 2.307751] NET: Registered PF_PACKET protocol family [ 2.307832] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.308191] Key type dns_resolver registered [ 2.322627] registered taskstats version 1 [ 2.323107] Loading compiled-in X.509 certificates [ 2.342427] zswap: loaded using pool zstd/zbud [ 2.342962] Demotion targets for Node 0: null [ 2.343508] Key type .fscrypt registered [ 2.343523] Key type fscrypt-provisioning registered [ 2.348171] Btrfs loaded, zoned=yes, fsverity=yes [ 2.348460] Key type encrypted registered [ 2.348484] AppArmor: AppArmor sha256 policy hashing enabled [ 2.391112] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected! [ 2.505752] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode. [ 2.505841] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller. [ 2.505859] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a [ 2.505923] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo [ 2.506096] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. [ 2.506167] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller. [ 2.506186] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a [ 2.506263] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 65,32 bit host data width,256 deep fifo [ 2.508493] dwmmc_rockchip fe2b0000.mmc: Got CD GPIO [ 2.509670] dwmmc_rockchip fe2c0000.mmc: allocated mmc-pwrseq [ 2.509699] mmc_host mmc2: card is non-removable. [ 2.520556] mmc_host mmc0: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0) [ 2.524818] WCN: marlin_init entry! [ 2.525509] of_cfs_init [ 2.525576] of_cfs_init: OK [ 2.544299] mmc1: SDHCI controller on fe310000.mmc [fe310000.mmc] using ADMA [ 2.576559] clk: Disabling unused clocks [ 2.577449] PM: genpd: Disabling unused power domains [ 2.626663] mmc1: new HS200 MMC card at address 0001 [ 2.627719] mmcblk1: mmc1:0001 032G74 29.1 GiB [ 2.632265] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0) [ 2.633175] mmcblk1: p1 [ 2.634102] mmcblk1boot0: mmc1:0001 032G74 4.00 MiB [ 2.636494] mmcblk1boot1: mmc1:0001 032G74 4.00 MiB [ 2.638579] mmcblk1rpmb: mmc1:0001 032G74 4.00 MiB, chardev (243:0) [ 2.647995] Freeing unused kernel memory: 5248K [ 2.648340] Run /init as init process [ 2.648354] with arguments: [ 2.648364] /init [ 2.648374] with environment: [ 2.648382] HOME=/ [ 2.648391] TERM=linux [ 2.648399] splash=verbose [ 2.648407] ubootpart=981ba9e7-9a6c-4e13-8b12-c3374087ba24 [ 2.648417] cgroup_enable=memory [ 2.648426] cgroup_memory=1 [ 2.665863] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 100000000Hz, actual 50000000HZ div = 0) [ 2.840151] dwmmc_rockchip fe2c0000.mmc: Successfully tuned phase to 173 [ 2.843621] mmc2: new ultra high speed SDR50 SDIO card at address 390b [ 3.208313] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd [ 3.225766] usb 3-1: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=31.04 [ 3.225806] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6 [ 3.225821] usb 3-1: Product: USB 10/100/1G/2.5G LAN [ 3.225833] usb 3-1: Manufacturer: Realtek [ 3.225844] usb 3-1: SerialNumber: 4013000001 [ 3.386799] usbcore: registered new device driver r8152-cfgselector [ 3.592883] r8152-cfgselector 3-1: reset SuperSpeed USB device number 2 using xhci-hcd [ 3.720274] r8152 3-1:1.0 eth0: v1.12.13 [ 3.720479] usbcore: registered new interface driver r8152 [ 3.724881] usbcore: registered new interface driver cdc_ether [ 3.727119] usbcore: registered new interface driver cdc_ncm [ 3.814188] rockchip-vop2 fe040000.vop: Adding to iommu group 0 [ 3.830334] rockchip-drm display-subsystem: bound fe040000.vop (ops vop2_component_ops [rockchipdrm]) [ 3.837545] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) [ 3.845616] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver [ 3.846347] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm]) [ 3.847804] rk808-rtc rk808-rtc.6.auto: registered as rtc0 [ 3.849294] [drm] Initialized rockchip 1.0.0 for display-subsystem on minor 0 [ 3.849556] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 3.849713] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 3.851651] rk808-rtc rk808-rtc.6.auto: setting system clock to 2025-11-11T14:23:04 UTC (1762870984) [ 3.914828] dwmac_rk: unknown parameter 'phy_addr' ignored [ 3.916833] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found [ 3.916867] rk_gmac-dwmac fe010000.ethernet: IRQ sfty not found [ 3.926725] rk_gmac-dwmac fe010000.ethernet: clock input or output? (input). [ 3.926762] rk_gmac-dwmac fe010000.ethernet: TX delay(0x41). [ 3.926780] rk_gmac-dwmac fe010000.ethernet: RX delay(0x2e). [ 3.926807] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no). [ 3.926882] rk_gmac-dwmac fe010000.ethernet: clock input from PHY [ 3.932126] rk_gmac-dwmac fe010000.ethernet: init for RGMII [ 3.932639] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 3.932676] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5 [ 3.932692] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported [ 3.932704] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported [ 3.932715] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported [ 3.932724] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported [ 3.932884] rk_gmac-dwmac fe010000.ethernet: TSO supported [ 3.932903] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 3.932918] rk_gmac-dwmac fe010000.ethernet: Enabled RFS Flow TC (entries=10) [ 3.932931] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled [ 3.932943] rk_gmac-dwmac fe010000.ethernet: Using 32/32 bits DMA host/device width [ 4.004256] i2c i2c-7: Not I2C compliant: can't read SDA [ 4.004288] i2c i2c-7: Not I2C compliant: can't read SCL [ 4.004299] i2c i2c-7: Bus may be unreliable [ 4.004314] i2c-gpio i2c-aux-display: using lines 12 (SDA) and 11 (SCL, no clock stretching) [ 4.044582] r8152 3-1:1.0 enx00e04c1800a5: renamed from eth0 [ 4.258180] rk_gmac-dwmac fe010000.ethernet end0: renamed from eth0 [ 4.424695] r8152-cfgselector 3-1: reset SuperSpeed USB device number 2 using xhci-hcd [ 4.540302] r8152 3-1:1.0 eth0: v1.12.13 [ 4.634763] r8152 3-1:1.0 enx00e04c1800a5: renamed from eth0 [ 4.790481] EXT4-fs (mmcblk1p1): mounted filesystem 02d6f139-439e-4f03-b522-ea8c640bdf2c ro with writeback data mode. Quota mode: none. [ 5.297007] systemd[1]: Inserted module 'autofs4' [ 5.355293] systemd[1]: systemd 257.8-1~deb13u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) [ 5.355403] systemd[1]: Detected architecture arm64. [ 5.364981] systemd[1]: Hostname set to <h96-tvbox-3566>. [ 5.876905] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. [ 5.991722] dw-apb-uart fe660000.serial: forbid DMA for kernel console [ 6.773136] systemd[1]: Queued start job for default target graphical.target. [ 6.826887] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 6.831223] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 6.835310] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 6.838382] systemd[1]: Created slice user.slice - User and Session Slice. [ 6.839385] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 6.840277] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 6.841981] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 6.842539] systemd[1]: Expecting device dev-ttyS2.device - /dev/ttyS2... [ 6.843079] systemd[1]: Reached target paths.target - Path Units. [ 6.843532] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 6.843941] systemd[1]: Reached target slices.target - Slice Units. [ 6.844476] systemd[1]: Reached target swap.target - Swaps. [ 6.845734] systemd[1]: Listening on syslog.socket - Syslog Socket. [ 6.853290] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 6.854452] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 6.855496] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 6.856831] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ 6.858261] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [ 6.858829] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 6.858989] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 6.859788] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 6.860809] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 6.868820] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [ 6.875789] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 6.883809] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... [ 6.891566] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 6.909632] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 6.925815] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 6.970432] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 6.989909] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 6.999439] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 7.016730] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 7.037942] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 7.059514] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 7.060409] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). [ 7.060997] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [ 7.113475] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 7.129285] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... [ 7.132663] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.133330] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.153188] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 7.164339] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 7.208461] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [ 7.209936] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 7.211358] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. [ 7.221176] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 7.222703] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 7.228820] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 7.246829] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 7.250903] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 7.253861] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 7.255423] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 7.270398] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 7.272244] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 7.275573] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 7.277399] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 7.280512] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 7.282574] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 7.293411] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 7.320774] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 7.321188] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 7.345629] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 7.361655] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 7.373739] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 7.388633] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. [ 7.412625] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 7.425447] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 7.455126] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 7.477400] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 7.523185] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 7.563259] EXT4-fs (mmcblk1p1): re-mounted 02d6f139-439e-4f03-b522-ea8c640bdf2c r/w. [ 7.572446] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 7.575034] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). [ 7.575497] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 7.586713] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 7.587098] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.619384] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 7.621241] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. [ 7.638610] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... [ 7.646668] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 7.651899] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 7.688863] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 7.716572] systemd[1]: Starting systemd-resolved.service - Network Name Resolution... [ 7.791053] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 7.794063] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ 7.845106] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 8.169507] systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. [ 8.170957] systemd[1]: Reached target time-set.target - System Time Set. [ 8.225270] systemd[1]: Mounting tmp.mount - /tmp... [ 8.387879] systemd[1]: Mounted tmp.mount - /tmp. [ 8.389334] systemd[1]: Reached target local-fs.target - Local File Systems. [ 8.398427] systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. [ 8.406047] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... [ 8.421472] systemd[1]: Starting console-setup.service - Set console font and keymap... [ 8.454177] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 8.529036] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ 8.597230] systemd[1]: Starting systemd-networkd.service - Network Configuration... [ 8.673984] systemd[1]: Finished console-setup.service - Set console font and keymap. [ 8.677763] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. [ 8.718705] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 263 (systemd-binfmt) [ 8.728692] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 8.871880] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 8.894538] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 9.541067] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.590243] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.591405] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.628819] systemd[1]: Found device dev-ttyS2.device - /dev/ttyS2. [ 9.946399] systemd[1]: Started systemd-networkd.service - Network Configuration. [ 9.972186] systemd[1]: Starting systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd... [ 9.983471] rk_gmac-dwmac fe010000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 10.008535] rk_gmac-dwmac fe010000.ethernet end0: PHY [stmmac-0:00] driver [Generic PHY] (irq=POLL) [ 10.030686] zram: Added device: zram0 [ 10.033372] zram: Added device: zram1 [ 10.155162] zram: Added device: zram2 [ 10.158668] r8152 3-1:1.0 enx00e04c1800a5: carrier on [ 10.292232] r8152 3-1:1.0 enx00e04c1800a5: Stop submitting intr, status -108 [ 10.331582] zram0: detected capacity change from 0 to 4012512 [ 10.393579] mc: Linux media interface: v0.10 [ 10.470481] panfrost fde60000.gpu: clock rate = 594000000 [ 10.470515] panfrost fde60000.gpu: bus_clock rate = 500000000 [ 10.489544] panfrost fde60000.gpu: mali-g52 id 0x7402 major 0x1 minor 0x0 status 0x0 [ 10.489565] panfrost fde60000.gpu: features: 00000000,00000cf7, issues: 00000000,00000400 [ 10.489574] panfrost fde60000.gpu: Features: L2:0x07110206 Shader:0x00000002 Tiler:0x00000209 Mem:0x1 MMU:0x00002823 AS:0xff JS:0x7 [ 10.489582] panfrost fde60000.gpu: shader_present=0x1 l2_present=0x1 [ 10.490260] videodev: Linux video capture interface: v2.00 [ 10.577203] [drm] Initialized panfrost 1.2.0 for fde60000.gpu on minor 1 [ 10.591955] rockchip-rga fdeb0000.rga: HW Version: 0x03.02 [ 10.596084] random: crng init done [ 10.601538] rockchip-rga fdeb0000.rga: Registered rockchip-rga as /dev/video0 [ 10.618482] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. [ 10.619483] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 10.619710] systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id). [ 10.640697] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey.5.auto/input/input0 [ 10.652485] rockchip_vdec2: module is from the staging directory, the quality is unknown, you have been warned. [ 10.694123] hantro-vpu fdea0000.video-codec: Adding to iommu group 1 [ 10.696776] hantro-vpu fdea0000.video-codec: registered rockchip,rk3328-vpu-dec as /dev/video2 [ 10.714076] rk2-crypto fe380000.crypto: will run requests pump with realtime priority [ 10.714157] rk2-crypto fe380000.crypto: Registers crypto algos [ 10.714166] rk2-crypto fe380000.crypto: Register ecb(aes) as ecb-aes-rk2 [ 10.714231] rk2-crypto fe380000.crypto: Register cbc(aes) as cbc-aes-rk2 [ 10.714252] rk2-crypto fe380000.crypto: Register xts(aes) as xts-aes-rk2 [ 10.714267] rk2-crypto fe380000.crypto: Register md5 as rk2-md5 3 [ 10.714284] rk2-crypto fe380000.crypto: Register sha1 as rk2-sha1 4 [ 10.714302] rk2-crypto fe380000.crypto: Register sha256 as rk2-sha256 5 [ 10.714318] rk2-crypto fe380000.crypto: Register sha384 as rk2-sha384 6 [ 10.714333] rk2-crypto fe380000.crypto: Register sha512 as rk2-sha512 7 [ 10.714535] rk2-crypto fe380000.crypto: Register sm3 as rk2-sm3 8 [ 10.751177] Adding 2006252k swap on /dev/zram0. Priority:5 extents:1 across:2006252k SS [ 10.808239] hantro-vpu fdee0000.video-codec: Adding to iommu group 2 [ 10.810297] hantro-vpu fdee0000.video-codec: registered rockchip,rk3568-vepu-enc as /dev/video3 [ 10.810421] zram1: detected capacity change from 0 to 102400 [ 10.820225] tm16xx 7-0024: Failed to count 'tm16xx,digits' property: -22 [ 10.820248] tm16xx 7-0024: Failed to parse device tree: -22 [ 10.820259] tm16xx 7-0024: probe with driver tm16xx failed with error -22 [ 10.846289] rc_core: IR keymap rc-h96-max-v56 not found [ 10.846313] Registered IR keymap rc-empty [ 10.851168] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0 [ 10.851434] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, raw IR receiver, no transmitter [ 10.855121] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input1 [ 10.926103] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. [ 10.936262] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... [ 10.954672] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 10.968325] Bluetooth: Core ver 2.22 [ 10.968448] NET: Registered PF_BLUETOOTH protocol family [ 10.968456] Bluetooth: HCI device and connection manager initialized [ 10.968474] Bluetooth: HCI socket layer initialized [ 10.968484] Bluetooth: L2CAP socket layer initialized [ 10.968503] Bluetooth: SCO socket layer initialized [ 11.012098] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma [ 11.012123] rk_gmac-dwmac fe010000.ethernet end0: stmmac_hw_setup: DMA engine initialization failed [ 11.012131] rk_gmac-dwmac fe010000.ethernet end0: __stmmac_open: Hw setup failed [ 11.044607] Bluetooth: HCI UART driver ver 2.3 [ 11.044633] Bluetooth: HCI UART protocol H4 registered [ 11.044639] Bluetooth: HCI UART protocol BCSP registered [ 11.044779] Bluetooth: HCI UART protocol LL registered [ 11.044790] Bluetooth: HCI UART protocol ATH3K registered [ 11.044838] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 11.045063] Bluetooth: HCI UART protocol Intel registered [ 11.045309] Bluetooth: HCI UART protocol Broadcom registered [ 11.045367] Bluetooth: HCI UART protocol QCA registered [ 11.045374] Bluetooth: HCI UART protocol AG6XX registered [ 11.045522] Bluetooth: HCI UART protocol Marvell registered [ 11.095556] systemd[1]: Finished systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd. [ 11.100938] systemd[1]: Started systemd-resolved.service - Network Name Resolution. [ 11.101642] systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. [ 11.105767] EXT4-fs (zram1): mounted filesystem d6c591d9-9d4c-4557-8ea0-5f3d92af56b4 r/w without journal. Quota mode: none. [ 11.171923] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 11.180756] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 11.181195] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [ 11.181653] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). [ 11.182018] systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id). [ 11.182142] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 11.182577] systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. [ 11.182735] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 11.182793] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 11.244673] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 11.245782] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 11.247146] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 11.251701] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 11.252756] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 11.290376] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status... [ 11.305084] systemd[1]: Reached target bluetooth.target - Bluetooth Support. [ 11.336641] r8152-cfgselector 3-1: reset SuperSpeed USB device number 2 using xhci-hcd [ 11.375270] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status. [ 11.409769] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. [ 11.419266] systemd[1]: Starting systemd-journald.service - Journal Service... [ 11.450982] r8152 3-1:1.0 eth0: v1.12.13 [ 11.548954] systemd-journald[421]: Collecting audit messages is disabled. [ 11.554558] r8152 3-1:1.0 enx00e04c1800a5: renamed from eth0 [ 11.704869] systemd[1]: Started systemd-journald.service - Journal Service. [ 11.801857] systemd-journald[421]: Received client request to flush runtime journal. [ 11.811394] systemd-journald[421]: /var/log/journal/0e22646d717c4ecf971d5dab53ffb0a6/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating. [ 11.811453] systemd-journald[421]: Rotating system journal. [ 12.560089] systemd-journald[421]: Received client request to relinquish /var/log/journal/0e22646d717c4ecf971d5dab53ffb0a6 access. [ 13.316103] Bluetooth: hci0: command 0xfc18 tx timeout [ 13.316164] Bluetooth: hci0: BCM: failed to write update baudrate (-110) [ 13.316174] Bluetooth: hci0: Failed to set baudrate [ 14.381288] r8152 3-1:1.0 enx00e04c1800a5: carrier on [ 15.332133] Bluetooth: hci0: command 0xfc18 tx timeout [ 15.332199] Bluetooth: hci0: BCM: Reset failed (-110) [ 21.222972] platform spdif-sound: deferred probe pending: asoc-simple-card: parse error [ 21.223026] platform rk809-sound: deferred probe pending: asoc-simple-card: parse error [ 1238.828322] systemd-journald[421]: Received client request to flush runtime journal. [ 1238.872397] systemd-journald[421]: Received client request to relinquish /var/log/journal/0e22646d717c4ecf971d5dab53ffb0a6 access. [36038.097713] systemd-journald[421]: Received client request to flush runtime journal. [36038.152376] systemd-journald[421]: Received client request to relinquish /var/log/journal/0e22646d717c4ecf971d5dab53ffb0a6 access. Could you please tell me what's wrong with my device? It has no network adapter and no Bluetooth functionality.Thank you!
  12. My understanding is that v4l2request is for vendor kernel that does RKMPP, so that V4L2 API is available for browser or mpv to play video, so decoding only. I have not focused on that, although HEVC HW accelerated decoding would be really welcome. W.r.t. camera capture and encoding, I only used RPI1 (legacy firmware V4L2 stack) and RPi3/4 (libcamera). Many variants, but is it possible to get uncompressed frames from a camera, push it through the h264 HW encoder (h264_v4l2m2m) and then to some RTSP sink (MediaMTX) to show it as WebRTC in a browser. That is with RPi kernel and RPi ffmpeg, so 'vendor' solution. Although V4L2, it won't work with a standard/mainline Debian kernel yet AFAIK. For Rockchip, I use ffmpeg that comes with jellyfin to do transcoding (HEVC->H264). It works fine with 6.1.115 vendor kernel, I have not used it for camera. It might miss certain things w.r.t. V4L2 controlling camera attributes. Below is what I get on a NanoPi-R6C (RK3588s, Trixie). You can see only JPEG encoder is available. root@ranc:~# uname -a Linux ranc 6.18.0-rc3-edge-rockchip64 #1 SMP PREEMPT Sun Oct 26 22:59:49 UTC 2025 aarch64 GNU/Linux root@ranc:~# ls -al /dev/media* crw-rw----+ 1 root video 238, 0 Nov 4 13:53 /dev/media0 crw-rw----+ 1 root video 238, 1 Nov 4 13:53 /dev/media1 lrwxrwxrwx 1 root root 6 Nov 4 13:53 /dev/media-dec0 -> media0 lrwxrwxrwx 1 root root 6 Nov 4 13:53 /dev/media-dec1 -> media1 root@ranc:~# media-ctl -d 0 -p Media controller API version 6.18.0 Media device information ------------------------ driver hantro-vpu model hantro-vpu serial bus info platform:fdba0000.video-codec hw revision 0x0 driver version 6.18.0 Device topology - entity 1: rockchip,rk3588-vepu121-enc-sou (1 pad, 1 link) type Node subtype V4L flags 0 device node name /dev/video1 pad0: SOURCE -> "rockchip,rk3588-vepu121-enc-pro":0 [ENABLED,IMMUTABLE] - entity 3: rockchip,rk3588-vepu121-enc-pro (2 pads, 2 links) type Node subtype Unknown flags 0 pad0: SINK <- "rockchip,rk3588-vepu121-enc-sou":0 [ENABLED,IMMUTABLE] pad1: SOURCE -> "rockchip,rk3588-vepu121-enc-sin":0 [ENABLED,IMMUTABLE] - entity 6: rockchip,rk3588-vepu121-enc-sin (1 pad, 1 link) type Node subtype V4L flags 0 device node name /dev/video1 pad0: SINK <- "rockchip,rk3588-vepu121-enc-pro":1 [ENABLED,IMMUTABLE] root@ranc:~# media-ctl -d 1 -p Media controller API version 6.18.0 Media device information ------------------------ driver hantro-vpu model hantro-vpu serial bus info platform:fdc70000.video-codec hw revision 0x0 driver version 6.18.0 Device topology - entity 1: rockchip,rk3588-av1-vpu-dec-sou (1 pad, 1 link) type Node subtype V4L flags 0 device node name /dev/video2 pad0: SOURCE -> "rockchip,rk3588-av1-vpu-dec-pro":0 [ENABLED,IMMUTABLE] - entity 3: rockchip,rk3588-av1-vpu-dec-pro (2 pads, 2 links) type Node subtype Unknown flags 0 pad0: SINK <- "rockchip,rk3588-av1-vpu-dec-sou":0 [ENABLED,IMMUTABLE] pad1: SOURCE -> "rockchip,rk3588-av1-vpu-dec-sin":0 [ENABLED,IMMUTABLE] - entity 6: rockchip,rk3588-av1-vpu-dec-sin (1 pad, 1 link) type Node subtype V4L flags 0 device node name /dev/video2 pad0: SINK <- "rockchip,rk3588-av1-vpu-dec-pro":1 [ENABLED,IMMUTABLE]
  13. Description Upstreaming patch: https://patchwork.kernel.org/project/linux-rockchip/patch/20240430024002.708227-3-liujianfeng1994@gmail.com/ The current fdb50400 won't work. there are errors in dmesg when doing decoding. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz KERNEL_CONFIGURE=no KERNEL_GIT=shallow Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  14. Description Add H264/VP8/MPEG2 decoder and RGA2 nodes to RK3588 edge kernel. cc @amazingfate How Has This Been Tested? [x] Built and probed v4l2 device Checklist: Please delete options that are not relevant. [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  15. Here is the debug boot log : [ 0.000000] Booting Linux on physical CPU 0xf00 [ 0.000000] Linux version 6.12.37-current-rockchip (build@armbian) (arm-linux-gnueabihf-gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #1 SMP Thu Jul 10 14:05:15 UTC 2025 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Generic RK322x Tv Box board [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0xbf000000 on node -1 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000060000000-0x000000009fffffff] [ 0.000000] HighMem [mem 0x00000000a0000000-0x00000000bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000060000000-0x00000000683fffff] [ 0.000000] node 0: [mem 0x0000000069200000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000060000000-0x00000000bfffffff] [ 0.000000] On node 0, zone Normal: 1536 pages in unavailable ranges [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv65535.65535 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 15 pages/cpu s29068 r8192 d24180 u61440 [ 0.000000] pcpu-alloc: s29068 r8192 d24180 u61440 alloc=15*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Kernel command line: earlyprintk root=UUID=87d2bf72-4b91-4d33-8f77-284fa91fc3a7 console=ttyS2,115200n8 console=tty1 rootwait rootfstype=ext4 splash=verbose consoleblank=0 loglevel=1 ubootpart=569f1cc4-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u drm_kms_helper.edid_firmware=HDMI-A-1:edid/1920x1080.bin video=HDMI-A-1:1920x1080@60 drm.debug=0x4 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory [ 0.000000] Unknown kernel command line parameters "earlyprintk splash=verbose ubootpart=569f1cc4-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 389632 [ 0.000000] allocated 1572864 bytes of page_ext [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000002] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000021] Switching to timer-based delay loop, resolution 41ns [ 0.001537] Console: colour dummy device 80x30 [ 0.001574] printk: legacy console [tty1] enabled [ 0.001762] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.001796] CPU: Testing write buffer coherency: ok [ 0.001884] pid_max: default: 32768 minimum: 301 [ 0.002012] LSM: initializing lsm=capability,yama [ 0.002094] Yama: becoming mindful. [ 0.002310] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002344] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.004354] /cpus/cpu@f00 missing clock-frequency property [ 0.004428] /cpus/cpu@f01 missing clock-frequency property [ 0.004463] /cpus/cpu@f02 missing clock-frequency property [ 0.004497] /cpus/cpu@f03 missing clock-frequency property [ 0.004521] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00 [ 0.007200] Setting up static identity map for 0x60100000 - 0x60100060 [ 0.007577] rcu: Hierarchical SRCU implementation. [ 0.007598] rcu: Max phase no-delay instances is 1000. [ 0.008328] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.009570] smp: Bringing up secondary CPUs ... [ 0.011116] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01 [ 0.013024] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02 [ 0.014710] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03 [ 0.014982] smp: Brought up 1 node, 4 CPUs [ 0.015018] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.015035] CPU: All CPU(s) started in SVC mode. [ 0.016494] Memory: 1486080K/1558528K available (16384K kernel code, 1300K rwdata, 9104K rodata, 1024K init, 458K bss, 53660K reserved, 16384K cma-reserved, 507904K highmem) [ 0.017485] devtmpfs: initialized [ 0.031052] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.031485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.031534] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.033000] pinctrl core: initialized pinctrl subsystem [ 0.035570] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.038008] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.038970] audit: initializing netlink subsys (disabled) [ 0.039543] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1 [ 0.040877] thermal_sys: Registered thermal governor 'step_wise' [ 0.041077] cpuidle: using governor ladder [ 0.041190] cpuidle: using governor menu [ 0.041683] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.041713] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.045970] /i2s1@100b0000: Fixed dependency cycle(s) with /codec@12010000 [ 0.046140] /codec@12010000: Fixed dependency cycle(s) with /i2s1@100b0000 [ 0.058852] /vop@20050000: Fixed dependency cycle(s) with /hdmi@200a0000 [ 0.059013] /i2s0@100c0000: Fixed dependency cycle(s) with /hdmi@200a0000 [ 0.059132] /hdmi@200a0000: Fixed dependency cycle(s) with /i2s0@100c0000 [ 0.059245] /hdmi@200a0000: Fixed dependency cycle(s) with /vop@20050000 [ 0.072919] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.073819] rockchip-gpio 11110000.gpio: probed /pinctrl/gpio@11110000 [ 0.074717] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.075377] rockchip-gpio 11120000.gpio: probed /pinctrl/gpio@11120000 [ 0.075968] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.076561] rockchip-gpio 11130000.gpio: probed /pinctrl/gpio@11130000 [ 0.077258] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.077875] rockchip-gpio 11140000.gpio: probed /pinctrl/gpio@11140000 [ 0.085807] /spdif@100d0000: Fixed dependency cycle(s) with /spdif-out [ 0.085959] /spdif-out: Fixed dependency cycle(s) with /spdif@100d0000 [ 0.086699] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.157193] raid6: neonx8 gen() 509 MB/s [ 0.225373] raid6: neonx4 gen() 732 MB/s [ 0.293582] raid6: neonx2 gen() 735 MB/s [ 0.361776] raid6: neonx1 gen() 602 MB/s [ 0.429982] raid6: int32x8 gen() 191 MB/s [ 0.498182] raid6: int32x4 gen() 199 MB/s [ 0.566457] raid6: int32x2 gen() 241 MB/s [ 0.634668] raid6: int32x1 gen() 250 MB/s [ 0.634686] raid6: using algorithm neonx2 gen() 735 MB/s [ 0.702770] raid6: .... xor() 546 MB/s, rmw enabled [ 0.702788] raid6: using neon recovery algorithm [ 0.704572] iommu: Default domain type: Translated [ 0.704629] iommu: DMA domain TLB invalidation policy: strict mode [ 0.709665] SCSI subsystem initialized [ 0.710037] usbcore: registered new interface driver usbfs [ 0.710113] usbcore: registered new interface driver hub [ 0.710210] usbcore: registered new device driver usb [ 0.710442] mc: Linux media interface: v0.10 [ 0.710536] videodev: Linux video capture interface: v2.00 [ 0.710720] pps_core: LinuxPPS API ver. 1 registered [ 0.710735] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.710768] PTP clock support registered [ 0.713955] Bluetooth: Core ver 2.22 [ 0.714071] NET: Registered PF_BLUETOOTH protocol family [ 0.714088] Bluetooth: HCI device and connection manager initialized [ 0.714110] Bluetooth: HCI socket layer initialized [ 0.714126] Bluetooth: L2CAP socket layer initialized [ 0.714170] Bluetooth: SCO socket layer initialized [ 0.714376] NetLabel: Initializing [ 0.714389] NetLabel: domain hash size = 128 [ 0.714401] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.714541] NetLabel: unlabeled traffic allowed by default [ 0.716025] clocksource: Switched to clocksource arch_sys_counter [ 0.716561] VFS: Disk quotas dquot_6.6.0 [ 0.716627] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.734747] NET: Registered PF_INET protocol family [ 0.735150] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.829855] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.829940] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.830302] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.830426] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.830797] TCP: Hash tables configured (established 8192 bind 8192) [ 0.831023] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.831127] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.831578] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.834711] Trying to unpack rootfs image as initramfs... [ 0.836190] Initialise system trusted keyrings [ 0.836798] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 0.836919] zbud: loaded [ 0.838518] SGI XFS with ACLs, security attributes, realtime, scrub, quota, fatal assert, debug enabled [ 1.130118] xor: measuring software checksum speed [ 1.134399] arm4regs : 774 MB/sec [ 1.139665] 8regs : 630 MB/sec [ 1.144950] 32regs : 626 MB/sec [ 1.148071] neon : 1067 MB/sec [ 1.148109] xor: using function: neon (1067 MB/sec) [ 1.148140] async_tx: api initialized (async) [ 1.148163] Key type asymmetric registered [ 1.148180] Asymmetric key parser 'x509' registered [ 1.148436] bounce: pool size: 64 pages [ 1.148613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 1.149266] io scheduler mq-deadline registered [ 1.149302] io scheduler kyber registered [ 1.149377] io scheduler bfq registered [ 1.556569] Freeing initrd memory: 8756K [ 1.560194] ledtrig-cpu: registered to indicate activity on CPUs [ 1.566071] dma-pl330 110f0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.566123] dma-pl330 110f0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 1.571349] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 1.578535] printk: legacy console [ttyS2] disabled [ 1.579334] 11030000.serial: ttyS2 at MMIO 0x11030000 (irq = 38, base_baud = 1500000) is a 16550A [ 1.580263] printk: legacy console [ttyS2] enabled [ 1.587196] rockchip-vop 20050000.vop: Adding to iommu group 0 [ 1.591157] usbcore: registered new interface driver udl [ 1.592989] brd: module loaded [ 1.604785] loop: module loaded [ 1.608234] tun: Universal TUN/TAP device driver, 1.6 [ 1.608732] CAN device driver interface [ 1.610064] rk_gmac-dwmac 30200000.ethernet: IRQ eth_wake_irq not found [ 1.610098] rk_gmac-dwmac 30200000.ethernet: IRQ eth_lpi not found [ 1.610117] rk_gmac-dwmac 30200000.ethernet: IRQ sfty not found [ 1.610322] rk_gmac-dwmac 30200000.ethernet: PTP uses main clock [ 1.610662] rk_gmac-dwmac 30200000.ethernet: clock input or output? (output). [ 1.610693] rk_gmac-dwmac 30200000.ethernet: TX delay(0x26). [ 1.610712] rk_gmac-dwmac 30200000.ethernet: RX delay(0x11). [ 1.610754] rk_gmac-dwmac 30200000.ethernet: integrated PHY? (yes). [ 1.616088] rk_gmac-dwmac 30200000.ethernet: init for RMII [ 1.652669] rk_gmac-dwmac 30200000.ethernet: User ID: 0x10, Synopsys ID: 0x35 [ 1.652727] rk_gmac-dwmac 30200000.ethernet: DWMAC1000 [ 1.652749] rk_gmac-dwmac 30200000.ethernet: DMA HW capability register supported [ 1.652765] rk_gmac-dwmac 30200000.ethernet: RX Checksum Offload Engine supported [ 1.652779] rk_gmac-dwmac 30200000.ethernet: COE Type 2 [ 1.652797] rk_gmac-dwmac 30200000.ethernet: TX Checksum insertion supported [ 1.652811] rk_gmac-dwmac 30200000.ethernet: Wake-Up On Lan supported [ 1.652957] rk_gmac-dwmac 30200000.ethernet: Normal descriptors [ 1.652977] rk_gmac-dwmac 30200000.ethernet: Ring mode enabled [ 1.652992] rk_gmac-dwmac 30200000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 1.677755] usbcore: registered new interface driver rt2500usb [ 1.677890] usbcore: registered new interface driver rt73usb [ 1.677980] usbcore: registered new interface driver rt2800usb [ 1.678061] usbcore: registered new interface driver cdc_ether [ 1.678157] usbcore: registered new interface driver rndis_host [ 1.679282] dwc2 30040000.usb: supply vusb_d not found, using dummy regulator [ 1.679532] dwc2 30040000.usb: supply vusb_a not found, using dummy regulator [ 1.701461] dwc2 30040000.usb: DWC OTG Controller [ 1.701556] dwc2 30040000.usb: new USB bus registered, assigned bus number 1 [ 1.701629] dwc2 30040000.usb: irq 44, io mem 0x30040000 [ 1.702067] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.702097] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.702116] usb usb1: Product: DWC OTG Controller [ 1.702132] usb usb1: Manufacturer: Linux 6.12.37-current-rockchip dwc2_hsotg [ 1.702148] usb usb1: SerialNumber: 30040000.usb [ 1.703363] hub 1-0:1.0: USB hub found [ 1.703469] hub 1-0:1.0: 1 port detected [ 1.708644] usbcore: registered new interface driver usb-storage [ 1.710262] ehci-platform 300c0000.usb: EHCI Host Controller [ 1.710335] ehci-platform 30080000.usb: EHCI Host Controller [ 1.711082] usbcore: registered new interface driver iforce [ 1.711316] usbcore: registered new interface driver xpad [ 1.711316] ohci-platform 300e0000.usb: Generic Platform OHCI controller [ 1.711630] usbcore: registered new interface driver usbtouchscreen [ 1.711681] ehci-platform 30080000.usb: new USB bus registered, assigned bus number 3 [ 1.711681] ehci-platform 300c0000.usb: new USB bus registered, assigned bus number 2 [ 1.711837] ohci-platform 300a0000.usb: Generic Platform OHCI controller [ 1.711881] ehci-platform 30100000.usb: EHCI Host Controller [ 1.712537] ohci-platform 300e0000.usb: new USB bus registered, assigned bus number 4 [ 1.712588] ohci-platform 300a0000.usb: new USB bus registered, assigned bus number 5 [ 1.712690] ehci-platform 30100000.usb: new USB bus registered, assigned bus number 6 [ 1.712742] ohci-platform 30120000.usb: Generic Platform OHCI controller [ 1.713205] i2c_dev: i2c /dev entries driver [ 1.713410] ohci-platform 30120000.usb: new USB bus registered, assigned bus number 7 [ 1.714175] ohci-platform 300e0000.usb: irq 49, io mem 0x300e0000 [ 1.715620] ohci-platform 300a0000.usb: irq 48, io mem 0x300a0000 [ 1.716792] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev [ 1.718127] Bluetooth: HCI UART driver ver 2.3 [ 1.718169] Bluetooth: HCI UART protocol H4 registered [ 1.718184] Bluetooth: HCI UART protocol ATH3K registered [ 1.718278] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 1.718470] ehci-platform 30080000.usb: irq 45, io mem 0x30080000 [ 1.718510] Bluetooth: HCI UART protocol Broadcom registered [ 1.718658] usbcore: registered new interface driver bfusb [ 1.718814] usbcore: registered new interface driver btusb [ 1.719120] ohci-platform 30120000.usb: irq 50, io mem 0x30120000 [ 1.719646] ehci-platform 30100000.usb: irq 47, io mem 0x30100000 [ 1.720683] sdhci: Secure Digital Host Controller Interface driver [ 1.720714] sdhci: Copyright(c) Pierre Ossman [ 1.720726] Synopsys Designware Multimedia Card Interface Driver [ 1.720909] ehci-platform 300c0000.usb: irq 46, io mem 0x300c0000 [ 1.721454] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.721622] hid: raw HID events driver (C) Jiri Kosina [ 1.722359] usbcore: registered new interface driver usbhid [ 1.722398] usbhid: USB HID core driver [ 1.722956] dwmmc_rockchip 30000000.mmc: IDMAC supports 32-bit address mode. [ 1.723087] rockchip-dfi 11210000.dfi: dfi initialized, dram type: 0x6, channels: 1 [ 1.723936] dwmmc_rockchip 30000000.mmc: Using internal DMA controller. [ 1.724089] dwmmc_rockchip 30000000.mmc: Version ID is 270a [ 1.724219] dwmmc_rockchip 30000000.mmc: DW MMC controller at irq 51,32 bit host data width,256 deep fifo [ 1.724661] dwmmc_rockchip 30000000.mmc: Got CD GPIO [ 1.724701] dwmmc_rockchip 30010000.mmc: IDMAC supports 32-bit address mode. [ 1.724992] dwmmc_rockchip 30020000.mmc: IDMAC supports 32-bit address mode. [ 1.726553] dwmmc_rockchip 30010000.mmc: Using internal DMA controller. [ 1.726607] dwmmc_rockchip 30010000.mmc: Version ID is 270a [ 1.726720] dwmmc_rockchip 30010000.mmc: DW MMC controller at irq 52,32 bit host data width,256 deep fifo [ 1.727046] dwmmc_rockchip 30010000.mmc: allocated mmc-pwrseq [ 1.727051] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 (8000000f) counters available [ 1.727081] mmc_host mmc1: card is non-removable. [ 1.727587] dwmmc_rockchip 30020000.mmc: Using internal DMA controller. [ 1.727630] dwmmc_rockchip 30020000.mmc: Version ID is 270a [ 1.727724] dwmmc_rockchip 30020000.mmc: DW MMC controller at irq 53,32 bit host data width,256 deep fifo [ 1.728187] mmc_host mmc2: card is non-removable. [ 1.728216] ehci-platform 30080000.usb: USB 2.0 started, EHCI 1.00 [ 1.728726] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.728770] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.728791] usb usb3: Product: EHCI Host Controller [ 1.728807] usb usb3: Manufacturer: Linux 6.12.37-current-rockchip ehci_hcd [ 1.728824] usb usb3: SerialNumber: 30080000.usb [ 1.730118] hub 3-0:1.0: USB hub found [ 1.730501] hub 3-0:1.0: 1 port detected [ 1.731351] NET: Registered PF_INET6 protocol family [ 1.734443] Segment Routing with IPv6 [ 1.734583] In-situ OAM (IOAM) with IPv6 [ 1.734814] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.736185] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.737121] NET: Registered PF_PACKET protocol family [ 1.737197] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.737217] can: controller area network core [ 1.737290] NET: Registered PF_CAN protocol family [ 1.737718] Bluetooth: RFCOMM TTY layer initialized [ 1.737775] Bluetooth: RFCOMM socket layer initialized [ 1.737832] Bluetooth: RFCOMM ver 1.11 [ 1.737864] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1.737886] Bluetooth: HIDP socket layer initialized [ 1.738362] Key type dns_resolver registered [ 1.738760] ThumbEE CPU extension supported. [ 1.738797] Registering SWP/SWPB emulation handler [ 1.740111] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.740157] ehci-platform 30100000.usb: USB 2.0 started, EHCI 1.00 [ 1.740288] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 1.740633] usb usb6: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.740667] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.740688] usb usb6: Product: EHCI Host Controller [ 1.740705] usb usb6: Manufacturer: Linux 6.12.37-current-rockchip ehci_hcd [ 1.740721] usb usb6: SerialNumber: 30100000.usb [ 1.742226] hub 6-0:1.0: USB hub found [ 1.742341] hub 6-0:1.0: 1 port detected [ 1.752147] ehci-platform 300c0000.usb: USB 2.0 started, EHCI 1.00 [ 1.752947] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.752993] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.753014] usb usb2: Product: EHCI Host Controller [ 1.753030] usb usb2: Manufacturer: Linux 6.12.37-current-rockchip ehci_hcd [ 1.753047] usb usb2: SerialNumber: 300c0000.usb [ 1.754834] hub 2-0:1.0: USB hub found [ 1.754958] hub 2-0:1.0: 1 port detected [ 1.759358] registered taskstats version 1 [ 1.759781] Loading compiled-in X.509 certificates [ 1.772947] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 1.773012] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.773037] usb usb4: Product: Generic Platform OHCI controller [ 1.773056] usb usb4: Manufacturer: Linux 6.12.37-current-rockchip ohci_hcd [ 1.773073] usb usb4: SerialNumber: 300e0000.usb [ 1.773199] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) [ 1.775696] hub 4-0:1.0: USB hub found [ 1.775777] mmc1: new high speed SDIO card at address 0001 [ 1.776303] hub 4-0:1.0: 1 port detected [ 1.778355] zswap: loaded using pool zstd/zbud [ 1.779650] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 1.779706] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.779726] usb usb5: Product: Generic Platform OHCI controller [ 1.779743] usb usb5: Manufacturer: Linux 6.12.37-current-rockchip ohci_hcd [ 1.779761] usb usb5: SerialNumber: 300a0000.usb [ 1.780820] Key type .fscrypt registered [ 1.780861] Key type fscrypt-provisioning registered [ 1.781113] hub 5-0:1.0: USB hub found [ 1.781252] hub 5-0:1.0: 1 port detected [ 1.782665] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 1.782715] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.782735] usb usb7: Product: Generic Platform OHCI controller [ 1.782752] usb usb7: Manufacturer: Linux 6.12.37-current-rockchip ohci_hcd [ 1.782769] usb usb7: SerialNumber: 30120000.usb [ 1.783091] Btrfs loaded, zoned=no, fsverity=no [ 1.783970] hub 7-0:1.0: USB hub found [ 1.784189] hub 7-0:1.0: 1 port detected [ 1.848557] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0) [ 1.849018] mmc2: new high speed MMC card at address 0001 [ 1.850668] mmcblk2: mmc2:0001 QN16MB 7.28 GiB [ 1.854231] mmcblk2: p1 [ 1.855672] mmcblk2boot0: mmc2:0001 QN16MB 4.00 MiB [ 1.859480] mmcblk2boot1: mmc2:0001 QN16MB 4.00 MiB [ 1.862788] mmcblk2rpmb: mmc2:0001 QN16MB 512 KiB, chardev (239:0) [ 1.976094] Key type encrypted registered [ 1.988215] usb 1-1: new full-speed USB device number 2 using dwc2 [ 1.995738] inno-hdmi-phy 12030000.hdmi-phy: error -ENXIO: IRQ index 0 not found [ 1.996292] inno-hdmi-phy 12030000.hdmi-phy: phy_flag is: 0 [ 1.999254] rockchip-drm display-subsystem: bound 20050000.vop (ops 0xb1189588) [ 1.999438] dwhdmi-rockchip 200a0000.hdmi: supply avdd-0v9 not found, using dummy regulator [ 1.999758] dwhdmi-rockchip 200a0000.hdmi: supply avdd-1v8 not found, using dummy regulator [ 2.000383] dwhdmi-rockchip 200a0000.hdmi: Detected HDMI TX controller v2.01a with HDCP (inno_dw_hdmi_phy2) [ 2.001885] dwhdmi-rockchip 200a0000.hdmi: registered DesignWare HDMI I2C bus driver [ 2.002350] [drm:__drm_connector_init] cmdline mode for connector HDMI-A-1 1920x1080@60Hz [ 2.002454] rockchip-drm display-subsystem: bound 200a0000.hdmi (ops 0xb118d904) [ 2.003642] rockchip-drm display-subsystem: [drm:drm_sysfs_connector_add] [CONNECTOR:47:HDMI-A-1] adding connector to sysfs [ 2.003976] rockchip-drm display-subsystem: [drm:drm_sysfs_connector_hotplug_event] [CONNECTOR:47:HDMI-A-1] generating connector hotplug event [ 2.004124] [drm] Initialized rockchip 1.0.0 for display-subsystem on minor 0 [ 2.004171] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [ 2.004230] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:HDMI-A-1] [ 2.004283] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:HDMI-A-1] status updated from unknown to connected [ 2.004378] rockchip-drm display-subsystem: [drm:drm_sysfs_hotplug_event] generating hotplug event [ 2.184813] usb 1-1: New USB device found, idVendor=045e, idProduct=0745, bcdDevice= 6.76 [ 2.184878] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.184899] usb 1-1: Product: Microsoft® 2.4GHz Transceiver v8.0 [ 2.184915] usb 1-1: Manufacturer: Microsoft [ 2.194119] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/platform/30040000.usb/usb1/1-1/1-1:1.0/0003:045E:0745.0001/input/input0 [ 2.224332] EDID block 0 (tag 0x00) checksum is invalid, remainder is 198 [ 2.224372] rockchip-drm display-subsystem: [drm:connector_bad_edid] [CONNECTOR:47:HDMI-A-1] EDID is invalid: [ 2.224424] [00] BAD 00 ff ff ff ff ff ff 00 04 69 fd 22 01 37 02 00 [ 2.224438] [00] BAD 2b 15 01 03 80 30 1b 78 2a 2a c5 a4 56 4f 9e 28 [ 2.224451] [00] BAD 00 50 54 b7 ef 00 d1 c0 81 40 81 80 95 00 b3 00 [ 2.224463] [00] BAD 71 4f 81 c0 81 00 02 3a 80 18 71 38 2d 40 58 2c [ 2.224476] [00] BAD 45 00 dc 0c 11 00 00 1e 00 00 00 ff 00 42 41 4c [ 2.224488] [00] BAD 4d 54 46 31 34 35 31 35 33 0a 00 00 00 fd 00 32 [ 2.224501] [00] BAD 4b 18 53 11 00 0a 20 20 20 20 20 20 00 00 00 fc [ 2.224513] [00] BAD 00 41 53 55 53 20 56 53 32 32 38 0a 20 20 01 b7 [ 2.225478] rockchip-drm display-subsystem: [drm:drm_mode_prune_invalid] Rejected mode: "640x480": 60 25175 640 656 752 800 480 490 492 525 0x40 0xa (BAD) [ 2.225529] rockchip-drm display-subsystem: [drm:drm_mode_prune_invalid] Rejected mode: "848x480": 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5 (BAD) [ 2.225568] rockchip-drm display-subsystem: [drm] User-defined mode not supported: "1920x1080": 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 [ 2.225598] rockchip-drm display-subsystem: [drm:drm_mode_prune_invalid] Rejected mode: "1920x1080": 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 (BAD) [ 2.225642] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:HDMI-A-1] probed modes: [ 2.225678] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] Probed mode: "1024x768": 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 2.225721] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] Probed mode: "800x600": 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 2.225763] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] Probed mode: "800x600": 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 2.225805] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] enabled? yes [ 2.225849] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] Not using firmware configuration [ 2.225881] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] looking for cmdline mode [ 2.225911] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] looking for preferred mode, tile 0 [ 2.225941] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] Found mode 1024x768 [ 2.225969] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] picking CRTCs for 4096x4096 config [ 2.226002] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CRTC:45:crtc-0] desired mode 1024x768 set (0,0) [ 2.226043] rockchip-drm display-subsystem: [drm:__drm_fb_helper_initial_config_and_unlock] test CRTC 0 primary plane [ 2.226088] rockchip-drm display-subsystem: [drm:drm_fbdev_dma_driver_fbdev_probe] surface width(1024), height(768) and bpp(32) [ 2.236082] rockchip-drm display-subsystem: [drm:drm_mode_addfb2] [FB:50] [ 2.242643] Console: switching to colour frame buffer device 128x48 [ 2.249949] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-30040000.usb-1/input0 [ 2.266243] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse as /devices/platform/30040000.usb/usb1/1-1/1-1:1.1/0003:045E:0745.0002/input/input1 [ 2.267284] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/platform/30040000.usb/usb1/1-1/1-1:1.1/0003:045E:0745.0002/input/input2 [ 2.271583] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device [ 2.272078] rockchip-drm display-subsystem: [drm:drm_fb_helper_hotplug_event] [ 2.272203] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [ 2.272257] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:HDMI-A-1] [ 2.272638] of_cfs_init [ 2.272752] of_cfs_init: OK [ 2.321368] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-30040000.usb-1/input1 [ 2.337205] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/platform/30040000.usb/usb1/1-1/1-1:1.2/0003:045E:0745.0003/input/input3 [ 2.393210] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control as /devices/platform/30040000.usb/usb1/1-1/1-1:1.2/0003:045E:0745.0003/input/input5 [ 2.394900] hid-generic 0003:045E:0745.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-30040000.usb-1/input2 [ 2.490255] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.513688] EDID block 0 (tag 0x00) checksum is invalid, remainder is 198 [ 2.513765] rockchip-drm display-subsystem: [drm:connector_bad_edid] [CONNECTOR:47:HDMI-A-1] EDID is invalid: [ 2.513828] [00] BAD 00 ff ff ff ff ff ff 00 04 69 fd 22 01 37 02 00 [ 2.513847] [00] BAD 2b 15 01 03 80 30 1b 78 2a 2a c5 a4 56 4f 9e 28 [ 2.513860] [00] BAD 00 50 54 b7 ef 00 d1 c0 81 40 81 80 95 00 b3 00 [ 2.513876] [00] BAD 71 4f 81 c0 81 00 02 3a 80 18 71 38 2d 40 58 2c [ 2.513888] [00] BAD 45 00 dc 0c 11 00 00 1e 00 00 00 ff 00 42 41 4c [ 2.513901] [00] BAD 4d 54 46 31 34 35 31 35 33 0a 00 00 00 fd 00 32 [ 2.513916] [00] BAD 4b 18 53 11 00 0a 20 20 20 20 20 20 00 00 00 fc [ 2.513940] [00] BAD 00 41 53 55 53 20 56 53 32 32 38 0a 20 20 01 b7 [ 2.514854] rockchip-drm display-subsystem: [drm:drm_mode_prune_invalid] Rejected mode: "640x480": 60 25175 640 656 752 800 480 490 492 525 0x40 0xa (BAD) [ 2.514958] rockchip-drm display-subsystem: [drm:drm_mode_prune_invalid] Rejected mode: "848x480": 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5 (BAD) [ 2.515047] rockchip-drm display-subsystem: [drm] User-defined mode not supported: "1920x1080": 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 [ 2.515079] rockchip-drm display-subsystem: [drm:drm_mode_prune_invalid] Rejected mode: "1920x1080": 60 172780 1920 2040 2248 2576 1080 1081 1084 1118 0x20 0x6 (VIRTUAL_X) [ 2.515130] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] [CONNECTOR:47:HDMI-A-1] probed modes: [ 2.515204] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] Probed mode: "1024x768": 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa [ 2.515256] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] Probed mode: "800x600": 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5 [ 2.515299] rockchip-drm display-subsystem: [drm:drm_helper_probe_single_connector_modes] Probed mode: "800x600": 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5 [ 2.515344] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] enabled? yes [ 2.515395] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] Not using firmware configuration [ 2.515431] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] looking for cmdline mode [ 2.515483] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] looking for preferred mode, tile 0 [ 2.515516] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CONNECTOR:47:HDMI-A-1] Found mode 1024x768 [ 2.515546] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] picking CRTCs for 1024x768 config [ 2.515588] rockchip-drm display-subsystem: [drm:drm_client_modeset_probe] [CRTC:45:crtc-0] desired mode 1024x768 set (0,0) [ 2.526055] rockchip-drm display-subsystem: [drm:drm_client_dev_hotplug] fbdev: ret=0 [ 2.537979] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.540563] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 2.540754] clk: Disabling unused clocks [ 2.540998] PM: genpd: Disabling unused power domains [ 2.544535] Freeing unused kernel image (initmem) memory: 1024K [ 2.545305] Run /init as init process [ 2.545335] with arguments: [ 2.545347] /init [ 2.545359] earlyprintk [ 2.545370] with environment: [ 2.545379] HOME=/ [ 2.545389] TERM=linux [ 2.545399] splash=verbose [ 2.545410] ubootpart=569f1cc4-01 [ 2.545421] cgroup_enable=memory [ 2.545431] cgroup_memory=1 [ 2.548179] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid [ 3.534285] rk_gmac-dwmac 30200000.ethernet end0: renamed from eth0 [ 4.200467] EXT4-fs (mmcblk2p1): mounted filesystem 87d2bf72-4b91-4d33-8f77-284fa91fc3a7 ro with writeback data mode. Quota mode: none. [ 4.742875] systemd[1]: System time before build time, advancing clock. [ 4.786705] systemd[1]: systemd 252.38-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 4.786850] systemd[1]: Detected architecture arm. [ 4.794711] systemd[1]: Hostname set to <rk322x-box>. [ 5.040997] dw-apb-uart 11030000.serial: forbid DMA for kernel console [ 6.235862] systemd[1]: Queued start job for default target graphical.target. [ 6.285959] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 6.292737] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 6.298346] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 6.302571] systemd[1]: Created slice user.slice - User and Session Slice. [ 6.304498] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 6.306231] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 6.310274] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 6.311776] systemd[1]: Expecting device dev-ttyS2.device - /dev/ttyS2... [ 6.312895] systemd[1]: Expecting device sys-subsystem-net-devices-wlan1.device - /sys/subsystem/net/devices/wlan1... [ 6.314021] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. [ 6.315299] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 6.317065] systemd[1]: Reached target paths.target - Path Units. [ 6.318279] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 6.319179] systemd[1]: Reached target slices.target - Slice Units. [ 6.320528] systemd[1]: Reached target swap.target - Swaps. [ 6.321812] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 6.324574] systemd[1]: Listening on syslog.socket - Syslog Socket. [ 6.327737] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ 6.329864] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 6.333579] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 6.336332] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 6.339139] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 6.342097] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [ 6.345265] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 6.347577] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 6.350078] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 6.392957] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 6.405914] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 6.408791] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 6.426013] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock... [ 6.445172] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 6.462477] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 6.482338] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 6.501344] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 6.541538] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 6.568875] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 6.597664] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 6.624402] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 6.633571] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). [ 6.635856] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 6.658033] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 6.682483] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... [ 6.684562] fuse: init (API version 7.41) [ 6.707461] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 6.759355] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 6.819418] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 6.835177] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 6.852474] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock. [ 6.868339] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 6.883963] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 6.886599] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 6.901591] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 6.903917] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [ 6.904733] EXT4-fs (mmcblk2p1): re-mounted 87d2bf72-4b91-4d33-8f77-284fa91fc3a7 r/w. [ 6.932289] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 6.934824] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 6.950309] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 6.952740] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 6.967737] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 6.970509] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 6.985545] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 6.987943] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. [ 7.003440] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 7.018229] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. [ 7.033299] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 7.048487] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 7.150273] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 7.177375] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 7.186320] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 7.207503] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed... [ 7.221472] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. [ 7.236367] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 7.260573] systemd[1]: Starting systemd-sysusers.service - Create System Users... [ 7.330514] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 7.350029] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 7.362299] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 7.596443] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 7.676481] systemd[1]: Finished systemd-sysusers.service - Create System Users. [ 7.729777] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 7.784179] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. [ 7.854608] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 7.865899] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ 7.908963] systemd[1]: Mounting tmp.mount - /tmp... [ 7.935113] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 7.955696] systemd[1]: Mounted tmp.mount - /tmp. [ 7.966550] systemd[1]: Reached target local-fs.target - Local File Systems. [ 8.005809] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... [ 8.041138] systemd[1]: Starting console-setup.service - Set console font and keymap... [ 8.102165] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 8.137016] systemd[1]: Finished console-setup.service - Set console font and keymap. [ 8.206868] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 272 (systemd-binfmt) [ 8.232197] random: crng init done [ 8.249009] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 8.273466] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed. [ 8.285768] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 8.286491] systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id). [ 8.329852] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 8.371793] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 8.429868] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ 8.521900] systemd[1]: Starting systemd-networkd.service - Network Configuration... [ 8.569563] zram: Added device: zram0 [ 8.573033] zram: Added device: zram1 [ 8.576864] zram: Added device: zram2 [ 8.905905] systemd[1]: Found device dev-ttyS2.device - /dev/ttyS2. [ 9.128868] zram0: detected capacity change from 0 to 1514648 [ 9.246736] Adding 757320k swap on /dev/zram0. Priority:5 extents:1 across:757320k SS [ 9.463515] dw_wdt 110a0000.watchdog: No valid TOPs array specified [ 9.573447] rk3288-crypto 100a0000.cypto-controller: will run requests pump with realtime priority [ 9.573706] rk3288-crypto 100a0000.cypto-controller: Register ecb(aes) as ecb-aes-rk [ 9.573899] rk3288-crypto 100a0000.cypto-controller: Register cbc(aes) as cbc-aes-rk [ 9.573961] rk3288-crypto 100a0000.cypto-controller: Register ecb(des) as ecb-des-rk [ 9.573995] rk3288-crypto 100a0000.cypto-controller: Register cbc(des) as cbc-des-rk [ 9.574029] rk3288-crypto 100a0000.cypto-controller: Register ecb(des3_ede) as ecb-des3-ede-rk [ 9.574065] rk3288-crypto 100a0000.cypto-controller: Register cbc(des3_ede) as cbc-des3-ede-rk [ 9.574101] rk3288-crypto 100a0000.cypto-controller: Register sha1 as rk-sha1 [ 9.574140] rk3288-crypto 100a0000.cypto-controller: Register sha256 as rk-sha256 [ 9.574177] rk3288-crypto 100a0000.cypto-controller: Register md5 as rk-md5 [ 9.601478] zram1: detected capacity change from 0 to 102400 [ 9.696782] lima 20000000.gpu: gp - mali400 version major 1 minor 1 [ 9.697206] lima 20000000.gpu: pp0 - mali400 version major 1 minor 1 [ 9.697469] lima 20000000.gpu: pp1 - mali400 version major 1 minor 1 [ 9.697566] lima 20000000.gpu: l2_cache0 64K, 4-way, 64byte cache line, 64bit external bus [ 9.724305] lima 20000000.gpu: bus rate = 300000000 [ 9.724370] lima 20000000.gpu: mod rate = 300000000 [ 9.732972] [drm] Initialized lima 1.1.0 for 20000000.gpu on minor 1 [ 9.832883] rk3228-codec 12010000.codec: spk_depop_time use default value. [ 9.846722] rockchip-iep 20070000.iep: Adding to iommu group 1 [ 9.849318] rockchip-rga 20060000.rga: HW Version: 0x04.01 [ 9.852777] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. [ 9.855759] rkvdec 20030000.video-codec: Adding to iommu group 2 [ 9.862538] rockchip-iep 20070000.iep: Device rockchip-iep registered as /dev/video0 [ 9.871528] rockchip-rga 20060000.rga: Registered rockchip-rga as /dev/video1 [ 9.901063] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. [ 9.906203] hantro-vpu 20020000.video-codec: Adding to iommu group 3 [ 9.921274] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video3 [ 9.931196] hantro-vpu 20020000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video4 [ 10.018602] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... [ 10.056821] rk_gmac-dwmac 30200000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 10.084624] systemd[1]: Started systemd-networkd.service - Network Configuration. [ 10.139812] rk_gmac-dwmac 30200000.ethernet end0: PHY [stmmac-0:00] driver [Rockchip integrated EPHY] (irq=POLL) [ 10.148254] rk_gmac-dwmac 30200000.ethernet end0: No Safety Features support found [ 10.148390] rk_gmac-dwmac 30200000.ethernet end0: PTP not supported by HW [ 10.161502] rk_gmac-dwmac 30200000.ethernet end0: configuring for phy/rmii link mode [ 10.245628] bFWReady == _FALSE call reset 8051... [ 10.251796] Registered IR keymap rc-rk322x-tvbox [ 10.361283] IR NEC protocol handler initialized [ 10.397007] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0 [ 10.397857] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, raw IR receiver, no transmitter [ 10.398516] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input6 [ 10.561893] EXT4-fs (zram1): mounted filesystem ba64ee27-d707-469d-a07c-e9950a485bb0 r/w without journal. Quota mode: none. [ 10.816713] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 10.977894] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status... [ 11.166737] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status. [ 11.378730] systemd[1]: Found device sys-subsystem-net-devices-wlan1.device - /sys/subsystem/net/devices/wlan1. [ 11.423829] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 11.425058] systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 11.465523] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 11.491753] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 11.522134] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 11.549397] systemd[1]: Started netplan-wpa-wlan1.service - WPA supplicant for netplan wlan1. [ 11.560846] systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id). [ 11.571626] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 11.576874] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [ 11.601230] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 11.605609] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 11.619506] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 11.622547] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. [ 11.635852] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 11.636764] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. [ 11.797559] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. [ 11.933916] systemd[1]: Starting systemd-journald.service - Journal Service... [ 12.256824] rk_gmac-dwmac 30200000.ethernet end0: Link is Up - 100Mbps/Full - flow control off [ 12.445746] systemd[1]: Started systemd-journald.service - Journal Service. [ 12.572926] systemd-journald[501]: Received client request to flush runtime journal. [ 13.548872] ------------[ cut here ]------------ [ 13.548918] WARNING: CPU: 0 PID: 503 at net/wireless/nl80211.c:19591 cfg80211_ch_switch_notify+0x1e4/0x1e8 [ 13.548976] Modules linked in: snd_soc_hdmi_codec ir_nec_decoder snd_soc_spdif_tx gpio_ir_recv snd_soc_audio_graph_card2 8189es cpufreq_dt snd_soc_simple_card_utils hantro_vpu rockchip_vdec(C) dw_hdmi_i2s_audio rockchip_rga v4l2_jpeg rockchip_iep v4l2_vp9 v4l2_h264 videobuf2_dma_contig v4l2_mem2mem dw_hdmi_cec snd_soc_rk3228 snd_soc_rockchip_spdif snd_soc_rockchip_i2s snd_soc_core lima gpu_sched rockchip_thermal snd_pcm_dmaengine snd_pcm snd_timer rk_crypto snd soundcore dw_wdt crypto_engine zram zsmalloc binfmt_misc fuse gpio_keys [ 13.549307] CPU: 0 UID: 0 PID: 503 Comm: RTW_CMD_THREAD Tainted: G C 6.12.37-current-rockchip #1 [ 13.549336] Tainted: [C]=CRAP [ 13.549343] Hardware name: Generic DT based system [ 13.549353] Call trace: [ 13.549364] dump_backtrace from show_stack+0x18/0x1c [ 13.549399] r7:60010013 r6:60010013 r5:b132e5f0 r4:00000000 [ 13.549405] show_stack from dump_stack_lvl+0x5c/0x70 [ 13.549426] dump_stack_lvl from dump_stack+0x18/0x1c [ 13.549449] r7:00000009 r6:00004c87 r5:b0fe1b60 r4:b141ee8c [ 13.549453] dump_stack from __warn+0x84/0xe4 [ 13.549472] __warn from warn_slowpath_fmt+0x188/0x190 [ 13.549492] r7:b0fe1b60 r6:b141ee8c r5:00000000 r4:00000000 [ 13.549497] warn_slowpath_fmt from cfg80211_ch_switch_notify+0x1e4/0x1e8 [ 13.549516] r8:f2241e60 r7:b974d800 r6:b59d6800 r5:00000000 r4:b59d7800 [ 13.549521] cfg80211_ch_switch_notify from rtw_cfg80211_ch_switch_notify+0x10c/0x154 [8189es] [ 13.550454] r9:00000985 r8:b59d6a20 r7:00000000 r6:00000000 r5:00000985 r4:f202f000 [ 13.550464] rtw_cfg80211_ch_switch_notify [8189es] from rtw_chk_start_clnt_join+0x260/0x39c [8189es] [ 13.551327] r9:f202bba1 r8:00000000 r7:f2241f1a r6:f2241f19 r5:b3f51000 r4:f202b000 [ 13.551337] rtw_chk_start_clnt_join [8189es] from join_cmd_hdl+0x248/0x358 [8189es] [ 13.552011] r10:af28b058 r9:f202bba1 r8:af28b730 r7:f202bace r6:f202b661 r5:f202b662 [ 13.552019] r4:f202b000 [ 13.552024] join_cmd_hdl [8189es] from rtw_cmd_thread+0x158/0x418 [8189es] [ 13.552606] r9:f1977ec0 r8:b5472040 r7:f1977f0c r6:f1977ee0 r5:f1977000 r4:b5a2d1c0 [ 13.552613] rtw_cmd_thread [8189es] from kthread+0xe8/0x104 [ 13.552845] r10:00000000 r9:f19818f8 r8:b51de7c0 r7:f1977000 r6:af1b7e30 r5:b5472040 [ 13.552850] r4:b5697040 [ 13.552854] kthread from ret_from_fork+0x14/0x28 [ 13.552871] Exception stack(0xf2241fb0 to 0xf2241ff8) [ 13.552884] 1fa0: 00000000 00000000 00000000 00000000 [ 13.552894] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 13.552902] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000 [ 13.552912] r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:b014b998 r4:b5697040 [ 13.553251] ---[ end trace 0000000000000000 ]--- [ 15.288478] systemd-journald[501]: Received client request to relinquish /var/log/journal/ab96d43e6b5f4482985ef7d75c79e4f6 access.
  16. Hi @Ryzer I had the same issue with network unreachable error. looks like they updated the repository (25-Mar-2025 16:19). I guess it's still updating? Everything you need is here. http://apt.undo.it:7241/debian/pool/main/f/ffmpeg-v4l2request/ Edit: ffmpeg-v4l2request repository works now. They reverted back to the original files. I don't see the (25-Mar-2025 16:19) updates anymore. I tried all these patches and they all applied cleanly. I haven't noticed any "DRM_IOCTL_MODE_CREATE_DUMB" errors. I don't need the cma changes anymore. 1080p videos still shuttering using the official build and these patches. https://github.com/NickAlilovic/build/tree/v20250306/patch/kernel/archive/warpme-6.12 patches.armbian/0126-drm-panfrost-dvfs-switch-gov-to-performance.patch patches.armbian/0553-media-cedrus-Don-t-CPU-map-source-buffers.patch patches.armbian/0554-media-Add-NV12-and-P010-AFBC-compressed-formats.patch patches.armbian/0555-media-cedrus-add-format-filtering-based-on-depth-and.patch patches.armbian/0556-media-cedrus-Implement-AFBC-YUV420-formats-for-H265.patch patches.armbian/0557-media-cedrus-Increase-H6-clock-rate.patch patches.armbian/0558-media-verisilicon-g2-fix-chroma-offset-calculation.patch patches.armbian/0563-hantro-Add-quirk-for-NV12-NV12_4L4-capture-format.patch
  17. I've taken peeks at threads related to hardware decoding (of H.264 and HEVC, mainly) on Allwinner and Rockchip platforms on and off, sometimes dabbled in trying and failing to implement solutions recommended there. Being a complete amateur, I find the topic very opaque and confusing, with various different components that need to interface with each other, be patched in sync, and sometimes change drastically between kernel versions, etc. Today I sat down and read up on these subjects, scouring wikis, documentation, this forum, and assorted other sources to try and understand how this works. In this post I will attempt to compile what I've learned on the different software components involved, their relationships, their current status, and solutions to the problem. I hope people more knowledgeable will correct me when I get something wrong or cite outdated information. Stuff which I am highly uncertain of I will print in italics. (This post is going to focus on mainline implementations of Cedrus/Allwinner, I haven't looked into Hantro/Rkvdec/Rockchip specifics yet. I will speak only of H.264 and H.265/HEVC; I don't understand the high/low stuff and didn't pay attention to other codecs.) Components: Basics: Video codecs like H.264, H.265/HEVC, MPEG-2, etc. are standardised methods which serve to more efficiently encode and decode videos, reducing their filesize. Software en-/decoding is very CPU-intensive. Modern GPUS and ARM SoCs therefore contain specialised hardware (VPUs) to delegate these tasks to. Working hardware decoding is particularly important for underpowered ARM CPUs. Drivers: Topmost in the stack are the VPU drivers. These are Sunxi-Cedrus/Cedrus V4L2 M2M and Cedar [Is this the legacy one?] on Allwinner; Hantro and Rkvdec on Rockchip. These are all still in development, but Cedrus already fully supports H.264, and partially supports HEVC, and is already usable in the mainline kernel. APIs: In order for anything (userspace APIs, libraries) to make use of the VPU drivers, you need backends/APIs. For Cedrus, there is the unmaintained libva-v4l2-request backend which implements VA-API, the legacy VDPAU implementation libvdpau-sunxi, and as of kernel version 5.11, H.264 has been merged into the uAPI headers. Different applications may make recourse to one or another of these APIs. Libraries: FFmpeg and GStreamer. provide libraries and APIs of their own to other applications but can (importantly!) also output directly to the framebuffer. FFmpeg must be patched to access either libva-v4l2-request or the Cedrus driver headers. GStreamer directly accesses kernel headers since 1.18 (works on 5.9, not on 5.10; 1.20 will support 5.11.) Media players: mpv and depends on FFmpeg for hardware acceleration (and must be patched together with it). VLC can be set to access libva-v4l2-request directly. Kodi 19.0+ supports hardware acceleration out of the box without any out-of-tree patches. Display server: An additional complication is drawing the output of any of the above on screen. Most successful implementations I've seen bypass X11 and either output directly to the framebuffer or force a plane/display layer on top of any X windows. Wayland apparently makes this easier by allowing applications to use their own DRM planes, but this hasn't been explored much yet. Kodi 19.0 works with all three windowing systems (X, Wayland, and gbm). Codec status: Taken from the LibreElec thread (which reflects LibreElec's status and is ahead of what works elsewhere, but outlines hardware limitations): Approaches: Many people have managed to make it work on their machines using different approaches. Note that some of these solutions are one or two years old, and kernel developments since may have changed the situation. Ordered from newer to older: LibreElec – kernel + ffmpeg + Kodi: LibreElec is a Just-Enough-OS with the sole purpose of running Kodi, a media player. It's at the bleeding edge and usually implements codecs and features well before mainline or other distros. It achieves this by heavily patching everything up and down the stack, from the Linux kernel over FFmpeg to Kodi itself. These patches could all be applied to an Armbian build, but there are a lot of them, they're poorly documented, and you'd need to dig into their github to understand what they all do. LibreElec runs Kodi directly without a desktop. kodi-gbm is a package that can be installed on Armbian and functions similarly. Key contributors to the project are @jernej and @Kwiboo, who sometimes post about their work here (and have been very helpful with questions, thank you). @balbes150 includes some of LibreElec's patches in his Armbian-TV builds, but I don't know which. Kodi 19.0: LibreElec patches + mpv: @megous – Kernel 5.11 + GStreamer: This implementation, done here on a PinePhone (A64), patches the 5.9 kernel and uses a recent version of GStreamer (1.18 and up), whose output is rendered directly to a DRM plane via kmssink. (No X or Wayland.) GStreamer 1.18 works with the 5.9 kernel. It does not work with 5.10, because of numerous changes to the kernel headers in this version. In 5.11 the H.264 headers were moved into the uAPI; the master branch of GStreamer reflects this, but there haven't been any releases with these patches yet. It'll probably be in repositories with GStreamer 1.20; until then you can build it from source. @Sash0k – patched libva-v4l2-request + VLC: This updates bootlin's libva-v4l2-request and follows the Sunxi wiki's instructions for enabling VLC to make use of it. It works on the desktop. This only works for H.264 and breaks HEVC. When I tried to replicate this approach on a recent Armbian build, I discovered that the h264.c files in the kernel (that libva-v4l2-request draws on) have changed considerably between 5.8 and 5.10, and I lack the understanding to reconcile libva-v4l2-request with them. @ubobrov – old kernel + libcedrus + libvdpau-sunxi + ffmpeg + mpv: This approach, which supports encoding decoding of H.264 uses the libvdpau-sunxi API and ports the legacy driver to mainline as a loadable kernel module and if I understand it correctly, ubobrov ported a legacy feature to mainline. In the post quoted below the kernel is 4.20, but the same method has been successfully applied to 5.7.8 by another user. It requires that the board's device tree be patched, as documented in ubobrov's github repository. The summary seems to be that none of the current implementations on Allwinner boards really play nice with X or desktop sessions, and it's best to output directly to the framebuffer. Kwiboo has forked FFmpeg and mpv to make good use of new and unstable kernel features/hardware acceleration which will take a while to make their way upstream. The recent 5.11 move of stateless H.264 out of staging and into the uAPI should facilitate further developments. I intend to try some of these things in the nearer future. Thanks to everyone who works on mainlining all of this VPU stuff, and to users here who contribute solutions and readily & patiently answer questions (Jernej especially). I hope I didn't post any falsehoods out of ignorance, and welcome any corrections. Other related threads here: https://forum.armbian.com/topic/11551-4kp30-video-on-orange-pi-lite-and-mainline-hardware-acceleration/ https://forum.armbian.com/topic/16804-orange-pi-pc-h3-armbian-focal-5104-sunxi-av-tv-out-cvbs-enable/page/2/ https://forum.armbian.com/topic/11184-hardware-graphicvideo-acceleration-in-h3-mainline/ https://forum.armbian.com/topic/13622-mainline-vpu/
  18. Hi Jernej. I have some questions about allwinner H6 and h616 HW decoding. I searched around and found out the H6 SOC's have a second VPU that uses the hantro-vpu decoder for VP9. video-codec-g2@1c00000 { compatible = "allwinner,sun50i-h6-vpu-g2"; reg = <0x01c00000 0x1000>; interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_VP9>, <&ccu CLK_VP9>; clock-names = "bus", "mod"; resets = <&ccu RST_BUS_VP9>; iommus = <&iommu 5>; }; I couldn't find these CLK_BUS_VP9 and CLK_VP9 clocks in the H616/618 manuals. I guess allwinner took away this secondary vpu? Do we need to patch cedrus to include VP9 support? Trying to get HW decoding to work on chromium.
  19. I think only the H6 SoC has a second VPU. This second VPU uses the hantro-vpu decoder for VP9. So this should work on H6.
  20. I was looking at the v4l2 patches for chromium. I think we can apply this to cedrus. First, we apply these two patches. https://github.com/armbian/build/blob/f55a87d469b0634f72bc857f773a52a466f66292/patch/kernel/archive/rockchip64-6.6/media-0001-dma-mapping-let-dma_alloc_noncontiguous-allow-DMA_AT.patch https://github.com/armbian/build/blob/f55a87d469b0634f72bc857f773a52a466f66292/patch/kernel/archive/rockchip64-6.6/media-0002-Enable-non-coherent-dst-bufs-for-Hantro-V4L2-driver.patch For the last patch we replace it with our own by editing /drivers/staging/media/sunxi/cedrus/cedrus_video.c and adding "dst_vq->allow_cache_hints = 1;". You will see it at the very bottom of the cedrus_video.c file. https://github.com/armbian/build/blob/f55a87d469b0634f72bc857f773a52a466f66292/patch/kernel/archive/rockchip64-6.6/media-0003-Enable-non-coherent-dst-bufs-for-Rkvdec-V4L2-driver.patch From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: amazingfate <liujianfeng1994@gmail.com> Date: Fri, 3 Nov 2023 18:07:24 +0800 Subject: Enable non-coherent dst bufs for Rkvdec V4L2 driver --- drivers/staging/media/rkvdec/rkvdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/media/rkvdec/rkvdec.c b/drivers/staging/media/rkvdec/rkvdec.c index 84a41792cb4b..b35f7e1b8a20 100644 --- a/drivers/staging/media/rkvdec/rkvdec.c +++ b/drivers/staging/media/rkvdec/rkvdec.c @@ -755,6 +755,7 @@ static int rkvdec_queue_init(void *priv, dst_vq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_COPY; dst_vq->lock = &rkvdec->vdev_lock; dst_vq->dev = rkvdec->v4l2_dev.dev; + dst_vq->allow_cache_hints = 1; return vb2_queue_init(dst_vq); } -- Armbian https://github.com/torvalds/linux/blob/master/drivers/staging/media/sunxi/cedrus/cedrus_video.c dst_vq->dev = ctx->dev->dev; dst_vq->allow_cache_hints = 1; return vb2_queue_init(dst_vq); } https://github.com/armbian/build/pull/5883 Then we have to create our own udev rules. SUBSYSTEM=="video4linux", ATTR{name}=="rockchip,rk3568-vpu-dec", SYMLINK+="video-dec%n" SUBSYSTEM=="media", ATTR{model}=="hantro-vpu", SYMLINK+="media-dec%n" This is from H6 dtsi... I think we need to add this to the h616 dtsi to get the hantro-vpu module to load. https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi video-codec-g2@1c00000 { compatible = "allwinner,sun50i-h6-vpu-g2"; reg = <0x01c00000 0x1000>; interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; clocks = <&ccu CLK_BUS_VP9>, <&ccu CLK_VP9>; clock-names = "bus", "mod"; resets = <&ccu RST_BUS_VP9>; iommus = <&iommu 5>; }; if you see something like this in your dmesg then we are on right track. https://forum.banana-pi.org/t/bpi-r2-pro-ubuntu-vpu-support-decode-and-encode/13776/16 We might need to use ubuntu's version of chromium? Not sure if the debian version is patched for v4l2. https://github.com/saiarcot895/chromium-ubuntu-build/issues/65
  21. My 8G/64G board came. I managed to run latest edge version that I compiled from Armbian source, without touching the stock system, by tftp kernel/initrd from server and run rootfs off NBD. If anybody is interested, I could post details. Anyway, GNOME/wayland runs fine, but web video performance sucks. Both Chromium and Firefox will get CPU load 100% when playing 1080p from Youtube. My RK3399 is better than this. Kernel version 6.12.0-rc2-edge-rockchip64, Debian Trixie. root@h96-tvbox-3566:~# cat dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 6.12.0-rc2-edge-rockchip64 (build@armbian) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Sun Oct 6 22:32:27 UTC 2024 [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: h96 TVbox 3566 [ 0.000000] efi: UEFI not found. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000001ffffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1fefe9240-0x1fefeb8ff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000083fffff] [ 0.000000] node 0: [mem 0x0000000009400000-0x00000000efffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] On node 0, zone DMA: 4096 pages in unavailable ranges [ 0.000000] cma: Reserved 128 MiB at 0x00000000e8000000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 34 pages/cpu s99352 r8192 d31720 u139264 [ 0.000000] pcpu-alloc: s99352 r8192 d31720 u139264 alloc=34*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: ip=dhcp console=tty0 console=ttyS2,1500000 nbd_server=192.168.60.118 boot=squashfs root=h96 [ 0.000000] Unknown kernel command line parameters "nbd_server=192.168.60.118 boot=squashfs", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2027008 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000e4000000-0x00000000e8000000] (64MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 320 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: MBI range [296:319] [ 0.000000] GICv3: Using MBI frame 0x00000000fd410000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000 [ 0.000000] ITS: No ITS available, not enabling LPIs [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000862] Console: colour dummy device 80x25 [ 0.000878] printk: legacy console [tty0] enabled [ 0.001383] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.001409] pid_max: default: 32768 minimum: 301 [ 0.001491] LSM: initializing lsm=capability,yama,apparmor [ 0.001561] Yama: becoming mindful. [ 0.001797] AppArmor: AppArmor initialized [ 0.001920] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.001968] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.003121] psi: inconsistent task state! task=1:swapper/0 cpu=0 psi_flags=4 clear=0 set=4 [ 0.020025] rcu: Hierarchical SRCU implementation. [ 0.020048] rcu: Max phase no-delay instances is 1000. [ 0.020319] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.024334] EFI services will not be available. [ 0.027733] smp: Bringing up secondary CPUs ... [ 0.044596] Detected VIPT I-cache on CPU1 [ 0.044676] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000 [ 0.044725] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 0.056623] Detected VIPT I-cache on CPU2 [ 0.056692] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000 [ 0.056726] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 0.068645] Detected VIPT I-cache on CPU3 [ 0.068705] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000 [ 0.068738] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 0.068853] smp: Brought up 1 node, 4 CPUs [ 0.068932] SMP: Total of 4 processors activated. [ 0.068942] CPU: All CPU(s) started at EL2 [ 0.068954] CPU features: detected: 32-bit EL0 Support [ 0.068963] CPU features: detected: 32-bit EL1 Support [ 0.068974] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.068987] CPU features: detected: Common not Private translations [ 0.068996] CPU features: detected: CRC32 instructions [ 0.069010] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.069020] CPU features: detected: LSE atomic instructions [ 0.069029] CPU features: detected: Privileged Access Never [ 0.069039] CPU features: detected: RAS Extension Support [ 0.069051] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.069108] alternatives: applying system-wide alternatives [ 0.073012] Memory: 7639548K/8108032K available (17600K kernel code, 2422K rwdata, 5724K rodata, 5184K init, 659K bss, 332528K reserved, 131072K cma-reserved) [ 0.075433] devtmpfs: initialized [ 0.087242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.087311] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.089899] 24816 pages in range for non-PLT usage [ 0.089924] 516336 pages in range for PLT usage [ 0.090265] pinctrl core: initialized pinctrl subsystem [ 0.090805] DMI not present or invalid. [ 0.093701] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.094977] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.095764] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.096483] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.096567] audit: initializing netlink subsys (disabled) [ 0.096836] audit: type=2000 audit(0.092:1): state=initialized audit_enabled=0 res=1 [ 0.097540] thermal_sys: Registered thermal governor 'fair_share' [ 0.097548] thermal_sys: Registered thermal governor 'bang_bang' [ 0.097563] thermal_sys: Registered thermal governor 'step_wise' [ 0.097575] thermal_sys: Registered thermal governor 'user_space' [ 0.097644] cpuidle: using governor menu [ 0.097843] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.097986] ASID allocator initialised with 65536 entries [ 0.098198] Serial: AMBA PL011 UART driver [ 0.106765] platform fe040000.vop: Fixed dependency cycle(s) with /hdmi@fe0a0000 [ 0.106858] platform fe0a0000.hdmi: Fixed dependency cycle(s) with /vop@fe040000 [ 0.120014] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.120470] rockchip-gpio fdd60000.gpio: probed /pinctrl/gpio@fdd60000 [ 0.120777] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.121109] rockchip-gpio fe740000.gpio: probed /pinctrl/gpio@fe740000 [ 0.121462] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.121711] rockchip-gpio fe750000.gpio: probed /pinctrl/gpio@fe750000 [ 0.121965] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.122191] rockchip-gpio fe760000.gpio: probed /pinctrl/gpio@fe760000 [ 0.122434] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.122647] rockchip-gpio fe770000.gpio: probed /pinctrl/gpio@fe770000 [ 0.123920] platform fe0a0000.hdmi: Fixed dependency cycle(s) with /hdmi-con [ 0.123993] platform hdmi-con: Fixed dependency cycle(s) with /hdmi@fe0a0000 [ 0.128278] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.128315] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.128328] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.128339] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.128350] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.128359] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.128370] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.128380] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.129662] cryptd: max_cpu_qlen set to 1000 [ 0.197259] raid6: neonx8 gen() 2869 MB/s [ 0.265364] raid6: neonx4 gen() 2942 MB/s [ 0.333471] raid6: neonx2 gen() 2694 MB/s [ 0.401583] raid6: neonx1 gen() 2171 MB/s [ 0.469679] raid6: int64x8 gen() 1875 MB/s [ 0.537778] raid6: int64x4 gen() 2155 MB/s [ 0.605885] raid6: int64x2 gen() 1919 MB/s [ 0.673987] raid6: int64x1 gen() 1417 MB/s [ 0.674001] raid6: using algorithm neonx4 gen() 2942 MB/s [ 0.742058] raid6: .... xor() 2279 MB/s, rmw enabled [ 0.742072] raid6: using neon recovery algorithm [ 0.742953] iommu: Default domain type: Translated [ 0.742979] iommu: DMA domain TLB invalidation policy: strict mode [ 0.743895] SCSI subsystem initialized [ 0.744184] libata version 3.00 loaded. [ 0.744400] usbcore: registered new interface driver usbfs [ 0.744439] usbcore: registered new interface driver hub [ 0.744476] usbcore: registered new device driver usb [ 0.745028] pps_core: LinuxPPS API ver. 1 registered [ 0.745043] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.745067] PTP clock support registered [ 0.745101] EDAC MC: Ver: 3.0.0 [ 0.745456] scmi_core: SCMI protocol bus registered [ 0.746470] NetLabel: Initializing [ 0.746492] NetLabel: domain hash size = 128 [ 0.746502] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.746560] NetLabel: unlabeled traffic allowed by default [ 0.746753] vgaarb: loaded [ 0.747194] clocksource: Switched to clocksource arch_sys_counter [ 0.749203] VFS: Disk quotas dquot_6.6.0 [ 0.749277] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.749833] AppArmor: AppArmor Filesystem Enabled [ 0.757765] NET: Registered PF_INET protocol family [ 0.758127] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.762135] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.762345] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.762487] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.763223] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.765135] TCP: Hash tables configured (established 65536 bind 65536) [ 0.765378] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.765525] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.765823] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.765872] NET: Registered PF_XDP protocol family [ 0.765898] PCI: CLS 0 bytes, default 64 [ 0.766225] Trying to unpack rootfs image as initramfs... [ 0.769166] kvm [1]: nv: 554 coarse grained trap handlers [ 0.769586] kvm [1]: IPA Size Limit: 40 bits [ 0.769650] kvm [1]: GICv3: no GICV resource entry [ 0.769666] kvm [1]: disabling GICv2 emulation [ 0.769710] kvm [1]: GIC system register CPU interface enabled [ 0.769782] kvm [1]: vgic interrupt IRQ9 [ 0.769832] kvm [1]: VHE mode initialized successfully [ 0.772498] Initialise system trusted keyrings [ 0.772632] Key type blacklist registered [ 0.773245] workingset: timestamp_bits=44 max_order=21 bucket_order=0 [ 0.773425] zbud: loaded [ 0.774113] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.774922] fuse: init (API version 7.41) [ 0.777439] integrity: Platform Keyring initialized [ 0.814098] xor: measuring software checksum speed [ 0.815096] 8regs : 3497 MB/sec [ 0.816181] 32regs : 3116 MB/sec [ 0.817139] arm64_neon : 3561 MB/sec [ 0.817162] xor: using function: arm64_neon (3561 MB/sec) [ 0.817192] Key type asymmetric registered [ 0.817209] Asymmetric key parser 'x509' registered [ 0.817411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 0.817807] io scheduler mq-deadline registered [ 0.817838] io scheduler kyber registered [ 0.817921] io scheduler bfq registered [ 0.963018] Freeing initrd memory: 77984K [ 0.971284] ledtrig-cpu: registered to indicate activity on CPUs [ 0.976212] dma-pl330 fe530000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.976256] dma-pl330 fe530000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.977822] dma-pl330 fe550000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.977850] dma-pl330 fe550000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.979844] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 0.983460] fe650000.serial: ttyS1 at MMIO 0xfe650000 (irq = 25, base_baud = 1500000) is a 16550A [ 0.983795] serial serial0: tty port ttyS1 registered [ 0.984928] fe660000.serial: ttyS2 at MMIO 0xfe660000 (irq = 26, base_baud = 1500000) is a 16550A [ 0.985165] printk: legacy console [ttyS2] enabled [ 1.104643] Serial: AMBA driver [ 1.107154] rockchip-vop2 fe040000.vop: Adding to iommu group 0 [ 1.116277] loop: module loaded [ 1.117377] Key type psk registered [ 1.120497] tun: Universal TUN/TAP device driver, 1.6 [ 1.121682] thunder_xcv, ver 1.0 [ 1.122012] thunder_bgx, ver 1.0 [ 1.122324] nicpf, ver 1.0 [ 1.122990] e1000e: Intel(R) PRO/1000 Network Driver [ 1.123477] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.124029] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.124511] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.125031] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.125589] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.126230] sky2: driver version 1.30 [ 1.134627] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.135162] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 1.136025] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports [ 1.136567] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010 [ 1.137445] xhci-hcd xhci-hcd.0.auto: irq 30, io mem 0xfcc00000 [ 1.138274] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.139014] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.139690] usb usb1: Product: xHCI Host Controller [ 1.140127] usb usb1: Manufacturer: Linux 6.12.0-rc2-edge-rockchip64 xhci-hcd [ 1.140759] usb usb1: SerialNumber: xhci-hcd.0.auto [ 1.141688] hub 1-0:1.0: USB hub found [ 1.142061] hub 1-0:1.0: 1 port detected [ 1.142845] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.143386] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2 [ 1.144205] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010 [ 1.145081] xhci-hcd xhci-hcd.1.auto: irq 31, io mem 0xfd000000 [ 1.145757] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller [ 1.146257] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3 [ 1.146942] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed [ 1.147696] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 1.148434] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.149074] usb usb2: Product: xHCI Host Controller [ 1.149509] usb usb2: Manufacturer: Linux 6.12.0-rc2-edge-rockchip64 xhci-hcd [ 1.150142] usb usb2: SerialNumber: xhci-hcd.1.auto [ 1.150982] hub 2-0:1.0: USB hub found [ 1.151388] hub 2-0:1.0: 1 port detected [ 1.152080] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.152915] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 1.153653] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.154294] usb usb3: Product: xHCI Host Controller [ 1.154729] usb usb3: Manufacturer: Linux 6.12.0-rc2-edge-rockchip64 xhci-hcd [ 1.155380] usb usb3: SerialNumber: xhci-hcd.1.auto [ 1.156186] hub 3-0:1.0: USB hub found [ 1.156553] hub 3-0:1.0: 1 port detected [ 1.157243] usbcore: registered new interface driver usb-storage [ 1.159554] mousedev: PS/2 mouse device common for all mice [ 1.160742] i2c_dev: i2c /dev entries driver [ 1.163147] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected! [ 1.164520] rockchip-thermal fe710000.tsadc: Missing tshut mode property, using default (gpio) [ 1.165307] rockchip-thermal fe710000.tsadc: Missing tshut-polarity property, using default (low) [ 1.169412] sdhci: Secure Digital Host Controller Interface driver [ 1.169987] sdhci: Copyright(c) Pierre Ossman [ 1.170401] Synopsys Designware Multimedia Card Interface Driver [ 1.171519] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.173402] arm-scmi arm-scmi.2.auto: Using scmi_smc_transport [ 1.173935] arm-scmi arm-scmi.2.auto: SCMI max-rx-timeout: 30ms [ 1.174595] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 1.175710] arm-scmi arm-scmi.2.auto: SCMI Notifications - Core Enabled. [ 1.176357] arm-scmi arm-scmi.2.auto: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 1.178148] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.179007] hid: raw HID events driver (C) Jiri Kosina [ 1.179607] usbcore: registered new interface driver usbhid [ 1.180105] usbhid: USB HID core driver [ 1.181812] rockchip-dfi fe230000.dfi: dfi initialized, dram type: 0x8, channels: 1 [ 1.183653] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 (0,8000003f) counters available [ 1.185783] drop_monitor: Initializing network drop monitor service [ 1.186607] NET: Registered PF_INET6 protocol family [ 1.225073] Segment Routing with IPv6 [ 1.225499] In-situ OAM (IOAM) with IPv6 [ 1.225935] NET: Registered PF_PACKET protocol family [ 1.226554] 8021q: 802.1Q VLAN Support v1.8 [ 1.226994] Key type dns_resolver registered [ 1.234322] registered taskstats version 1 [ 1.234855] Loading compiled-in X.509 certificates [ 1.246081] zswap: loaded using pool zstd/z3fold [ 1.246868] Demotion targets for Node 0: null [ 1.248341] Key type .fscrypt registered [ 1.248704] Key type fscrypt-provisioning registered [ 1.251349] Btrfs loaded, zoned=yes, fsverity=yes [ 1.251988] Key type encrypted registered [ 1.252361] AppArmor: AppArmor sha256 policy hashing enabled [ 1.316794] rk808-regulator rk808-regulator.4.auto: there is no dvs0 gpio [ 1.317437] rk808-regulator rk808-regulator.4.auto: there is no dvs1 gpio [ 1.318043] rk808-regulator rk808-regulator.4.auto: max buck steps per change: 8 [ 1.349302] vccio_acodec: Bringing 3000000uV into 3300000-3300000uV [ 1.382415] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey.5.auto/input/input0 [ 1.387229] usb 1-1: new full-speed USB device number 2 using xhci-hcd [ 1.394689] rk808-rtc rk808-rtc.6.auto: registered as rtc0 [ 1.397831] rk808-rtc rk808-rtc.6.auto: setting system clock to 2017-08-05T09:00:45 UTC (1501923645) [ 1.402275] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode. [ 1.402483] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. [ 1.402963] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller. [ 1.403577] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller. [ 1.404157] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a [ 1.404727] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a [ 1.405277] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 64,32 bit host data width,256 deep fifo [ 1.405726] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 65,32 bit host data width,256 deep fifo [ 1.410181] dwmmc_rockchip fe2b0000.mmc: Got CD GPIO [ 1.411424] dwmmc_rockchip fe2c0000.mmc: allocated mmc-pwrseq [ 1.411961] mmc_host mmc2: card is non-removable. [ 1.423287] mmc_host mmc0: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0) [ 1.423431] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffff800081282a88) [ 1.426175] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) [ 1.427773] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver [ 1.428882] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffff800081288000) [ 1.430179] [drm] Initialized rockchip 1.0.0 for display-subsystem on minor 0 [ 1.439250] mmc1: SDHCI controller on fe310000.mmc [fe310000.mmc] using ADMA [ 1.504016] mmc1: new HS200 MMC card at address 0001 [ 1.505329] mmcblk1: mmc1:0001 CKTM4R 58.2 GiB [ 1.509246] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 [ 1.512198] mmcblk1boot0: mmc1:0001 CKTM4R 4.00 MiB [ 1.514152] mmcblk1boot1: mmc1:0001 CKTM4R 4.00 MiB [ 1.515981] mmcblk1rpmb: mmc1:0001 CKTM4R 4.00 MiB, chardev (243:0) [ 1.525621] usb 1-1: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01 [ 1.526368] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.527002] usb 1-1: Product: USB Receiver [ 1.527390] usb 1-1: Manufacturer: Logitech [ 1.531310] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0) [ 1.557766] input: Logitech USB Receiver as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.0/0003:046D:C534.0001/input/input1 [ 1.612109] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input0 [ 1.616425] input: Logitech USB Receiver Mouse as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input2 [ 1.616865] input: Logitech USB Receiver Consumer Control as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input3 [ 1.646412] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 100000000Hz, actual 50000000HZ div = 0) [ 1.659431] dwmmc_rockchip fe2c0000.mmc: Successfully tuned phase to 315 [ 1.663807] mmc2: new ultra high speed SDR50 SDIO card at address 0001 [ 1.675533] input: Logitech USB Receiver System Control as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C534.0002/input/input4 [ 1.675756] Console: switching to colour frame buffer device 240x67 [ 1.675995] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input1 [ 1.818176] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device [ 1.819615] WCN: marlin_init entry! [ 1.820586] of_cfs_init [ 1.820928] of_cfs_init: OK [ 14.111308] clk: Disabling unused clocks [ 14.112431] PM: genpd: Disabling unused power domains [ 14.113279] dw-apb-uart fe660000.serial: forbid DMA for kernel console [ 14.117124] Freeing unused kernel memory: 5184K [ 14.117965] Run /init as init process [ 14.118403] with arguments: [ 14.118410] /init [ 14.118415] with environment: [ 14.118419] HOME=/ [ 14.118424] TERM=linux [ 14.118427] nbd_server=192.168.60.118 [ 14.118432] boot=squashfs [ 14.773985] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found [ 14.774977] rk_gmac-dwmac fe010000.ethernet: IRQ sfty not found [ 14.779996] rk_gmac-dwmac fe010000.ethernet: clock input or output? (input). [ 14.780925] rk_gmac-dwmac fe010000.ethernet: TX delay(0x41). [ 14.781604] rk_gmac-dwmac fe010000.ethernet: RX delay(0x2e). [ 14.782288] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no). [ 14.783061] rk_gmac-dwmac fe010000.ethernet: clock input from PHY [ 14.791326] rk_gmac-dwmac fe010000.ethernet: init for RGMII [ 14.796553] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 14.797460] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5 [ 14.798083] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported [ 14.798942] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported [ 14.802366] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported [ 14.803286] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported [ 14.804229] rk_gmac-dwmac fe010000.ethernet: TSO supported [ 14.804912] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 14.805875] rk_gmac-dwmac fe010000.ethernet: Enabled RFS Flow TC (entries=10) [ 14.806731] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled [ 14.807540] rk_gmac-dwmac fe010000.ethernet: Using 32/32 bits DMA host/device width [ 15.047407] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input0 [ 15.080010] rk_gmac-dwmac fe010000.ethernet end0: renamed from eth0 [ 15.244755] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-xhci-hcd.0.auto-1/input1 [ 15.312165] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 1 [ 15.324171] logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2 [ 15.335578] input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input7 [ 15.455641] hid-generic 0003:046D:4023.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-xhci-hcd.0.auto-1/input1:1 [ 15.470652] input: Logitech Wireless Mouse PID:4022 as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4022.0004/input/input12 [ 15.667760] logitech-hidpp-device 0003:046D:4022.0004: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4022] on usb-xhci-hcd.0.auto-1/input1:2 [ 15.680162] logitech-hidpp-device 0003:046D:4022.0004: HID++ 1.0 device connected. [ 20.703752] input: Logitech Wireless Keyboard PID:4023 as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.1/0003:046D:C534.0002/0003:046D:4023.0003/input/input13 [ 20.815616] logitech-hidpp-device 0003:046D:4023.0003: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-xhci-hcd.0.auto-1/input1:1 [ 21.788923] rk_gmac-dwmac fe010000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 21.871281] rk_gmac-dwmac fe010000.ethernet end0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 21.881330] dwmac4: Master AXI performs any burst length [ 21.897801] rk_gmac-dwmac fe010000.ethernet end0: No Safety Features support found [ 21.897830] rk_gmac-dwmac fe010000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported [ 21.917143] rk_gmac-dwmac fe010000.ethernet end0: registered PTP clock [ 21.918940] rk_gmac-dwmac fe010000.ethernet end0: configuring for phy/rgmii link mode [ 26.050731] rk_gmac-dwmac fe010000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx [ 27.407222] nbd0: detected capacity change from 0 to 1190424 [ 27.507221] nbd1: detected capacity change from 0 to 8192000 [ 27.687523] EXT4-fs (nbd1): recovery complete [ 27.698828] EXT4-fs (nbd1): mounted filesystem b223fdce-03e0-48b4-93e6-01ce7c5c94e0 r/w with ordered data mode. Quota mode: none. [ 27.722549] overlayfs: null uuid detected in lower fs '/', falling back to xino=off,index=off,nfs_export=off. [ 28.397369] systemd[1]: System time before build time, advancing clock. [ 28.432162] systemd[1]: Inserted module 'autofs4' [ 28.496746] systemd[1]: systemd 256.7-3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) [ 28.522468] systemd[1]: Detected architecture arm64. [ 28.548147] systemd[1]: Hostname set to <h96-tvbox-3566>. [ 28.891491] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. [ 29.044695] systemd-ssh-generator[250]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 29.059289] systemd-ssh-generator[250]: → connect via 'ssh .host' locally [ 29.500051] systemd[1]: Queued start job for default target graphical.target. [ 29.553725] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 29.570124] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 29.594930] systemd[1]: Created slice user.slice - User and Session Slice. [ 29.618513] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid). [ 29.618914] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 29.659400] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 29.683895] systemd[1]: Expecting device dev-ttyS2.device - /dev/ttyS2... [ 29.697388] systemd[1]: Reached target paths.target - Path Units. [ 29.722515] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 29.736057] systemd[1]: Reached target slices.target - Slice Units. [ 29.761370] systemd[1]: Reached target swap.target - Swaps. [ 29.787279] systemd[1]: Listening on syslog.socket - Syslog Socket. [ 29.815680] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 29.838674] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 29.880277] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 29.908377] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ 29.936439] systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. [ 29.964004] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 29.964110] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 29.964876] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 30.024085] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 30.064838] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... [ 30.087758] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 30.138744] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... [ 30.165255] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 30.196325] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 30.227828] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 30.260287] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 30.287021] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 30.316301] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 30.353249] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 30.400584] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 30.447626] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 30.486513] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). [ 30.486899] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). [ 30.495759] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 30.582524] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... [ 30.624565] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 30.625035] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 30.630322] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 30.702823] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 30.764090] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [ 30.790481] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 30.824217] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. [ 30.843088] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 30.869960] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 30.899440] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 30.900746] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 30.943569] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 30.971985] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 30.973194] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 31.014960] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 31.016052] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 31.056954] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 31.058154] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 31.101419] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 31.127846] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 31.129057] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 31.168973] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 31.196475] systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. [ 31.224375] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 31.252791] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 31.283701] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 31.313472] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 31.339820] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/). [ 31.376747] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 31.402881] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 31.456892] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 31.487090] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. [ 31.508852] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 31.537313] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 31.565101] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 31.593075] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 31.923875] systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE [ 31.924577] systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'. [ 31.925522] systemd[1]: Failed to start systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 31.968717] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because no trigger condition checks were met. [ 31.968990] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 31.973752] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 32.040765] systemd[1]: Starting systemd-sysusers.service - Create System Users... [ 32.060748] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 32.161301] systemd[1]: Finished systemd-sysusers.service - Create System Users. [ 32.191027] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 32.292014] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 32.315848] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ 32.348544] systemd[1]: Mounting tmp.mount - /tmp... [ 32.378756] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 32.431089] systemd[1]: Mounted tmp.mount - /tmp. [ 32.458623] systemd[1]: Reached target local-fs.target - Local File Systems. [ 32.492926] systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. [ 32.521316] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... [ 32.552539] systemd[1]: Starting console-setup.service - Set console font and keymap... [ 32.627144] systemd[1]: Starting ldconfig.service - Rebuild Dynamic Linker Cache... [ 32.678689] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 32.798858] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 308 (systemd-binfmt) [ 32.808567] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 32.905542] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ 32.950875] systemd[1]: Starting systemd-networkd.service - Network Configuration... [ 32.979708] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 33.021913] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 33.137463] zram: Added device: zram0 [ 33.138157] zram: Added device: zram1 [ 33.167597] zram: Added device: zram2 [ 33.585903] zram0: detected capacity change from 0 to 7858672 [ 33.810741] systemd[1]: Found device dev-ttyS2.device - /dev/ttyS2. [ 34.007043] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 34.077975] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 34.078598] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 34.090957] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 34.090988] cfg80211: failed to load regulatory.db [ 34.256332] systemd[1]: Started systemd-networkd.service - Network Configuration. [ 34.320172] systemd[1]: Starting systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd... [ 34.543265] random: crng init done [ 34.552972] systemd[1]: Finished systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd. [ 34.597979] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. [ 34.713610] Adding 3929332k swap on /dev/zram0. Priority:5 extents:1 across:3929332k SS [ 34.937980] zram1: detected capacity change from 0 to 102400 [ 35.068687] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. [ 35.511548] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 35.531697] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... [ 35.571950] systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id). [ 35.731747] mc: Linux media interface: v0.10 [ 35.829001] videodev: Linux video capture interface: v2.00 [ 35.843419] systemd[1]: Finished ldconfig.service - Rebuild Dynamic Linker Cache. [ 35.923140] EXT4-fs (zram1): mounted filesystem 3094cfc2-6c0b-494a-af07-6fe8f19e559e r/w without journal. Quota mode: none. [ 36.000054] panfrost fde60000.gpu: clock rate = 594000000 [ 36.027442] hantro-vpu fdea0000.video-codec: Adding to iommu group 1 [ 36.049002] rockchip_vdec2: module is from the staging directory, the quality is unknown, you have been warned. [ 36.087777] panfrost fde60000.gpu: bus_clock rate = 500000000 [ 36.106544] hantro-vpu fdea0000.video-codec: registered rockchip,rk3328-vpu-dec as /dev/video1 [ 36.155715] hantro-vpu fdee0000.video-codec: Adding to iommu group 2 [ 36.163171] hantro-vpu fdee0000.video-codec: registered rockchip,rk3568-vepu-enc as /dev/video2 [ 36.171735] rockchip-rga fdeb0000.rga: HW Version: 0x03.02 [ 36.173578] panfrost fde60000.gpu: mali-g52 id 0x7402 major 0x1 minor 0x0 status 0x0 [ 36.194382] rk2-crypto fe380000.crypto: will run requests pump with realtime priority [ 36.199575] panfrost fde60000.gpu: features: 00000000,00000cf7, issues: 00000000,00000400 [ 36.233048] rk2-crypto fe380000.crypto: Registers crypto algos [ 36.239237] panfrost fde60000.gpu: Features: L2:0x07110206 Shader:0x00000002 Tiler:0x00000209 Mem:0x1 MMU:0x00002823 AS:0xff JS:0x7 [ 36.240678] rockchip-rga fdeb0000.rga: Registered rockchip-rga as /dev/video3 [ 36.259496] rk2-crypto fe380000.crypto: Register ecb(aes) as ecb-aes-rk2 [ 36.265082] panfrost fde60000.gpu: shader_present=0x1 l2_present=0x1 [ 36.269080] rk2-crypto fe380000.crypto: Register cbc(aes) as cbc-aes-rk2 [ 36.288717] [drm] Initialized panfrost 1.2.0 for fde60000.gpu on minor 1 [ 36.295370] rk2-crypto fe380000.crypto: Register xts(aes) as xts-aes-rk2 [ 36.342925] rk2-crypto fe380000.crypto: Register md5 as rk2-md5 3 [ 36.356699] rk2-crypto fe380000.crypto: Register sha1 as rk2-sha1 4 [ 36.356737] rk2-crypto fe380000.crypto: Register sha256 as rk2-sha256 5 [ 36.356755] rk2-crypto fe380000.crypto: Register sha384 as rk2-sha384 6 [ 36.356771] rk2-crypto fe380000.crypto: Register sha512 as rk2-sha512 7 [ 36.356785] rk2-crypto fe380000.crypto: Register sm3 as rk2-sm3 8 [ 36.547918] rc_core: IR keymap rc-h96-max-v56 not found [ 36.547948] Registered IR keymap rc-empty [ 36.548162] rc rc0: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0 [ 36.554019] rc rc0: lirc_dev: driver gpio_ir_recv registered at minor = 0, raw IR receiver, no transmitter [ 36.554306] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc0/input14 [ 36.625148] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. [ 36.656600] systemd[1]: Starting systemd-journald.service - Journal Service... [ 36.683943] brcmfmac: F1 signature read @0x18000000=0x16014335 [ 36.738390] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4335-sdio for chip BCM4335/1 [ 36.743915] usbcore: registered new interface driver brcmfmac [ 36.769094] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4335-sdio.h96-TVbox,rk3566.bin failed with error -2 [ 36.769347] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4335-sdio.bin failed with error -2 [ 36.822375] Bluetooth: Core ver 2.22 [ 36.822797] NET: Registered PF_BLUETOOTH protocol family [ 36.822809] Bluetooth: HCI device and connection manager initialized [ 36.822827] Bluetooth: HCI socket layer initialized [ 36.822834] Bluetooth: L2CAP socket layer initialized [ 36.822864] Bluetooth: SCO socket layer initialized [ 36.895880] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 36.960261] systemd-journald[458]: Collecting audit messages is disabled. [ 37.034685] Bluetooth: HCI UART driver ver 2.3 [ 37.034709] Bluetooth: HCI UART protocol H4 registered [ 37.034713] Bluetooth: HCI UART protocol BCSP registered [ 37.034833] Bluetooth: HCI UART protocol LL registered [ 37.034841] Bluetooth: HCI UART protocol ATH3K registered [ 37.034881] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 37.035148] Bluetooth: HCI UART protocol Intel registered [ 37.035692] Bluetooth: HCI UART protocol Broadcom registered [ 37.035768] Bluetooth: HCI UART protocol QCA registered [ 37.035774] Bluetooth: HCI UART protocol AG6XX registered [ 37.035804] Bluetooth: HCI UART protocol Marvell registered [ 37.232072] systemd[1]: Started systemd-journald.service - Journal Service. [ 37.692055] systemd-journald[458]: Time jumped backwards, rotating. [ 37.712544] systemd-journald[458]: Received client request to flush runtime journal. [ 37.768363] systemd-journald[458]: /var/log/journal/8502b8a63809499885769c755a36b022/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating. [ 37.770003] systemd-journald[458]: Rotating system journal. [ 37.779326] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 [ 39.297490] Bluetooth: hci0: command 0x0c03 tx timeout [ 39.307123] Bluetooth: hci0: BCM: Reset failed (-110) [ 39.756304] systemd-ssh-generator[1005]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 39.762539] systemd-ssh-generator[1005]: → connect via 'ssh .host' locally [ 41.064943] systemd-journald[458]: Received client request to relinquish /var/log/journal/8502b8a63809499885769c755a36b022 access. [ 45.576162] systemd-ssh-generator[1780]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 45.577124] systemd-ssh-generator[1780]: → connect via 'ssh .host' locally [ 47.005135] systemd-ssh-generator[1830]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 47.006302] systemd-ssh-generator[1830]: → connect via 'ssh .host' locally [ 48.320422] systemd-ssh-generator[1873]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 48.320455] systemd-ssh-generator[1873]: → connect via 'ssh .host' locally [ 50.461178] systemd-ssh-generator[1932]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 50.462553] systemd-ssh-generator[1932]: → connect via 'ssh .host' locally [ 53.128044] systemd-ssh-generator[1980]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 53.129229] systemd-ssh-generator[1980]: → connect via 'ssh .host' locally [ 55.023511] systemd-ssh-generator[2031]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket. [ 55.024782] systemd-ssh-generator[2031]: → connect via 'ssh .host' locally root@h96-tvbox-3566:~# ======================================================= glmark2 2023.01 ======================================================= OpenGL Information GL_VENDOR: Mesa GL_RENDERER: Mali-G52 r1 (Panfrost) GL_VERSION: OpenGL ES 3.1 Mesa 24.2.6-1 Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 Surface Size: 800x600 windowed ======================================================= [build] use-vbo=false: FPS: 418 FrameTime: 2.394 ms [build] use-vbo=true: FPS: 488 FrameTime: 2.052 ms [texture] texture-filter=nearest: FPS: 694 FrameTime: 1.441 ms [texture] texture-filter=linear: FPS: 697 FrameTime: 1.436 ms [texture] texture-filter=mipmap: FPS: 700 FrameTime: 1.430 ms [shading] shading=gouraud: FPS: 328 FrameTime: 3.057 ms [shading] shading=blinn-phong-inf: FPS: 328 FrameTime: 3.054 ms [shading] shading=phong: FPS: 319 FrameTime: 3.138 ms [shading] shading=cel: FPS: 319 FrameTime: 3.137 ms [bump] bump-render=high-poly: FPS: 112 FrameTime: 8.962 ms [bump] bump-render=normals: FPS: 786 FrameTime: 1.273 ms [bump] bump-render=height: FPS: 783 FrameTime: 1.278 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 566 FrameTime: 1.767 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 209 FrameTime: 4.790 ms [pulsar] light=false:quads=5:texture=false: FPS: 752 FrameTime: 1.331 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 206 FrameTime: 4.867 ms [desktop] effect=shadow:windows=4: FPS: 484 FrameTime: 2.069 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 60 FrameTime: 16.713 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 60 FrameTime: 16.706 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 74 FrameTime: 13.603 ms [ideas] speed=duration: FPS: 297 FrameTime: 3.370 ms [jellyfish] <default>: FPS: 396 FrameTime: 2.529 ms [terrain] <default>: FPS: 26 FrameTime: 38.628 ms [shadow] <default>: FPS: 219 FrameTime: 4.576 ms [refract] <default>: FPS: 26 FrameTime: 39.076 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 668 FrameTime: 1.498 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 641 FrameTime: 1.562 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 568 FrameTime: 1.762 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 619 FrameTime: 1.617 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 533 FrameTime: 1.879 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 617 FrameTime: 1.622 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 682 FrameTime: 1.467 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 696 FrameTime: 1.439 ms ======================================================= glmark2 Score: 434 ======================================================= root@h96-tvbox-3566:~$ vainfo libva info: VA-API version 1.22.0 libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/panfrost_drv_video.so libva info: va_openDriver() returns -1 vaInitialize failed with error code -1 (unknown libva error),exit Trying display: wayland
  22. Hi, Armi. Thanks for your very welcome comments about the write-up. I suspect adb may be an Android thing, and is a total mystery to me. Try shorting the eMMC CLK and GND pads, then running lsusb and look for the Rockchip MASK ROM loader there. I also started-out with a hacked-together USB type-A male to type-A male cable. Yours might be different, but mine would only work plugged in one direction, and was so problematic that I finally relented and bought a 1-meter commercial cable. I think it was only around AUD$5. Sorry Armi, I'm having issues with the comment section on my website. Rather than have you wait for me to sort that out before replying to your query, yes, the current kernel does have linked-in support for video acceleration: dmesg | grep vpu [ 12.086654] hantro-vpu fdea0000.video-codec: Adding to iommu group 0 [ 12.137712] hantro-vpu fdea0000.video-codec: registered rockchip,rk3568-vpu-dec as /dev/video1 [ 12.138138] hantro-vpu fdee0000.video-codec: Adding to iommu group 1 [ 12.143445] hantro-vpu fdee0000.video-codec: registered rockchip,rk3568-vepu-enc as /dev/video2 Thanks again for your kind words. GBEM 👽
  23. ### lsusb: Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub /: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 480M ### Group membership of *REDACTED* : *REDACTED* tty disk dialout sudo audio video plugdev games users systemd-journal input netdev ssh docker ### Userland: PRETTY_NAME="Armbian 23.8.1 bullseye" ARMBIAN_PRETTY_NAME="Armbian 23.8.1 bullseye" ### Installed packages: rc armbian-bsp-cli-rockpi-4c 23.8.1 arm64 Armbian CLI BSP for board 'rockpi-4c' - transitional package ii armbian-bsp-cli-rockpi-4c-current 23.8.1 arm64 Armbian CLI BSP for board 'rockpi-4c' branch 'current' ii armbian-config 24.5.5 all Armbian configuration utility ii armbian-firmware 24.5.6 all Armbian - Linux firmware ii armbian-plymouth-theme 24.5.5 all boot animation, logger and I/O multiplexer - Armbian theme ii hostapd 3:2.10-6~armbian22.02.3+1 arm64 IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator ii htop 3.1.0-0~armbian20.08.2+1 arm64 interactive processes viewer ii linux-base 4.6 all Linux image base package ii linux-dtb-current-rockchip64 24.5.3 arm64 Armbian Linux current DTBs in /boot/dtb-6.6.39-current-rockchip64 ii linux-headers-5.10.0-31-arm64 5.10.221-1 arm64 Header files for Linux 5.10.0-31-arm64 ii linux-headers-5.10.0-31-common 5.10.221-1 all Common header files for Linux 5.10.0-31 ii linux-headers-arm64 5.10.221-1 arm64 Header files for Linux arm64 configuration (meta-package) hi linux-image-5.10.0-31-arm64 5.10.221-1 arm64 Linux 5.10 for 64-bit ARMv8 machines (signed) ii linux-image-current-rockchip64 24.5.3 arm64 Armbian Linux current kernel image 6.6.39-current-rockchip64 ii linux-kbuild-5.10 5.10.221-1 arm64 Kbuild infrastructure for Linux 5.10 ii linux-libc-dev:arm64 23.02.2 arm64 Armbian Linux support headers for userspace development ii linux-u-boot-rockpi-4c-current 24.5.1 arm64 Das U-Boot for rockpi-4c ### Loaded modules: Module Size Used by dm_crypt 49152 1 trusted 12288 1 dm_crypt dm_mod 126976 3 dm_crypt xt_conntrack 12288 1 nft_chain_nat 12288 3 xt_MASQUERADE 16384 1 nf_nat 45056 2 nft_chain_nat,xt_MASQUERADE nf_conntrack_netlink 45056 0 nf_conntrack 118784 4 xt_conntrack,nf_nat,nf_conntrack_netlink,xt_MASQUERADE nf_defrag_ipv6 20480 1 nf_conntrack nf_defrag_ipv4 12288 1 nf_conntrack xfrm_user 40960 1 xfrm_algo 12288 1 xfrm_user xt_addrtype 12288 2 nft_compat 16384 4 nf_tables 225280 75 nft_compat,nft_chain_nat nfnetlink 16384 4 nft_compat,nf_conntrack_netlink,nf_tables br_netfilter 28672 0 bridge 241664 1 br_netfilter lz4hc 12288 0 lz4 12288 0 zram 32768 3 raid1 45056 1 snd_soc_hdmi_codec 20480 1 snd_soc_simple_card 20480 0 brcmfmac_wcc 12288 0 md_mod 151552 2 raid1 snd_soc_audio_graph_card 16384 0 snd_soc_simple_card_utils 24576 2 snd_soc_audio_graph_card,snd_soc_simple_card snd_soc_spdif_tx 12288 0 dw_hdmi_i2s_audio 12288 0 hci_uart 135168 0 panfrost 69632 0 dw_hdmi_cec 12288 0 gpu_sched 36864 1 panfrost drm_shmem_helper 16384 1 panfrost rk_crypto 28672 0 btqca 20480 1 hci_uart rng_core 16384 1 rk_crypto snd_soc_rockchip_i2s 24576 4 btsdio 16384 0 btrtl 28672 1 hci_uart btintel 40960 1 hci_uart hantro_vpu 249856 0 rockchip_vdec 77824 0 snd_soc_es8316 36864 1 brcmfmac 368640 1 brcmfmac_wcc btbcm 20480 1 hci_uart snd_soc_core 208896 7 snd_soc_spdif_tx,snd_soc_hdmi_codec,snd_soc_audio_graph_card,snd_soc_simple_card_utils,snd_soc_rockchip_i2s,snd_soc_simple_card,snd_soc_es8316 v4l2_vp9 20480 2 rockchip_vdec,hantro_vpu rockchip_rga 20480 0 brcmutil 16384 1 brcmfmac bluetooth 663552 7 btrtl,btqca,btsdio,btintel,hci_uart,btbcm videobuf2_dma_contig 20480 2 rockchip_vdec,hantro_vpu snd_compress 24576 1 snd_soc_core v4l2_h264 16384 2 rockchip_vdec,hantro_vpu snd_pcm_dmaengine 12288 1 snd_soc_core v4l2_mem2mem 24576 3 rockchip_vdec,hantro_vpu,rockchip_rga videobuf2_dma_sg 16384 1 rockchip_rga cfg80211 802816 1 brcmfmac realtek 32768 1 snd_pcm 106496 6 snd_soc_hdmi_codec,snd_compress,snd_soc_simple_card_utils,snd_soc_core,snd_soc_es8316,snd_pcm_dmaengine videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg videobuf2_v4l2 20480 4 rockchip_vdec,hantro_vpu,rockchip_rga,v4l2_mem2mem sg 28672 0 snd_timer 36864 1 snd_pcm videodev 229376 5 rockchip_vdec,videobuf2_v4l2,hantro_vpu,rockchip_rga,v4l2_mem2mem rfkill 24576 5 bluetooth,cfg80211 snd 77824 5 snd_soc_hdmi_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm videobuf2_common 49152 8 rockchip_vdec,videobuf2_dma_contig,videobuf2_v4l2,hantro_vpu,rockchip_rga,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops mc 53248 6 rockchip_vdec,videodev,videobuf2_v4l2,hantro_vpu,videobuf2_common,v4l2_mem2mem soundcore 12288 1 snd dwmac_rk 28672 0 stmmac_platform 20480 1 dwmac_rk stmmac 233472 3 stmmac_platform,dwmac_rk pcs_xpcs 20480 1 stmmac cpufreq_dt 16384 0 ip_tables 28672 0 x_tables 36864 5 xt_conntrack,nft_compat,xt_addrtype,ip_tables,xt_MASQUERADE autofs4 40960 2 ### nand-sata-install.log: ### Current system health: Time CPU n/a load %cpu %sys %usr %nice %io %irq Tcpu 23:45:28 --- 1.36 3% 1% 1% 0% 0% 0% 38.1 °C 23:45:29 --- 1.36 13% 5% 0% 0% 6% 0% 38.8 °C 23:45:29 --- 1.36 5% 4% 0% 0% 0% 0% 38.8 °C 23:45:29 --- 1.36 7% 5% 0% 0% 0% 0% 38.8 °C 23:45:30 --- 1.36 6% 5% 0% 0% 0% 0% 38.8 °C 23:45:30 --- 1.36 3% 1% 1% 0% 0% 0% 38.1 °C 23:45:31 --- 1.36 15% 14% 0% 0% 0% 0% 38.8 °C 23:45:31 --- 1.36 18% 12% 3% 0% 0% 1% 38.8 °C 23:45:31 --- 1.36 10% 2% 0% 0% 6% 0% 38.1 °C 23:45:32 --- 1.36 12% 6% 0% 0% 5% 0% 38.8 °C ### resolv.conf -rw-r--r-- 1 root root 82 Aug 4 22:13 /etc/resolv.conf # Generated by NetworkManager search mynetworksettings.com nameserver XXX.XXX.1.1 ### Current sysinfo: Linux 6.6.39-current-rockchip64 (*REDACTED*) 08/04/2024 _aarch64_ (6 CPU) avg-cpu: %user %nice %system %iowait %steal %idle 1.08 0.00 1.74 0.47 0.00 96.70 Device tps kB_read/s kB_wrtn/s kB_dscd/s kB_read kB_wrtn kB_dscd mmcblk0 5.36 98.19 124.17 0.00 556727 704048 0 mmcblk0p1 5.33 97.59 124.17 0.00 553295 704048 0 mmcblk0boot0 0.03 0.13 0.00 0.00 760 0 0 mmcblk0boot1 0.03 0.13 0.00 0.00 760 0 0 sda 51.97 25080.47 364.52 0.00 142201730 2066762 0 sda1 51.94 25079.83 364.52 0.00 142198110 2066762 0 sdb 51.81 1.29 25441.61 0.00 7333 144249354 0 sdb1 51.79 0.87 25441.61 0.00 4929 144249354 0 md127 1.38 3.09 363.63 0.00 17520 2061704 0 zram0 0.03 0.63 0.00 0.00 3552 4 0 zram1 1.84 0.49 9.49 0.00 2768 53804 0 zram2 0.00 0.00 0.00 0.00 0 0 0 dm-0 1.31 1.31 362.87 0.00 7401 2057404 0 --procs-- -----------------------memory---------------------- ---swap-- -----io---- -system-- --------cpu-------- r b swpd free buff cache si so bi bo in cs us sy id wa st 1 0 0 2852696 87652 758476 0 0 17 84 72 79 1 2 97 0 0 total used free shared buff/cache available Mem: 3.8Gi 249Mi 2.7Gi 6.0Mi 826Mi 3.4Gi Swap: 1.9Gi 0B 1.9Gi NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT /dev/zram0 lzo-rle 1.9G 4K 74B 12K 6 [SWAP] /dev/zram1 zstd 50M 1.6M 169.1K 748K 6 /var/log 23:45:32 up 1:34, 2 users, load average: 1.41, 1.34, 1.13 [ 11.029453] systemd[1]: Mounting Kernel Trace File System... [ 11.036976] systemd[1]: Starting Restore / save the current clock... [ 11.043059] systemd[1]: Starting Set the console keyboard layout... [ 11.049490] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 11.055273] systemd[1]: Starting Load Kernel Module configfs... [ 11.061097] systemd[1]: Starting Load Kernel Module drm... [ 11.067007] systemd[1]: Starting Load Kernel Module fuse... [ 11.074905] systemd[1]: Started Nameserver information manager. [ 11.076390] systemd[1]: Reached target Network (Pre). [ 11.078239] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 11.078532] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 11.085766] systemd[1]: Starting Load Kernel Modules... [ 11.092078] systemd[1]: Starting Remount Root and Kernel File Systems... [ 11.098340] systemd[1]: Starting Coldplug All udev Devices... [ 11.109477] systemd[1]: Mounted Huge Pages File System. [ 11.110442] systemd[1]: Mounted POSIX Message Queue File System. [ 11.111668] systemd[1]: Mounted Kernel Debug File System. [ 11.112610] systemd[1]: Mounted Kernel Trace File System. [ 11.115214] systemd[1]: Finished Restore / save the current clock. [ 11.118234] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 11.120119] systemd[1]: modprobe@configfs.service: Succeeded. [ 11.121741] systemd[1]: Finished Load Kernel Module configfs. [ 11.123734] systemd[1]: modprobe@drm.service: Succeeded. [ 11.125235] systemd[1]: Finished Load Kernel Module drm. [ 11.127108] systemd[1]: modprobe@fuse.service: Succeeded. [ 11.128707] systemd[1]: Finished Load Kernel Module fuse. [ 11.133332] systemd[1]: Finished Load Kernel Modules. [ 11.176850] systemd[1]: Mounting FUSE Control File System... [ 11.185205] systemd[1]: Mounting Kernel Configuration File System... [ 11.192924] EXT4-fs (mmcblk0p1): re-mounted 58156628-a1ec-48f7-971d-8c646a89e424 r/w. Quota mode: none. [ 11.193739] systemd[1]: Starting Apply Kernel Variables... [ 11.206913] systemd[1]: Finished Remount Root and Kernel File Systems. [ 11.208080] systemd[1]: Mounted FUSE Control File System. [ 11.208832] systemd[1]: Mounted Kernel Configuration File System. [ 11.211070] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 11.211572] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 11.219188] systemd[1]: Starting Load/Save Random Seed... [ 11.228196] systemd[1]: Starting Create System Users... [ 11.252755] systemd[1]: Finished Apply Kernel Variables. [ 11.299605] systemd[1]: Finished Load/Save Random Seed. [ 11.302490] systemd[1]: Finished Create System Users. [ 11.303527] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 11.308998] systemd[1]: Starting Create Static Device Nodes in /dev... [ 11.377873] systemd[1]: Finished Set the console keyboard layout. [ 11.380851] systemd[1]: Finished Create Static Device Nodes in /dev. [ 11.381677] systemd[1]: Reached target Local File Systems (Pre). [ 11.412109] systemd[1]: Mounting /tmp... [ 11.421698] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 11.430419] systemd[1]: Mounted /tmp. [ 11.539254] systemd[1]: Started Rule-based Manager for Device Events and Files. [ 11.688082] systemd[1]: Finished Coldplug All udev Devices. [ 11.732929] systemd[1]: Starting Helper to synchronize boot up for ifupdown... [ 11.744740] systemd[1]: Starting Show Plymouth Boot Screen... [ 11.754511] systemd[1]: Starting Wait for udev To Complete Device Initialization... [ 11.767593] systemd[1]: Finished Helper to synchronize boot up for ifupdown. [ 11.818605] cpu cpu0: OPP table can't be empty [ 11.819767] systemd[1]: Started Show Plymouth Boot Screen. [ 11.820700] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 11.821404] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 11.821630] systemd[1]: Reached target Paths. [ 11.913384] systemd[1]: Found device /dev/ttyS2. [ 11.930685] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found [ 11.930708] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found [ 11.930861] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock [ 11.931113] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). [ 11.931128] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). [ 11.931141] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11). [ 11.931159] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). [ 11.931216] rk_gmac-dwmac fe300000.ethernet: clock input from PHY [ 11.947395] rk_gmac-dwmac fe300000.ethernet: init for RGMII [ 11.947901] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35 [ 11.947926] rk_gmac-dwmac fe300000.ethernet: DWMAC1000 [ 11.947938] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported [ 11.947948] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported [ 11.947957] rk_gmac-dwmac fe300000.ethernet: COE Type 2 [ 11.947967] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported [ 11.947976] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported [ 11.948112] rk_gmac-dwmac fe300000.ethernet: Normal descriptors [ 11.948124] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled [ 11.948133] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 11.956858] mc: Linux media interface: v0.10 [ 12.006164] videodev: Linux video capture interface: v2.00 [ 12.024337] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 12.037495] sd 3:0:0:0: Attached scsi generic sg1 type 0 [ 12.086013] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 12.088325] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 12.089990] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 12.106142] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid [ 12.113244] rockchip-rga ff680000.rga: HW Version: 0x03.02 [ 12.116359] Bluetooth: Core ver 2.22 [ 12.119692] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0 [ 12.124169] NET: Registered PF_BLUETOOTH protocol family [ 12.124200] Bluetooth: HCI device and connection manager initialized [ 12.124230] Bluetooth: HCI socket layer initialized [ 12.124246] Bluetooth: L2CAP socket layer initialized [ 12.124312] Bluetooth: SCO socket layer initialized [ 12.152862] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [ 12.152889] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL) [ 12.155279] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. [ 12.163118] brcmfmac: F1 signature read @0x18000000=0x15294345 [ 12.165874] hantro-vpu ff650000.video-codec: Adding to iommu group 0 [ 12.167496] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1 [ 12.167575] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9 [ 12.169043] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,rockpi4c.bin failed with error -2 [ 12.179711] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2 [ 12.187906] usbcore: registered new interface driver brcmfmac [ 12.189377] rkvdec ff660000.video-codec: Adding to iommu group 1 [ 12.326236] rk3288-crypto ff8b0000.crypto: will run requests pump with realtime priority [ 12.326355] rk3288-crypto ff8b0000.crypto: Register ecb(aes) as ecb-aes-rk [ 12.326471] rk3288-crypto ff8b0000.crypto: Register cbc(aes) as cbc-aes-rk [ 12.326515] rk3288-crypto ff8b0000.crypto: Register ecb(des) as ecb-des-rk [ 12.326556] rk3288-crypto ff8b0000.crypto: Register cbc(des) as cbc-des-rk [ 12.326597] rk3288-crypto ff8b0000.crypto: Register ecb(des3_ede) as ecb-des3-ede-rk [ 12.326638] rk3288-crypto ff8b0000.crypto: Register cbc(des3_ede) as cbc-des3-ede-rk [ 12.326679] rk3288-crypto ff8b0000.crypto: Register sha1 as rk-sha1 [ 12.326722] rk3288-crypto ff8b0000.crypto: Register sha256 as rk-sha256 [ 12.326765] rk3288-crypto ff8b0000.crypto: Register md5 as rk-md5 [ 12.326806] rk3288-crypto ff8b0000.crypto: Register TRNG with sample=1200 [ 12.372159] panfrost ff9a0000.gpu: clock rate = 500000000 [ 12.375101] rk3288-crypto ff8b8000.crypto: will run requests pump with realtime priority [ 12.401373] Bluetooth: HCI UART driver ver 2.3 [ 12.401406] Bluetooth: HCI UART protocol H4 registered [ 12.401417] Bluetooth: HCI UART protocol BCSP registered [ 12.404734] Bluetooth: HCI UART protocol LL registered [ 12.404763] Bluetooth: HCI UART protocol ATH3K registered [ 12.404867] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 12.405167] Bluetooth: HCI UART protocol Intel registered [ 12.405545] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0 [ 12.405571] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400 [ 12.405590] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 [ 12.405612] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1 [ 12.406923] Bluetooth: HCI UART protocol Broadcom registered [ 12.407046] Bluetooth: HCI UART protocol QCA registered [ 12.407059] Bluetooth: HCI UART protocol AG6XX registered [ 12.407149] Bluetooth: HCI UART protocol Marvell registered [ 12.412904] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1 [ 12.523684] dw-apb-uart ff180000.serial: failed to request DMA [ 12.536248] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones [ 12.691413] asoc-audio-graph-card sound: ASoC: DAPM unknown pin Headphones [ 12.700558] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 12.701713] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/9 wl0: Jun 16 2017 12:38:26 version XXX.XXX.96.2 (66c4e21@sh-git) (r) FWID 01-1813af84 [ 12.724993] input: Analog Headphones as /devices/platform/sound/sound/card0/input0 [ 12.775738] block device autoloading is deprecated and will be removed. [ 12.800391] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 12.801321] Bluetooth: hci0: BCM: chip id 130 [ 12.802223] Bluetooth: hci0: BCM: features 0x0f [ 12.805097] Bluetooth: hci0: BCM4345C5 [ 12.805136] Bluetooth: hci0: BCM4345C5 (003.006.006) build 0000 [ 12.807564] Bluetooth: hci0: BCM4345C5 'brcm/BCM4345C5.hcd' Patch [ 12.864598] systemd[1]: Starting Load/Save RF Kill Switch Status... [ 13.008216] md/raid1:md127: not clean -- starting background reconstruction [ 13.008246] md/raid1:md127: active with 2 out of 2 mirrors [ 13.042626] systemd[1]: Started Load/Save RF Kill Switch Status. [ 13.086290] systemd[1]: Started Timer to wait for more drives before activating degraded array md127.. [ 13.086513] systemd[1]: Reached target Bluetooth. [ 13.086647] systemd[1]: Reached target Sound Card. [ 13.186104] md127: detected capacity change from 0 to 1953257472 [ 13.334598] systemd[1]: mdadm-last-resort@md127.timer: Succeeded. [ 13.334645] systemd[1]: Stopped Timer to wait for more drives before activating degraded array md127.. [ 13.364253] systemd[1]: Started MD array monitor. [ 13.404853] systemd[1]: Finished Wait for udev To Complete Device Initialization. [ 13.718326] Bluetooth: hci0: BCM: features 0x0f [ 13.722257] Bluetooth: hci0: BCM4345C5 Ampak_CL1 UART 37.4 MHz BT 5.0 [Version: Version: 0039.0089] [ 13.722297] Bluetooth: hci0: BCM4345C5 (003.006.006) build 0089 [ 18.015740] systemd[1]: systemd-rfkill.service: Succeeded. [ 23.008896] platform sound-dit: deferred probe pending [ 101.050295] systemd[1]: dev-disk-by-uuid-1efe5ff5-c91e-4181-beb3-67d382095a5e.device: Job dev-disk-by-uuid-1efe5ff5-c91e-4181-beb3-67d382095a5e.device/start timed out. [ 101.050338] systemd[1]: Timed out waiting for device /dev/disk/by-uuid/1efe5ff5-c91e-4181-beb3-67d382095a5e. [ 101.050538] systemd[1]: Dependency failed for Cryptography Setup for luks-1efe5ff5-c91e-4181-beb3-67d382095a5e. [ 101.050651] systemd[1]: Dependency failed for Local Encrypted Volumes. [ 101.050756] systemd[1]: cryptsetup.target: Job cryptsetup.target/start failed with result 'dependency'. [ 101.050823] systemd[1]: systemd-cryptsetup@luks-1efe5ff5-c91e-4181-beb3-67d382095a5e.service: Job systemd-cryptsetup@luks-1efe5ff5-c91e-4181-beb3-67d382095a5e.service/start failed with result 'dependency'. [ 101.050869] systemd[1]: dev-disk-by-uuid-1efe5ff5-c91e-4181-beb3-67d382095a5e.device: Job dev-disk-by-uuid-1efe5ff5-c91e-4181-beb3-67d382095a5e.device/start failed with result 'timeout'. [ 101.050954] systemd[1]: dev-disk-by-uuid-30e48ec2-bb9f-49e0-afd1-71f5dccd2435.device: Job dev-disk-by-uuid-30e48ec2-bb9f-49e0-afd1-71f5dccd2435.device/start timed out. [ 101.050974] systemd[1]: Timed out waiting for device /dev/disk/by-uuid/30e48ec2-bb9f-49e0-afd1-71f5dccd2435. [ 101.051138] systemd[1]: Dependency failed for Cryptography Setup for luks-30e48ec2-bb9f-49e0-afd1-71f5dccd2435. [ 101.051284] systemd[1]: systemd-cryptsetup@luks-30e48ec2-bb9f-49e0-afd1-71f5dccd2435.service: Job systemd-cryptsetup@luks-30e48ec2-bb9f-49e0-afd1-71f5dccd2435.service/start failed with result 'dependency'. [ 101.051396] systemd[1]: dev-disk-by-uuid-30e48ec2-bb9f-49e0-afd1-71f5dccd2435.device: Job dev-disk-by-uuid-30e48ec2-bb9f-49e0-afd1-71f5dccd2435.device/start failed with result 'timeout'. [ 101.051548] systemd[1]: Reached target Block Device Preparation for /dev/mapper/luks-1efe5ff5-c91e-4181-beb3-67d382095a5e. [ 101.052379] systemd[1]: Reached target Block Device Preparation for /dev/mapper/luks-30e48ec2-bb9f-49e0-afd1-71f5dccd2435. [ 101.088408] systemd[1]: Starting Install ZFS kernel module... [ 101.089415] systemd[1]: Stopped target Block Device Preparation for /dev/mapper/luks-1efe5ff5-c91e-4181-beb3-67d382095a5e. [ 101.089623] systemd[1]: Stopped target Block Device Preparation for /dev/mapper/luks-30e48ec2-bb9f-49e0-afd1-71f5dccd2435. [ 101.100061] systemd[1]: zfs-load-module.service: Main process exited, code=exited, status=1/FAILURE [ 101.100924] systemd[1]: zfs-load-module.service: Failed with result 'exit-code'. [ 101.102723] systemd[1]: Failed to start Install ZFS kernel module. [ 101.102944] systemd[1]: Dependency failed for Import ZFS pools by cache file. [ 101.103070] systemd[1]: zfs-import-cache.service: Job zfs-import-cache.service/start failed with result 'dependency'. [ 101.103618] systemd[1]: Reached target ZFS pool import target. [ 101.103825] systemd[1]: Condition check resulted in Mount ZFS filesystems being skipped. [ 101.103918] systemd[1]: Reached target Local File Systems. [ 101.109267] systemd[1]: Starting Armbian leds state... [ 101.115048] systemd[1]: Starting Armbian ZRAM config... [ 101.121155] systemd[1]: Starting Set console font and keymap... [ 101.127712] systemd[1]: Starting Raise network interfaces... [ 101.134102] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... [ 101.134557] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 101.134809] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 101.134956] systemd[1]: Condition check resulted in Wait for ZFS Volume (zvol) links in /dev being skipped. [ 101.135105] systemd[1]: Reached target ZFS volumes are ready. [ 101.150780] systemd[1]: Finished Set console font and keymap. [ 101.152479] systemd[1]: Received SIGRTMIN+20 from PID 270 (plymouthd). [ 101.158406] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. [ 101.218457] systemd[1]: Finished Armbian leds state. [ 101.322310] zram: Added device: zram0 [ 101.323687] zram: Added device: zram1 [ 101.324852] zram: Added device: zram2 [ 101.421341] zram0: detected capacity change from 0 to 3952888 [ 101.461798] Adding 1976440k swap on /dev/zram0. Priority:5 extents:1 across:1976440k SS [ 101.484675] systemd[1]: Finished Raise network interfaces. [ 101.696246] zram1: detected capacity change from 0 to 102400 [ 101.755534] systemd[1]: Finished Armbian ZRAM config. [ 101.797108] systemd[1]: Starting Armbian memory supported logging... [ 101.897210] EXT4-fs (zram1): mounted filesystem 24de4176-fb3a-49d5-bf49-baf1c2b1b99b r/w without journal. Quota mode: none. [ 101.897287] ext4 filesystem being mounted at /var/log supports timestamps until 2038-01-19 (0x7fffffff) [ 117.158724] systemd[1]: Finished Armbian memory supported logging. [ 117.188825] systemd[1]: Starting Journal Service... [ 117.595993] systemd[1]: Started Journal Service. [ 117.680099] systemd-journald[657]: Received client request to flush runtime journal. [ 118.809081] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 120.219836] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 120.229515] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL) [ 120.229571] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found [ 120.229595] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW [ 120.231528] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode [ 124.295179] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 124.301982] Bridge firewalling registered [ 124.328027] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 125.022086] Initializing XFRM netlink socket [ 128.462731] systemd-journald[657]: Received client request to flush runtime journal. [ 129.138946] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 198.475560] systemd[2453]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 246.674030] systemd-journald[657]: Received client request to flush runtime journal. [ 246.750322] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 1146.740058] systemd-journald[657]: Received client request to flush runtime journal. [ 1146.808901] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 2046.709361] systemd-journald[657]: Received client request to flush runtime journal. [ 2046.789845] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 2946.702604] systemd-journald[657]: Received client request to flush runtime journal. [ 2946.775122] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 3846.684206] systemd-journald[657]: Received client request to flush runtime journal. [ 3846.776059] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 4184.598033] md: resync of RAID array md127 [ 4189.064476] device-mapper: uevent: version 1.0.3 [ 4189.065162] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 4212.546008] EXT4-fs (dm-0): mounted filesystem 5602eb7e-12b3-42fb-9798-1556b2a90df5 r/w with ordered data mode. Quota mode: none. [ 4746.765355] systemd-journald[657]: Received client request to flush runtime journal. [ 4746.826781] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. [ 5462.651092] systemd-journald[657]: Received client request to flush runtime journal. [ 5462.716166] systemd-journald[657]: Received client request to relinquish /var/log/journal/515cf686f9604730835651798a8c6e08 access. vm.admin_reserve_kbytes = 8192 vm.compaction_proactiveness = 20 vm.compact_unevictable_allowed = 1 vm.dirty_background_bytes = 0 vm.dirty_background_ratio = 10 vm.dirty_bytes = 0 vm.dirty_expire_centisecs = 3000 vm.dirty_ratio = 20 vm.dirtytime_expire_seconds = 43200 vm.dirty_writeback_centisecs = 500 vm.extfrag_threshold = 500 vm.hugetlb_shm_group = 0 vm.laptop_mode = 0 vm.legacy_va_layout = 0 vm.lowmem_reserve_ratio = 256 256 32 0 vm.max_map_count = 65530 vm.memfd_noexec = 0 vm.min_free_kbytes = 22528 vm.min_slab_ratio = 5 vm.min_unmapped_ratio = 1 vm.mmap_min_addr = 4096 vm.mmap_rnd_bits = 18 vm.mmap_rnd_compat_bits = 11 vm.nr_hugepages = 0 vm.nr_hugepages_mempolicy = 0 vm.nr_overcommit_hugepages = 0 vm.numa_stat = 1 vm.numa_zonelist_order = Node vm.oom_dump_tasks = 1 vm.oom_kill_allocating_task = 0 vm.overcommit_kbytes = 0 vm.overcommit_memory = 0 vm.overcommit_ratio = 50 vm.page-cluster = 0 vm.page_lock_unfairness = 5 vm.panic_on_oom = 0 vm.percpu_pagelist_high_fraction = 0 vm.stat_interval = 1 vm.swappiness = 100 vm.user_reserve_kbytes = 121725 vm.vfs_cache_pressure = 100 vm.watermark_boost_factor = 15000 vm.watermark_scale_factor = 10 vm.zone_reclaim_mode = 0 ### interrupts: CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 18: 0 0 0 0 0 0 GICv3 25 Level vgic 20: 0 0 0 0 0 0 GICv3 27 Level kvm guest vtimer 23: 54633 65433 62030 49947 115779 61484 GICv3 30 Level arch_timer 25: 83504 64289 75597 60595 90417 72349 GICv3 113 Level rk_timer 31: 0 0 0 0 0 0 GICv3 37 Level ff6d0000.dma-controller 32: 0 0 0 0 0 0 GICv3 38 Level ff6d0000.dma-controller 33: 0 0 0 0 0 0 GICv3 39 Level ff6e0000.dma-controller 34: 0 0 0 0 0 0 GICv3 40 Level ff6e0000.dma-controller 35: 1236 0 0 0 0 0 GICv3 131 Level ttyS0 36: 693 0 0 0 0 0 GICv3 132 Level ttyS2 37: 0 0 0 0 0 0 GICv3 147 Level ff650800.iommu 38: 0 0 0 0 0 0 GICv3 149 Level ff660480.iommu 39: 0 0 0 0 0 0 GICv3 151 Level ff8f3f00.iommu, ff8f0000.vop 40: 0 0 0 0 0 0 GICv3 150 Level ff903f00.iommu, ff900000.vop 41: 0 0 0 0 0 0 GICv3 75 Level ff914000.iommu 42: 0 0 0 0 0 0 GICv3 76 Level ff924000.iommu 43: 66 0 0 0 0 0 GICv3 91 Level ff110000.i2c 44: 0 0 0 0 0 0 GICv3 66 Level ff130000.i2c 45: 61977 0 0 0 0 0 GICv3 68 Level ff160000.i2c 46: 429 0 0 0 0 0 GICv3 89 Level ff3c0000.i2c 47: 0 0 0 0 0 0 GICv3 88 Level ff3d0000.i2c 48: 0 0 0 0 0 0 GICv3 129 Level rockchip_thermal 49: 0 0 0 0 0 0 GICv3 152 Edge ff848000.watchdog 50: 9719 0 0 0 0 0 GICv3 96 Level dw-mci 51: 0 0 0 0 0 0 GICv3 97 Level dw-mci 52: 36031 0 0 0 0 0 GICv3 43 Level mmc0 53: 3 0 0 0 0 0 GICv3 94 Level ff100000.saradc 54: 0 0 0 0 0 0 GICv3-23 0 Level arm-pmu 55: 0 0 0 0 0 0 GICv3-23 1 Level arm-pmu 56: 0 0 0 0 0 0 rockchip_gpio_irq 7 Edge fe320000.mmc cd 57: 0 0 0 0 0 0 GICv3 59 Level rockchip_usb2phy 58: 0 0 0 0 0 0 GICv3 63 Level rockchip_usb2phy 59: 0 0 0 0 0 0 GICv3 137 Level xhci-hcd:usb1 60: 0 0 0 0 0 0 GICv3 142 Level xhci-hcd:usb3 61: 0 0 0 0 0 0 GICv3 58 Level ehci_hcd:usb5 62: 0 0 0 0 0 0 GICv3 62 Level ehci_hcd:usb7 63: 0 0 0 0 0 0 GICv3 60 Level ohci_hcd:usb6 64: 0 0 0 0 0 0 rockchip_gpio_irq 21 Level rk808 70: 0 0 0 0 0 0 rk808 5 Edge RTC alarm 74: 0 0 0 0 0 0 GICv3 64 Level ohci_hcd:usb8 75: 0 0 0 0 0 0 GICv3 81 Level pcie-sys 77: 154 0 0 0 0 0 GICv3 83 Level pcie-client 79: 0 0 0 0 0 0 ITS-MSI 0 Edge PCIe PME, aerdrv 80: 0 300801 0 0 0 0 ITS-MSI 524288 Edge ahci0 81: 0 0 0 0 0 0 ITS-MSI 524289 Edge ahci1 82: 0 0 0 0 0 0 ITS-MSI 524290 Edge ahci2 83: 0 0 0 0 166292 0 ITS-MSI 524291 Edge ahci3 84: 0 0 0 0 0 0 ITS-MSI 524292 Edge ahci4 88: 0 0 0 0 0 0 GICv3 55 Level ff940000.hdmi, dw-hdmi-cec 89: 25429 0 0 0 0 0 GICv3 44 Level eth0 90: 0 0 0 0 0 0 GICv3 87 Level ff680000.rga 91: 0 0 0 0 0 0 rockchip_gpio_irq 1 Level es8316 92: 0 0 0 0 0 0 GICv3 146 Level ff650000.video-codec 93: 0 0 0 0 0 0 GICv3 145 Level ff650000.video-codec 94: 335 0 0 0 0 0 rockchip_gpio_irq 3 Level brcmf_oob_intr 95: 0 0 0 0 0 0 GICv3 148 Level ff660000.video-codec 96: 0 0 0 0 0 0 GICv3 32 Level rk-crypto 97: 0 0 0 0 0 0 GICv3 167 Level rk-crypto 98: 0 0 0 0 0 0 GICv3 51 Level panfrost-gpu 99: 0 0 0 0 0 0 GICv3 53 Level panfrost-mmu 100: 6 0 0 0 0 0 rockchip_gpio_irq 4 Edge host_wake 101: 0 0 0 0 0 0 GICv3 52 Level panfrost-job 102: 0 0 0 0 0 0 rockchip_gpio_irq 0 Edge Headphone detection IPI0: 7051 6118 5124 6091 4565 4011 Rescheduling interrupts IPI1: 142253 90762 189514 163483 115662 95731 Function call interrupts IPI2: 0 0 0 0 0 0 CPU stop interrupts IPI3: 0 0 0 0 0 0 CPU stop (for crash dump) interrupts IPI4: 22657 24662 28699 29222 29184 28897 Timer broadcast interrupts IPI5: 0 0 0 0 0 0 IRQ work interrupts IPI6: 0 0 0 0 0 0 CPU wake-up interrupts Err: 0
  24. @maka @paradigman @pessimism Look at this: https://github.com/armbian/build/releases/tag/v24.8.0-trunk.474 rockchip64-edge: add rkvdec2 for rk356x by @amazingfate rockchip64-edge: disable hantro g1 h264 decoder on rk356x by @amazingfate Video Acceleration....
  25. Description Update edge kernel to 6.11 Add Hantro VPU decoder back (H264 is not enabled) Refresh HDMI TX and RX patches from Collabora tree Disable HDMI-RX on OPi5+ by default and add an overlay in order to avoid interrupts Use green led as heartbeat in Orange Pi 5 Plus To Do [ ] Crypto, RNG and some other nodes seem to have been removed during rewrites. I will add them back. [ ] USB-C doesn't work on both boards as far as i've tested. This needs to be checked. GitHub issue reference: Jira reference number [AR-9999] How Has This Been Tested? [x] Orange Pi 5 Plus and Khadas Edge 2 boots. [x] HDMI works up to 1080p@120fps [ ] Tests with more boards. Checklist: Please delete options that are not relevant. [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines