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

  • Official giveaways
  • Community giveaways

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 Ninkbox N1 Max RK3318 by @enigmasphinx 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: Archived images - built by Armbian servers and GPG-signed: https://imola.armbian.com/dl/rk3318-box/archive/ Nightly stables - built from trunk by Armbian servers and GPG-signed: https://github.com/armbian/community Stables provided by me (unsigned): https://users.armbian.com/jock/rk3318/ 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. 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 👽
  3. 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
  4. 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
  5. ### 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
  6. @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....
  7. 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
  8. 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/
  9. Description We can also use rkvdec2 on rk356x. Remove all non-coherent-dst-bufs patches because they are suggested by a chromium developer when using libyuvimageprocessor to do NV12->AR24 convert. Now we use wayland gbm to render NV12 directly, so these patches are not necessary. Add rkvdec2 nodes to devicetree of rk356x. Enable rkvdec2 in kernel config and change CMA size from 128M to 384M for chromium's 4K h264 decoding. Change hantro g1 vpu compatible string from rockchip,rk3568-vpu to rockchip,rk3328-vpu because they have exactly the same vpu variant data. Disable h264 decoder of rk3328-vpu because there are aleady rkvdec/rkvdec2 h264 decoders on rk3328 and rk356x. Multi H264 decoders will make gstreamer and chromium confused. Add chromium v4l2 decoder udev rule for rk3328-vpu 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] Tested on orangepi3b noble edge with chromium from my ppa: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/chromium, 1080p and 2160p h264 videos and 1080p vp8 video are played with hardware decoder. 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
  10. @pocosparc @maka Since Armbian_community_24.8.0-trunk.6_H96-tvbox-3566_noble_current_6.6.32_gnome_desktop The VPU Acceleration from Joshua Riek Vendor Kernel start to become less important The Vendor 6.1 Kernel was slower then mainline. in full environment experience Kernel Mainline was faster with video player on NPU hantro and The hantro Video Acceleration Run 1080P 30hz 10% drop frames. I think this RK35xx will start to shine on kernel 6.8
  11. @jock your afirmation is 100% righ when we talk about BSP v5.1 and BSP v6.1 with RKVPU enabled, @maka is a mainline gui talking about using hantro VPU that dont bypass V4L2 and it smashes CPU usage From what I read about long-term goals to be achieved in the mainline kernel, video decode on Rockcheap devices is not a priority. It's at these times that I start to recognize Broadcom's efforts. rockchip looks more like a burried corpse
  12. I've compiled mainline kernel 6.6 which runs well on my OrangePi/RK3399. The only problem left is getting H.264 decoding working. Unfortunately, when I query /dev/video1 which is the node created by the hantro-vpu driver, only MPEG2 and VP8 are shown as supported codecs for decoding. No H.264, even though I've read many places that the mainline hantro driver supports H.264. Has anyone else had this problem? Is there something else I need to do to get this working?
  13. Hi, In a bid to solve an issue with my NAS (which I now think was a dying HDD) I foolishly decided to upgrade from buster to bullseye and now most, if not all, of the services are failing to start - including network-manager, sshd and fancontrol so I only have access via the USB serial console. By setting a static IP I have been able to get it network access at least. When I try to start any of the dead services it hangs for a minute or so, then kicks me back to the login and the terminal is corrupted so I need to reboot before I'm able to do anything meaningful. (I am able to start fancontrol by just running `fancontrol` at which point the fans stop going at 100%, so I don't think there's a config issue there at least.) Please help! The upgrade was done with sudo sed -i 's#/debian-security bullseye/updates# bullseye-security#g' /etc/apt/sources.list sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d/*.list sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list sudo sed -i 's/buster/bullseye/g' /etc/apt/sources.list.d.save/*.list apt full-upgrade root@helios2:~# cat /etc/apt/sources.list deb http://deb.debian.org/debian bullseye main contrib non-free # deb-src http://deb.debian.org/debian bullseye main contrib non-free deb http://deb.debian.org/debian bullseye-updates main contrib non-free # deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free deb http://deb.debian.org/debian bullseye-backports main contrib non-free # deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free # deb http://security.debian.org/ bullseye/updates main contrib non-free deb http://security.debian.org/debian-security bullseye-security main contrib non-free # deb-src http://security.debian.org/ bullseye/updates main contrib non-free root@helios2:~# cat /etc/apt/sources.list.d/* deb http://apt.armbian.com bullseye main bullseye-utils bullseye-desktop deb [signed-by=/etc/apt/trusted.gpg.d/gluster.gpg] https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/10/arm64/apt buster main deb [signed-by=/etc/apt/trusted.gpg.d/gluster.gpg] https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/10/arm64/apt bullseye main deb http://ppa.launchpad.net/gluster/glusterfs-7/ubuntu oracular main # deb-src http://ppa.launchpad.net/gluster/glusterfs-7/ubuntu oracular main It looks like ix.io is down right now so I can't share `armbianmonitor -u` root@helios2:~# uname -a Linux helios2 5.15.93-rockchip64 #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 aarch64 GNU/Linux root@helios2:~# systemctl status --all | grep dead -C 3 │ ├─1435 /sbin/sulogin │ ├─1436 bash │ ├─5144 systemctl status --all │ └─5145 grep dead -C 3 ├─dev-hugepages.mount └─system-getty.slice -- ● dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device - /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80 Loaded: loaded Active: inactive (dead) ● dev-disk-by\x2duuid-9b0108f1\x2d5a11\x2d4f24\x2dabd0\x2daebb458ebbd7.device - ST4000DM004-2CV104 1 Follow: unit currently follows state of sys-devices-platform-f8000000.pcie-pci0000:00-0000:00:00.0-0000:01:00.0-ata2-host1-target1:0:0-1:0:0:0-block-sda-sda1.device -- ● data-glusterfs-sda1.mount - /data/glusterfs/sda1 Loaded: loaded (/etc/fstab; generated) Active: inactive (dead) Where: /data/glusterfs/sda1 What: /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80 Docs: man:fstab(5) -- ● proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System Loaded: loaded (/lib/systemd/system/proc-sys-fs-binfmt_misc.mount; static; vendor preset: enabled) Active: inactive (dead) Where: /proc/sys/fs/binfmt_misc What: binfmt_misc Docs: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html -- ● bootsplash-ask-password-console.path - Dispatch Password Requests to Console Directory Watch when bootsplash is active Loaded: loaded (/lib/systemd/system/bootsplash-ask-password-console.path; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2024-05-09 20:42:45 BST; 23min ago └─ ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled was not met Unit apparmor.service could not be found. ● systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch Loaded: loaded (/lib/systemd/system/systemd-ask-password-console.path; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-ask-password-console.service(8) ● systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch Loaded: loaded (/lib/systemd/system/systemd-ask-password-wall.path; static; vendor preset: enabled) Active: inactive (dead) since Thu 2024-05-09 20:44:16 BST; 22min ago Docs: man:systemd-ask-password-console.service(8) Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable. -- ● apt-daily-upgrade.service - Daily apt upgrade and clean activities Loaded: loaded (/lib/systemd/system/apt-daily-upgrade.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:apt(8) ● apt-daily.service - Daily apt download activities Loaded: loaded (/lib/systemd/system/apt-daily.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:apt(8) ● armbian-firstrun-config.service - Armbian first run optional user configuration Loaded: loaded (/lib/systemd/system/armbian-firstrun-config.service; enabled; vendor preset: enabled) Active: inactive (dead) ● armbian-hardware-monitor.service - Armbian hardware monitoring Loaded: loaded (/lib/systemd/system/armbian-hardware-monitor.service; enabled; vendor preset: enabled) Unit auditd.service could not be found. Unit connman.service could not be found. Unit console-screen.service could not be found. -- ● bootsplash-ask-password-console.service - Dispatch Password Requests to Console when bootsplash is active Loaded: loaded (/lib/systemd/system/bootsplash-ask-password-console.service; static; vendor preset: enabled) Active: inactive (dead) ● bootsplash-hide-when-booted.service - Hide bootsplash after starting the system Loaded: loaded (/lib/systemd/system/bootsplash-hide-when-booted.service; enabled; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2024-05-09 20:44:16 BST; 22min ago └─ ConditionPathExists=/sys/devices/platform/bootsplash.0/enabled was not met ● chrony.service - chrony, an NTP client/server Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:chronyd(8) man:chronyc(1) man:chrony.conf(5) -- ● cpufrequtils.service - LSB: set CPUFreq kernel parameters Loaded: loaded (/etc/init.d/cpufrequtils; generated) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) ● cron.service - Regular background program processing daemon Unit display-manager.service could not be found. Loaded: loaded (/lib/systemd/system/cron.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:cron(8) ● dbus.service - D-Bus System Message Bus Loaded: loaded (/lib/systemd/system/dbus.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:dbus-daemon(1) ● e2scrub_all.service - Online ext4 Metadata Check for All Filesystems Loaded: loaded (/lib/systemd/system/e2scrub_all.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:e2scrub_all(8) ● e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots Loaded: loaded (/lib/systemd/system/e2scrub_reap.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:e2scrub_all(8) ● emergency.service - Emergency Shell -- ├─1435 /sbin/sulogin ├─1436 bash ├─5144 systemctl status --all └─5145 grep dead -C 3 May 09 20:44:21 helios2 systemd[579]: emergency.service: Executable /bin/plymouth missing, skipping: No such file or directory May 09 20:48:11 helios2 sudo[1764]: root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/apt info armbian-bsp-cli-helios64 -- ● fake-hwclock.service Loaded: masked (Reason: Unit fake-hwclock.service is masked.) Active: inactive (dead) ● fancontrol.service - fan speed regulator Loaded: loaded (/lib/systemd/system/fancontrol.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/fancontrol.service.d └─pid.conf Active: inactive (dead) Docs: man:fancontrol(8) man:pwmconfig(8) ● getty-static.service - getty on tty2-tty6 if dbus and logind are not available Loaded: loaded (/lib/systemd/system/getty-static.service; static; vendor preset: enabled) Active: inactive (dead) ● getty@tty1.service - Getty on tty1 Loaded: loaded (/lib/systemd/system/getty@.service; enabled; vendor preset: enabled) Drop-In: /usr/lib/systemd/system/getty@tty1.service.d └─10-noclear.conf Active: inactive (dead) Docs: man:agetty(8) man:systemd-getty-generator(8) http://0pointer.de/blog/projects/serial-console.html ● glusterd.service - GlusterFS, a clustered file-system server Loaded: loaded (/lib/systemd/system/glusterd.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:glusterd(8) ● haveged.service - Entropy Daemon based on the HAVEGE algorithm Unit kbd.service could not be found. Unit lm-sensors.service could not be found. -- ● helios64-heartbeat-led.service - Enable heartbeat & network activity led on Helios64 Loaded: loaded (/etc/systemd/system/helios64-heartbeat-led.service; enabled; vendor preset: enabled) Active: inactive (dead) ● hostapd.service - LSB: Advanced IEEE 802.11 management daemon Loaded: loaded (/etc/init.d/hostapd; generated) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) ● ifup@eth0.service - ifup for eth0 -- ● loadcpufreq.service - LSB: Load kernel modules needed to enable cpufreq scaling Loaded: loaded (/etc/init.d/loadcpufreq; generated) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) ● logrotate.service - Rotate log files Loaded: loaded (/etc/systemd/system/logrotate.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:logrotate(8) man:logrotate.conf(5) ● man-db.service - Daily man-db regeneration Loaded: loaded (/lib/systemd/system/man-db.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:mandb(8) ● mountkernfs.service Unit ntp.service could not be found. Unit ntpsec.service could not be found. Unit openntpd.service could not be found. Unit plymouth-quit-wait.service could not be found. Unit plymouth-start.service could not be found. Loaded: masked (Reason: Unit mountkernfs.service is masked.) Active: inactive (dead) ● networkd-dispatcher.service - Dispatcher daemon for systemd-networkd Loaded: loaded (/lib/systemd/system/networkd-dispatcher.service; enabled; vendor preset: enabled) Active: inactive (dead) ● networking.service - Raise network interfaces Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled) -- ● NetworkManager.service - Network Manager Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:NetworkManager(8) ● rc-local.service - /etc/rc.local Compatibility Loaded: loaded (/lib/systemd/system/rc-local.service; enabled-runtime; vendor preset: enabled) Drop-In: /usr/lib/systemd/system/rc-local.service.d └─debian.conf Active: inactive (dead) Docs: man:systemd-rc-local-generator(8) ● rescue.service - Rescue Shell Loaded: loaded (/lib/systemd/system/rescue.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:sulogin(8) ● resolvconf.service - Nameserver information manager -- ● rng-tools-debian.service - LSB: rng-tools (Debian variant) Loaded: loaded (/etc/init.d/rng-tools-debian; generated) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) ● rpcbind.service - RPC bind portmap service -- ● rsync.service - fast remote file copy program daemon Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:rsync(1) man:rsyncd.conf(5) ● rsyslog.service - System Logging Service Loaded: loaded (/lib/systemd/system/rsyslog.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:rsyslogd(8) https://www.rsyslog.com/doc/ ● selinux-autorelabel-mark.service - Mark the need to relabel after reboot Loaded: loaded (/lib/systemd/system/selinux-autorelabel-mark.service; static; vendor preset: enabled) Active: inactive (dead) ● serial-getty@ttyS2.service - Serial Getty on ttyS2 Loaded: loaded (/lib/systemd/system/serial-getty@ttyS2.service; enabled; vendor preset: enabled) Drop-In: /usr/lib/systemd/system/serial-getty@.service.d └─10-term.conf Active: inactive (dead) Docs: man:agetty(8) man:systemd-getty-generator(8) http://0pointer.de/blog/projects/serial-console.html ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:sshd(8) man:sshd_config(5) ● sysfsutils.service - LSB: Set sysfs variables from /etc/sysfs.conf Loaded: loaded (/etc/init.d/sysfsutils; generated) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) ● systemd-ask-password-console.service - Dispatch Password Requests to Console Loaded: loaded (/lib/systemd/system/systemd-ask-password-console.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-ask-password-console.service(8) ● systemd-ask-password-wall.service - Forward Password Requests to Wall Loaded: loaded (/lib/systemd/system/systemd-ask-password-wall.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-ask-password-console.service(8) ● systemd-binfmt.service - Set Up Additional Binary Formats Loaded: loaded (/lib/systemd/system/systemd-binfmt.service; static; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2024-05-09 20:42:46 BST; 23min ago ├─ ConditionDirectoryNotEmpty=|/lib/binfmt.d was not met ├─ ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d was not met -- ● systemd-fsck-root.service - File System Check on Root Device Loaded: loaded (/lib/systemd/system/systemd-fsck-root.service; enabled-runtime; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2024-05-09 20:42:46 BST; 23min ago └─ ConditionPathExists=!/run/initramfs/fsck-root was not met Docs: man:systemd-fsck-root.service(8) ● systemd-fsckd.service - File System Check Daemon to report status Loaded: loaded (/lib/systemd/system/systemd-fsckd.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-fsckd.service(8) ● systemd-hwdb-update.service - Rebuild Hardware Database Loaded: loaded (/lib/systemd/system/systemd-hwdb-update.service; static; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2024-05-09 20:42:46 BST; 23min ago ├─ ConditionPathExists=|!/lib/udev/hwdb.bin was not met ├─ ConditionPathExists=|/etc/udev/hwdb.bin was not met -- ● systemd-initctl.service - initctl Compatibility Daemon Loaded: loaded (/lib/systemd/system/systemd-initctl.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-initctl.service(8) ● systemd-journal-flush.service - Flush Journal to Persistent Storage -- ● systemd-logind.service - Login Service Loaded: loaded (/lib/systemd/system/systemd-logind.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-logind.service(8) man:logind.conf(5) https://www.freedesktop.org/wiki/Software/systemd/logind -- ● systemd-machine-id-commit.service - Commit a transient machine-id on disk Loaded: loaded (/lib/systemd/system/systemd-machine-id-commit.service; static; vendor preset: enabled) Active: inactive (dead) Condition: start condition failed at Thu 2024-05-09 20:44:16 BST; 22min ago └─ ConditionPathIsMountPoint=/etc/machine-id was not met Docs: man:systemd-machine-id-commit.service(8) -- ● systemd-networkd.service - Network Service Loaded: loaded (/lib/systemd/system/systemd-networkd.service; disabled; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-networkd.service(8) ● systemd-random-seed.service - Load/Save Random Seed Unit systemd-update-done.service could not be found. -- Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled) Drop-In: /usr/lib/systemd/system/systemd-timesyncd.service.d └─disable-with-time-daemon.conf Active: inactive (dead) Docs: man:systemd-timesyncd.service(8) ● systemd-tmpfiles-clean.service - Cleanup of Temporary Directories Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-clean.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) -- ● systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel Changes Loaded: loaded (/lib/systemd/system/systemd-update-utmp-runlevel.service; static; vendor preset: enabled) Active: inactive (dead) since Thu 2024-05-09 20:44:19 BST; 22min ago Docs: man:systemd-update-utmp.service(8) man:utmp(5) Process: 1357 ExecStart=/lib/systemd/systemd-update-utmp runlevel (code=exited, status=0/SUCCESS) Unit systemd-vconsole-setup.service could not be found. -- ● systemd-user-sessions.service - Permit User Sessions Loaded: loaded (/lib/systemd/system/systemd-user-sessions.service; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd-user-sessions.service(8) ● unattended-upgrades.service - Unattended Upgrades Shutdown Loaded: loaded (/lib/systemd/system/unattended-upgrades.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:unattended-upgrade(8) ● wpa_supplicant.service - WPA supplicant Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; enabled; vendor preset: enabled) Active: inactive (dead) ● -.slice - Root Slice Loaded: loaded -- │ ├─1435 /sbin/sulogin │ ├─1436 bash │ ├─5144 systemctl status --all │ └─5145 grep dead -C 3 ├─haveged.service │ └─1354 /usr/sbin/haveged --Foreground --verbose=1 ├─rpcbind.service -- │ ├─1435 /sbin/sulogin │ ├─1436 bash │ ├─5144 systemctl status --all │ └─5145 grep dead -C 3 ├─haveged.service │ └─1354 /usr/sbin/haveged --Foreground --verbose=1 ├─rpcbind.service -- ● dbus.socket - D-Bus System Message Bus Socket Loaded: loaded (/lib/systemd/system/dbus.socket; static; vendor preset: enabled) Active: inactive (dead) Listen: /run/dbus/system_bus_socket (Stream) ● rpcbind.socket - RPCbind Server Activation Socket -- ● syslog.socket - Syslog Socket Loaded: loaded (/lib/systemd/system/syslog.socket; static; vendor preset: disabled) Active: inactive (dead) since Thu 2024-05-09 20:44:16 BST; 22min ago Docs: man:systemd.special(7) https://www.freedesktop.org/wiki/Software/systemd/syslog Listen: /run/systemd/journal/syslog (Datagram) Unit armbian-hardware-monitor.target could not be found. Unit armbian-ramlog.target could not be found. -- ● basic.target - Basic System Loaded: loaded (/lib/systemd/system/basic.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● cryptsetup.target - Local Encrypted Volumes -- ● getty-pre.target - Login Prompts (Pre) Loaded: loaded (/lib/systemd/system/getty-pre.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) man:systemd-getty-generator(8) http://0pointer.de/blog/projects/serial-console.html -- ● graphical.target - Graphical Interface Loaded: loaded (/lib/systemd/system/graphical.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● local-fs-pre.target - Local File Systems (Pre) -- ● local-fs.target - Local File Systems Loaded: loaded (/lib/systemd/system/local-fs.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● multi-user.target - Multi-User System Loaded: loaded (/lib/systemd/system/multi-user.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● network-online.target - Network is Online -- ● nss-user-lookup.target - User and Group Name Lookups Loaded: loaded (/lib/systemd/system/nss-user-lookup.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● paths.target - Paths -- ● rescue.target - Rescue Mode Loaded: loaded (/lib/systemd/system/rescue.target; static; vendor preset: disabled) Active: inactive (dead) Docs: man:systemd.special(7) ● rpcbind.target - RPC Port Mapper -- ● shutdown.target - Shutdown Loaded: loaded (/lib/systemd/system/shutdown.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) Unit syslog.target could not be found. ● slices.target - Slices -- ● sysinit.target - System Initialization Loaded: loaded (/lib/systemd/system/sysinit.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● time-sync.target - System Time Synchronized -- ● umount.target - Unmount All Filesystems Loaded: loaded (/lib/systemd/system/umount.target; static; vendor preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● apt-daily-upgrade.timer - Daily apt upgrade and clean activities Loaded: loaded (/lib/systemd/system/apt-daily-upgrade.timer; enabled; vendor preset: enabled) Active: inactive (dead) Trigger: n/a ● apt-daily.timer - Daily apt download activities Loaded: loaded (/lib/systemd/system/apt-daily.timer; enabled; vendor preset: enabled) Active: inactive (dead) Trigger: n/a ● e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems Loaded: loaded (/lib/systemd/system/e2scrub_all.timer; enabled; vendor preset: enabled) Active: inactive (dead) Trigger: n/a ● logrotate.timer - Daily rotation of log files Loaded: loaded (/lib/systemd/system/logrotate.timer; enabled; vendor preset: enabled) Active: inactive (dead) Trigger: n/a Docs: man:logrotate(8) man:logrotate.conf(5) ● man-db.timer - Daily man-db regeneration Loaded: loaded (/lib/systemd/system/man-db.timer; enabled; vendor preset: enabled) Active: inactive (dead) Trigger: n/a Docs: man:mandb(8) ● systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-clean.timer; static; vendor preset: enabled) Active: inactive (dead) Trigger: n/a Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) root@helios2:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.15.93-rockchip64 (root@cf2b4ed83279) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 [ 0.000000] Machine model: Helios64 [ 0.000000] efi: UEFI not found. [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] NUMA: NODE_DATA [mem 0xf77cc100-0xf77cdfff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] cma: Reserved 128 MiB at 0x00000000e9000000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.0 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.0 [ 0.000000] percpu: Embedded 29 pages/cpu s80984 r8192 d29608 u118784 [ 0.000000] pcpu-alloc: s80984 r8192 d29608 u118784 alloc=29*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432 [ 0.000000] Policy zone: DMA [ 0.000000] Kernel command line: root=UUID=d82ec6f7-ac67-4a80-a092-295ebfdbbd1d rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=306d94a6-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 [ 0.000000] Unknown kernel command line parameters "ubootpart=306d94a6-01 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] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 3807704K/4061184K available (16000K kernel code, 2692K rwdata, 6712K rodata, 4352K init, 593K bss, 122408K reserved, 131072K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, 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=6. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Rude 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=6 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: 256 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: 16 PPIs implemented [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 [ 0.000000] ITS [mem 0xfee20000-0xfee3ffff] [ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x00000000004d0000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000004e0000 [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } [ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } [ 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.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.002149] Console: colour dummy device 80x25 [ 0.002217] printk: console [tty1] enabled [ 0.002334] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.002357] pid_max: default: 32768 minimum: 301 [ 0.002492] LSM: Security Framework initializing [ 0.002532] Yama: becoming mindful. [ 0.002673] AppArmor: AppArmor initialized [ 0.002821] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.002859] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.006959] rcu: Hierarchical SRCU implementation. [ 0.008549] Platform MSI: interrupt-controller@fee20000 domain created [ 0.009124] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created [ 0.011444] EFI services will not be available. [ 0.012340] smp: Bringing up secondary CPUs ... [ 0.013479] Detected VIPT I-cache on CPU1 [ 0.013547] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000 [ 0.013571] GICv3: CPU1: using allocated LPI pending table @0x00000000004f0000 [ 0.013645] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.015135] Detected VIPT I-cache on CPU2 [ 0.015203] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000 [ 0.015226] GICv3: CPU2: using allocated LPI pending table @0x0000000000580000 [ 0.015297] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.016845] Detected VIPT I-cache on CPU3 [ 0.016912] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000 [ 0.016935] GICv3: CPU3: using allocated LPI pending table @0x0000000000590000 [ 0.017005] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.018500] CPU features: detected: Spectre-v2 [ 0.018513] CPU features: detected: Spectre-v3a [ 0.018520] CPU features: detected: Spectre-v4 [ 0.018525] CPU features: detected: Spectre-BHB [ 0.018534] CPU features: detected: ARM erratum 1742098 [ 0.018540] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.018546] Detected PIPT I-cache on CPU4 [ 0.018583] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000 [ 0.018601] GICv3: CPU4: using allocated LPI pending table @0x00000000005a0000 [ 0.018648] CPU4: Booted secondary processor 0x0000000100 [0x410fd082] [ 0.020015] Detected PIPT I-cache on CPU5 [ 0.020061] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000 [ 0.020081] GICv3: CPU5: using allocated LPI pending table @0x00000000005b0000 [ 0.020127] CPU5: Booted secondary processor 0x0000000101 [0x410fd082] [ 0.020300] smp: Brought up 1 node, 6 CPUs [ 0.020338] SMP: Total of 6 processors activated. [ 0.020348] CPU features: detected: 32-bit EL0 Support [ 0.020355] CPU features: detected: 32-bit EL1 Support [ 0.020365] CPU features: detected: CRC32 instructions [ 0.047134] CPU: All CPU(s) started at EL2 [ 0.047234] alternatives: patching kernel code [ 0.050385] devtmpfs: initialized [ 0.066010] Registered cp15_barrier emulation handler [ 0.066036] Registered setend emulation handler [ 0.066050] KASLR disabled due to lack of seed [ 0.066262] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.066340] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.069355] pinctrl core: initialized pinctrl subsystem [ 0.070018] DMI not present or invalid. [ 0.070887] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.075546] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.077236] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.080044] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.080138] audit: initializing netlink subsys (disabled) [ 0.080417] audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1 [ 0.081677] thermal_sys: Registered thermal governor 'fair_share' [ 0.081686] thermal_sys: Registered thermal governor 'bang_bang' [ 0.081693] thermal_sys: Registered thermal governor 'step_wise' [ 0.081699] thermal_sys: Registered thermal governor 'user_space' [ 0.082180] cpuidle: using governor menu [ 0.082456] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.082689] ASID allocator initialised with 65536 entries [ 0.084016] Serial: AMBA PL011 UART driver [ 0.114072] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc [ 0.117339] platform ff8f0000.vop: Fixing up cyclic dependency with fec00000.dp [ 0.118666] platform ff900000.vop: Fixing up cyclic dependency with fec00000.dp [ 0.131544] rockchip-gpio ff720000.gpio0: probed /pinctrl/gpio0@ff720000 [ 0.132340] rockchip-gpio ff730000.gpio1: probed /pinctrl/gpio1@ff730000 [ 0.133048] rockchip-gpio ff780000.gpio2: probed /pinctrl/gpio2@ff780000 [ 0.133824] rockchip-gpio ff788000.gpio3: probed /pinctrl/gpio3@ff788000 [ 0.134539] rockchip-gpio ff790000.gpio4: probed /pinctrl/gpio4@ff790000 [ 0.159716] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.159732] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages [ 0.159741] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.159750] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages [ 0.165441] cryptd: max_cpu_qlen set to 1000 [ 0.244392] raid6: neonx8 gen() 1666 MB/s [ 0.312551] raid6: neonx8 xor() 1222 MB/s [ 0.380726] raid6: neonx4 gen() 1727 MB/s [ 0.448881] raid6: neonx4 xor() 1269 MB/s [ 0.517055] raid6: neonx2 gen() 1541 MB/s [ 0.585216] raid6: neonx2 xor() 1177 MB/s [ 0.653386] raid6: neonx1 gen() 1200 MB/s [ 0.721555] raid6: neonx1 xor() 932 MB/s [ 0.789715] raid6: int64x8 gen() 1001 MB/s [ 0.857912] raid6: int64x8 xor() 577 MB/s [ 0.926047] raid6: int64x4 gen() 1001 MB/s [ 0.994213] raid6: int64x4 xor() 591 MB/s [ 1.062378] raid6: int64x2 gen() 943 MB/s [ 1.130532] raid6: int64x2 xor() 524 MB/s [ 1.198710] raid6: int64x1 gen() 724 MB/s [ 1.266853] raid6: int64x1 xor() 391 MB/s [ 1.266861] raid6: using algorithm neonx4 gen() 1727 MB/s [ 1.266867] raid6: .... xor() 1269 MB/s, rmw enabled [ 1.266874] raid6: using neon recovery algorithm [ 1.268516] vcc12v_dcin_bkup: supplied by vcc12v_dcin [ 1.268899] vcc12v_hdd: supplied by vcc12v_dcin_bkup [ 1.269401] vcc5v0_perdev: supplied by vcc12v_dcin_bkup [ 1.269764] vcc5v0_hdd: supplied by vcc12v_dcin_bkup [ 1.270104] vcc5v0_sys: supplied by vcc12v_dcin_bkup [ 1.271505] iommu: Default domain type: Translated [ 1.271515] iommu: DMA domain TLB invalidation policy: strict mode [ 1.274682] vgaarb: loaded [ 1.275149] SCSI subsystem initialized [ 1.275658] libata version 3.00 loaded. [ 1.275919] usbcore: registered new interface driver usbfs [ 1.275965] usbcore: registered new interface driver hub [ 1.276009] usbcore: registered new device driver usb [ 1.276809] pps_core: LinuxPPS API ver. 1 registered [ 1.276817] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.276845] PTP clock support registered [ 1.277168] EDAC MC: Ver: 3.0.0 [ 1.278511] NetLabel: Initializing [ 1.278519] NetLabel: domain hash size = 128 [ 1.278526] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.278599] NetLabel: unlabeled traffic allowed by default [ 1.279111] clocksource: Switched to clocksource arch_sys_counter [ 1.329969] VFS: Disk quotas dquot_6.6.0 [ 1.330055] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.330890] AppArmor: AppArmor Filesystem Enabled [ 1.341530] NET: Registered PF_INET protocol family [ 1.341876] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.344975] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 1.345230] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.345353] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 1.345891] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 1.346560] TCP: Hash tables configured (established 32768 bind 32768) [ 1.346754] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.346924] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.347312] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.347347] NET: Registered PF_XDP protocol family [ 1.347361] PCI: CLS 0 bytes, default 64 [ 1.347999] Trying to unpack rootfs image as initramfs... [ 1.348651] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 1.349157] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 1.349963] kvm [1]: IPA Size Limit: 40 bits [ 1.351307] kvm [1]: vgic-v2@fff20000 [ 1.351343] kvm [1]: GIC system register CPU interface enabled [ 1.351639] kvm [1]: vgic interrupt IRQ18 [ 1.351971] kvm [1]: Hyp mode initialized successfully [ 1.364047] Initialise system trusted keyrings [ 1.364119] Key type blacklist registered [ 1.364436] workingset: timestamp_bits=44 max_order=20 bucket_order=0 [ 1.371163] zbud: loaded [ 1.372948] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.373856] fuse: init (API version 7.34) [ 1.376680] integrity: Platform Keyring initialized [ 1.441692] xor: measuring software checksum speed [ 1.445597] 8regs : 2541 MB/sec [ 1.448978] 32regs : 2933 MB/sec [ 1.453182] arm64_neon : 2353 MB/sec [ 1.453191] xor: using function: 32regs (2933 MB/sec) [ 1.453205] Key type asymmetric registered [ 1.453212] Asymmetric key parser 'x509' registered [ 1.453344] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.453571] io scheduler mq-deadline registered [ 1.453581] io scheduler kyber registered [ 1.453796] io scheduler bfq registered [ 1.480430] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.480452] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 [ 1.481898] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.481911] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 1.487343] vdd_log: supplied by regulator-dummy [ 1.489024] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 1.492484] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 40, base_baud = 1500000) is a 16550A [ 1.493559] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 41, base_baud = 1500000) is a 16550A [ 1.493834] printk: console [ttyS2] enabled [ 1.495351] Serial: AMBA driver [ 1.497517] rockchip-vop ff8f0000.vop: Adding to iommu group 2 [ 1.498545] rockchip-vop ff900000.vop: Adding to iommu group 3 [ 1.505356] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 1.515416] loop: module loaded [ 1.524749] tun: Universal TUN/TAP device driver, 1.6 [ 1.525997] thunder_xcv, ver 1.0 [ 1.526042] thunder_bgx, ver 1.0 [ 1.526085] nicpf, ver 1.0 [ 1.527352] e1000e: Intel(R) PRO/1000 Network Driver [ 1.527359] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.527415] igb: Intel(R) Gigabit Ethernet Network Driver [ 1.527422] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.527464] igbvf: Intel(R) Gigabit Virtual Function Network Driver [ 1.527470] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 1.527784] sky2: driver version 1.30 [ 1.528567] VFIO - User Level meta-driver version: 0.3 [ 1.540242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.540272] ehci-pci: EHCI PCI platform driver [ 1.540319] ehci-platform: EHCI generic platform driver [ 1.540691] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.540710] ohci-pci: OHCI PCI platform driver [ 1.540750] ohci-platform: OHCI generic platform driver [ 1.541974] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.542004] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 1.542210] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010 [ 1.542286] xhci-hcd xhci-hcd.0.auto: irq 75, io mem 0xfe900000 [ 1.542507] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.542523] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 1.542539] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 1.542758] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 1.542775] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.542786] usb usb1: Product: xHCI Host Controller [ 1.542795] usb usb1: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd [ 1.542804] usb usb1: SerialNumber: xhci-hcd.0.auto [ 1.543424] hub 1-0:1.0: USB hub found [ 1.543466] hub 1-0:1.0: 1 port detected [ 1.543910] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.544070] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 1.544085] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.544096] usb usb2: Product: xHCI Host Controller [ 1.544105] usb usb2: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd [ 1.544114] usb usb2: SerialNumber: xhci-hcd.0.auto [ 1.544633] hub 2-0:1.0: USB hub found [ 1.544687] hub 2-0:1.0: 1 port detected [ 1.545171] usbcore: registered new interface driver usb-storage [ 1.548123] mousedev: PS/2 mouse device common for all mice [ 1.549661] i2c_dev: i2c /dev entries driver [ 1.556095] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! [ 1.556601] vdd_cpu_b: supplied by vcc5v0_sys [ 1.559325] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! [ 1.559818] vdd_gpu: supplied by vcc5v0_sys [ 1.568997] dw_wdt ff848000.watchdog: No valid TOPs array specified [ 1.571319] sdhci: Secure Digital Host Controller Interface driver [ 1.571330] sdhci: Copyright(c) Pierre Ossman [ 1.571358] Synopsys Designware Multimedia Card Interface Driver [ 1.572746] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.577292] ledtrig-cpu: registered to indicate activity on CPUs [ 1.578834] hid: raw HID events driver (C) Jiri Kosina [ 1.578965] usbcore: registered new interface driver usbhid [ 1.578974] usbhid: USB HID core driver [ 1.584210] drop_monitor: Initializing network drop monitor service [ 1.584982] NET: Registered PF_INET6 protocol family [ 1.803152] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 1.947662] Freeing initrd memory: 13060K [ 1.953250] usb 1-1: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04 [ 1.953270] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.953282] usb 1-1: Product: USB2.0 Hub [ 1.953292] usb 1-1: Manufacturer: VIA Labs, Inc. [ 1.991056] hub 1-1:1.0: USB hub found [ 1.991312] hub 1-1:1.0: 4 ports detected [ 2.005042] Segment Routing with IPv6 [ 2.005165] In-situ OAM (IOAM) with IPv6 [ 2.005310] NET: Registered PF_PACKET protocol family [ 2.005542] 8021q: 802.1Q VLAN Support v1.8 [ 2.005630] Key type dns_resolver registered [ 2.008334] registered taskstats version 1 [ 2.008361] Loading compiled-in X.509 certificates [ 2.014287] Loaded X.509 cert 'Build time autogenerated kernel key: 1fb701576c47097ebe5805564f004ecdeffa983a' [ 2.021345] zswap: loaded using pool zstd/z3fold [ 2.022740] Key type .fscrypt registered [ 2.022754] Key type fscrypt-provisioning registered [ 2.025971] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes [ 2.053304] Key type encrypted registered [ 2.053339] AppArmor: AppArmor sha1 policy hashing enabled [ 2.085691] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd [ 2.117051] pcie_power: supplied by vcc5v0_perdev [ 2.128044] vcc3v3_sys_s3: supplied by vcc5v0_sys [ 2.128666] vcc3v0_sd: supplied by vcc3v3_sys_s3 [ 2.129612] vcc5v0_usb: supplied by vcc5v0_perdev [ 2.130592] vcc5v0_typec: supplied by vcc5v0_usb [ 2.131168] usblan_power: supplied by vcc5v0_usb [ 2.135297] pca953x 2-0020: using no AI [ 2.138195] rk808 0-001b: chip id: 0x0 [ 2.143667] rk808-regulator rk808-regulator: there is no dvs0 gpio [ 2.143725] rk808-regulator rk808-regulator: there is no dvs1 gpio [ 2.143741] rk808-regulator rk808-regulator: max buck steps per change: 4 [ 2.144508] vdd_center: supplied by vcc5v0_sys [ 2.145467] vdd_cpu_l: supplied by vcc5v0_sys [ 2.145951] vcc_ddr_s3: supplied by vcc5v0_sys [ 2.146703] vcc1v8_sys_s3: supplied by vcc5v0_sys [ 2.147763] vcc1v8_dvp: supplied by vcc5v0_sys [ 2.148360] vcc3v0_touch: supplied by vcc5v0_sys [ 2.149048] vcc1v8_s3: supplied by vcc5v0_sys [ 2.150234] vcc_sdio_s0: Bringing 3300000uV into 3000000-3000000uV [ 2.150676] vcc_sdio_s0: supplied by vcc5v0_sys [ 2.152048] vcca3v0_codec: supplied by vcc5v0_sys [ 2.152588] vcc1v5_s3: supplied by vcc5v0_sys [ 2.154043] vcca1v8_codec: supplied by vcc5v0_sys [ 2.154591] vcc3v0_s3: supplied by vcc5v0_sys [ 2.155600] vcc3v3_sys_s0: failed to get the current voltage: -EPROBE_DEFER [ 2.155638] vcc3v3_sys_s0: supplied by vcc3v3_sys_s3 [ 2.156340] vcc3v3_s0: supplied by vcc3v3_sys_s3 [ 2.160655] rk808-rtc rk808-rtc: registered as rtc0 [ 2.161254] rk808-rtc rk808-rtc: setting system clock to 2024-05-09T19:41:41 UTC (1715283701) [ 2.164638] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode. [ 2.164678] dwmmc_rockchip fe320000.mmc: Using internal DMA controller. [ 2.164695] dwmmc_rockchip fe320000.mmc: Version ID is 270a [ 2.164761] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo [ 2.165413] dwmmc_rockchip fe320000.mmc: Got CD GPIO [ 2.166716] vcc1v8_sys_s0: supplied by vcc1v8_sys_s3 [ 2.167466] vcc0v9_s3: supplied by vcc3v3_sys_s3 [ 2.168097] avdd_0v9_s0: supplied by vcc1v8_sys_s3 [ 2.168709] avdd_1v8_s0: supplied by vcc3v3_sys_s3 [ 2.169896] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges: [ 2.169964] rockchip-pcie f8000000.pcie: MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000 [ 2.170000] rockchip-pcie f8000000.pcie: IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000 [ 2.170879] rockchip-pcie f8000000.pcie: no bus scan delay, default to 0 ms [ 2.178315] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 2.200296] rockchip-pcie f8000000.pcie: wait 0 ms (from device tree) before bus scan [ 2.200782] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00 [ 2.200802] pci_bus 0000:00: root bus resource [bus 00-1f] [ 2.200818] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff] [ 2.200837] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff]) [ 2.200908] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400 [ 2.201094] pci 0000:00:00.0: supports D1 [ 2.201108] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.209023] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.209468] pci 0000:01:00.0: [197b:0585] type 00 class 0x010601 [ 2.209554] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 2.209568] pci 0000:01:00.0: reg 0x10: [io size 0x0080] [ 2.209641] pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid [ 2.209656] pci 0000:01:00.0: reg 0x14: [io size 0x0080] [ 2.209698] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid [ 2.209711] pci 0000:01:00.0: reg 0x18: [io size 0x0080] [ 2.209753] pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid [ 2.209766] pci 0000:01:00.0: reg 0x1c: [io size 0x0080] [ 2.209835] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid [ 2.209839] usb 2-1: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04 [ 2.209850] pci 0000:01:00.0: reg 0x20: [io size 0x0080] [ 2.209859] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.209871] usb 2-1: Product: USB3.0 Hub [ 2.209881] usb 2-1: Manufacturer: VIA Labs, Inc. [ 2.209894] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff] [ 2.209939] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] [ 2.209987] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512) [ 2.210366] pci 0000:01:00.0: PME# supported from D3hot [ 2.210638] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link) [ 2.218200] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01 [ 2.218258] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff] [ 2.218286] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref] [ 2.218306] pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa011fff] [ 2.218334] pci 0000:01:00.0: BAR 0: no space for [io size 0x0080] [ 2.218349] pci 0000:01:00.0: BAR 0: failed to assign [io size 0x0080] [ 2.218362] pci 0000:01:00.0: BAR 1: no space for [io size 0x0080] [ 2.218376] pci 0000:01:00.0: BAR 1: failed to assign [io size 0x0080] [ 2.218390] pci 0000:01:00.0: BAR 2: no space for [io size 0x0080] [ 2.218403] pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0080] [ 2.218418] pci 0000:01:00.0: BAR 3: no space for [io size 0x0080] [ 2.218431] pci 0000:01:00.0: BAR 3: failed to assign [io size 0x0080] [ 2.218445] pci 0000:01:00.0: BAR 4: no space for [io size 0x0080] [ 2.218458] pci 0000:01:00.0: BAR 4: failed to assign [io size 0x0080] [ 2.218476] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.218495] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa0fffff] [ 2.218829] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 2.219338] pcieport 0000:00:00.0: PME: Signaling with IRQ 89 [ 2.219959] pcieport 0000:00:00.0: AER: enabled with IRQ 89 [ 2.220410] ahci 0000:01:00.0: version 3.0 [ 2.220453] ahci 0000:01:00.0: enabling device (0000 -> 0002) [ 2.221275] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled [ 2.221392] ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode [ 2.221415] ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh [ 2.229604] scsi host0: ahci [ 2.230577] scsi host1: ahci [ 2.230929] hub 2-1:1.0: USB hub found [ 2.231059] hub 2-1:1.0: 4 ports detected [ 2.231566] scsi host2: ahci [ 2.232443] scsi host3: ahci [ 2.233267] scsi host4: ahci [ 2.233587] ata1: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010100 irq 90 [ 2.233604] ata2: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010180 irq 91 [ 2.233618] ata3: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010200 irq 92 [ 2.233631] ata4: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010280 irq 93 [ 2.233643] ata5: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010300 irq 94 [ 2.242754] mmc1: CQHCI version 5.10 [ 2.243204] WCN: marlin_init entry! [ 2.244730] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 2.245360] of_cfs_init [ 2.245407] of_cfs_init: OK [ 2.268943] mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA [ 2.340044] mmc1: Command Queue Engine enabled [ 2.340077] mmc1: new HS200 MMC card at address 0001 [ 2.341189] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB [ 2.344236] mmcblk1: p1 [ 2.344942] mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB [ 2.347428] mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB [ 2.349698] mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (241:0) [ 2.871217] usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd [ 2.892193] usb 2-1.4: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=30.00 [ 2.892210] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6 [ 2.892222] usb 2-1.4: Product: USB 10/100/1G/2.5G LAN [ 2.892232] usb 2-1.4: Manufacturer: Realtek [ 2.892240] usb 2-1.4: SerialNumber: 000000001 [ 12.231936] ata1: softreset failed (1st FIS failed) [ 22.232089] ata1: softreset failed (1st FIS failed) [ 33.759210] vcc3v0_sd: disabling [ 57.231598] ata1: softreset failed (1st FIS failed) [ 57.231616] ata1: limiting SATA link speed to 3.0 Gbps [ 62.443153] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320) [ 62.443174] ata1: link online but 1 devices misclassified, device detection might fail [ 62.919153] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 62.947839] ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133 [ 62.956929] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 63.017151] ata2.00: configured for UDMA/133 [ 63.017799] scsi 1:0:0:0: Direct-Access ATA ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5 [ 63.019201] sd 1:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) [ 63.019223] sd 1:0:0:0: [sda] 4096-byte physical blocks [ 63.019318] sd 1:0:0:0: [sda] Write Protect is off [ 63.019339] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 63.019507] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 63.110763] sda: sda1 [ 63.127476] sd 1:0:0:0: [sda] Attached SCSI disk [ 63.495157] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 63.497569] ata3.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133 [ 63.497814] ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA [ 63.500666] ata3.00: configured for UDMA/133 [ 63.501214] scsi 2:0:0:0: Direct-Access ATA ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5 [ 63.502517] sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) [ 63.502533] sd 2:0:0:0: [sdb] 4096-byte physical blocks [ 63.502585] sd 2:0:0:0: [sdb] Write Protect is off [ 63.502597] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 63.502682] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 63.588633] sdb: sdb1 [ 63.603350] sd 2:0:0:0: [sdb] Attached SCSI disk [ 63.817781] ata4: SATA link down (SStatus 0 SControl 300) [ 64.129791] ata5: SATA link down (SStatus 0 SControl 300) [ 64.132579] Freeing unused kernel memory: 4352K [ 64.132703] Run /init as init process [ 64.132711] with arguments: [ 64.132719] /init [ 64.132726] with environment: [ 64.132732] HOME=/ [ 64.132739] TERM=linux [ 64.132745] ubootpart=306d94a6-01 [ 64.132751] cgroup_enable=memory [ 64.132757] cgroup_memory=1 [ 64.786426] input: adc-keys as /devices/platform/adc-keys/input/input1 [ 65.003675] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found [ 65.003698] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found [ 65.003856] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock [ 65.004323] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). [ 65.004340] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). [ 65.004353] rk_gmac-dwmac fe300000.ethernet: RX delay(0x20). [ 65.004371] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). [ 65.004456] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed [ 65.004465] rk_gmac-dwmac fe300000.ethernet: clock input from PHY [ 65.011874] rk_gmac-dwmac fe300000.ethernet: init for RGMII [ 65.015423] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35 [ 65.015447] rk_gmac-dwmac fe300000.ethernet: DWMAC1000 [ 65.015458] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported [ 65.015467] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported [ 65.015475] rk_gmac-dwmac fe300000.ethernet: COE Type 2 [ 65.015484] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported [ 65.015492] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported [ 65.015602] rk_gmac-dwmac fe300000.ethernet: Normal descriptors [ 65.015612] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled [ 65.015619] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 65.146278] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [ 65.146305] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL) [ 65.350024] async_tx: api initialized (async) [ 65.668181] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 66.088777] systemd[1]: Inserted module 'autofs4' [ 66.142611] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [ 66.143545] systemd[1]: Detected architecture arm64. [ 66.204214] systemd[1]: Set hostname to <helios2>. [ 66.310253] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console [ 66.625803] random: systemd: uninitialized urandom read (16 bytes read) [ 66.629970] systemd[1]: /lib/systemd/system/haveged.service:19: Unknown lvalue 'ProtectHostname' in section 'Service', ignoring [ 66.630017] systemd[1]: /lib/systemd/system/haveged.service:20: Unknown lvalue 'ProtectKernelLogs' in section 'Service', ignoring [ 66.636333] random: systemd: uninitialized urandom read (16 bytes read) [ 66.637122] systemd[1]: Listening on udev Control Socket. [ 66.637656] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 66.637714] random: systemd: uninitialized urandom read (16 bytes read) [ 66.638215] systemd[1]: Listening on fsck to fsckd communication Socket. [ 66.638739] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 66.639021] systemd[1]: Reached target Swap. [ 66.753097] lm75 2-004c: supply vs not found, using dummy regulator [ 66.753894] hwmon hwmon2: temp1_input not attached to any thermal zone [ 66.753913] lm75 2-004c: hwmon2: sensor 'lm75' [ 66.759941] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. [ 67.683595] mc: Linux media interface: v0.10 [ 67.720321] random: systemd: uninitialized urandom read (16 bytes read) [ 67.720429] random: systemd: uninitialized urandom read (16 bytes read) [ 67.720469] random: systemd: uninitialized urandom read (16 bytes read) [ 67.732347] videodev: Linux video capture interface: v2.00 [ 67.750408] input: beeper as /devices/platform/beeper/input/input2 [ 67.804206] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 67.818956] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 67.914746] rockchip-iep ff670000.iep: Device rockchip-iep registered as /dev/video0 [ 67.928725] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. [ 67.935676] rockchip-rga ff680000.rga: HW Version: 0x03.02 [ 67.950103] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned. [ 67.981471] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video1 [ 67.984266] rkvdec ff660000.video-codec: Adding to iommu group 1 [ 68.010586] OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22 [ 68.019663] hantro-vpu ff650000.video-codec: Adding to iommu group 0 [ 68.021040] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video3 [ 68.032817] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video4 [ 68.131515] panfrost ff9a0000.gpu: clock rate = 500000000 [ 68.194795] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops) [ 68.194969] [drm] unsupported AFBC format[3231564e] [ 68.196796] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops) [ 68.197418] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops) [ 68.201673] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn [ 68.203396] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 68.215852] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1 [ 68.271185] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 68.272400] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3 [ 68.272531] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010 [ 68.272552] xhci-hcd xhci-hcd.3.auto: irq 74, io mem 0xfe800000 [ 68.272656] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 68.272664] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4 [ 68.272670] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed [ 68.272770] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 68.272775] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 68.272779] usb usb3: Product: xHCI Host Controller [ 68.272783] usb usb3: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd [ 68.272786] usb usb3: SerialNumber: xhci-hcd.3.auto [ 68.273197] ehci-platform fe380000.usb: EHCI Host Controller [ 68.281431] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0 [ 68.281458] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400 [ 68.281467] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 [ 68.281478] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1 [ 68.291991] hub 3-0:1.0: USB hub found [ 68.292019] hub 3-0:1.0: 1 port detected [ 68.292299] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 68.292369] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 [ 68.292374] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 68.292379] usb usb4: Product: xHCI Host Controller [ 68.292382] usb usb4: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd [ 68.292385] usb usb4: SerialNumber: xhci-hcd.3.auto [ 68.303795] hub 4-0:1.0: USB hub found [ 68.303849] hub 4-0:1.0: 1 port detected [ 68.306660] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn [ 68.312297] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 0 [ 68.357318] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5 [ 68.357688] ehci-platform fe380000.usb: irq 34, io mem 0xfe380000 [ 68.371190] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00 [ 68.373813] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 68.373839] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 68.373846] usb usb5: Product: EHCI Host Controller [ 68.373852] usb usb5: Manufacturer: Linux 5.15.93-rockchip64 ehci_hcd [ 68.373857] usb usb5: SerialNumber: fe380000.usb [ 68.455792] hub 5-0:1.0: USB hub found [ 68.455834] hub 5-0:1.0: 1 port detected [ 68.562994] ohci-platform fe3a0000.usb: Generic Platform OHCI controller [ 68.564446] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6 [ 68.564739] ohci-platform fe3a0000.usb: irq 35, io mem 0xfe3a0000 [ 68.621598] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn [ 68.627303] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 68.627315] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 68.627320] usb usb6: Product: Generic Platform OHCI controller [ 68.627324] usb usb6: Manufacturer: Linux 5.15.93-rockchip64 ohci_hcd [ 68.627327] usb usb6: SerialNumber: fe3a0000.usb [ 68.627873] hub 6-0:1.0: USB hub found [ 68.627900] hub 6-0:1.0: 1 port detected [ 68.680671] EXT4-fs (sdb1): recovery complete [ 68.680697] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 68.807792] usb 2-1.4: reset SuperSpeed USB device number 3 using xhci-hcd [ 68.829899] EXT4-fs (sda1): recovery complete [ 68.829913] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 68.846117] r8152 2-1.4:1.0: Direct firmware load for rtl_nic/rtl8156a-2.fw failed with error -2 [ 68.846155] r8152 2-1.4:1.0: unable to load firmware patch rtl_nic/rtl8156a-2.fw (-2) [ 68.887755] r8152 2-1.4:1.0 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 256 [ 68.903489] r8152 2-1.4:1.0 eth1: v1.12.13 [ 68.903688] usbcore: registered new interface driver r8152 [ 69.000196] random: systemd: uninitialized urandom read (16 bytes read) [ 69.000248] random: systemd: uninitialized urandom read (16 bytes read) [ 69.588914] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn [ 72.831526] random: crng init done [ 72.831543] random: 99 urandom warning(s) missed due to ratelimiting [ 156.715598] systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start timed out. [ 156.715646] systemd[1]: Timed out waiting for device /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80. [ 156.716005] systemd[1]: Dependency failed for /data/glusterfs/sda1. [ 156.716313] systemd[1]: Dependency failed for Local File Systems. [ 156.716609] systemd[1]: Dependency failed for Mark the need to relabel after reboot. [ 156.716924] systemd[1]: selinux-autorelabel-mark.service: Job selinux-autorelabel-mark.service/start failed with result 'dependency'. [ 156.716977] systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'. [ 156.717002] systemd[1]: local-fs.target: Triggering OnFailure= dependencies. [ 156.718933] systemd[1]: data-glusterfs-sda1.mount: Job data-glusterfs-sda1.mount/start failed with result 'dependency'. [ 156.718982] systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start failed with result 'timeout'. [ 156.900586] zram: Added device: zram0 [ 156.901201] zram: Added device: zram1 [ 156.901843] zram: Added device: zram2 [ 156.915238] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL) [ 156.918923] rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 156.927175] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found [ 156.927210] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW [ 156.927768] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode [ 156.956618] zram0: detected capacity change from 0 to 3956192 [ 157.006138] Adding 1978092k swap on /dev/zram0. Priority:5 extents:1 across:1978092k SSFS [ 157.170458] zram1: detected capacity change from 0 to 102400 [ 157.268107] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none. [ 157.268158] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff) [ 159.706322] systemd-journald[1325]: Received request to flush runtime journal from PID 1 [ 161.056445] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 161.056494] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready root@helios2:~# journalctl | cat -- Logs begin at Thu 2024-05-09 20:44:18 BST, end at Thu 2024-05-09 20:50:27 BST. -- May 09 20:44:18 helios2 kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd034] May 09 20:44:18 helios2 kernel: Linux version 5.15.93-rockchip64 (root@cf2b4ed83279) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 May 09 20:44:18 helios2 kernel: Machine model: Helios64 May 09 20:44:18 helios2 kernel: efi: UEFI not found. May 09 20:44:18 helios2 kernel: NUMA: No NUMA configuration found May 09 20:44:18 helios2 kernel: NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff] May 09 20:44:18 helios2 kernel: NUMA: NODE_DATA [mem 0xf77cc100-0xf77cdfff] May 09 20:44:18 helios2 kernel: Zone ranges: May 09 20:44:18 helios2 kernel: DMA [mem 0x0000000000200000-0x00000000f7ffffff] May 09 20:44:18 helios2 kernel: DMA32 empty May 09 20:44:18 helios2 kernel: Normal empty May 09 20:44:18 helios2 kernel: Movable zone start for each node May 09 20:44:18 helios2 kernel: Early memory node ranges May 09 20:44:18 helios2 kernel: node 0: [mem 0x0000000000200000-0x00000000f7ffffff] May 09 20:44:18 helios2 kernel: Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff] May 09 20:44:18 helios2 kernel: On node 0, zone DMA: 512 pages in unavailable ranges May 09 20:44:18 helios2 kernel: cma: Reserved 128 MiB at 0x00000000e9000000 May 09 20:44:18 helios2 kernel: psci: probing for conduit method from DT. May 09 20:44:18 helios2 kernel: psci: PSCIv1.0 detected in firmware. May 09 20:44:18 helios2 kernel: psci: Using standard PSCI v0.2 function IDs May 09 20:44:18 helios2 kernel: psci: MIGRATE_INFO_TYPE not supported. May 09 20:44:18 helios2 kernel: psci: SMC Calling Convention v1.0 May 09 20:44:18 helios2 kernel: percpu: Embedded 29 pages/cpu s80984 r8192 d29608 u118784 May 09 20:44:18 helios2 kernel: pcpu-alloc: s80984 r8192 d29608 u118784 alloc=29*4096 May 09 20:44:18 helios2 kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU0 May 09 20:44:18 helios2 kernel: CPU features: detected: GIC system register CPU interface May 09 20:44:18 helios2 kernel: CPU features: detected: ARM erratum 845719 May 09 20:44:18 helios2 kernel: Built 1 zonelists, mobility grouping on. Total pages: 999432 May 09 20:44:18 helios2 kernel: Policy zone: DMA May 09 20:44:18 helios2 kernel: Kernel command line: root=UUID=d82ec6f7-ac67-4a80-a092-295ebfdbbd1d rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=306d94a6-01 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 May 09 20:44:18 helios2 kernel: Unknown kernel command line parameters "ubootpart=306d94a6-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space. May 09 20:44:18 helios2 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) May 09 20:44:18 helios2 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) May 09 20:44:18 helios2 kernel: mem auto-init: stack:off, heap alloc:on, heap free:off May 09 20:44:18 helios2 kernel: Memory: 3807704K/4061184K available (16000K kernel code, 2692K rwdata, 6712K rodata, 4352K init, 593K bss, 122408K reserved, 131072K cma-reserved) May 09 20:44:18 helios2 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 May 09 20:44:18 helios2 kernel: trace event string verifier disabled May 09 20:44:18 helios2 kernel: rcu: Preemptible hierarchical RCU implementation. May 09 20:44:18 helios2 kernel: rcu: RCU event tracing is enabled. May 09 20:44:18 helios2 kernel: rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6. May 09 20:44:18 helios2 kernel: Trampoline variant of Tasks RCU enabled. May 09 20:44:18 helios2 kernel: Rude variant of Tasks RCU enabled. May 09 20:44:18 helios2 kernel: Tracing variant of Tasks RCU enabled. May 09 20:44:18 helios2 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. May 09 20:44:18 helios2 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6 May 09 20:44:18 helios2 kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 May 09 20:44:18 helios2 kernel: GICv3: GIC: Using split EOI/Deactivate mode May 09 20:44:18 helios2 kernel: GICv3: 256 SPIs implemented May 09 20:44:18 helios2 kernel: GICv3: 0 Extended SPIs implemented May 09 20:44:18 helios2 kernel: GICv3: Distributor has no Range Selector support May 09 20:44:18 helios2 kernel: Root IRQ handler: gic_handle_irq May 09 20:44:18 helios2 kernel: GICv3: 16 PPIs implemented May 09 20:44:18 helios2 kernel: GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000 May 09 20:44:18 helios2 kernel: ITS [mem 0xfee20000-0xfee3ffff] May 09 20:44:18 helios2 kernel: ITS@0x00000000fee20000: allocated 65536 Devices @500000 (flat, esz 8, psz 64K, shr 0) May 09 20:44:18 helios2 kernel: ITS: using cache flushing for cmd queue May 09 20:44:18 helios2 kernel: GICv3: using LPI property table @0x00000000004d0000 May 09 20:44:18 helios2 kernel: GIC: using cache flushing for LPI property table May 09 20:44:18 helios2 kernel: GICv3: CPU0: using allocated LPI pending table @0x00000000004e0000 May 09 20:44:18 helios2 kernel: GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] } May 09 20:44:18 helios2 kernel: GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] } May 09 20:44:18 helios2 kernel: arch_timer: cp15 timer(s) running at 24.00MHz (phys). May 09 20:44:18 helios2 kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns May 09 20:44:18 helios2 kernel: sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns May 09 20:44:18 helios2 kernel: Console: colour dummy device 80x25 May 09 20:44:18 helios2 kernel: printk: console [tty1] enabled May 09 20:44:18 helios2 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) May 09 20:44:18 helios2 kernel: pid_max: default: 32768 minimum: 301 May 09 20:44:18 helios2 kernel: LSM: Security Framework initializing May 09 20:44:18 helios2 kernel: Yama: becoming mindful. May 09 20:44:18 helios2 kernel: AppArmor: AppArmor initialized May 09 20:44:18 helios2 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) May 09 20:44:18 helios2 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) May 09 20:44:18 helios2 kernel: rcu: Hierarchical SRCU implementation. May 09 20:44:18 helios2 kernel: Platform MSI: interrupt-controller@fee20000 domain created May 09 20:44:18 helios2 kernel: PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created May 09 20:44:18 helios2 kernel: EFI services will not be available. May 09 20:44:18 helios2 kernel: smp: Bringing up secondary CPUs ... May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU1 May 09 20:44:18 helios2 kernel: GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000 May 09 20:44:18 helios2 kernel: GICv3: CPU1: using allocated LPI pending table @0x00000000004f0000 May 09 20:44:18 helios2 kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd034] May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU2 May 09 20:44:18 helios2 kernel: GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000 May 09 20:44:18 helios2 kernel: GICv3: CPU2: using allocated LPI pending table @0x0000000000580000 May 09 20:44:18 helios2 kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd034] May 09 20:44:18 helios2 kernel: Detected VIPT I-cache on CPU3 May 09 20:44:18 helios2 kernel: GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000 May 09 20:44:18 helios2 kernel: GICv3: CPU3: using allocated LPI pending table @0x0000000000590000 May 09 20:44:18 helios2 kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd034] May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-v2 May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-v3a May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-v4 May 09 20:44:18 helios2 kernel: CPU features: detected: Spectre-BHB May 09 20:44:18 helios2 kernel: CPU features: detected: ARM erratum 1742098 May 09 20:44:18 helios2 kernel: CPU features: detected: ARM errata 1165522, 1319367, or 1530923 May 09 20:44:18 helios2 kernel: Detected PIPT I-cache on CPU4 May 09 20:44:18 helios2 kernel: GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000 May 09 20:44:18 helios2 kernel: GICv3: CPU4: using allocated LPI pending table @0x00000000005a0000 May 09 20:44:18 helios2 kernel: CPU4: Booted secondary processor 0x0000000100 [0x410fd082] May 09 20:44:18 helios2 kernel: Detected PIPT I-cache on CPU5 May 09 20:44:18 helios2 kernel: GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000 May 09 20:44:18 helios2 kernel: GICv3: CPU5: using allocated LPI pending table @0x00000000005b0000 May 09 20:44:18 helios2 kernel: CPU5: Booted secondary processor 0x0000000101 [0x410fd082] May 09 20:44:18 helios2 kernel: smp: Brought up 1 node, 6 CPUs May 09 20:44:18 helios2 kernel: SMP: Total of 6 processors activated. May 09 20:44:18 helios2 kernel: CPU features: detected: 32-bit EL0 Support May 09 20:44:18 helios2 kernel: CPU features: detected: 32-bit EL1 Support May 09 20:44:18 helios2 kernel: CPU features: detected: CRC32 instructions May 09 20:44:18 helios2 kernel: CPU: All CPU(s) started at EL2 May 09 20:44:18 helios2 kernel: alternatives: patching kernel code May 09 20:44:18 helios2 kernel: devtmpfs: initialized May 09 20:44:18 helios2 kernel: Registered cp15_barrier emulation handler May 09 20:44:18 helios2 kernel: Registered setend emulation handler May 09 20:44:18 helios2 kernel: KASLR disabled due to lack of seed May 09 20:44:18 helios2 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns May 09 20:44:18 helios2 kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear) May 09 20:44:18 helios2 kernel: pinctrl core: initialized pinctrl subsystem May 09 20:44:18 helios2 kernel: DMI not present or invalid. May 09 20:44:18 helios2 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family May 09 20:44:18 helios2 kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations May 09 20:44:18 helios2 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations May 09 20:44:18 helios2 kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations May 09 20:44:18 helios2 kernel: audit: initializing netlink subsys (disabled) May 09 20:44:18 helios2 kernel: audit: type=2000 audit(0.080:1): state=initialized audit_enabled=0 res=1 May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'fair_share' May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'bang_bang' May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'step_wise' May 09 20:44:18 helios2 kernel: thermal_sys: Registered thermal governor 'user_space' May 09 20:44:18 helios2 kernel: cpuidle: using governor menu May 09 20:44:18 helios2 kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. May 09 20:44:18 helios2 kernel: ASID allocator initialised with 65536 entries May 09 20:44:18 helios2 kernel: Serial: AMBA PL011 UART driver May 09 20:44:18 helios2 kernel: platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc May 09 20:44:18 helios2 kernel: platform ff8f0000.vop: Fixing up cyclic dependency with fec00000.dp May 09 20:44:18 helios2 kernel: platform ff900000.vop: Fixing up cyclic dependency with fec00000.dp May 09 20:44:18 helios2 kernel: rockchip-gpio ff720000.gpio0: probed /pinctrl/gpio0@ff720000 May 09 20:44:18 helios2 kernel: rockchip-gpio ff730000.gpio1: probed /pinctrl/gpio1@ff730000 May 09 20:44:18 helios2 kernel: rockchip-gpio ff780000.gpio2: probed /pinctrl/gpio2@ff780000 May 09 20:44:18 helios2 kernel: rockchip-gpio ff788000.gpio3: probed /pinctrl/gpio3@ff788000 May 09 20:44:18 helios2 kernel: rockchip-gpio ff790000.gpio4: probed /pinctrl/gpio4@ff790000 May 09 20:44:18 helios2 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages May 09 20:44:18 helios2 kernel: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages May 09 20:44:18 helios2 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages May 09 20:44:18 helios2 kernel: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages May 09 20:44:18 helios2 kernel: cryptd: max_cpu_qlen set to 1000 May 09 20:44:18 helios2 kernel: raid6: neonx8 gen() 1666 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx8 xor() 1222 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx4 gen() 1727 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx4 xor() 1269 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx2 gen() 1541 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx2 xor() 1177 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx1 gen() 1200 MB/s May 09 20:44:18 helios2 kernel: raid6: neonx1 xor() 932 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x8 gen() 1001 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x8 xor() 577 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x4 gen() 1001 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x4 xor() 591 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x2 gen() 943 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x2 xor() 524 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x1 gen() 724 MB/s May 09 20:44:18 helios2 kernel: raid6: int64x1 xor() 391 MB/s May 09 20:44:18 helios2 kernel: raid6: using algorithm neonx4 gen() 1727 MB/s May 09 20:44:18 helios2 kernel: raid6: .... xor() 1269 MB/s, rmw enabled May 09 20:44:18 helios2 kernel: raid6: using neon recovery algorithm May 09 20:44:18 helios2 kernel: vcc12v_dcin_bkup: supplied by vcc12v_dcin May 09 20:44:18 helios2 kernel: vcc12v_hdd: supplied by vcc12v_dcin_bkup May 09 20:44:18 helios2 kernel: vcc5v0_perdev: supplied by vcc12v_dcin_bkup May 09 20:44:18 helios2 kernel: vcc5v0_hdd: supplied by vcc12v_dcin_bkup May 09 20:44:18 helios2 kernel: vcc5v0_sys: supplied by vcc12v_dcin_bkup May 09 20:44:18 helios2 kernel: iommu: Default domain type: Translated May 09 20:44:18 helios2 kernel: iommu: DMA domain TLB invalidation policy: strict mode May 09 20:44:18 helios2 kernel: vgaarb: loaded May 09 20:44:18 helios2 kernel: SCSI subsystem initialized May 09 20:44:18 helios2 kernel: libata version 3.00 loaded. May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver usbfs May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver hub May 09 20:44:18 helios2 kernel: usbcore: registered new device driver usb May 09 20:44:18 helios2 kernel: pps_core: LinuxPPS API ver. 1 registered May 09 20:44:18 helios2 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> May 09 20:44:18 helios2 kernel: PTP clock support registered May 09 20:44:18 helios2 kernel: EDAC MC: Ver: 3.0.0 May 09 20:44:18 helios2 kernel: NetLabel: Initializing May 09 20:44:18 helios2 kernel: NetLabel: domain hash size = 128 May 09 20:44:18 helios2 kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO May 09 20:44:18 helios2 kernel: NetLabel: unlabeled traffic allowed by default May 09 20:44:18 helios2 kernel: clocksource: Switched to clocksource arch_sys_counter May 09 20:44:18 helios2 kernel: VFS: Disk quotas dquot_6.6.0 May 09 20:44:18 helios2 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) May 09 20:44:18 helios2 kernel: AppArmor: AppArmor Filesystem Enabled May 09 20:44:18 helios2 kernel: NET: Registered PF_INET protocol family May 09 20:44:18 helios2 kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) May 09 20:44:18 helios2 kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) May 09 20:44:18 helios2 kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) May 09 20:44:18 helios2 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) May 09 20:44:18 helios2 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) May 09 20:44:18 helios2 kernel: TCP: Hash tables configured (established 32768 bind 32768) May 09 20:44:18 helios2 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) May 09 20:44:18 helios2 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) May 09 20:44:18 helios2 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family May 09 20:44:18 helios2 kernel: NET: Registered PF_XDP protocol family May 09 20:44:18 helios2 kernel: PCI: CLS 0 bytes, default 64 May 09 20:44:18 helios2 kernel: Trying to unpack rootfs image as initramfs... May 09 20:44:18 helios2 kernel: hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available May 09 20:44:18 helios2 kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available May 09 20:44:18 helios2 kernel: kvm [1]: IPA Size Limit: 40 bits May 09 20:44:18 helios2 kernel: kvm [1]: vgic-v2@fff20000 May 09 20:44:18 helios2 kernel: kvm [1]: GIC system register CPU interface enabled May 09 20:44:18 helios2 kernel: kvm [1]: vgic interrupt IRQ18 May 09 20:44:18 helios2 kernel: kvm [1]: Hyp mode initialized successfully May 09 20:44:18 helios2 kernel: Initialise system trusted keyrings May 09 20:44:18 helios2 kernel: Key type blacklist registered May 09 20:44:18 helios2 kernel: workingset: timestamp_bits=44 max_order=20 bucket_order=0 May 09 20:44:18 helios2 kernel: zbud: loaded May 09 20:44:18 helios2 kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher May 09 20:44:18 helios2 kernel: fuse: init (API version 7.34) May 09 20:44:18 helios2 kernel: integrity: Platform Keyring initialized May 09 20:44:18 helios2 kernel: xor: measuring software checksum speed May 09 20:44:18 helios2 kernel: 8regs : 2541 MB/sec May 09 20:44:18 helios2 kernel: 32regs : 2933 MB/sec May 09 20:44:18 helios2 kernel: arm64_neon : 2353 MB/sec May 09 20:44:18 helios2 kernel: xor: using function: 32regs (2933 MB/sec) May 09 20:44:18 helios2 kernel: Key type asymmetric registered May 09 20:44:18 helios2 kernel: Asymmetric key parser 'x509' registered May 09 20:44:18 helios2 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) May 09 20:44:18 helios2 kernel: io scheduler mq-deadline registered May 09 20:44:18 helios2 kernel: io scheduler kyber registered May 09 20:44:18 helios2 kernel: io scheduler bfq registered May 09 20:44:18 helios2 kernel: dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330 May 09 20:44:18 helios2 kernel: dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12 May 09 20:44:18 helios2 kernel: dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330 May 09 20:44:18 helios2 kernel: dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 May 09 20:44:18 helios2 kernel: vdd_log: supplied by regulator-dummy May 09 20:44:18 helios2 kernel: Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled May 09 20:44:18 helios2 kernel: ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 40, base_baud = 1500000) is a 16550A May 09 20:44:18 helios2 kernel: ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 41, base_baud = 1500000) is a 16550A May 09 20:44:18 helios2 kernel: printk: console [ttyS2] enabled May 09 20:44:18 helios2 kernel: Serial: AMBA driver May 09 20:44:18 helios2 kernel: rockchip-vop ff8f0000.vop: Adding to iommu group 2 May 09 20:44:18 helios2 kernel: rockchip-vop ff900000.vop: Adding to iommu group 3 May 09 20:44:18 helios2 kernel: cacheinfo: Unable to detect cache hierarchy for CPU 0 May 09 20:44:18 helios2 kernel: loop: module loaded May 09 20:44:18 helios2 kernel: tun: Universal TUN/TAP device driver, 1.6 May 09 20:44:18 helios2 kernel: thunder_xcv, ver 1.0 May 09 20:44:18 helios2 kernel: thunder_bgx, ver 1.0 May 09 20:44:18 helios2 kernel: nicpf, ver 1.0 May 09 20:44:18 helios2 kernel: e1000e: Intel(R) PRO/1000 Network Driver May 09 20:44:18 helios2 kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation. May 09 20:44:18 helios2 kernel: igb: Intel(R) Gigabit Ethernet Network Driver May 09 20:44:18 helios2 kernel: igb: Copyright (c) 2007-2014 Intel Corporation. May 09 20:44:18 helios2 kernel: igbvf: Intel(R) Gigabit Virtual Function Network Driver May 09 20:44:18 helios2 kernel: igbvf: Copyright (c) 2009 - 2012 Intel Corporation. May 09 20:44:18 helios2 kernel: sky2: driver version 1.30 May 09 20:44:18 helios2 kernel: VFIO - User Level meta-driver version: 0.3 May 09 20:44:18 helios2 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver May 09 20:44:18 helios2 kernel: ehci-pci: EHCI PCI platform driver May 09 20:44:18 helios2 kernel: ehci-platform: EHCI generic platform driver May 09 20:44:18 helios2 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver May 09 20:44:18 helios2 kernel: ohci-pci: OHCI PCI platform driver May 09 20:44:18 helios2 kernel: ohci-platform: OHCI generic platform driver May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: xHCI Host Controller May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: irq 75, io mem 0xfe900000 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: xHCI Host Controller May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed May 09 20:44:18 helios2 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 May 09 20:44:18 helios2 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 09 20:44:18 helios2 kernel: usb usb1: Product: xHCI Host Controller May 09 20:44:18 helios2 kernel: usb usb1: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd May 09 20:44:18 helios2 kernel: usb usb1: SerialNumber: xhci-hcd.0.auto May 09 20:44:18 helios2 kernel: hub 1-0:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 1-0:1.0: 1 port detected May 09 20:44:18 helios2 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. May 09 20:44:18 helios2 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 May 09 20:44:18 helios2 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 09 20:44:18 helios2 kernel: usb usb2: Product: xHCI Host Controller May 09 20:44:18 helios2 kernel: usb usb2: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd May 09 20:44:18 helios2 kernel: usb usb2: SerialNumber: xhci-hcd.0.auto May 09 20:44:18 helios2 kernel: hub 2-0:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 2-0:1.0: 1 port detected May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver usb-storage May 09 20:44:18 helios2 kernel: mousedev: PS/2 mouse device common for all mice May 09 20:44:18 helios2 kernel: i2c_dev: i2c /dev entries driver May 09 20:44:18 helios2 kernel: fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! May 09 20:44:18 helios2 kernel: vdd_cpu_b: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! May 09 20:44:18 helios2 kernel: vdd_gpu: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: dw_wdt ff848000.watchdog: No valid TOPs array specified May 09 20:44:18 helios2 kernel: sdhci: Secure Digital Host Controller Interface driver May 09 20:44:18 helios2 kernel: sdhci: Copyright(c) Pierre Ossman May 09 20:44:18 helios2 kernel: Synopsys Designware Multimedia Card Interface Driver May 09 20:44:18 helios2 kernel: sdhci-pltfm: SDHCI platform and OF driver helper May 09 20:44:18 helios2 kernel: ledtrig-cpu: registered to indicate activity on CPUs May 09 20:44:18 helios2 kernel: hid: raw HID events driver (C) Jiri Kosina May 09 20:44:18 helios2 kernel: usbcore: registered new interface driver usbhid May 09 20:44:18 helios2 kernel: usbhid: USB HID core driver May 09 20:44:18 helios2 kernel: drop_monitor: Initializing network drop monitor service May 09 20:44:18 helios2 kernel: NET: Registered PF_INET6 protocol family May 09 20:44:18 helios2 kernel: usb 1-1: new high-speed USB device number 2 using xhci-hcd May 09 20:44:18 helios2 kernel: Freeing initrd memory: 13060K May 09 20:44:18 helios2 kernel: usb 1-1: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04 May 09 20:44:18 helios2 kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 May 09 20:44:18 helios2 kernel: usb 1-1: Product: USB2.0 Hub May 09 20:44:18 helios2 kernel: usb 1-1: Manufacturer: VIA Labs, Inc. May 09 20:44:18 helios2 kernel: hub 1-1:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 1-1:1.0: 4 ports detected May 09 20:44:18 helios2 kernel: Segment Routing with IPv6 May 09 20:44:18 helios2 kernel: In-situ OAM (IOAM) with IPv6 May 09 20:44:18 helios2 kernel: NET: Registered PF_PACKET protocol family May 09 20:44:18 helios2 kernel: 8021q: 802.1Q VLAN Support v1.8 May 09 20:44:18 helios2 kernel: Key type dns_resolver registered May 09 20:44:18 helios2 kernel: registered taskstats version 1 May 09 20:44:18 helios2 kernel: Loading compiled-in X.509 certificates May 09 20:44:18 helios2 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1fb701576c47097ebe5805564f004ecdeffa983a' May 09 20:44:18 helios2 kernel: zswap: loaded using pool zstd/z3fold May 09 20:44:18 helios2 kernel: Key type .fscrypt registered May 09 20:44:18 helios2 kernel: Key type fscrypt-provisioning registered May 09 20:44:18 helios2 kernel: Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes May 09 20:44:18 helios2 kernel: Key type encrypted registered May 09 20:44:18 helios2 kernel: AppArmor: AppArmor sha1 policy hashing enabled May 09 20:44:18 helios2 kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd May 09 20:44:18 helios2 kernel: pcie_power: supplied by vcc5v0_perdev May 09 20:44:18 helios2 kernel: vcc3v3_sys_s3: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc3v0_sd: supplied by vcc3v3_sys_s3 May 09 20:44:18 helios2 kernel: vcc5v0_usb: supplied by vcc5v0_perdev May 09 20:44:18 helios2 kernel: vcc5v0_typec: supplied by vcc5v0_usb May 09 20:44:18 helios2 kernel: usblan_power: supplied by vcc5v0_usb May 09 20:44:18 helios2 kernel: pca953x 2-0020: using no AI May 09 20:44:18 helios2 kernel: rk808 0-001b: chip id: 0x0 May 09 20:44:18 helios2 kernel: rk808-regulator rk808-regulator: there is no dvs0 gpio May 09 20:44:18 helios2 kernel: rk808-regulator rk808-regulator: there is no dvs1 gpio May 09 20:44:18 helios2 kernel: rk808-regulator rk808-regulator: max buck steps per change: 4 May 09 20:44:18 helios2 kernel: vdd_center: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vdd_cpu_l: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc_ddr_s3: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc1v8_sys_s3: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc1v8_dvp: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc3v0_touch: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc1v8_s3: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc_sdio_s0: Bringing 3300000uV into 3000000-3000000uV May 09 20:44:18 helios2 kernel: vcc_sdio_s0: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcca3v0_codec: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc1v5_s3: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcca1v8_codec: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc3v0_s3: supplied by vcc5v0_sys May 09 20:44:18 helios2 kernel: vcc3v3_sys_s0: failed to get the current voltage: -EPROBE_DEFER May 09 20:44:18 helios2 kernel: vcc3v3_sys_s0: supplied by vcc3v3_sys_s3 May 09 20:44:18 helios2 kernel: vcc3v3_s0: supplied by vcc3v3_sys_s3 May 09 20:44:18 helios2 kernel: rk808-rtc rk808-rtc: registered as rtc0 May 09 20:44:18 helios2 kernel: rk808-rtc rk808-rtc: setting system clock to 2024-05-09T19:41:41 UTC (1715283701) May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode. May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: Using internal DMA controller. May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: Version ID is 270a May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo May 09 20:44:18 helios2 kernel: dwmmc_rockchip fe320000.mmc: Got CD GPIO May 09 20:44:18 helios2 kernel: vcc1v8_sys_s0: supplied by vcc1v8_sys_s3 May 09 20:44:18 helios2 kernel: vcc0v9_s3: supplied by vcc3v3_sys_s3 May 09 20:44:18 helios2 kernel: avdd_0v9_s0: supplied by vcc1v8_sys_s3 May 09 20:44:18 helios2 kernel: avdd_1v8_s0: supplied by vcc3v3_sys_s3 May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges: May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000 May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000 May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: no bus scan delay, default to 0 ms May 09 20:44:18 helios2 kernel: mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: wait 0 ms (from device tree) before bus scan May 09 20:44:18 helios2 kernel: rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00 May 09 20:44:18 helios2 kernel: pci_bus 0000:00: root bus resource [bus 00-1f] May 09 20:44:18 helios2 kernel: pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff] May 09 20:44:18 helios2 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff]) May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400 May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: supports D1 May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: PME# supported from D0 D1 D3hot May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: [197b:0585] type 00 class 0x010601 May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x10: [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x14: [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x18: [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x1c: [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid May 09 20:44:18 helios2 kernel: usb 2-1: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04 May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x20: [io size 0x0080] May 09 20:44:18 helios2 kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 May 09 20:44:18 helios2 kernel: usb 2-1: Product: USB3.0 Hub May 09 20:44:18 helios2 kernel: usb 2-1: Manufacturer: VIA Labs, Inc. May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512) May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: PME# supported from D3hot May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link) May 09 20:44:18 helios2 kernel: pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01 May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa011fff] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 0: no space for [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 0: failed to assign [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 1: no space for [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 1: failed to assign [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 2: no space for [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 2: failed to assign [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 3: no space for [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 3: failed to assign [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 4: no space for [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:01:00.0: BAR 4: failed to assign [io size 0x0080] May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: PCI bridge to [bus 01] May 09 20:44:18 helios2 kernel: pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa0fffff] May 09 20:44:18 helios2 kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002) May 09 20:44:18 helios2 kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 89 May 09 20:44:18 helios2 kernel: pcieport 0000:00:00.0: AER: enabled with IRQ 89 May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: version 3.0 May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: enabling device (0000 -> 0002) May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode May 09 20:44:18 helios2 kernel: ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh May 09 20:44:18 helios2 kernel: scsi host0: ahci May 09 20:44:18 helios2 kernel: scsi host1: ahci May 09 20:44:18 helios2 kernel: hub 2-1:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 2-1:1.0: 4 ports detected May 09 20:44:18 helios2 kernel: scsi host2: ahci May 09 20:44:18 helios2 kernel: scsi host3: ahci May 09 20:44:18 helios2 kernel: scsi host4: ahci May 09 20:44:18 helios2 kernel: ata1: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010100 irq 90 May 09 20:44:18 helios2 kernel: ata2: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010180 irq 91 May 09 20:44:18 helios2 kernel: ata3: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010200 irq 92 May 09 20:44:18 helios2 kernel: ata4: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010280 irq 93 May 09 20:44:18 helios2 kernel: ata5: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010300 irq 94 May 09 20:44:18 helios2 kernel: mmc1: CQHCI version 5.10 May 09 20:44:18 helios2 kernel: WCN: marlin_init entry! May 09 20:44:18 helios2 kernel: input: gpio-keys as /devices/platform/gpio-keys/input/input0 May 09 20:44:18 helios2 kernel: of_cfs_init May 09 20:44:18 helios2 kernel: of_cfs_init: OK May 09 20:44:18 helios2 kernel: mmc1: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA May 09 20:44:18 helios2 kernel: mmc1: Command Queue Engine enabled May 09 20:44:18 helios2 kernel: mmc1: new HS200 MMC card at address 0001 May 09 20:44:18 helios2 kernel: mmcblk1: mmc1:0001 AJTD4R 14.6 GiB May 09 20:44:18 helios2 kernel: mmcblk1: p1 May 09 20:44:18 helios2 kernel: mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB May 09 20:44:18 helios2 kernel: mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB May 09 20:44:18 helios2 kernel: mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (241:0) May 09 20:44:18 helios2 kernel: usb 2-1.4: new SuperSpeed USB device number 3 using xhci-hcd May 09 20:44:18 helios2 kernel: usb 2-1.4: New USB device found, idVendor=0bda, idProduct=8156, bcdDevice=30.00 May 09 20:44:18 helios2 kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6 May 09 20:44:18 helios2 kernel: usb 2-1.4: Product: USB 10/100/1G/2.5G LAN May 09 20:44:18 helios2 kernel: usb 2-1.4: Manufacturer: Realtek May 09 20:44:18 helios2 kernel: usb 2-1.4: SerialNumber: 000000001 May 09 20:44:18 helios2 kernel: ata1: softreset failed (1st FIS failed) May 09 20:44:18 helios2 kernel: ata1: softreset failed (1st FIS failed) May 09 20:44:18 helios2 kernel: vcc3v0_sd: disabling May 09 20:44:18 helios2 kernel: ata1: softreset failed (1st FIS failed) May 09 20:44:18 helios2 kernel: ata1: limiting SATA link speed to 3.0 Gbps May 09 20:44:18 helios2 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320) May 09 20:44:18 helios2 kernel: ata1: link online but 1 devices misclassified, device detection might fail May 09 20:44:18 helios2 kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) May 09 20:44:18 helios2 kernel: ata2.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133 May 09 20:44:18 helios2 kernel: ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA May 09 20:44:18 helios2 kernel: ata2.00: configured for UDMA/133 May 09 20:44:18 helios2 kernel: scsi 1:0:0:0: Direct-Access ATA ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5 May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Write Protect is off May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA May 09 20:44:18 helios2 kernel: sda: sda1 May 09 20:44:18 helios2 kernel: sd 1:0:0:0: [sda] Attached SCSI disk May 09 20:44:18 helios2 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) May 09 20:44:18 helios2 kernel: ata3.00: ATA-10: ST4000DM004-2CV104, 0001, max UDMA/133 May 09 20:44:18 helios2 kernel: ata3.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32), AA May 09 20:44:18 helios2 kernel: ata3.00: configured for UDMA/133 May 09 20:44:18 helios2 kernel: scsi 2:0:0:0: Direct-Access ATA ST4000DM004-2CV1 0001 PQ: 0 ANSI: 5 May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB) May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Write Protect is off May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00 May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA May 09 20:44:18 helios2 kernel: sdb: sdb1 May 09 20:44:18 helios2 kernel: sd 2:0:0:0: [sdb] Attached SCSI disk May 09 20:44:18 helios2 kernel: ata4: SATA link down (SStatus 0 SControl 300) May 09 20:44:18 helios2 kernel: ata5: SATA link down (SStatus 0 SControl 300) May 09 20:44:18 helios2 kernel: Freeing unused kernel memory: 4352K May 09 20:44:18 helios2 kernel: Run /init as init process May 09 20:44:18 helios2 kernel: with arguments: May 09 20:44:18 helios2 kernel: /init May 09 20:44:18 helios2 kernel: with environment: May 09 20:44:18 helios2 kernel: HOME=/ May 09 20:44:18 helios2 kernel: TERM=linux May 09 20:44:18 helios2 kernel: ubootpart=306d94a6-01 May 09 20:44:18 helios2 kernel: cgroup_enable=memory May 09 20:44:18 helios2 kernel: cgroup_memory=1 May 09 20:44:18 helios2 kernel: input: adc-keys as /devices/platform/adc-keys/input/input1 May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: PTP uses main clock May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: clock input or output? (input). May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: TX delay(0x28). May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: RX delay(0x20). May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no). May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: clock input from PHY May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: init for RGMII May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35 May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: DWMAC1000 May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: COE Type 2 May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Normal descriptors May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Ring mode enabled May 09 20:44:18 helios2 kernel: rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer May 09 20:44:18 helios2 kernel: RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL) May 09 20:44:18 helios2 kernel: RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL) May 09 20:44:18 helios2 kernel: async_tx: api initialized (async) May 09 20:44:18 helios2 kernel: EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. May 09 20:44:18 helios2 systemd[1]: Inserted module 'autofs4' May 09 20:44:18 helios2 systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) May 09 20:44:18 helios2 systemd[1]: Detected architecture arm64. May 09 20:44:18 helios2 systemd[1]: Set hostname to <helios2>. May 09 20:44:18 helios2 kernel: dw-apb-uart ff1a0000.serial: forbid DMA for kernel console May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:18 helios2 systemd[1]: /lib/systemd/system/haveged.service:19: Unknown lvalue 'ProtectHostname' in section 'Service', ignoring May 09 20:44:18 helios2 systemd[1]: /lib/systemd/system/haveged.service:20: Unknown lvalue 'ProtectKernelLogs' in section 'Service', ignoring May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:18 helios2 systemd[1]: Listening on udev Control Socket. May 09 20:44:18 helios2 systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:18 helios2 systemd[1]: Listening on fsck to fsckd communication Socket. May 09 20:44:18 helios2 systemd[1]: Listening on initctl Compatibility Named Pipe. May 09 20:44:18 helios2 systemd[1]: Reached target Swap. May 09 20:44:18 helios2 kernel: lm75 2-004c: supply vs not found, using dummy regulator May 09 20:44:18 helios2 kernel: hwmon hwmon2: temp1_input not attached to any thermal zone May 09 20:44:18 helios2 kernel: lm75 2-004c: hwmon2: sensor 'lm75' May 09 20:44:18 helios2 kernel: EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. May 09 20:44:18 helios2 kernel: mc: Linux media interface: v0.10 May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:18 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:18 helios2 kernel: videodev: Linux video capture interface: v2.00 May 09 20:44:18 helios2 kernel: input: beeper as /devices/platform/beeper/input/input2 May 09 20:44:18 helios2 kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0 May 09 20:44:18 helios2 kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0 May 09 20:44:18 helios2 kernel: rockchip-iep ff670000.iep: Device rockchip-iep registered as /dev/video0 May 09 20:44:18 helios2 kernel: rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. May 09 20:44:18 helios2 kernel: rockchip-rga ff680000.rga: HW Version: 0x03.02 May 09 20:44:18 helios2 kernel: hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned. May 09 20:44:18 helios2 kernel: rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video1 May 09 20:44:18 helios2 kernel: rkvdec ff660000.video-codec: Adding to iommu group 1 May 09 20:44:18 helios2 kernel: OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22 May 09 20:44:18 helios2 kernel: hantro-vpu ff650000.video-codec: Adding to iommu group 0 May 09 20:44:18 helios2 kernel: hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video3 May 09 20:44:18 helios2 kernel: hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video4 May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: clock rate = 500000000 May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops) May 09 20:44:18 helios2 kernel: [drm] unsupported AFBC format[3231564e] May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops) May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops) May 09 20:44:18 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn May 09 20:44:18 helios2 kernel: rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes May 09 20:44:18 helios2 kernel: [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 1 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: xHCI Host Controller May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x8000000002010010 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: irq 74, io mem 0xfe800000 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: xHCI Host Controller May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4 May 09 20:44:18 helios2 kernel: xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed May 09 20:44:18 helios2 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 May 09 20:44:18 helios2 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 09 20:44:18 helios2 kernel: usb usb3: Product: xHCI Host Controller May 09 20:44:18 helios2 kernel: usb usb3: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd May 09 20:44:18 helios2 kernel: usb usb3: SerialNumber: xhci-hcd.3.auto May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: EHCI Host Controller May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0 May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400 May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 May 09 20:44:18 helios2 kernel: panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1 May 09 20:44:18 helios2 kernel: hub 3-0:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 3-0:1.0: 1 port detected May 09 20:44:18 helios2 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. May 09 20:44:18 helios2 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15 May 09 20:44:18 helios2 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 09 20:44:18 helios2 kernel: usb usb4: Product: xHCI Host Controller May 09 20:44:18 helios2 kernel: usb usb4: Manufacturer: Linux 5.15.93-rockchip64 xhci-hcd May 09 20:44:18 helios2 kernel: usb usb4: SerialNumber: xhci-hcd.3.auto May 09 20:44:18 helios2 kernel: hub 4-0:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 4-0:1.0: 1 port detected May 09 20:44:18 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn May 09 20:44:18 helios2 kernel: [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 0 May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5 May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: irq 34, io mem 0xfe380000 May 09 20:44:18 helios2 kernel: ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00 May 09 20:44:18 helios2 kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 May 09 20:44:18 helios2 kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 09 20:44:18 helios2 kernel: usb usb5: Product: EHCI Host Controller May 09 20:44:18 helios2 kernel: usb usb5: Manufacturer: Linux 5.15.93-rockchip64 ehci_hcd May 09 20:44:18 helios2 kernel: usb usb5: SerialNumber: fe380000.usb May 09 20:44:18 helios2 kernel: hub 5-0:1.0: USB hub found May 09 20:44:18 helios2 kernel: hub 5-0:1.0: 1 port detected May 09 20:44:18 helios2 kernel: ohci-platform fe3a0000.usb: Generic Platform OHCI controller May 09 20:44:18 helios2 kernel: ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6 May 09 20:44:18 helios2 kernel: ohci-platform fe3a0000.usb: irq 35, io mem 0xfe3a0000 May 09 20:44:18 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn May 09 20:44:18 helios2 kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 May 09 20:44:19 helios2 kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 May 09 20:44:19 helios2 kernel: usb usb6: Product: Generic Platform OHCI controller May 09 20:44:19 helios2 kernel: usb usb6: Manufacturer: Linux 5.15.93-rockchip64 ohci_hcd May 09 20:44:19 helios2 kernel: usb usb6: SerialNumber: fe3a0000.usb May 09 20:44:19 helios2 kernel: hub 6-0:1.0: USB hub found May 09 20:44:19 helios2 kernel: hub 6-0:1.0: 1 port detected May 09 20:44:19 helios2 kernel: EXT4-fs (sdb1): recovery complete May 09 20:44:19 helios2 kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. May 09 20:44:19 helios2 kernel: usb 2-1.4: reset SuperSpeed USB device number 3 using xhci-hcd May 09 20:44:19 helios2 kernel: EXT4-fs (sda1): recovery complete May 09 20:44:19 helios2 kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0: Direct firmware load for rtl_nic/rtl8156a-2.fw failed with error -2 May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0: unable to load firmware patch rtl_nic/rtl8156a-2.fw (-2) May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0 (unnamed net_device) (uninitialized): netif_napi_add() called with weight 256 May 09 20:44:19 helios2 kernel: r8152 2-1.4:1.0 eth1: v1.12.13 May 09 20:44:19 helios2 kernel: usbcore: registered new interface driver r8152 May 09 20:44:19 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:19 helios2 kernel: random: systemd: uninitialized urandom read (16 bytes read) May 09 20:44:19 helios2 kernel: cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn May 09 20:44:19 helios2 kernel: random: crng init done May 09 20:44:19 helios2 kernel: random: 99 urandom warning(s) missed due to ratelimiting May 09 20:44:19 helios2 systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start timed out. May 09 20:44:19 helios2 systemd[1]: Timed out waiting for device /dev/disk/by-uuid/406e7e7d-9517-44af-bcde-4de3adbc6b80. May 09 20:44:19 helios2 systemd[1]: Dependency failed for /data/glusterfs/sda1. May 09 20:44:19 helios2 systemd[1]: Dependency failed for Local File Systems. May 09 20:44:19 helios2 systemd[1]: Dependency failed for Mark the need to relabel after reboot. May 09 20:44:19 helios2 systemd[1]: selinux-autorelabel-mark.service: Job selinux-autorelabel-mark.service/start failed with result 'dependency'. May 09 20:44:19 helios2 systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'. May 09 20:44:19 helios2 systemd[1]: local-fs.target: Triggering OnFailure= dependencies. May 09 20:44:19 helios2 systemd[1]: data-glusterfs-sda1.mount: Job data-glusterfs-sda1.mount/start failed with result 'dependency'. May 09 20:44:19 helios2 systemd[1]: dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device: Job dev-disk-by\x2duuid-406e7e7d\x2d9517\x2d44af\x2dbcde\x2d4de3adbc6b80.device/start failed with result 'timeout'. May 09 20:44:19 helios2 kernel: zram: Added device: zram0 May 09 20:44:19 helios2 kernel: zram: Added device: zram1 May 09 20:44:19 helios2 kernel: zram: Added device: zram2 May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL) May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW May 09 20:44:19 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode May 09 20:44:19 helios2 kernel: zram0: detected capacity change from 0 to 3956192 May 09 20:44:19 helios2 kernel: Adding 1978092k swap on /dev/zram0. Priority:5 extents:1 across:1978092k SSFS May 09 20:44:19 helios2 kernel: zram1: detected capacity change from 0 to 102400 May 09 20:44:19 helios2 kernel: EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none. May 09 20:44:19 helios2 kernel: ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff) May 09 20:44:19 helios2 systemd-journald[1325]: Journal started May 09 20:44:19 helios2 systemd-journald[1325]: Runtime journal (/run/log/journal/25f3942c18884f46bd8ed710d6b0edb4) is 4.8M, max 38.6M, 33.8M free. May 09 20:44:19 helios2 systemd-modules-load[410]: Inserted module 'lm75' May 09 20:44:19 helios2 systemd-modules-load[410]: Inserted module 'ledtrig_netdev' May 09 20:44:19 helios2 systemd-udevd[469]: Using default interface naming scheme 'v240'. May 09 20:44:19 helios2 systemd-udevd[448]: Process '/bin/ln -sf /sys/devices/platform/ff120000.i2c/i2c-2/2-004c/hwmon/hwmon2 /dev/thermal-board' failed with exit code 1. May 09 20:44:19 helios2 systemd-udevd[469]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 09 20:44:19 helios2 systemd-udevd[469]: link_config: could not get ethtool features for eth0 May 09 20:44:19 helios2 systemd-udevd[469]: Could not set offload features of eth0: Device or resource busy May 09 20:44:19 helios2 systemd-udevd[452]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 09 20:44:19 helios2 systemd-udevd[443]: Process '/bin/ln -sf /sys/devices/virtual/thermal/thermal_zone0/hwmon0 /dev/thermal-cpu' failed with exit code 1. May 09 20:44:19 helios2 systemd-udevd[441]: Using default interface naming scheme 'v240'. May 09 20:44:19 helios2 systemd-udevd[441]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 09 20:44:19 helios2 ifup[558]: ifup: waiting for lock on /run/network/ifstate.eth0 May 09 20:44:19 helios2 sh[560]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf May 09 20:44:19 helios2 sh[560]: eth0=eth0 May 09 20:44:19 helios2 armbian-zram-config[562]: Setting up swapspace version 1, size = 1.9 GiB (2025566208 bytes) May 09 20:44:19 helios2 armbian-zram-config[562]: no label, UUID=ed7bfb56-a4cb-453e-9cbd-5fe82531227e May 09 20:44:19 helios2 armbian-zram-config[562]: mke2fs 1.46.2 (28-Feb-2021) May 09 20:44:19 helios2 armbian-zram-config[562]: [74B blob data] May 09 20:44:19 helios2 armbian-zram-config[562]: Creating filesystem with 12800 4k blocks and 12800 inodes May 09 20:44:19 helios2 armbian-zram-config[562]: [41B blob data] May 09 20:44:19 helios2 armbian-zram-config[562]: [38B blob data] May 09 20:44:19 helios2 armbian-zram-config[562]: [75B blob data] May 09 20:44:19 helios2 armbian-hardware-optimization[585]: aplay: device_list:272: no soundcards found... May 09 20:44:19 helios2 armbian-ramlog[975]: e2label: Bad magic number in super-block while trying to open /dev/zram0 May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting bfq I/O scheduler for sda May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting bfq I/O scheduler for sdb May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting none I/O scheduler for mmcblk1 May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting none I/O scheduler for mmcblk1boot0 May 09 20:44:19 helios2 armbian-hardware-optimization[585]: [ ok ] Setting none I/O scheduler for mmcblk1boot1 May 09 20:44:19 helios2 armbian-ramlog[975]: Mounting /dev/zram1 as /var/log/ May 09 20:44:19 helios2 armbian-ramlog[975]: Thu 09 May 2024 08:44:16 PM BST: Loading logs from storage May 09 20:44:19 helios2 armbian-ramlog[975]: sending incremental file list May 09 20:44:19 helios2 armbian-ramlog[975]: ./ May 09 20:44:19 helios2 armbian-ramlog[975]: alternatives.log May 09 20:44:19 helios2 armbian-ramlog[975]: armbian-hardware-monitor.log May 09 20:44:19 helios2 armbian-ramlog[975]: auth.log May 09 20:44:19 helios2 armbian-ramlog[975]: bootstrap.log May 09 20:44:19 helios2 armbian-ramlog[975]: btmp May 09 20:44:19 helios2 armbian-ramlog[975]: daemon.log May 09 20:44:19 helios2 armbian-ramlog[975]: debug May 09 20:44:19 helios2 armbian-ramlog[975]: dpkg.log May 09 20:44:19 helios2 armbian-ramlog[975]: faillog May 09 20:44:19 helios2 armbian-ramlog[975]: kern.log May 09 20:44:19 helios2 armbian-ramlog[975]: lastlog May 09 20:44:19 helios2 armbian-ramlog[975]: messages May 09 20:44:19 helios2 armbian-ramlog[975]: nand-sata-install.log May 09 20:44:19 helios2 armbian-ramlog[975]: syslog May 09 20:44:19 helios2 armbian-ramlog[975]: user.log May 09 20:44:19 helios2 armbian-ramlog[975]: wtmp May 09 20:44:19 helios2 armbian-ramlog[975]: apt/ May 09 20:44:19 helios2 armbian-ramlog[975]: apt/history.log May 09 20:44:19 helios2 armbian-ramlog[975]: apt/term.log May 09 20:44:19 helios2 armbian-ramlog[975]: chrony/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bitd.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/cli.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/cmd_history.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/data-media.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/glusterd.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/media-rebalance.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/scrub.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/data-glusterfs-sda1-brick1.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/data-glusterfs-sdb1-brick1.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/bricks/data-glusterfs-sdc1-brick1.log May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/geo-replication-slaves/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/geo-replication-slaves/mbr/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/geo-replication/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/gfproxy/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/gfproxy/media/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/snaps/ May 09 20:44:19 helios2 armbian-ramlog[975]: glusterfs/snaps/media/ May 09 20:44:19 helios2 armbian-ramlog[975]: private/ May 09 20:44:19 helios2 armbian-ramlog[975]: runit/ May 09 20:44:19 helios2 armbian-ramlog[975]: runit/ssh/ May 09 20:44:19 helios2 armbian-ramlog[975]: sysstat/ May 09 20:44:19 helios2 armbian-ramlog[975]: unattended-upgrades/ May 09 20:44:19 helios2 armbian-ramlog[975]: unattended-upgrades/unattended-upgrades-shutdown.log May 09 20:44:19 helios2 armbian-ramlog[975]: sent 9,084,219 bytes received 650 bytes 6,056,579.33 bytes/sec May 09 20:44:19 helios2 armbian-ramlog[975]: total size is 9,079,468 speedup is 1.00 May 09 20:44:19 helios2 systemd[1]: Starting Flush Journal to Persistent Storage... May 09 20:44:19 helios2 systemd-journald[1325]: Runtime journal (/run/log/journal/25f3942c18884f46bd8ed710d6b0edb4) is 4.8M, max 38.6M, 33.8M free. May 09 20:44:19 helios2 systemd[1]: Started Flush Journal to Persistent Storage. May 09 20:44:19 helios2 systemd[1]: Starting Create Volatile Files and Directories... May 09 20:44:19 helios2 systemd[1]: Started Create Volatile Files and Directories. May 09 20:44:19 helios2 systemd[1]: Starting RPC bind portmap service... May 09 20:44:19 helios2 systemd[1]: Starting Update UTMP about System Boot/Shutdown... May 09 20:44:19 helios2 systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm. May 09 20:44:19 helios2 systemd[1]: Started RPC bind portmap service. May 09 20:44:19 helios2 systemd[1]: Reached target RPC Port Mapper. May 09 20:44:19 helios2 systemd[1]: Reached target Remote File Systems (Pre). May 09 20:44:19 helios2 haveged[1354]: haveged: command socket is listening at fd 3 May 09 20:44:19 helios2 systemd[1]: Mounting /data/media... May 09 20:44:19 helios2 systemd[1]: Started Update UTMP about System Boot/Shutdown. May 09 20:44:19 helios2 systemd[1]: Starting Update UTMP about System Runlevel Changes... May 09 20:44:19 helios2 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. May 09 20:44:19 helios2 systemd[1]: Started Update UTMP about System Runlevel Changes. May 09 20:44:19 helios2 haveged[1354]: haveged: ver: 1.9.14; arch: generic; vend: ; build: (gcc 10.2.1 CTV); collect: 128K May 09 20:44:19 helios2 haveged[1354]: haveged: cpu: (VC); data: 16K (D); inst: 16K (D); idx: 11/40; sz: 15456/64452 May 09 20:44:19 helios2 haveged[1354]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 7.99723 May 09 20:44:19 helios2 haveged[1354]: haveged: fills: 0, generated: 0 May 09 20:44:20 helios2 kernel: rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off May 09 20:44:20 helios2 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready May 09 20:44:21 helios2 systemd[579]: emergency.service: Executable /bin/plymouth missing, skipping: No such file or directory May 09 20:44:22 helios2 mount[1355]: Mounting glusterfs on /data/media failed. May 09 20:44:22 helios2 systemd[1]: data-media.mount: Mount process exited, code=exited, status=1/FAILURE May 09 20:44:22 helios2 systemd[1]: Mounted /data/media. May 09 20:44:22 helios2 systemd[1]: Reached target Remote File Systems. May 09 20:44:22 helios2 systemd[1]: Startup finished in 1min 6.014s (kernel) + 1min 37.173s (userspace) = 2min 43.188s. May 09 20:48:11 helios2 sudo[1764]: root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/apt info armbian-bsp-cli-helios64 May 09 20:48:11 helios2 sudo[1764]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) May 09 20:48:12 helios2 sudo[1764]: pam_unix(sudo:session): session closed for user root May 09 20:49:01 helios2 sudo[2123]: root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/apt info armbian-bsp-cli-helios64 May 09 20:49:01 helios2 sudo[2123]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) May 09 20:49:02 helios2 sudo[2123]: pam_unix(sudo:session): session closed for user root May 09 20:50:27 helios2 sudo[2130]: root : TTY=ttyS2 ; PWD=/root ; USER=root ; COMMAND=/usr/sbin/service status --all May 09 20:50:27 helios2 sudo[2130]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) May 09 20:50:27 helios2 sudo[2130]: pam_unix(sudo:session): session closed for user root```
  14. Where is this done? Is this done in the source for the hantro module? If I wanted to experiment by enabling the hantro H.264 decoder, how would I do that? Is this the same patch used by LibreELEC? I have H.264 decoding working, so I definitely want to try this.
  15. A thank you to @Hqnicolas and success report. Did a trunk build with kernel 6.6 and flashed using rkdevtool and your instructions (had a little trouble finding the required H96-MAX-8gb-MiniLoaderAll.bin buried in the threads), and it worked like a charm. I did need to supply an NVRAM file for the wifi adapter, that is missing from your wifi bringup instructions. I found one in the libreelec repo that did not work, I ended up extracting the factory image from the h96max website and grabbing the stock nvram_bcm4335.txt, renaming to brcmfmac4335-sdio.txt and placing in /lib/firmware/brcm. Once that was done, wireless worked. Display works, HDMI audio works, video acceleration sort of works but drops frames under any load and throws audio sync warnings, i chock that up to hantro not being as developed as rkvdec2? Chromium appears to have acceleration too. Great result for a first try trunk build. cd /lib/firmware/brcm/ sudo wget https://github.com/CoreELEC/brcmfmac_sdio-firmware-aml/raw/master/firmware/brcm/fw_bcm4335b0_ag.bin sudo ln -s fw_bcm4335b0_ag.bin brcmfmac4335-sdio.h96-TVbox,rk3566.bin sudo cat > /lib/firmware/brcm/brcmfmac4335-sdio.txt << "EOF" # bcm94335wlcspMS_ES50_RC171p24p23_04052013_AM_mdfy_PAparam.txt -- 4/5/2013 by Murata, based on bcm94335wlcspMS_ES50_RC171p24p20_04022013_AM.txt, changed PA parameters and txidxcap parameters and ccode. # bcm94335wlcspMS_ES50_RC171p24p20_04022013_AM.txt -- 4/2/2013 by Broadcom Corporation # Use with AARDVARK_REL_6_30_171_24_23 -- Murata BCM4335 WLCSP 11AC Module # Sample variables file for Murata Type-XJ ES5.0 (0x00 0x11) -- bcm94335wlcspMS_AM_P400.txt as original sromrev=11 boardrev=0x1500 boardtype=0x064b boardflags=0x10401001 boardflags2=0x0 #updated boardflags3 for forcing to enable external LPO boardflags3=0x0800c08b macaddr=00:90:4c:c5:12:38 #ccode modified by Murata #ccode=0 ccode=XS regrev=0 antswitch=0 pdgain5g=1 pdgain2g=1 tworangetssi2g=0 tworangetssi5g=0 femctrl=4 vendid=0x14e4 devid=0x43ae manfid=0x2d0 #prodid=0x052e nocrc=1 #otpimagesize=502 xtalfreq=37400 extpagain2g=1 extpagain5g=1 rxgains2gelnagaina0=2 rxgains2gtrisoa0=6 rxgains2gtrelnabypa0=1 rxgains5gelnagaina0=3 rxgains5gtrisoa0=5 rxgains5gtrelnabypa0=1 rxchain=1 txchain=1 aa2g=1 aa5g=1 ag0=0 ag1=0 tssipos5g=1 tssipos2g=1 #PA parameters (2G20M/2G40M/5G20M/5G40M/5G80M) #PA parameters modified by Murata #pa2ga0=-208,6208,-764 #pa2ga1=-203,6429,-793 #pa5ga0=-167,5736,-685,-157,5669,-670,-157,5548,-665,-141,5621,-664 #pa5ga1=-101,6543,-735,-99,6452,-731,-147,5743,-695,-75,6468,-723 #pa5ga2=-172,5903,-708,-160,5868,-698,-113,6264,-722,-125,5915,-684 pa2ga0=0xff31,0x1759,0xFD1D pa2ga1=0xff35,0x18BB,0xFCEC pa5ga0=0xff78,0x1715,0xFD49,0xff89,0x1714,0xFD57,0xff86,0x1652,0xFD62,0xffa9,0x1760,0xFD5E pa5ga1=0xff56,0x1596,0xFD5F,0xff88,0x1764,0xFD45,0xff89,0x1632,0xFD65,0xff69,0x160E,0xFD49 pa5ga2=0xff5a,0x1667,0xFD4E,0xff5f,0x15F7,0xFD5E,0xff5a,0x1531,0xFD68,0xff6e,0x1587,0xFD6A # Default Target Power for 2G -- 17dBm(11)/14dBm(54)/13dBm(MCS7,MCS8)/16dBm(6,MCS0) maxp2ga0=74 cckbw202gpo=0 cckbw20ul2gpo=0 dot11agofdmhrbw202gpo=0x6666 ofdmlrbw202gpo=0x0022 mcsbw202gpo=0x88866662 # Default Target Power for 5G -- 14dBm(54)/13dBm(HT20-MCS7,VHT20-MCS8)/12dBm(HT40-MCS7,VHT40-MCS9)/11dBm(VHT80-MCS8/MCS9)/16dBm(6,20HT-MCS0) maxp5ga0=74,74,74,74 # Low mcslr5glpo=0 mcsbw205glpo=0x88866662 mcsbw405glpo=0xAAA88884 mcsbw805glpo=0xCCCAAAA6 # Mid mcslr5gmpo=0 mcsbw205gmpo=0x88866662 mcsbw405gmpo=0xAAA88884 mcsbw805gmpo=0xCCCAAAA6 # High mcslr5ghpo=0 mcsbw205ghpo=0x88866662 mcsbw405ghpo=0xAAA88884 mcsbw805ghpo=0xCCCAAAA6 #20MHz High Rate sb20in40hrpo=0x0 sb20in80and160hr5glpo=0x0 sb20in80and160hr5gmpo=0x0 sb20in80and160hr5ghpo=0x0 #40MHz High Rate sb40and80hr5glpo=0x0 sb40and80hr5gmpo=0x0 sb40and80hr5ghpo=0x0 #20MHz Low Rate sb20in40lrpo=0x0 sb20in80and160lr5glpo=0x0 sb20in80and160lr5gmpo=0x0 sb20in80and160lr5ghpo=0x0 #40MHz Low Rate sb40and80lr5glpo=0x0 sb40and80lr5gmpo=0x0 sb40and80lr5ghpo=0x0 dot11agduphrpo=0x0 dot11agduplrpo=0x0 tssifloor2g=80 tssifloor5g=160,190,240,260 #rpcal:use with 171.17 or later, compensates filter ripple rpcal2g=0x0 rpcal5gb0=0x0 #cckdigfilttype[0-7] 0:default cckdigfilttype=2 phycal_tempdelta=25 #GPIO 0 for SDIO HW OOB interruption muxenab=0x10 #sd_gpout=0 #sd_oobonly=1 rssicorrnorm_c0=-3,-2 rssicorrnorm5g_c0=-1,0,-3,-1,0,-3,-3,-2,-4,-3,-2,-4 #txidxcap2g and txidxcap5g modified by Murata #txidxcap2g=32 #txidxcap5g=44 txidxcap2g=36 txidxcap5g=36 paparambwver=1 EOF sudo rmmod brcmfmac_wcc brcmfmac brcmutil modprobe brcmfmac brcmfmac4335-sdio.txt
  16. rkvdec does not technically "override" hantro h.264: hantro and rkvdec are two totally different devices and both are exposed by v4l2 framework to userspace. It's up to the user application to choose the preferred device. Ffmpeg, which is perhaps the most common user application around, has no way to choose the v4l2 device for h.264. The workaround to force ffmpeg to use rkvdec (yes, because it is more performant) was to avoid declaring hantro as capable of h.264, sto the only left h.264 decoder is rkvdec. edit: and yes, rkvdec is in the kernel staging directory, plus armbian has a patch to enable h.265 decoding too
  17. Using the dtb from armbian 6.6 I manage to boot Manjaro from Rock3A Linux 6.1.12-1-MANJARO-ARM They use the same Hantro VPU from armbian 6.6 Tomorow I will test Joshua-Riek https://github.com/Joshua-Riek/ubuntu-rockchip/releases
  18. Based on firefly 5.10 kernel DTB I did the rk3566 h96max kernel 6.10 DTB https://wiki.pine64.org/wiki/Mainline_Hardware_Decoding Since kernel 6.6 dont have Hardware acceleration to RK3566 we only have this option only Hantro, not rkvdec2, so with a maximum resolution of 1080p for now To use Vendor Kernel: Test Image: H96 MAX jammy Vendor 6.1 Kernel Gnome Desktop Test Image: H96 MAX jammy Legacy 5.1 Kernel Gnome Desktop Or compile your own Vendor Kernel 6.1: (V1) https://drive.google.com/file/d/1YacPyumHwJ5WYqnKlGUgfT86rNOEzMqx/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V2) https://drive.google.com/file/d/1o_GALnqi-1jwPy9oQS38W8daXuYl0S3h/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V3) https://drive.google.com/file/d/1Y5sGIE8uAo-eASNvkBkZ6SX3vdpiBFRU/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V4) https://drive.google.com/file/d/1hGaY0gIbhY6r7qjwk3cdeZh1vCr0Im8N/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V5) https://drive.google.com/file/d/1seumX-p7wcdAATDp9JUXXEGKMwwgli4_/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V6) (include Joshua Riek) https://drive.google.com/file/d/1U_P2NMb1HpcC5M1MPClQ7cIKqUass26b/view?usp=drive_link Or compile your own Vendor Kernel 6.1: (V7) (include Joshua Riek) https://drive.google.com/file/d/1N7OW782NYtIAOdyGPJxlC56PYciLAbxf/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V8) (include Joshua Riek) https://drive.google.com/file/d/1d9N6GwusBH3v4fCkWQ13ta3q8FxH1KNY/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V9) (include Joshua Riek) https://drive.google.com/file/d/168HA5tN9BM6kl0nqYQiQ5fCpnbxk0h0U/view?usp=drive_link Or compile your own Vendor Kernel 6.1: (V10) (the power of TenTen) https://drive.google.com/file/d/1WNjGUsTPa2KNQq5dhZazGgJWQM6IThiG/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V11) (include Joshua Riek) https://drive.google.com/file/d/1uUeg43wF3GPeVkZeG_wEYpxoHf5XdSl0/view?usp=sharing Or compile your own Vendor Kernel 6.1: (V12) (include Joshua Riek) https://drive.google.com/file/d/1E0GBU3vog_6Y72V3EUMjgQhwi6WX3v6w/view?usp=sharing it boot, but it will need a better dtb.... Or compile your own Legacy Kernel 5.1:(V1) https://drive.google.com/file/d/1a2zBw5HxXJeWjTe2xCvKuLBTIhNu8CHy/view?usp=sharing Or compile your own Legacy Kernel 5.1: (V2) https://drive.google.com/file/d/1IcEKe1e0bwL0jG-jSyq6QvJAYHvRBpP9/view?usp=drive_link Or compile your own Legacy Kernel 5.1: (V3) https://drive.google.com/file/d/1_N5jQ6wp3rk5Y4xeZK3sEp-L_o5H6KJv/view?usp=drive_link Or compile your own Legacy Kernel 5.1: (V4) https://drive.google.com/file/d/1E2K2FLik5WVYJTqTLe1P_4HcR0oigUYw/view?usp=sharing Or compile your own Legacy Kernel 5.1: (V5) https://drive.google.com/file/d/1J0ugZltj55EmLhgRrlxXk1pbYirziMUi/view?usp=sharing Or compile your own Legacy Kernel 5.1: (V6) https://drive.google.com/file/d/13iQjNjyHJmgAQb6uU0GAcM2IAG-xZpfE/view?usp=sharing Or compile your own Legacy Kernel 5.1: (V7) https://drive.google.com/file/d/1C6xce8CTsIaI8znwRjhg_KcskKtTXJR_/view?usp=sharing it boot, but it will need a better dtb.... if you don't have SD card Reader Onboard To change DTB inside image for reflash: sudo losetup --partscan /dev/loop14 disk_image.img mkdir /tmp/disk_image sudo mount /dev/loop14p1 /tmp/disk_image ####### DROP the new File to /tmp/disk_image/boot/dtb/rockchip ########## sudo fstrim -v /tmp/disk_image sudo umount /tmp/disk_image sudo losetup --detach /dev/loop14
  19. We dont know what resolution are you decoding but 1440p is something hantro cant do. Maybe 720p upscaled to 1440p. If that is the case you CPU usage is in concordante with VPU decoding.
  20. @Deoptim@maka I tried it your way and that is installing chromium via the snap - actually installed version 123 as it GitHub thread states that since version 121 all changes are mainstream. I also added these rules to 70-snap.chromium.rules: SUBSYSTEM=="video4linux", ATTR{name}=="rockchip,rk3568-vpu-dec", SYMLINK+="video-dec%n" SUBSYSTEM=="media", ATTR{model}=="hantro-vpu", SYMLINK+="media-dec%n" I tried to run chromium with a flag --disable_webgpu_shared_images=1 and the chrome://gpu still reports WebGPU and Vulkan as disabled. I am not completely sure if this is ok or not, but video playback was quite ok (once the page loads) and full-screen playback (1440p) is between 35-50% on all cores. To double check everything I only recently enabled the vpu node in the device tree and I did not spend any time investigating this at that time, is this enough for the mainline drivers or do we need to add different codecs as well? &vpu { status = "okay"; }; about-gpu-2024-04-27T12-05-58-533Z.txt
  21. Seems that you want to try to use mpp with mainline kernel. That's not possible. The chromium PPA is for legacy kernel and dtb. In mainline kernel there is an VPU driver called hantro for rk3566 that works.
  22. Thanks. Just to be clear, that's the rkvdec from staging drivers, right? It overrides hantro for H.264? Oh and I'm assuming the reason hantro H.264 is disabled is rkvdec offers better performance. Is that right?
  23. Turns out it was a device tree problem. After updating the device tree, I can see the nodes set up by the mainline Rockchip hantro-vpu and rkvdec modules: /dev/video0: rockchip-rga /dev/video1: hantro-vpu (encoder) /dev/video2: hantro-vpu (decoder) /dev/video3: rkvdec
  24. Hello, i'm using the NanoPC-T4 with Armbian Bookworm (23.8.1 with Linux 6.1.63-current-media) Kernel and Mainsail/Klipper is running on in smooth and gently. Since i want to record timelapse videos, i've decided to buy the orginial "FriendlyELEC Cam1320 PI Camera Module" based on the OV13850. I've connected it in the expectation that it should work together. But the System is not detecting the camera module. $ v4l2-ctl --list-devices rockchip,rk3399-vpu-enc (platform: hantro-vpu): /dev/video2 /dev/video4 /dev/media1 rockchip-rga (platform:rga): /dev/video0 rkvdec (platform:rkvdec): /dev/video3 /dev/media0 rockchip-iep (platform:rockchip-iep): /dev/video1 I found a project which contains patches for the camera module, is there any way to see if these patches are integrated in the armbian kernel? And if not, is it possible to add these patches or is there a way to build a custom kernel with these patches easily? Or am I looking at the wrong place?
  25. I have got video player acceleration with flathub clapper for 1080p with 20% CPU. Enough for me. Based on hantro driver so no 4k. There's also a @jock tutorial for debían to enable ffmpeg v4l2-request that is equivalent. I have understood that must enable webrtc-pipewire in chromium, isnt It?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines