Jump to content

Search the Community

Showing results for 'panfrost'.

  • 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. Hello!! I just got my Orange Pi 5 the other day and am trying to 'port' a program I've been working on for RPi4b over to this new board. The program is using ffmpeg to decode h264 and hevc video streams. My main question is how do I need to configure the ffmpeg codex context and formats to make use of (ideally zero copy) HW accelerated video decode on Orange Pi 5? For the raspberry code I was using these: avcodec_find_decoder_by_name("hevc"); and avcodec_find_decoder_by_name("h264_v4l2m2m"); together with codec_context->pix_fmt = AV_PIX_FMT_DRM_PRIME; // for zero copy video path But this does not work when compiling on the Orange Pi 5 and I get an error message saying: "Failed to create specified HW device." But maybe on this board/distro it looks like h264_v4l2m2m is disabled. Does anyone know how to set up ffmpeg for Orange Pi 5? Does it support V4L2 at all? EDIT: VLC seems to use hw accel when playing back some h264/hevc file I have. I'm guessing because I see a pretty low CPU use. Cheers! Here's some info about my system: Linux orangepi5 5.10.110-rockchip-rk3588 #23.02.2 SMP Fri Feb 17 23:59:20 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux Extended renderer info (GLX_MESA_query_renderer): Vendor: Panfrost (0xffffffff) Device: Mali-G610 (Panfrost) (0xffffffff) Version: 23.0.0 Accelerated: yes Video memory: 7689MB Unified memory: yes Preferred profile: compat (0x2) Max core profile version: 0.0 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL vendor string: Panfrost OpenGL renderer string: Mali-G610 (Panfrost) OpenGL version string: 3.0 Mesa 23.0.0-devel OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.1 Mesa 23.0.0-devel OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10 OS: Armbian (23.02.2) aarch64 Host: Orange Pi 5 Kernel: 5.10.110-rockchip-rk3588
  2. Hey, Was able to bring up a pretty smooth armbian installation for a lightweight desktop. Tips for others: Underclock Memory for stability cat /etc/rc.local #!/bin/sh echo 1560000000 > /sys/devices/platform/dmc/devfreq/dmc/max_freq For bluetooth blacklist the following modules: blacklist pgdrv blacklist btusb blacklist btrtl blacklist btbcm blacklist btintel NVME boot, use armbian-installer, but I had to manually change the firmware to this one: https://wiki.radxa.com/Rock5/install/spi#Simple_method to get NVME boot to work For GPU acceleration install panfrost. (See rock5b ambian page) To get my widescreen monitor to work I needed to switch to the daily kernel. The best browser experience seems to be the brave arm64 build. One thing that is annoying is the mouse pointer is constantly flickering while using brave. Does anyone know a solution to this?
  3. Big thanks @esheltonI too was able to get the same values (maybe a little higher ) in GLMark2 after performing a few of your tips (and learning a little more BASH at the same time). Too bad 'panfrost' can't do OpenGL3.3 otherwise this would be an awesome Blender device. Yea I know, I need to Blender 2.79 but it seems to be a hassle from what I have read some have gone through to get it up and running, which isn't really worth borking a lot of dependencies. If you know of a way (it won't run in software mode, tried) to get Blender 3.01 running that would be great. Also, have you looked into the poor performing network stack? It seems three other Linux variants and Android 12 all seem to suffer with performance in this area. I haven't spent much time, but I think we have the same issue here with it being set to something other than 'Default' or 'Performance' or the buffers being too small.
  4. Version 20230208 kernel 5.10.110. The kernel configuration has changed, driver support has been added to install additional packages with HW 3D support (ARM blobs and panfork). When testing different variants on Station M3, the results were obtained. steps to run HW with the latest images When using DE with x11 (KDE5 XFCE + mesa-panfork) - glmark2 shows about 1100 parrots. sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa sudo apt dist-upgrade reboot When using gnome3+ARM bob, glmark2-es2-wayland showed about 4,400 parrots. download https://github.com/numbqq/mali-debs/blob/master/jammy/arm64/Edge2/wayland/linux-gpu-mali-wayland_1.0-g610-20220510_arm64.deb and install it into the system with the command : sudo dpkg -i --force-overwrite linux-gpu-mali-wayland_1.0-g610-20220510_arm64.deb reboot First of all, I was interested in running KDE5 + wayland, but checking both options (ARM blobs or panfork) did not give results, the GUI does not run in wayland mode, although when using the main kernel + panfrost on rk33xx rk356x, KDE5+wayland works well. surprisingly, even the weakest system (station m1 rk3328 with 1 GB of RAM) was able to work acceptably even with 1920 x 1080 desktop settings (plays full-screen video). Running panfork on gnome 3 + wayland didn't work, I think I made some mistakes, but gnome 3 doesn't interest me, so I didn't waste time on it. Add info steps to run HW with the latest images.
  5. I'm looking to try an OPi5 for GPGPU. After seeing trunk recently added the patches needed to use the "gofaster" option for panfork, and having seen reports of glmark2 scores of 4000 and 5000 while never coming close to that myself, I decided to pull together the various bits of info out there and just try all of the options. A number of things done below are often described vaguely -- hopefully it's helpful here to lay out a concrete set of steps to follow and what to expect. There are two options for accelerated video: panfork and ARM's closed source "blob" driver. With either option, it sounds like you should switch from X11 to Wayland. If you are looking at doing OpenCL or Vulkan, you will have to use the blob driver for the foreseeable future. FYI, OpenCL benchmarks at 470 Gflops single precision, 910 Gflops half precision. Option 1: Installing panfork This is pretty much explained on the project page for this SBC, but maybe it will help someone to see each step in detail. I started with installing the latest nightly build. Then I ran the following in a terminal: sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa wget https://github.com/JeffyCN/rockchip_mirrors/raw/libmali/firmware/g610/mali_csffw.bin sudo cp mali_csffw.bin /lib/firmware/ sudo chmod 664 /lib/firmware/mali_csffw.bin sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia sudo vi /etc/apt/preferences.d/rockchip-multimedia-ppu [save the following three lines in this file] Package: * Pin: release o=LP-PPA-liujianfeng1994-rockchip-multimedia Pin-Priority: 600 sudo vi /etc/apt/preferences.d/panfork-mesa-ppu [save the following three lines in this file] Package: * Pin: release o=LP-PPA-liujianfeng1994-panfork-mesa Pin-Priority: 600 sudo apt update sudo apt dist-upgrade sudo vi /etc/udev/rules.d/98-mali-accel.rules [save the following four lines in this file] KERNEL=="mpp_service", MODE="0660", GROUP="video" KERNEL=="rga", MODE="0660", GROUP="video" KERNEL=="system-dma32", MODE="0666", GROUP="video" KERNEL=="system-uncached-dma32", MODE="0666", GROUP="video" RUN+="/usr/bin/chmod a+rw /dev/dma_heap" sudo apt install chromium-browser=$(apt-cache show chromium-browser|grep Version|grep rkmpp|cut -d " " -f2) chromium-codecs-ffmpeg-extra=$(apt-cache show chromium-browser|grep Version|grep rkmpp|cut -d " " -f2) libv4l-rkmpp v4l-utils sudo ln -s /lib /usr/lib64 cd /usr/lib64/ && sudo ln -s aarch64-linux-gnu/libv4l2.so.0.0.0 libv4l2.so sudo vi /etc/rc.local [add the following six lines to this file] echo dec > /dev/video-dec0 chown root:video /dev/video-dec0 chmod 0660 /dev/video-dec0 echo enc > /dev/video-enc0 chown root:video /dev/video-enc0 chmod 0660 /dev/video-enc0 sudo vi /etc/chromium-browser/default CHROMIUM_FLAGS="--use-gl=egl" sudo apt install gnome-shell ubuntu-gnome-desktop glmark2-es2-wayland sudo reboot From there you are running Wayland and the panfork accelerated driver. glmark2 benchmarking of various options for panfork: For this, you need to use glmark2-es2-wayland (installed above). First, I ran glmark2 on the system fresh from the above reboot: foobar@orangepi5:~/install$ glmark2-es2-wayland ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: Panfrost GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: OpenGL ES 3.1 Mesa 23.0.0-devel ======================================================= . . . (test component scores omitted to shorten this post) . . . ======================================================= glmark2 Score: 943 ======================================================= I was pretty underwhelmed given the scores I'd seen reported, so next I tried using the "gofaster" option for panfork (done by setting an environment variable, as shown below): foobar@orangepi5:~/install$ PAN_MESA_DEBUG=gofaster glmark2-es2-wayland ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: Panfrost GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: OpenGL ES 3.1 Mesa 23.0.0-devel ======================================================= . . . (test component scores omitted to shorten this post) . . . ======================================================= glmark2 Score: 2299 ======================================================= A significant improvement, but still short of the reports I had seen. Finally, I adjusted the governors for the CPUs and DMC (Dynamic Memory Controller) to "performance" (example of how to do that shown below). Here things really shined. Adjusting the DMC is an important component of this: foobar@orangepi5:~/install$ echo performance | sudo tee /sys/bus/cpu/devices/cpu[046]/cpufreq/scaling_governor /sys/class/devfreq/dmc/governor performance foobar@orangepi5:~/install$ PAN_MESA_DEBUG=gofaster glmark2-es2-wayland ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: Panfrost GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: OpenGL ES 3.1 Mesa 23.0.0-devel ======================================================= . . . (test component scores omitted to shorten this post) . . . ======================================================= glmark2 Score: 4489 ======================================================= Since the score of 5000 was reported for an overclocked system, I called this done. It beats the out of the box score for the Khadas Edge2. Option 2: installing the ARM blob driver I also gave this a try -- partly due to interest in evaluating OpenCL performance, and partly to see if the vendor-provided driver could go even faster. I couldn't find a decent set of instructions for how to install the blob driver, so I took a different approach -- I used the package files produced by Khadas for building their Edge2 Ubuntu images. Maybe there are packages already available through Armbian, and I just couldn't identify them. The package files can be found in these four repos: https://github.com/numbqq/mali-debs https://github.com/numbqq/mpp-rockchip-debs https://github.com/numbqq/rga-rockchip-debs https://github.com/numbqq/gstreamer-rockchip-debs Altogether, I found the following package files: gstreamer1.0-rockchip1_1.14-5_arm64.deb rockchip-mpp-dev_1.5.0-8_arm64.deb rockchip-mpp-sample_1.5.0-8_arm64.deb rockchip-mpp_1.5.0-8_arm64.deb rockchip-rga-dev_2.2.0-6_arm64.deb rockchip-rga-sample_2.2.0-6_arm64.deb rockchip-rga_2.2.0-6_arm64.deb linux-gpu-mali-wayland_1.0-g610-20220510_arm64.deb The last one had to be installed with "--force-overwrite" because of a file duplicated with an existing package. I also installed the ubuntu-desktop package to switch over to Wayland. On my first login, "echo $XDG_SESSION_TYPE" reported x11. I logged back out, and logged in again checking the gear icon to make sure the Wayland-related one was selected. I don't know if the gear icon was needed, but that time Wayland was active. glmark2 benchmarking of various options for the blob driver: First, I did a run with the default governor settings: foobar@orangepi5:~/install$ glmark2-es2-wayland arm_release_ver of this libmali is 'g6p0-01eac0', rk_so_ver is '6'. arm_release_ver of this libmali is 'g6p0-01eac0', rk_so_ver is '6'. ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: ARM GL_RENDERER: Mali-LODX GL_VERSION: OpenGL ES 3.2 v1.g6p0-01eac0.ba52c908d926792b8f5fe28f383a2b03 ======================================================= . . . (omitted as above) . . . ======================================================= glmark2 Score: 2564 ======================================================= Around 11% better than panfork "gofaster." Then I did a run with the governors set to "performance": foobar@orangepi5:~/install$ echo performance | sudo tee /sys/bus/cpu/devices/cpu[046]/cpufreq/scaling_governor /sys/class/devfreq/dmc/governor performance foobar@orangepi5:~/install$ glmark2-es2-wayland arm_release_ver of this libmali is 'g6p0-01eac0', rk_so_ver is '6'. arm_release_ver of this libmali is 'g6p0-01eac0', rk_so_ver is '6'. ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: ARM GL_RENDERER: Mali-LODX GL_VERSION: OpenGL ES 3.2 v1.g6p0-01eac0.ba52c908d926792b8f5fe28f383a2b03 ======================================================= . . . (omitted as above) . . . ======================================================= glmark2 Score: 3961 ======================================================= So, in performance mode, panfork is the winner by 13%.
  6. [ 35.994282] ------------[ cut here ]------------ [ 35.994307] WARNING: CPU: 3 PID: 219 at drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:2986 vop2_crtc_load_lut+0x54/0x310 [ 35.994311] Modules linked in: xt_nat veth xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_counter xt_addrtype nft_compat nf_tables nfnetlink br_netfilter bridge stp llc overlay zstd joydev sch_fq_codel fuse ip_tables ipv6 raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx raid1 raid0 multipath linear md_mod panfrost gpu_sched [ 35.994461] CPU: 3 PID: 219 Comm: kworker/u16:4 Not tainted 5.10.110-rockchip-rk3588 #trunk.0184 [ 35.994465] Hardware name: Orange Pi 5 (DT) [ 35.994476] Workqueue: events_unbound commit_work [ 35.994485] pstate: 40c00009 (nZcv daif +PAN +UAO -TCO BTYPE=--) [ 35.994491] pc : vop2_crtc_load_lut+0x54/0x310 [ 35.994497] lr : vop2_crtc_load_lut+0x4c/0x310 [ 35.994500] sp : ffffffc0162c3bd0 [ 35.994505] x29: ffffffc0162c3bd0 x28: ffffff8145226800 [ 35.994515] x27: ffffffc01113d020 x26: ffffff818d398180 [ 35.994525] x25: ffffff81609cc058 x24: ffffff8105492080 [ 35.994534] x23: 0000000000000400 x22: ffffffc011598cf8 [ 35.994543] x21: ffffff8105490080 x20: ffffff8105490080 [ 35.994553] x19: ffffff81054900f8 x18: 0000000000000000 [ 35.994562] x17: 0000000000000000 x16: 0000000000000000 [ 35.994572] x15: 0000000000000010 x14: 0000000034325258 [ 35.994581] x13: ffffffc0162c3b98 x12: ffffffffffffffff [ 35.994591] x11: 0000000000000040 x10: 00000000fffffffe [ 35.994600] x9 : ffffffc0107e6030 x8 : 0000000000000000 [ 35.994610] x7 : ffffff81054e0080 x6 : 00000000000003ff [ 35.994619] x5 : 0000000000000400 x4 : 00000000000003ff [ 35.994628] x3 : 000000003fffffff x2 : 00000000000003ff [ 35.994638] x1 : ffffffc012d05000 x0 : 0000000000000000 [ 35.994647] Call trace: [ 35.994654] vop2_crtc_load_lut+0x54/0x310 [ 35.994661] vop2_crtc_atomic_flush+0x948/0xc18 [ 35.994667] drm_atomic_helper_commit_planes+0x1c0/0x1c8 [ 35.994675] rockchip_drm_atomic_helper_commit_tail_rpm+0xa4/0x144 [ 35.994681] commit_tail+0x80/0x108 [ 35.994686] commit_work+0x1c/0x28 [ 35.994694] process_one_work+0x1d8/0x290 [ 35.994700] worker_thread+0x1e0/0x270 [ 35.994706] kthread+0xf4/0x104 [ 35.994714] ret_from_fork+0x10/0x30 [ 35.994719] PC: 0xffffffc0107e6038: [ 35.994723] 5e38 910003fd a90153f3 aa0003f4 d2800201 a9025bf5 f0006d96 9133e2d6 a90363f7 ... [ 36.010446] ---[ end trace d5485d5fc9687633 ]--- I also noticed these in my dmesg, but have not had time to look into it. I can confirm that I get them too. root@loovsys:~# uname -a Linux loovsys.eu 5.10.110-rockchip-rk3588 #trunk.0184 SMP Fri Jan 20 18:24:04 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
  7. Description Rockchip has released legacy kernel 5.10 supporting rk3568, and friendlyarm has been using it on nanopi5: https://github.com/friendlyarm/kernel-rockchip/tree/nanopi5-v5.10.y_opt/. I did tried the legacy kernel that rk3588 uses on rk3568 board but failed to boot with pcie devices. So although this friendlyarm kernel is mostly the same as the legacy kernel rk3588 uses, it is still the best supported 5.10 kernel for rk3568. Since we have patch board-rock3a-Add-DT-link-for-backward-compatibility.patch, we can use the default device tree file rockchip/rk3568-rock-3a.dtb same as the edge kernel. Device tree file is from radxa's legacy 4.19 kernel repo modified with the following patch: diff --git a/../stable-4.19-rock3/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts index 2287fbfda..07323913b 100644 --- a/../stable-4.19-rock3/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts @@ -4,6 +4,7 @@ #include <dt-bindings/pinctrl/rockchip.h> #include <dt-bindings/input/rk-input.h> #include <dt-bindings/display/drm_mipi_dsi.h> +#include <dt-bindings/display/rockchip_vop.h> #include <dt-bindings/sensor-dev.h> #include "rk3568.dtsi" #include "rk3568-rock-3a-display.dtsi" @@ -13,6 +14,11 @@ model = "Radxa ROCK3 Model A"; compatible = "radxa,rock3a", "rockchip,rk3568"; + aliases { + mmc0 = &sdmmc0; + mmc1 = &sdhci; + }; + fiq_debugger: fiq-debugger { compatible = "rockchip,fiq-debugger"; rockchip,serial-id = <2>; @@ -323,6 +329,8 @@ }; &gpu { + clock-names = "gpu", "bus"; + interrupt-names = "gpu", "mmu", "job"; mali-supply = <&vdd_gpu>; status = "okay"; }; @@ -994,12 +1002,12 @@ soc_slppin_slp: soc_slppin_slp { rockchip,pins = - <0 RK_PA2 RK_FUNC_1 &pcfg_pull_up>; + <0 RK_PA2 1 &pcfg_pull_up>; }; soc_slppin_rst: soc_slppin_rst { rockchip,pins = - <0 RK_PA2 RK_FUNC_2 &pcfg_pull_none>; + <0 RK_PA2 2 &pcfg_pull_none>; }; }; @@ -1051,3 +1059,8 @@ }; }; }; + +&vp0 { + rockchip,plane-mask = <(1 << ROCKCHIP_VOP2_CLUSTER0 | 1 << ROCKCHIP_VOP2_ESMART0)>; + rockchip,primary-plane = <ROCKCHIP_VOP2_ESMART0>; +}; @krachlatte you may refer to this patch to try 5.10 kernel on radxa e25. Since this is kernel 5.10 we have panfrost driver enabled for mali g52. 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] Build legacy gnome image for rock-3a successfully. [x] Image boot successfully. Checklist: [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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  8. Hello All, Do you also have this kind of messages in syslog ? [ 1601.687044] ------------[ cut here ]------------ [ 1601.687070] WARNING: CPU: 2 PID: 112 at drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:2986 vop2_crtc_load_lut+0x54/0x310 [ 1601.687075] Modules linked in: bnep zstd joydev sch_fq_codel fuse ip_tables ipv6 r8152 panfrost gpu_sched [ 1601.687114] CPU: 2 PID: 112 Comm: kworker/u16:1 Tainted: G W 5.10.110-rockchip-rk3588 #trunk.0184 [ 1601.687117] Hardware name: Orange Pi 5 (DT) [ 1601.687127] Workqueue: events_unbound commit_work [ 1601.687134] pstate: 40c00009 (nZcv daif +PAN +UAO -TCO BTYPE=--) [ 1601.687138] pc : vop2_crtc_load_lut+0x54/0x310 [ 1601.687142] lr : vop2_crtc_load_lut+0x4c/0x310 [ 1601.687145] sp : ffffffc012d0bbd0 [ 1601.687148] x29: ffffffc012d0bbd0 x28: ffffff812bbbc000 [ 1601.687155] x27: ffffffc01113d020 x26: ffffff821141aa00 [ 1601.687162] x25: ffffff82108a0058 x24: ffffff81053b2080 [ 1601.687168] x23: 0000000000000400 x22: ffffffc011598cf8 [ 1601.687175] x21: ffffff81053b0080 x20: ffffff81053b0080 [ 1601.687182] x19: ffffff81053b00f8 x18: 0000000000000000 [ 1601.687189] x17: 0000000000000000 x16: 0000000000000000 [ 1601.687195] x15: 0000000000000010 x14: 0000000034325258 [ 1601.687202] x13: ffffffc012d0bb98 x12: ffffffffffffffff [ 1601.687208] x11: 0000000000000040 x10: 00000000fffffffe [ 1601.687214] x9 : ffffffc0107e6030 x8 : 0000000000000000 [ 1601.687221] x7 : ffffff81053d0080 x6 : 00000000000003ff [ 1601.687227] x5 : 0000000000000400 x4 : 00000000000003ff [ 1601.687233] x3 : 000000003fffffff x2 : 00000000000003ff [ 1601.687240] x1 : ffffffc012d05000 x0 : 0000000000000000 [ 1601.687247] Call trace: [ 1601.687253] vop2_crtc_load_lut+0x54/0x310 [ 1601.687258] vop2_crtc_atomic_flush+0x948/0xc18 [ 1601.687262] drm_atomic_helper_commit_planes+0x1c0/0x1c8 [ 1601.687269] rockchip_drm_atomic_helper_commit_tail_rpm+0xa4/0x144 [ 1601.687273] commit_tail+0x80/0x108 [ 1601.687277] commit_work+0x1c/0x28 [ 1601.687283] process_one_work+0x1d8/0x290 [ 1601.687287] worker_thread+0x1e0/0x270 [ 1601.687293] kthread+0xf4/0x104 [ 1601.687299] ret_from_fork+0x10/0x30 [ 1601.687302] ... followed by large dump in hex I really don't have any clue of where it may come from. I'm using the Armbian 22.11 Jammy Gnome Release date: Jan 23, 2023, and I unfreeze nighlies to have latest kernel updates/testings : Linux orangepi5 5.10.110-rockchip-rk3588 #trunk.0220 SMP Tue Jan 31 16:58:49 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux All seems to be working just fine. I would just like to report. thanks !
  9. Hello. I see some progress in H616 (OPIZ2) support in mainline linux (now 6.2RC5 comes with USB) - https://linux-sunxi.org/Linux_mainlining_effort . I tried to setup/enable some other components and I am successful with upstream linux kernel 6.2RC5: - displayengine (drm, fb, mixer, tcon, hdmi) (seems to have some I2C/EDID problems) - videoengine (cedrus) (in testing now) - gpu (3d mali, panfrost) - dma, efuse, thermal ... but I am unsuccessful with - crypto (total different behavior in contrast to H616 manual) and untested - audio codecs and hdmi audio - opp power management (frequency + voltage) for CPU and GPU - SDIO wifi I was also successful with uBoot (some patches from upstream uBoot) to boot sdcard-less from SPI flash and then from network PXE+NFS. Does anyone do some work in this direction ?
  10. I also use top, that's why I said that I usually had a 1/8 cpu load while play yt videos. Coincidentally when I went to check it I had a cpu load of around 600, as it is an octa core, it could theoretically go up to 800. After reinstalling some of the packages it is back to 100% aka 1/8 cpu load. At least you've found a nice way to prevent it from upgrading the panfrost stuff😄
  11. Added images (kernel 6.2-rc5) from Gnome3. Surprisingly for me (I don't use gnome and built it at the user's request) the interface works well. Glmark2 shows 342 on Station P2. When running glmark2 on XFCE, I get 115-120. Video plays smoothly up to 1440p user@station-p2:~/Desktop$ glmark2 ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: Panfrost GL_RENDERER: Mali-G52 r1 (Panfrost) GL_VERSION: 3.1 Mesa 22.0.5 ======================================================= [build] use-vbo=false: FPS: 337 FrameTime: 2.967 ms [build] use-vbo=true: FPS: 349 FrameTime: 2.865 ms [texture] texture-filter=nearest: FPS: 583 FrameTime: 1.715 ms [texture] texture-filter=linear: FPS: 589 FrameTime: 1.698 ms [texture] texture-filter=mipmap: FPS: 595 FrameTime: 1.681 ms [shading] shading=gouraud: FPS: 251 FrameTime: 3.984 ms [shading] shading=blinn-phong-inf: FPS: 252 FrameTime: 3.968 ms [shading] shading=phong: FPS: 244 FrameTime: 4.098 ms [shading] shading=cel: FPS: 249 FrameTime: 4.016 ms [bump] bump-render=high-poly: FPS: 101 FrameTime: 9.901 ms [bump] bump-render=normals: FPS: 662 FrameTime: 1.511 ms [bump] bump-render=height: FPS: 637 FrameTime: 1.570 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 457 FrameTime: 2.188 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 193 FrameTime: 5.181 ms [pulsar] light=false:quads=5:texture=false: FPS: 567 FrameTime: 1.764 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 182 FrameTime: 5.495 ms [desktop] effect=shadow:windows=4: FPS: 526 FrameTime: 1.901 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 85 FrameTime: 11.765 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 84 FrameTime: 11.905 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 72 FrameTime: 13.889 ms [ideas] speed=duration: FPS: 238 FrameTime: 4.202 ms [jellyfish] <default>: FPS: 286 FrameTime: 3.497 ms [terrain] <default>: FPS: 25 FrameTime: 40.000 ms [shadow] <default>: FPS: 166 FrameTime: 6.024 ms [refract] <default>: FPS: 26 FrameTime: 38.462 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 445 FrameTime: 2.247 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 442 FrameTime: 2.262 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 445 FrameTime: 2.247 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 446 FrameTime: 2.242 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 436 FrameTime: 2.294 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 444 FrameTime: 2.252 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 443 FrameTime: 2.257 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 438 FrameTime: 2.283 ms ======================================================= glmark2 Score: 342 =======================================================
  12. Hi, Wifi stops working after some time. Output from armbianmonitor -u : https://paste.armbian.com/iqukawifes Only reboot help. In dmesg I see: [ 6793.969484] WCN: stop_loopcheck [ 6806.513278] sprdwl:[WIFI_CMD_TX_DATA]timeout [ 6806.514120] sprdwl:ctx_id:0 cmd: WIFI_CMD_TX_DATA[72] rsp timeout (mstime = 6802912), num=3304 [ 6809.589395] sprdwl:[WIFI_CMD_TX_DATA]timeout [ 6809.589823] sprdwl:ctx_id:0 cmd: WIFI_CMD_TX_DATA[72] rsp timeout (mstime = 6805981), num=3305 [ 6812.661554] sprdwl:[WIFI_CMD_TX_DATA]timeout [ 6812.661979] sprdwl:ctx_id:0 cmd: WIFI_CMD_TX_DATA[72] rsp timeout (mstime = 6809057), num=3306 [ 6812.662786] sprdwl:sprdwl_atcmd_assert ctx_id:0, cmd_id:72, reason:3, cp_asserted:0 [ 6812.663492] WCN: mdbg_assert_interface:[CMD] WIFI_CMD_TX_DATA, [REASON] CMD_RSP_TIMEOUT_ERROR [ 6812.663505] sdiohal:carddump flag set[1] [ 6812.663931] sdiohal:disable rx int for dump [ 6812.663956] sdiohal:chn8 tx push old, cmdid=72, mstime=6805981, record_time=6805982 [ 6812.663984] chn8 tx push old: 00 00 00 00 10 48 46 00 dd d9 67 00 00 00 00 00 .....HF...g..... [ 6812.663995] sdiohal:chn8 tx denq old, cmdid=72, mstime=6805981, record_time=6805982 [ 6812.664012] chn8 tx denq old: 00 23 00 08 10 48 46 00 dd d9 67 00 00 00 00 00 .#...HF...g..... [ 6812.664022] sdiohal:chn22 rx dispatch old, cmdid=5, mstime=6788866, record_time=6788867 [ 6812.664038] chn22 rx dispatch old: 3f 06 00 0a 00 05 0c 00 02 97 67 00 00 24 00 00 ?.........g..$.. [ 6812.664048] sdiohal:chn8 tx push new, cmdid=72, mstime=6809057, record_time=6809057 [ 6812.664064] chn8 tx push new: 00 00 00 00 10 48 46 00 e1 e5 67 00 00 00 00 00 .....HF...g..... [ 6812.664074] sdiohal:chn8 tx denq new, cmdid=72, mstime=6809057, record_time=6809057 [ 6812.664090] chn8 tx denq new: 00 23 00 08 10 48 46 00 e1 e5 67 00 00 00 00 00 .#...HF...g..... [ 6812.664100] sdiohal:chn22 rx dispatch new, cmdid=5, mstime=6788901, record_time=6788906 [ 6812.664116] chn22 rx dispatch new: bf 06 00 0a 00 05 0d 00 25 97 67 00 00 26 00 00 ........%.g..&.. [ 6812.664384] WCN: dap_sel_btwf_lite DJTAG_DAP_SEL:0x0 [ 6812.664592] WCN: dap_sel_btwf_lite DJTAG_DAP_SEL:0x2 [ 6812.664793] WCN: dap_sel_btwf_lite 2:DJTAG_DAP_SEL:0x2 [ 6812.664991] WCN: apb_eb_lite APB_EB:0x463 [ 6812.665193] WCN: apb_eb_lite APB_EB:0x463 [ 6812.665393] WCN: apb_eb_lite 2:APB_EB:0x463 [ 6812.665689] WCN: check_dap_is_ok :0x24770011 [ 6812.665704] WCN: btwf dap is ready [ 6812.667995] WCN: read_core_reg ****R[0]: 0x0**** [ 6812.669144] WCN: read_core_reg ****R[1]: 0x0**** [ 6812.670487] WCN: read_core_reg ****R[2]: 0x8001000c**** [ 6812.671644] WCN: read_core_reg ****R[3]: 0x0**** [ 6812.672794] WCN: read_core_reg ****R[4]: 0x4083c000**** [ 6812.674078] WCN: read_core_reg ****R[5]: 0x1e694c**** [ 6812.675222] WCN: read_core_reg ****R[6]: 0x3**** [ 6812.676359] WCN: read_core_reg ****R[7]: 0x0**** [ 6812.677545] WCN: read_core_reg ****R[8]: 0x40130000**** [ 6812.678703] WCN: read_core_reg ****R[9]: 0x10d69c**** [ 6812.679842] WCN: read_core_reg ****R[10]: 0x40088000**** [ 6812.680985] WCN: read_core_reg ****R[11]: 0x1e6954**** [ 6812.682309] WCN: read_core_reg ****R[12]: 0x11fc64**** [ 6812.683457] WCN: read_core_reg ****R[13]: 0x1a0ef8**** [ 6812.684605] WCN: read_core_reg ****R[14]: 0x1e605b**** [ 6812.685831] WCN: read_core_reg ****R[15]: 0x1e67ee**** [ 6812.686971] WCN: read_core_reg ****R[16]: 0x6100000b**** [ 6812.688108] WCN: read_core_reg ****R[17]: 0x1a0ef8**** [ 6812.689248] WCN: read_core_reg ****R[18]: 0x117bd8**** [ 6812.689262] WCN: ------------[ ARM REG ]------------ [ 6812.689269] WCN: [R0 ] = 0x00000000 [ 6812.689278] WCN: [R1 ] = 0x00000000 [ 6812.689287] WCN: [R2 ] = 0x8001000c [ 6812.689295] WCN: [R3 ] = 0x00000000 [ 6812.689303] WCN: [R4 ] = 0x4083c000 [ 6812.689312] WCN: [R5 ] = 0x001e694c [ 6812.689320] WCN: [R6 ] = 0x00000003 [ 6812.689329] WCN: [R7 ] = 0x00000000 [ 6812.689337] WCN: [R8 ] = 0x40130000 [ 6812.689345] WCN: [R9 ] = 0x0010d69c [ 6812.689353] WCN: [R10] = 0x40088000 [ 6812.689362] WCN: [R11] = 0x001e6954 [ 6812.689371] WCN: [R12] = 0x0011fc64 [ 6812.689379] WCN: [R13] = 0x001a0ef8 [ 6812.689387] WCN: [R14] = 0x001e605b [ 6812.689395] WCN: [R15] = 0x001e67ee [ 6812.689403] WCN: [PSR] = 0x6100000b [ 6812.689412] WCN: [MSP] = 0x001a0ef8 [ 6812.689420] WCN: [PSP] = 0x00117bd8 [ 6812.689428] WCN: ------------[ ARM END ]------------ [ 6812.689874] WCN: marlin_hold_cpu reset reg val:0x0 [ 6812.690269] WCN: CP DCACHE ENABLE [ 6812.718084] WCN: section[0] [0x100000 0x1e73ff 0x240] [ 6812.718121] WCN: section[1] [0x40880000 0x40880053 0xe7640] [ 6812.718133] WCN: section[2] [0x4083c000 0x4083c353 0xe7694] [ 6812.718146] WCN: section[3] [0x40130000 0x401303ff 0xe79e8] [ 6812.718157] WCN: section[4] [0x40088000 0x4008828b 0xe7de8] [ 6812.718169] WCN: section[5] [0x40844200 0x40844343 0xe8074] [ 6812.718180] WCN: section[6] [0x40844000 0x40844047 0xe81b8] [ 6812.718192] WCN: section[7] [0x40140000 0x4014ffff 0xe8200] [ 6812.718203] WCN: section[8] [0x400f0000 0x400f011f 0xf8200] [ 6812.718214] WCN: section[9] [0x400f1000 0x400fe0ff 0xf8320] [ 6812.718226] WCN: section[10] [0x40300000 0x4034a7ff 0x105420] [ 6812.718238] WCN: section[11] [0x400a0000 0x400a0057 0x14fc20] [ 6812.718250] WCN: section[12] [0x400b0000 0x400b0387 0x14fc78] [ 6812.718261] WCN: section[13] [0x400b1000 0x400b1153 0x150000] [ 6812.718273] WCN: section[14] [0x400b2000 0x400b2a8b 0x150154] [ 6812.718284] WCN: section[15] [0x400b3000 0x400b30af 0x150be0] [ 6812.718295] WCN: section[16] [0x400b4000 0x400b4a6f 0x150c90] [ 6812.718307] WCN: section[17] [0x400b7000 0x400b7617 0x151700] [ 6812.718318] WCN: section[18] [0x40240000 0x402408f3 0x151d18] [ 6812.718329] WCN: section[19] [0x40246000 0x40246737 0x15260c] [ 6812.718341] WCN: section[20] [0x40248000 0x4024809f 0x152d44] [ 6812.718352] WCN: section[21] [0x4024a000 0x4024a21b 0x152de4] [ 6812.718364] WCN: section[22] [0x4024f000 0x4024f30f 0x153000] [ 6812.718375] WCN: section[23] [0x40200000 0x402001ff 0x153310] [ 6812.718386] WCN: section[24] [0x40204000 0x402041ff 0x153510] [ 6812.718398] WCN: section[25] [0x40208000 0x402092a3 0x153710] [ 6812.718409] WCN: section[26] [0x40200c00 0x4020c343 0x1549b4] [ 6812.718420] WCN: section[27] [0x40210000 0x40212fff 0x1600f8] [ 6812.718432] WCN: section[28] [0x40214000 0x40216fff 0x1630f8] [ 6812.718443] WCN: section[29] [0x40218000 0x402182cf 0x1660f8] [ 6812.718454] WCN: section[30] [0x4021c000 0x4021c5bf 0x1663c8] [ 6812.718466] WCN: section[31] [0x40241000 0x402413ff 0x166988] [ 6812.718478] WCN: section[32] [0x40242000 0x402423ff 0x166d88] [ 6812.718489] WCN: dumpmem_rx_callback [ 6812.722261] WCN: dumpmem_rx_callback [ 6812.722298] WCN_ERR: dumpmem_rx_callback open error no.-21 retry:1 [ 6812.726612] WCN: dumpmem_rx_callback [ 6812.730406] WCN: dumpmem_rx_callback [ 6812.734087] WCN: dumpmem_rx_callback [ 6812.737727] WCN: dumpmem_rx_callback [ 6812.741301] WCN: dumpmem_rx_callback [ 6812.745201] WCN: dumpmem_rx_callback [ 6812.749095] WCN: dumpmem_rx_callback [ 6812.752831] WCN: dumpmem_rx_callback [ 6812.756544] WCN: dumpmem_rx_callback [ 6812.760444] WCN: dumpmem_rx_callback [ 6812.764345] WCN: dumpmem_rx_callback [ 6812.767988] WCN: dumpmem_rx_callback [ 6812.771603] WCN: dumpmem_rx_callback [ 6812.775420] WCN: dumpmem_rx_callback [ 6812.779174] WCN: dumpmem_rx_callback [ 6812.782903] WCN: dumpmem_rx_callback [ 6812.786607] WCN: dumpmem_rx_callback [ 6812.790268] WCN: dumpmem_rx_callback [ 6812.793926] WCN: dumpmem_rx_callback [ 6812.797536] WCN: dumpmem_rx_callback [ 6812.801115] WCN: dumpmem_rx_callback [ 6812.805021] WCN: dumpmem_rx_callback [ 6812.808953] WCN: dumpmem_rx_callback [ 6812.834246] WCN: dumpmem_rx_callback [ 6812.838115] WCN: dumpmem_rx_callback [ 6812.919411] WCN: dumpmem_rx_callback [ 6812.923281] WCN: dumpmem_rx_callback [ 6812.951213] WCN: dumpmem_rx_callback [ 6812.951259] WCN: mdbg dump ram 947200 ok! [ 6812.951523] WCN: dumpmem_rx_callback [ 6812.951538] WCN: mdbg dump aon ahb 84 ok! [ 6812.951878] WCN: dumpmem_rx_callback [ 6812.951892] WCN: mdbg dump aon_apb 852 ok! [ 6812.952176] WCN: dumpmem_rx_callback [ 6812.952191] WCN: mdbg dump btwfahb 1024 ok! [ 6812.952497] WCN: dumpmem_rx_callback [ 6812.952511] WCN: mdbg dump btwfapb 652 ok! [ 6812.952768] WCN: dumpmem_rx_callback [ 6812.952781] WCN: mdbg dump aonclk 324 ok! [ 6812.953006] WCN: dumpmem_rx_callback [ 6812.953020] WCN: mdbg dump predivclk 72 ok! [ 6812.962557] WCN: dumpmem_rx_callback [ 6812.968142] WCN: dumpmem_rx_callback [ 6812.968189] WCN: mdbg dump sdio 65536 ok! [ 6812.968421] WCN: enable_cp_pll rd CLK_CTRL0 reg val:0x2fdf [ 6812.968839] WCN: enable_cp_pll enable CLK_CTRL0 val:0x2fdf [ 6812.969464] WCN: check_wifi_power_domain_ison CHIP_SLP reg val:0xc430 [ 6812.969488] WCN: WIFI MAC have power down [ 6812.971279] WCN: check_wifi_power_domain_ison WIFI_ENABLE reg val:0xa023 [ 6812.971315] WCN: WIFI_en and wifi_mac_en is disable [ 6812.972007] WCN: dumpmem_rx_callback [ 6812.976547] WCN: dumpmem_rx_callback [ 6812.979493] WCN: dumpmem_rx_callback [ 6812.983143] WCN: dumpmem_rx_callback [ 6812.986775] WCN: dumpmem_rx_callback [ 6812.991332] WCN: dumpmem_rx_callback [ 6812.994996] WCN: dumpmem_rx_callback [ 6812.998628] WCN: dumpmem_rx_callback [ 6813.002260] WCN: dumpmem_rx_callback [ 6813.005868] WCN: dumpmem_rx_callback [ 6813.009414] WCN: dumpmem_rx_callback [ 6813.014692] WCN: dumpmem_rx_callback [ 6813.018279] WCN: dumpmem_rx_callback [ 6813.021871] WCN: dumpmem_rx_callback [ 6813.021895] WCN: mdbg dump wifi 360448 ok! [ 6813.022129] WCN: dumpmem_rx_callback [ 6813.022143] WCN: dump cp reg section[11] ok! [ 6813.022490] WCN: dumpmem_rx_callback [ 6813.022508] WCN: dump cp reg section[12] ok! [ 6813.022824] WCN: dumpmem_rx_callback [ 6813.022839] WCN: dump cp reg section[13] ok! [ 6813.023408] WCN: dumpmem_rx_callback [ 6813.023422] WCN: dump cp reg section[14] ok! [ 6813.023641] WCN: dumpmem_rx_callback [ 6813.023655] WCN: dump cp reg section[15] ok! [ 6813.024195] WCN: dumpmem_rx_callback [ 6813.024209] WCN: dump cp reg section[16] ok! [ 6813.024623] WCN: dumpmem_rx_callback [ 6813.024636] WCN: dump cp reg section[17] ok! [ 6813.025234] WCN: dumpmem_rx_callback [ 6813.025247] WCN: mdbg dump fm 2748 ok! [ 6813.025791] WCN: dumpmem_rx_callback [ 6813.025806] WCN: mdbg dump btacc 2292 ok! [ 6813.026218] WCN: dumpmem_rx_callback [ 6813.026232] WCN: mdbg dump btjal 1848 ok! [ 6813.026448] WCN: dumpmem_rx_callback [ 6813.026462] WCN: mdbg dump bthab 160 ok! [ 6813.026733] WCN: dumpmem_rx_callback [ 6813.026746] WCN: mdbg dump btlejal 540 ok! [ 6813.140006] sdiohal err:dt read fail ret:-110, system_addr=0x4024f000 [ 6813.140636] sdiohal:sdio dump_aon_reg entry [ 6813.140738] sdiohal:pmu sdio status:[0x140]:0x6b [ 6813.140807] sdiohal:pmu sdio status:[0x141]:0x3c [ 6813.140871] sdiohal:pmu sdio status:[0x142]:0xe1 [ 6813.140936] sdiohal:pmu sdio status:[0x143]:0x0 [ 6813.141000] sdiohal:pmu sdio status:[0x144]:0x0 [ 6813.141065] sdiohal:pmu sdio status:[0x145]:0x0 [ 6813.141115] sdiohal:pmu sdio status:[0x146]:0x0 [ 6813.141165] sdiohal:pmu sdio status:[0x147]:0x0 [ 6813.141215] sdiohal:pmu sdio status:[0x148]:0x60 [ 6813.141266] sdiohal:pmu sdio status:[0x149]:0x0 [ 6813.141317] sdiohal:pmu sdio status:[0x14a]:0x0 [ 6813.141366] sdiohal:pmu sdio status:[0x14b]:0x0 [ 6813.141414] sdiohal:pmu sdio status:[0x14c]:0x0 [ 6813.141463] sdiohal:pmu sdio status:[0x14d]:0x0 [ 6813.141513] sdiohal:pmu sdio status:[0x14e]:0x0 [ 6813.141623] sdiohal:pmu sdio status:[0x14f]:0x0 [ 6813.141830] sdiohal:cm4d haddr 0:[0x144]:0x0 [ 6813.141885] sdiohal:cm4d haddr 0:[0x145]:0x60 [ 6813.141938] sdiohal:cm4d haddr 0:[0x146]:0x19 [ 6813.141990] sdiohal:cm4d haddr 0:[0x147]:0x0 [ 6813.142198] sdiohal:cm4i haddr 1:[0x144]:0xf8 [ 6813.142251] sdiohal:cm4i haddr 1:[0x145]:0x67 [ 6813.142302] sdiohal:cm4i haddr 1:[0x146]:0x1e [ 6813.142355] sdiohal:cm4i haddr 1:[0x147]:0x0 [ 6813.142556] sdiohal:cm4s haddr 2:[0x144]:0x4c [ 6813.142608] sdiohal:cm4s haddr 2:[0x145]:0x0 [ 6813.142660] sdiohal:cm4s haddr 2:[0x146]:0x1e [ 6813.142712] sdiohal:cm4s haddr 2:[0x147]:0x40 [ 6813.142913] sdiohal:dmaw haddr 3:[0x144]:0x0 [ 6813.142964] sdiohal:dmaw haddr 3:[0x145]:0x0 [ 6813.143016] sdiohal:dmaw haddr 3:[0x146]:0x0 [ 6813.143067] sdiohal:dmaw haddr 3:[0x147]:0x0 [ 6813.143270] sdiohal:dmar haddr 4:[0x144]:0x0 [ 6813.143323] sdiohal:dmar haddr 4:[0x145]:0x0 [ 6813.143376] sdiohal:dmar haddr 4:[0x146]:0x0 [ 6813.143427] sdiohal:dmar haddr 4:[0x147]:0x0 [ 6813.143640] sdiohal:aon_to_ahb haddr 5:[0x144]:0x0 [ 6813.143692] sdiohal:aon_to_ahb haddr 5:[0x145]:0x0 [ 6813.143743] sdiohal:aon_to_ahb haddr 5:[0x146]:0x0 [ 6813.143795] sdiohal:aon_to_ahb haddr 5:[0x147]:0x0 [ 6813.143998] sdiohal:axi_to_ahb haddr 6:[0x144]:0x4 [ 6813.144050] sdiohal:axi_to_ahb haddr 6:[0x145]:0xf0 [ 6813.144102] sdiohal:axi_to_ahb haddr 6:[0x146]:0x24 [ 6813.144153] sdiohal:axi_to_ahb haddr 6:[0x147]:0x40 [ 6813.144361] sdiohal:hready_status haddr 7:[0x144]:0xcf [ 6813.144415] sdiohal:hready_status haddr 7:[0x145]:0xff [ 6813.144467] sdiohal:hready_status haddr 7:[0x146]:0xf9 [ 6813.144519] sdiohal:hready_status haddr 7:[0x147]:0x50 [ 6813.144532] sdiohal:val:0xc [ 6813.144653] sdiohal:after reset hready status:[0x144]:0xcf [ 6813.144704] sdiohal:after reset hready status:[0x145]:0xff [ 6813.144752] sdiohal:after reset hready status:[0x146]:0xf9 [ 6813.144803] sdiohal:after reset hready status:[0x147]:0x50 [ 6813.144814] sdiohal:sdio dump_aon_reg end [ 6813.144821] sdiohal:sdiohal_abort [ 6813.144829] sdiohal:carddump flag set[1] [ 6813.144905] sdiohal:disable rx int for dump [ 6813.144914] sdiohal:chn8 tx push old, cmdid=72, mstime=6805981, record_time=6805982 [ 6813.144935] chn8 tx push old: 00 00 00 00 10 48 46 00 dd d9 67 00 00 00 00 00 .....HF...g..... [ 6813.144945] sdiohal:chn8 tx denq old, cmdid=72, mstime=6805981, record_time=6805982 [ 6813.144961] chn8 tx denq old: 00 23 00 08 10 48 46 00 dd d9 67 00 00 00 00 00 .#...HF...g..... [ 6813.144972] sdiohal:chn22 rx dispatch old, cmdid=5, mstime=6788866, record_time=6788867 [ 6813.144989] chn22 rx dispatch old: 3f 06 00 0a 00 05 0c 00 02 97 67 00 00 24 00 00 ?.........g..$.. [ 6813.144999] sdiohal:chn8 tx push new, cmdid=72, mstime=6809057, record_time=6809057 [ 6813.145015] chn8 tx push new: 00 00 00 00 10 48 46 00 e1 e5 67 00 00 00 00 00 .....HF...g..... [ 6813.145024] sdiohal:chn8 tx denq new, cmdid=72, mstime=6809057, record_time=6809057 [ 6813.145040] chn8 tx denq new: 00 23 00 08 10 48 46 00 e1 e5 67 00 00 00 00 00 .#...HF...g..... [ 6813.145049] sdiohal:chn22 rx dispatch new, cmdid=5, mstime=6788901, record_time=6788906 [ 6813.145066] chn22 rx dispatch new: bf 06 00 0a 00 05 0d 00 25 97 67 00 00 26 00 00 ........%.g..&.. [ 6813.145077] WCN_ERR: mdbg_dump_data dump memory error:-110 [ 6813.145652] WCN: mdbg dump bt modem 0 ok! [ 6813.145664] WCN_ERR: read HCI_ARM_WR_RD_MODE reg error:-1 [ 6813.146184] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.146674] WCN: mdbg dump bt_cmd buf 0 ok! [ 6813.146696] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.150664] WCN: mdbg dump btevent buf 0 ok! [ 6813.150702] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.151207] WCN: mdbg dump bt_lmp_tx_buf 0 ok! [ 6813.151229] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.151717] WCN: mdbg dump bt_lmp_rx_buf 0 ok! [ 6813.151739] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.152227] WCN: mdbg dump bt_acl_tx_buf0 ok! [ 6813.152249] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.152736] WCN: mdbg dump bt_acl_rx_buf 0 ok! [ 6813.152757] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.153244] WCN: mdbg dump bt_sco_tx_buf 0 ok! [ 6813.153265] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.153790] WCN: mdbg dump bt_sco_rx_buf 0 ok! [ 6813.153817] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.154309] WCN: mdbg dump bt_bb_tx_buf 0 ok! [ 6813.154330] WCN_ERR: mdbg_dump_data dump memory error:-1 [ 6813.154818] WCN: mdbg dump bt_bb_rx_buf 0 ok! [ 6813.201603] WCN: dumpmem_rx_callback [ 6813.201629] WCN: dump str finish! [ 6813.201637] WCN: mdbg dump memory finish [ 6813.201733] sprdwl:sprdwl_atcmd_assert ctx_id:0, cmd_id:72, reason:3, cp_asserted:1 [ 6813.202462] sprdwl:sprdwl_atcmd_assert ctx_id:0, cmd_id:72, reason:3, cp_asserted:1 [ 6814.325605] ------------[ cut here ]------------ [ 6814.325632] NETDEV WATCHDOG: wlan0 (unisoc_wifi): transmit queue 0 timed out [ 6814.325759] WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:478 dev_watchdog+0x390/0x398 [ 6814.325798] Modules linked in: tls tcp_diag inet_diag xt_nat xt_tcpudp veth wireguard libchacha20poly1305 poly1305_neon libcurve25519_generic ip6_udp_tunnel udp_tunnel xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo nft_counter xt_addrtype nft_compat nf_tables nfnetlink br_netfilter bridge aufs algif_hash algif_skcipher af_alg bnep hci_uart btqca btrtl btbcm btintel bluetooth dw_hdmi_i2s_audio dw_hdmi_cec snd_soc_hdmi_codec hantro_vpu(C) rockchip_vdec(C) rockchip_iep v4l2_h264 rockchip_rga videobuf2_dma_contig v4l2_mem2mem videobuf2_dma_sg videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 snd_soc_simple_card snd_soc_rockchip_i2s fusb302 videobuf2_common snd_soc_es8316 snd_soc_rockchip_pcm snd_soc_simple_card_utils tcpm snd_soc_core typec snd_pcm_dmaengine snd_pcm videodev snd_timer mc snd soundcore cpufreq_dt lz4hc lz4 sch_fq_codel zram sprdwl_ng cfg80211 sprdbt_tty rfkill ramoops pstore_blk reed_solomon [ 6814.326338] pstore_zone ip_tables x_tables autofs4 panfrost motorcomm gpu_sched dwmac_rk stmmac_platform stmmac pwm_bl pcs_xpcs adc_keys [ 6814.326430] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G C 5.15.80-rockchip64 #22.11.1 [ 6814.326448] Hardware name: OrangePi 4 LTS (DT) [ 6814.326458] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 6814.326475] pc : dev_watchdog+0x390/0x398 [ 6814.326493] lr : dev_watchdog+0x390/0x398 [ 6814.326509] sp : ffff800009de3d60 [ 6814.326516] x29: ffff800009de3d60 x28: ffff000008c4dc80 x27: 0000000000000004 [ 6814.326545] x26: 0000000000000140 x25: 00000000ffffffff x24: 0000000000000003 [ 6814.326573] x23: ffff800009a97000 x22: ffff000008d6141c x21: ffff000008d61000 [ 6814.326601] x20: ffff000008d614c0 x19: 0000000000000000 x18: 0000000000000000 [ 6814.326629] x17: ffff8000ee035000 x16: ffff800009de4000 x15: 000000000000096d [ 6814.326656] x14: ffff800009de3a70 x13: 00000000ffffffea x12: ffff800009b2fd10 [ 6814.326685] x11: 0000000000000003 x10: ffff800009b17cd0 x9 : ffff800009b17d28 [ 6814.326713] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : 0000000000000001 [ 6814.326740] x5 : ffff8000ee035000 x4 : 0000000000000000 x3 : 0000000000000103 [ 6814.326767] x2 : 0000000000000102 x1 : 01cf58aa292ccd00 x0 : 0000000000000000 [ 6814.326795] Call trace: [ 6814.326803] dev_watchdog+0x390/0x398 [ 6814.326821] call_timer_fn+0x30/0x1d0 [ 6814.326840] run_timer_softirq+0x27c/0x518 [ 6814.326855] _stext+0x160/0x3f8 [ 6814.326870] irq_exit+0xc8/0x100 [ 6814.326890] handle_domain_irq+0x94/0xd8 [ 6814.326909] gic_handle_irq+0xb8/0x134 [ 6814.326925] call_on_irq_stack+0x28/0x54 [ 6814.326942] do_interrupt_handler+0x58/0x68 [ 6814.326958] el1_interrupt+0x30/0x78 [ 6814.326974] el1h_64_irq_handler+0x18/0x28 [ 6814.326988] el1h_64_irq+0x74/0x78 [ 6814.327001] arch_cpu_idle+0x18/0x28 [ 6814.327016] default_idle_call+0x40/0x184 [ 6814.327037] do_idle+0x1fc/0x270 [ 6814.327054] cpu_startup_entry+0x24/0x68 [ 6814.327070] secondary_start_kernel+0x154/0x168 [ 6814.327089] __secondary_switched+0x90/0x94 [ 6814.327105] ---[ end trace acf1365498026f79 ]--- My wife use 2.4 and 5 GHz. Please help me to fix this problem. Thank you!
  13. It´s a little time ago. But i think i have hardware acceleration working under ubuntu-desktop. Or let i say so: by glxinfo -B i read the following: name of display: :0 display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: Panfrost (0xffffffff) Device: Mali-G610 (Panfrost) (0xffffffff) Version: 23.0.0 Accelerated: yes Video memory: 7689MB Unified memory: yes Preferred profile: compat (0x2) Max core profile version: 0.0 Max compat profile version: 3.0 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1 OpenGL vendor string: Panfrost OpenGL renderer string: Mali-G610 (Panfrost) OpenGL version string: 3.0 Mesa 23.0.0-devel OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL ES profile version string: OpenGL ES 3.1 Mesa 23.0.0-devel OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10 But everything what i do. Under chromium Hardware-accelerated video encode is always under chrome://flags unavailable . Not available on your platform. But the same is the situation on my Dell laptop. And it looks like that youtube plays a lot smoother... Anyone else: is it possible to integrate this driver in the release?
  14. @jock just restarted after manually updating and upgrading, typed in sudo dmesg, and I got : [sudo] password for fred: [ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Linux version 5.15.74-rockchip (root@b0213a356260) (arm-linux-gnueabihf-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) #22.08.6 SMP PREEMPT Tue Oct 18 06:40:37 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Rockchip RK3288 Asus Tinker Board S [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 16 MiB at 0x7f000000 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x000000002fffffff] [ 0.000000] HighMem [mem 0x0000000030000000-0x000000007fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] percpu: Embedded 16 pages/cpu s35864 r8192 d21480 u65536 [ 0.000000] pcpu-alloc: s35864 r8192 d21480 u65536 alloc=16*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000] Kernel command line: earlyprintk root=UUID=f9fb36c8-4f0d-4244-ac3a-88a7f7768e83 rootwait rootfstype=ext4 splash=verbose console=ttyS2,115200n8 console=tty1 consoleblank=0 loglevel=1 ubootpart=bbb7cd32-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 "earlyprintk splash=verbose ubootpart=bbb7cd32-01 cgroup_enable=memory cgroup_memory=1", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] allocated 2097152 bytes of page_ext [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 2015788K/2097152K available (15360K kernel code, 1956K rwdata, 3128K rodata, 1024K init, 557K bss, 64980K reserved, 16384K cma-reserved, 1294336K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 46824 entries in 138 pages [ 0.000000] ftrace: allocated 138 pages with 3 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 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] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000024] Switching to timer-based delay loop, resolution 41ns [ 0.002010] Console: colour dummy device 80x30 [ 0.002078] printk: console [tty1] enabled [ 0.002137] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.002160] pid_max: default: 32768 minimum: 301 [ 0.002316] LSM: Security Framework initializing [ 0.002340] Yama: becoming mindful. [ 0.002490] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.002516] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.003810] CPU: Testing write buffer coherency: ok [ 0.003876] CPU0: Spectre v2: using BPIALL workaround [ 0.004239] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 [ 0.006503] Setting up static identity map for 0x100000 - 0x100060 [ 0.006730] rcu: Hierarchical SRCU implementation. [ 0.007909] smp: Bringing up secondary CPUs ... [ 0.010155] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 [ 0.010177] CPU1: Spectre v2: using BPIALL workaround [ 0.012576] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 [ 0.012598] CPU2: Spectre v2: using BPIALL workaround [ 0.014975] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 [ 0.014997] CPU3: Spectre v2: using BPIALL workaround [ 0.015227] smp: Brought up 1 node, 4 CPUs [ 0.015248] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.015264] CPU: All CPU(s) started in SVC mode. [ 0.016288] devtmpfs: initialized [ 0.032824] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 [ 0.033151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.033183] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.034144] pinctrl core: initialized pinctrl subsystem [ 0.036110] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.039585] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.040518] audit: initializing netlink subsys (disabled) [ 0.040788] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1 [ 0.042215] thermal_sys: Registered thermal governor 'step_wise' [ 0.043072] cpuidle: using governor ladder [ 0.043133] cpuidle: using governor menu [ 0.044430] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.044450] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.078847] platform ff980000.hdmi: Fixing up cyclic dependency with ff930000.vop [ 0.126130] Kprobes globally optimized [ 0.209053] raid6: neonx8 gen() 975 MB/s [ 0.277274] raid6: neonx8 xor() 615 MB/s [ 0.345503] raid6: neonx4 gen() 1100 MB/s [ 0.413723] raid6: neonx4 xor() 721 MB/s [ 0.482001] raid6: neonx2 gen() 1077 MB/s [ 0.550218] raid6: neonx2 xor() 839 MB/s [ 0.618481] raid6: neonx1 gen() 769 MB/s [ 0.686715] raid6: neonx1 xor() 710 MB/s [ 0.755021] raid6: int32x8 gen() 236 MB/s [ 0.823202] raid6: int32x8 xor() 135 MB/s [ 0.891600] raid6: int32x4 gen() 248 MB/s [ 0.959760] raid6: int32x4 xor() 150 MB/s [ 1.028028] raid6: int32x2 gen() 250 MB/s [ 1.096230] raid6: int32x2 xor() 119 MB/s [ 1.164541] raid6: int32x1 gen() 240 MB/s [ 1.232763] raid6: int32x1 xor() 94 MB/s [ 1.232777] raid6: using algorithm neonx4 gen() 1100 MB/s [ 1.232788] raid6: .... xor() 721 MB/s, rmw enabled [ 1.232797] raid6: using neon recovery algorithm [ 1.234485] iommu: Default domain type: Translated [ 1.234503] iommu: DMA domain TLB invalidation policy: strict mode [ 1.240068] SCSI subsystem initialized [ 1.240389] usbcore: registered new interface driver usbfs [ 1.240475] usbcore: registered new interface driver hub [ 1.240545] usbcore: registered new device driver usb [ 1.240729] mc: Linux media interface: v0.10 [ 1.240784] videodev: Linux video capture interface: v2.00 [ 1.240945] pps_core: LinuxPPS API ver. 1 registered [ 1.240957] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.240986] PTP clock support registered [ 1.242514] Bluetooth: Core ver 2.22 [ 1.242584] NET: Registered PF_BLUETOOTH protocol family [ 1.242596] Bluetooth: HCI device and connection manager initialized [ 1.242617] Bluetooth: HCI socket layer initialized [ 1.242635] Bluetooth: L2CAP socket layer initialized [ 1.242671] Bluetooth: SCO socket layer initialized [ 1.242723] NetLabel: Initializing [ 1.242732] NetLabel: domain hash size = 128 [ 1.242742] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.242852] NetLabel: unlabeled traffic allowed by default [ 1.244094] clocksource: Switched to clocksource arch_sys_counter [ 1.392670] VFS: Disk quotas dquot_6.6.0 [ 1.392778] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.393011] FS-Cache: Loaded [ 1.393303] CacheFiles: Loaded [ 1.409892] NET: Registered PF_INET protocol family [ 1.410185] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 1.412127] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 12288 bytes, linear) [ 1.412188] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.412216] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 1.412346] TCP bind hash table entries: 8192 (order: 5, 163840 bytes, linear) [ 1.412641] TCP: Hash tables configured (established 8192 bind 8192) [ 1.412796] UDP hash table entries: 512 (order: 2, 24576 bytes, linear) [ 1.412867] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes, linear) [ 1.413252] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.415231] Trying to unpack rootfs image as initramfs... [ 1.420364] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available [ 1.672494] Initialise system trusted keyrings [ 1.672920] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 1.681994] zbud: loaded [ 1.684188] SGI XFS with ACLs, security attributes, realtime, scrub, quota, no debug enabled [ 1.846493] xor: measuring software checksum speed [ 1.855632] arm4regs : 1086 MB/sec [ 1.867742] 8regs : 813 MB/sec [ 1.879895] 32regs : 811 MB/sec [ 1.886740] neon : 1447 MB/sec [ 1.886754] xor: using function: neon (1447 MB/sec) [ 1.886773] Key type asymmetric registered [ 1.886784] Asymmetric key parser 'x509' registered [ 1.886962] bounce: pool size: 64 pages [ 1.887054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 1.887362] io scheduler mq-deadline registered [ 1.887378] io scheduler kyber registered [ 1.898584] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.898612] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 [ 1.899979] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 1.900002] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 [ 1.902075] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled [ 1.905970] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 42, base_baud = 1500000) is a 16550A [ 1.906293] serial serial0: tty port ttyS0 registered [ 1.907711] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 43, base_baud = 1500000) is a 16550A [ 1.909382] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 44, base_baud = 1500000) is a 16550A [ 1.909753] printk: console [ttyS2] enabled [ 1.911323] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 45, base_baud = 1500000) is a 16550A [ 1.912928] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 46, base_baud = 1500000) is a 16550A [ 1.916312] rockchip-vop ff930000.vop: Adding to iommu group 1 [ 1.917498] rockchip-vop ff940000.vop: Adding to iommu group 2 [ 1.923468] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc106e0b8) [ 1.924209] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc106e0b8) [ 1.925116] usbcore: registered new interface driver udl [ 1.934015] brd: module loaded [ 1.947513] loop: module loaded [ 1.950092] rockchip-spi ff130000.spi: cs1 >= max 1 [ 1.950115] spi_master spi2: spi_device register error /spi@ff130000/spidev@1 [ 1.950158] spi_master spi2: Failed to create SPI device for /spi@ff130000/spidev@1 [ 1.953472] tun: Universal TUN/TAP device driver, 1.6 [ 1.953751] CAN device driver interface [ 1.956477] usbcore: registered new interface driver rt2500usb [ 1.956553] usbcore: registered new interface driver rt73usb [ 1.956650] usbcore: registered new interface driver rt2800usb [ 1.956744] usbcore: registered new interface driver rtl8xxxu [ 1.956824] usbcore: registered new interface driver rndis_wlan [ 1.956888] usbcore: registered new interface driver cdc_ether [ 1.956948] usbcore: registered new interface driver rndis_host [ 1.957585] dwc2 ff540000.usb: supply vusb_d not found, using dummy regulator [ 1.957820] dwc2 ff540000.usb: supply vusb_a not found, using dummy regulator [ 2.016744] dwc2 ff540000.usb: DWC OTG Controller [ 2.016793] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1 [ 2.016856] dwc2 ff540000.usb: irq 53, io mem 0xff540000 [ 2.017222] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.017247] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.017263] usb usb1: Product: DWC OTG Controller [ 2.017276] usb usb1: Manufacturer: Linux 5.15.74-rockchip dwc2_hsotg [ 2.017289] usb usb1: SerialNumber: ff540000.usb [ 2.018184] hub 1-0:1.0: USB hub found [ 2.018264] hub 1-0:1.0: 1 port detected [ 2.019415] dwc2 ff580000.usb: supply vusb_d not found, using dummy regulator [ 2.019657] dwc2 ff580000.usb: supply vusb_a not found, using dummy regulator [ 2.148204] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM [ 2.149135] dwc2 ff580000.usb: DWC OTG Controller [ 2.149179] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2 [ 2.149235] dwc2 ff580000.usb: irq 54, io mem 0xff580000 [ 2.149587] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.149610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.149627] usb usb2: Product: DWC OTG Controller [ 2.149640] usb usb2: Manufacturer: Linux 5.15.74-rockchip dwc2_hsotg [ 2.149653] usb usb2: SerialNumber: ff580000.usb [ 2.150509] hub 2-0:1.0: USB hub found [ 2.150588] hub 2-0:1.0: 1 port detected [ 2.153547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.153566] ehci-platform: EHCI generic platform driver [ 2.154068] ehci-platform ff500000.usb: EHCI Host Controller [ 2.154390] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3 [ 2.155027] ehci-platform ff500000.usb: irq 52, io mem 0xff500000 [ 2.320165] usb 1-1: new high-speed USB device number 2 using dwc2 [ 2.336192] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00 [ 2.336542] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.336567] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.336584] usb usb3: Product: EHCI Host Controller [ 2.336598] usb usb3: Manufacturer: Linux 5.15.74-rockchip ehci_hcd [ 2.336611] usb usb3: SerialNumber: ff500000.usb [ 2.337476] hub 3-0:1.0: USB hub found [ 2.337551] hub 3-0:1.0: 1 port detected [ 2.338804] usbcore: registered new interface driver usb-storage [ 2.339679] usbcore: registered new interface driver iforce [ 2.339804] usbcore: registered new interface driver xpad [ 2.339966] usbcore: registered new interface driver usbtouchscreen [ 2.340726] i2c_dev: i2c /dev entries driver [ 2.351041] usbcore: registered new interface driver bfusb [ 2.351141] usbcore: registered new interface driver btusb [ 2.351948] sdhci: Secure Digital Host Controller Interface driver [ 2.351960] sdhci: Copyright(c) Pierre Ossman [ 2.351967] Synopsys Designware Multimedia Card Interface Driver [ 2.353332] dwmmc_rockchip ff0f0000.mmc: IDMAC supports 32-bit address mode. [ 2.353623] dwmmc_rockchip ff0f0000.mmc: Using internal DMA controller. [ 2.353647] dwmmc_rockchip ff0f0000.mmc: Version ID is 270a [ 2.353740] dwmmc_rockchip ff0f0000.mmc: DW MMC controller at irq 36,32 bit host data width,256 deep fifo [ 2.354026] mmc_host mmc0: card is non-removable. [ 2.354581] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.355285] ledtrig-cpu: registered to indicate activity on CPUs [ 2.355396] hid: raw HID events driver (C) Jiri Kosina [ 2.355803] usbcore: registered new interface driver usbhid [ 2.355819] usbhid: USB HID core driver [ 2.356256] ashmem: initialized [ 2.359656] NET: Registered PF_INET6 protocol family [ 2.362122] Segment Routing with IPv6 [ 2.362203] In-situ OAM (IOAM) with IPv6 [ 2.362334] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.364192] NET: Registered PF_PACKET protocol family [ 2.364281] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.364295] can: controller area network core [ 2.364391] NET: Registered PF_CAN protocol family [ 2.364632] Bluetooth: RFCOMM TTY layer initialized [ 2.364659] Bluetooth: RFCOMM socket layer initialized [ 2.364697] Bluetooth: RFCOMM ver 1.11 [ 2.364726] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.364749] Bluetooth: HIDP socket layer initialized [ 2.364982] 8021q: 802.1Q VLAN Support v1.8 [ 2.365038] lib80211: common routines for IEEE802.11 drivers [ 2.365051] lib80211_crypt: registered algorithm 'NULL' [ 2.365062] lib80211_crypt: registered algorithm 'WEP' [ 2.365072] lib80211_crypt: registered algorithm 'CCMP' [ 2.365082] lib80211_crypt: registered algorithm 'TKIP' [ 2.365132] Key type dns_resolver registered [ 2.365636] ThumbEE CPU extension supported. [ 2.365659] Registering SWP/SWPB emulation handler [ 2.366886] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 2.367054] Loading compiled-in X.509 certificates [ 2.375806] zswap: loaded using pool zstd/z3fold [ 2.377135] Key type ._fscrypt registered [ 2.377154] Key type .fscrypt registered [ 2.377163] Key type fscrypt-provisioning registered [ 2.378980] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 2.435365] rockchip-drm display-subsystem: bound ff930000.vop (ops 0xc106e0b8) [ 2.435972] rockchip-drm display-subsystem: bound ff940000.vop (ops 0xc106e0b8) [ 2.436349] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY) [ 2.437445] rockchip-drm display-subsystem: bound ff980000.hdmi (ops 0xc10717e4) [ 2.437972] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 2.438908] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0 [ 2.455758] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.557687] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98 [ 2.557721] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.557737] usb 1-1: Product: USB2.0 Hub [ 2.558778] hub 1-1:1.0: USB hub found [ 2.559145] hub 1-1:1.0: 4 ports detected [ 2.912142] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 3.154054] Freeing initrd memory: 20216K [ 3.185382] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.203043] Freeing unused kernel image (initmem) memory: 1024K [ 3.220586] Run /init as init process [ 3.220601] with arguments: [ 3.220608] /init [ 3.220616] earlyprintk [ 3.220624] with environment: [ 3.220631] HOME=/ [ 3.220638] TERM=linux [ 3.220646] splash=verbose [ 3.220653] ubootpart=bbb7cd32-01 [ 3.220660] cgroup_enable=memory [ 3.220667] cgroup_memory=1 [ 3.412172] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 3.426087] mmc_host mmc0: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0) [ 3.460290] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 3.544157] usb 3-1: new high-speed USB device number 2 using ehci-platform [ 3.918006] usb 3-1: config 1 has an invalid interface number: 255 but max is 6 [ 3.918039] usb 3-1: config 1 has no interface number 6 [ 3.919472] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a, bcdDevice= 0.00 [ 3.919498] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 3.919515] usb 3-1: Product: USB Audio [ 3.919529] usb 3-1: Manufacturer: Generic [ 3.919541] usb 3-1: SerialNumber: 201405280001 [ 3.972905] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 4.297113] rockchip-gpio ff750000.gpio0: probed /pinctrl/gpio0@ff750000 [ 4.298183] rockchip-gpio ff780000.gpio1: probed /pinctrl/gpio1@ff780000 [ 4.306698] rk808 0-001b: chip id: 0x0 [ 4.323622] rockchip-gpio ff790000.gpio2: probed /pinctrl/gpio2@ff790000 [ 4.324745] rockchip-gpio ff7a0000.gpio3: probed /pinctrl/gpio3@ff7a0000 [ 4.325581] rockchip-gpio ff7b0000.gpio4: probed /pinctrl/gpio4@ff7b0000 [ 4.328021] rockchip-gpio ff7c0000.gpio5: probed /pinctrl/gpio5@ff7c0000 [ 4.328566] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.333046] rockchip-gpio ff7d0000.gpio6: probed /pinctrl/gpio6@ff7d0000 [ 4.333524] vdd_arm: supplied by vcc_sys [ 4.334882] rockchip-gpio ff7e0000.gpio7: probed /pinctrl/gpio7@ff7e0000 [ 4.335459] vdd_gpu: supplied by vcc_sys [ 4.336058] vcc_ddr: supplied by vcc_sys [ 4.339092] vcc_io: supplied by vcc_sys [ 4.340299] vcc18_ldo1: supplied by vcc_sys [ 4.340788] rockchip-gpio ff7f0000.gpio8: probed /pinctrl/gpio8@ff7f0000 [ 4.342520] vcc33_mipi: supplied by vcc_sys [ 4.344115] vdd_10: supplied by vcc_sys [ 4.348447] vcc18_codec: supplied by vcc_io [ 4.349957] vccio_sd: supplied by vcc_io [ 4.351531] vdd10_lcd: supplied by vcc_io [ 4.352984] vcc_18: supplied by vcc_sys [ 4.354661] vcc18_lcd: supplied by vcc_sys [ 4.355931] vcc33_sd: supplied by vcc_io [ 4.356809] vcc33_lan: supplied by vcc_io [ 4.361860] rk808-rtc rk808-rtc: registered as rtc0 [ 4.362531] rk808-rtc rk808-rtc: setting system clock to 2022-12-31T12:08:53 UTC (1672488533) [ 4.365427] dwmmc_rockchip ff0c0000.mmc: IDMAC supports 32-bit address mode. [ 4.367236] dwmmc_rockchip ff0d0000.mmc: IDMAC supports 32-bit address mode. [ 4.371289] vcc_sd: supplied by vcc_io [ 4.377722] panfrost ffa30000.gpu: clock rate = 400000000 [ 4.382191] panfrost ffa30000.gpu: [drm:panfrost_devfreq_init [panfrost]] Failed to register cooling device [ 4.382308] panfrost ffa30000.gpu: mali-t760 id 0x750 major 0x0 minor 0x0 status 0x1 [ 4.382332] panfrost ffa30000.gpu: features: 00000000,100277bf, issues: 00000000,24040400 [ 4.382350] panfrost ffa30000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 [ 4.382373] panfrost ffa30000.gpu: shader_present=0xf l2_present=0x1 [ 4.384934] [drm] Initialized panfrost 1.2.0 20180908 for ffa30000.gpu on minor 1 [ 4.386233] rk_gmac-dwmac ff290000.ethernet: IRQ eth_lpi not found [ 4.386419] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock [ 4.386806] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input). [ 4.386831] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30). [ 4.386848] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10). [ 4.386872] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no). [ 4.386986] rk_gmac-dwmac ff290000.ethernet: cannot get clock clk_mac_speed [ 4.387001] rk_gmac-dwmac ff290000.ethernet: clock input from PHY [ 4.392031] rk_gmac-dwmac ff290000.ethernet: init for RGMII [ 4.392477] rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35 [ 4.392506] rk_gmac-dwmac ff290000.ethernet: DWMAC1000 [ 4.392520] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported [ 4.392533] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported [ 4.392545] rk_gmac-dwmac ff290000.ethernet: COE Type 2 [ 4.392557] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported [ 4.392569] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported [ 4.392847] rk_gmac-dwmac ff290000.ethernet: Normal descriptors [ 4.392866] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled [ 4.392878] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 4.472936] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 4.476893] input: Generic USB Audio Consumer Control as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input1 [ 4.477178] dwmmc_rockchip ff0c0000.mmc: Using internal DMA controller. [ 4.477224] dwmmc_rockchip ff0c0000.mmc: Version ID is 270a [ 4.477332] dwmmc_rockchip ff0c0000.mmc: DW MMC controller at irq 34,32 bit host data width,256 deep fifo [ 4.478250] dwmmc_rockchip ff0d0000.mmc: Using internal DMA controller. [ 4.478277] dwmmc_rockchip ff0d0000.mmc: Version ID is 270a [ 4.478372] dwmmc_rockchip ff0d0000.mmc: DW MMC controller at irq 35,32 bit host data width,256 deep fifo [ 4.478719] mmc_host mmc1: card is polling. [ 4.479611] dwmmc_rockchip ff0d0000.mmc: allocated mmc-pwrseq [ 4.479635] mmc_host mmc2: card is non-removable. [ 4.486873] mmc_host mmc0: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0) [ 4.491769] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 4.492275] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 4.522634] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) [ 4.530297] mmc2: new high speed SDIO card at address 0001 [ 4.544675] input: Generic USB Audio as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input2 [ 4.545590] hid-generic 0003:0BDA:481A.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255 [ 4.556132] usb 1-1.1: new high-speed USB device number 3 using dwc2 [ 4.557912] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0) [ 4.681128] usb 1-1.1: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 4.681186] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.681230] usb 1-1.1: Product: Ultra Fit [ 4.681260] usb 1-1.1: Manufacturer: SanDisk [ 4.681274] usb 1-1.1: SerialNumber: 0101ba1cebf0c39bfa3ef8ad7e1961a7309ebb034173d2c222c7034510eff437c28b00000000000000000000dacbae6500954a00835581079b270e20 [ 4.682730] usb-storage 1-1.1:1.0: USB Mass Storage device detected [ 5.036193] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 5.297852] dwmmc_rockchip ff0c0000.mmc: Successfully tuned phase to 270 [ 5.297897] mmc1: new ultra high speed SDR104 SDHC card at address 0001 [ 5.299694] mmcblk1: mmc1:0001 SD16G 29.2 GiB [ 5.304784] mmcblk1: p1 [ 5.508239] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bus:phy_addr=stmmac-0:00, irq=POLL) [ 5.508272] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bus:phy_addr=stmmac-0:01, irq=POLL) [ 5.536224] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 5.536926] scsi host0: usb-storage 1-1.1:1.0 [ 5.550690] mmc_host mmc0: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1) [ 5.552733] usbcore: registered new interface driver uas [ 5.616120] usb 1-1.2: new high-speed USB device number 4 using dwc2 [ 5.734063] usb 1-1.2: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 5.734089] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.734106] usb 1-1.2: Product: Ultra Fit [ 5.734119] usb 1-1.2: Manufacturer: SanDisk [ 5.734132] usb 1-1.2: SerialNumber: 01011eacc9793e9e3b06499bd8aa9c2104f564eec2f1289bc8fd59a5665636be3feb000000000000000000002c6e897c0091630083558107ba2761db [ 5.735302] usb-storage 1-1.2:1.0: USB Mass Storage device detected [ 5.736361] scsi host1: usb-storage 1-1.2:1.0 [ 5.816108] usb 1-1.3: new high-speed USB device number 5 using dwc2 [ 5.933684] usb 1-1.3: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 5.933710] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5.933727] usb 1-1.3: Product: Ultra Fit [ 5.933740] usb 1-1.3: Manufacturer: SanDisk [ 5.933752] usb 1-1.3: SerialNumber: 0101275af3c5d40dee8a788755124894cdafd86d0e8c93943c4d23f5c8711c79ed1800000000000000000000a43fd618009b4a00835581079b270e39 [ 5.934882] usb-storage 1-1.3:1.0: USB Mass Storage device detected [ 5.935752] scsi host2: usb-storage 1-1.3:1.0 [ 6.016110] usb 1-1.4: new high-speed USB device number 6 using dwc2 [ 6.108656] dwmmc_rockchip ff0f0000.mmc: Busy; trying anyway [ 6.133997] usb 1-1.4: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00 [ 6.134023] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 6.134040] usb 1-1.4: Product: Ultra Fit [ 6.134053] usb 1-1.4: Manufacturer: SanDisk [ 6.134065] usb 1-1.4: SerialNumber: 0101459b01e535921d4221661fde51aeadad5e51ee4c523312507cd4c48f5bd54a2b00000000000000000000989a0326000c630083558107ba2763fa [ 6.135305] usb-storage 1-1.4:1.0: USB Mass Storage device detected [ 6.136416] scsi host3: usb-storage 1-1.4:1.0 [ 6.193977] dwmmc_rockchip ff0c0000.mmc: Successfully tuned phase to 269 [ 6.312128] random: crng init done [ 6.608678] mmc_host mmc0: Timeout sending command (cmd 0x202000 arg 0x0 status 0x80202000) [ 6.609943] scsi 0:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 6.612433] sd 0:0:0:0: [sda] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 6.614277] sd 0:0:0:0: [sda] Write Protect is off [ 6.614301] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 [ 6.615138] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.632920] sda: sda1 [ 6.638285] sd 0:0:0:0: [sda] Attached SCSI removable disk [ 6.757455] scsi 1:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 6.759706] sd 1:0:0:0: [sdb] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 6.761412] sd 1:0:0:0: [sdb] Write Protect is off [ 6.761435] sd 1:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 6.762161] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.779575] sdb: sdb1 [ 6.784672] sd 1:0:0:0: [sdb] Attached SCSI removable disk [ 6.952552] scsi 2:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 6.957172] sd 2:0:0:0: [sdc] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 6.958919] sd 2:0:0:0: [sdc] Write Protect is off [ 6.958944] sd 2:0:0:0: [sdc] Mode Sense: 43 00 00 00 [ 6.959657] sd 2:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 6.976462] sdc: sdc1 [ 6.980567] sd 2:0:0:0: [sdc] Attached SCSI removable disk [ 7.141205] scsi 3:0:0:0: Direct-Access SanDisk Ultra Fit 1.00 PQ: 0 ANSI: 6 [ 7.143717] sd 3:0:0:0: [sdd] 240353280 512-byte logical blocks: (123 GB/115 GiB) [ 7.145687] sd 3:0:0:0: [sdd] Write Protect is off [ 7.145710] sd 3:0:0:0: [sdd] Mode Sense: 43 00 00 00 [ 7.146950] sd 3:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 7.164226] sdd: sdd1 [ 7.168776] sd 3:0:0:0: [sdd] Attached SCSI removable disk [ 7.463839] md: kicking non-fresh sdb1 from array! [ 7.491056] async_tx: api initialized (async) [ 7.505565] md/raid:md0: device sdd1 operational as raid disk 3 [ 7.505590] md/raid:md0: device sdc1 operational as raid disk 2 [ 7.505602] md/raid:md0: device sda1 operational as raid disk 0 [ 7.509506] md/raid:md0: raid level 5 active with 3 out of 4 devices, algorithm 2 [ 7.522674] md0: detected capacity change from 0 to 720654336 [ 8.762459] dw-apb-uart ff690000.serial: forbid DMA for kernel console [ 9.288430] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none. [ 10.027322] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 10.028985] systemd[1]: Detected architecture arm. [ 10.033291] systemd[1]: Hostname set to <tinkerboard>. [ 11.718271] systemd[1]: Queued start job for default target Graphical Interface. [ 11.728207] systemd[1]: Created slice Slice /system/modprobe. [ 11.732775] systemd[1]: Created slice Slice /system/serial-getty. [ 11.735742] systemd[1]: Created slice User and Session Slice. [ 11.736990] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 11.739447] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 11.740836] systemd[1]: Reached target Remote File Systems. [ 11.741156] systemd[1]: Reached target Slice Units. [ 11.741621] systemd[1]: Reached target Swaps. [ 11.742037] systemd[1]: Reached target System Time Set. [ 11.743072] systemd[1]: Reached target Local Verity Protected Volumes. [ 11.744986] systemd[1]: Listening on Syslog Socket. [ 11.746406] systemd[1]: Listening on fsck to fsckd communication Socket. [ 11.747243] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 11.749448] systemd[1]: Listening on Journal Audit Socket. [ 11.750803] systemd[1]: Listening on Journal Socket (/dev/log). [ 11.752560] systemd[1]: Listening on Journal Socket. [ 11.754523] systemd[1]: Listening on udev Control Socket. [ 11.755877] systemd[1]: Listening on udev Kernel Socket. [ 11.757293] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 11.764580] systemd[1]: Mounting POSIX Message Queue File System... [ 11.774015] systemd[1]: Mounting Kernel Debug File System... [ 11.784749] systemd[1]: Mounting Kernel Trace File System... [ 11.800380] systemd[1]: Starting Restore / save the current clock... [ 11.811702] systemd[1]: Starting Set the console keyboard layout... [ 11.823240] systemd[1]: Starting Create List of Static Device Nodes... [ 11.837152] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 11.851265] systemd[1]: Starting Load Kernel Module configfs... [ 11.868756] systemd[1]: Starting Load Kernel Module drm... [ 11.880992] systemd[1]: Starting Load Kernel Module efi_pstore... [ 11.900267] systemd[1]: Starting Load Kernel Module fuse... [ 11.913314] systemd[1]: Starting Load Kernel Module pstore_blk... [ 11.926665] systemd[1]: Starting Load Kernel Module pstore_zone... [ 11.939417] systemd[1]: Starting Load Kernel Module ramoops... [ 11.952233] systemd[1]: Started Nameserver information manager. [ 11.955773] systemd[1]: Condition check resulted in File System Check on Root Device being skipped. [ 11.970491] systemd[1]: Starting Load Kernel Modules... [ 11.973005] fuse: init (API version 7.34) [ 11.981813] systemd[1]: Starting Remount Root and Kernel File Systems... [ 11.995955] systemd[1]: Starting Coldplug All udev Devices... [ 12.025450] systemd[1]: Mounted POSIX Message Queue File System. [ 12.027126] systemd[1]: Mounted Kernel Debug File System. [ 12.029092] systemd[1]: Mounted Kernel Trace File System. [ 12.034786] systemd[1]: Finished Restore / save the current clock. [ 12.040051] systemd[1]: Finished Create List of Static Device Nodes. [ 12.044495] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 12.047522] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 12.051829] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 12.055482] systemd[1]: Finished Load Kernel Module configfs. [ 12.059830] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 12.063525] systemd[1]: Finished Load Kernel Module drm. [ 12.067141] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 12.069193] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro. Quota mode: none. [ 12.071039] systemd[1]: Finished Load Kernel Module efi_pstore. [ 12.083772] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 12.086648] systemd[1]: Finished Load Kernel Module fuse. [ 12.090857] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 12.093637] systemd[1]: Finished Load Kernel Module pstore_blk. [ 12.097189] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 12.099867] systemd[1]: Finished Load Kernel Module pstore_zone. [ 12.103417] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 12.106820] systemd[1]: Finished Load Kernel Module ramoops. [ 12.113958] systemd[1]: Finished Load Kernel Modules. [ 12.118006] systemd[1]: Finished Remount Root and Kernel File Systems. [ 12.130171] systemd[1]: Mounting FUSE Control File System... [ 12.139536] systemd[1]: Mounting Kernel Configuration File System... [ 12.140950] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 12.153674] systemd[1]: Starting Load/Save Random Seed... [ 12.164279] systemd[1]: Starting Apply Kernel Variables... [ 12.176206] systemd[1]: Starting Create System Users... [ 12.192880] systemd[1]: Mounted FUSE Control File System. [ 12.194641] systemd[1]: Mounted Kernel Configuration File System. [ 12.257318] systemd[1]: Finished Load/Save Random Seed. [ 12.259124] systemd[1]: Condition check resulted in First Boot Complete being skipped. [ 12.305178] systemd[1]: Finished Create System Users. [ 12.315181] systemd[1]: Starting Create Static Device Nodes in /dev... [ 12.331279] systemd[1]: Finished Apply Kernel Variables. [ 12.429076] systemd[1]: Finished Create Static Device Nodes in /dev. [ 12.432431] systemd[1]: systemd-udevd.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 12.432471] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 12.438905] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 12.446090] systemd[1]: Finished Set the console keyboard layout. [ 12.447885] systemd[1]: Reached target Preparation for Local File Systems. [ 12.458788] systemd[1]: Mounting /tmp... [ 12.481962] systemd[1]: Mounted /tmp. [ 12.483332] systemd[1]: Reached target Local File Systems. [ 12.484511] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 12.494038] systemd[1]: Starting Armbian leds state... [ 12.504812] systemd[1]: Starting Armbian ZRAM config... [ 12.515298] systemd[1]: Starting Set console font and keymap... [ 12.530067] systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... [ 12.530871] systemd[1]: Condition check resulted in Load AppArmor profiles managed internally by snapd being skipped. [ 12.536769] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 12.537304] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 12.538201] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 12.556249] systemd[1]: Starting Uncomplicated firewall... [ 12.581851] systemd[1]: Received SIGRTMIN+20 from PID 280 (plymouthd). [ 12.597535] systemd[1]: Finished Tell Plymouth To Write Out Runtime Data. [ 12.613501] systemd[1]: Finished Set console font and keymap. [ 12.628151] systemd[1]: Finished Uncomplicated firewall. [ 12.629658] systemd[1]: Reached target Preparation for Network. [ 12.640423] systemd[1]: Finished Armbian leds state. [ 13.021967] systemd[1]: Started Rule-based Manager for Device Events and Files. [ 13.129047] zram: Added device: zram0 [ 13.139496] zram: Added device: zram1 [ 13.140784] zram: Added device: zram2 [ 13.422198] zram0: detected capacity change from 0 to 2053416 [ 13.440207] systemd[1]: Finished Coldplug All udev Devices. [ 13.466012] systemd[1]: Starting Helper to synchronize boot up for ifupdown... [ 13.485969] systemd[1]: Starting Show Plymouth Boot Screen... [ 13.521915] systemd[1]: Finished Helper to synchronize boot up for ifupdown. [ 13.527159] Adding 1026704k swap on /dev/zram0. Priority:5 extents:1 across:1026704k SSFS [ 13.538609] systemd[1]: Starting Raise network interfaces... [ 13.626513] systemd[1]: Started Show Plymouth Boot Screen. [ 13.628142] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 13.630061] systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. [ 13.630473] systemd[1]: Reached target Local Encrypted Volumes. [ 13.814142] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator [ 13.814179] cpu cpu0: _opp_add: OPP not supported by regulators (2016000000) [ 13.814642] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator [ 13.814666] cpu cpu0: _opp_add: OPP not supported by regulators (2040000000) [ 13.815040] core: _opp_supported_by_regulators: OPP minuV: 1475000 maxuV: 1475000, not supported by regulator [ 13.815062] cpu cpu0: _opp_add: OPP not supported by regulators (2064000000) [ 13.815425] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.815446] cpu cpu0: _opp_add: OPP not supported by regulators (2088000000) [ 13.815899] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.815923] cpu cpu0: _opp_add: OPP not supported by regulators (2112000000) [ 13.816472] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.816509] cpu cpu0: _opp_add: OPP not supported by regulators (2136000000) [ 13.816988] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.817011] cpu cpu0: _opp_add: OPP not supported by regulators (2160000000) [ 13.817362] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.817381] cpu cpu0: _opp_add: OPP not supported by regulators (2184000000) [ 13.817740] core: _opp_supported_by_regulators: OPP minuV: 1500000 maxuV: 1500000, not supported by regulator [ 13.817761] cpu cpu0: _opp_add: OPP not supported by regulators (2208000000) [ 13.817800] cpu cpu0: _opp_is_duplicate: duplicate OPPs detected. Existing: freq: 1704000000, volt: 1350000, enabled: 1. New: freq: 1704000000, volt: 1350000, enabled: 1 [ 13.817861] cpu cpu0: _opp_is_duplicate: duplicate OPPs detected. Existing: freq: 1800000000, volt: 1400000, enabled: 1. New: freq: 1800000000, volt: 1400000, enabled: 1 [ 13.838529] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 500000 KHz, changing to: 600000 KHz [ 13.879835] Bluetooth: HCI UART driver ver 2.3 [ 13.879852] Bluetooth: HCI UART protocol H4 registered [ 13.879857] Bluetooth: HCI UART protocol ATH3K registered [ 13.880257] dw-apb-uart ff180000.serial: failed to request DMA [ 13.880717] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 13.880872] Bluetooth: HCI UART protocol Broadcom registered [ 13.938148] zram1: detected capacity change from 0 to 102400 [ 13.975502] systemd[1]: Reached target Hardware activated USB gadget. [ 13.990590] r8723bs: module is from the staging directory, the quality is unknown, you have been warned. [ 14.010268] r8723bs: unknown parameter 'rtw_enusbss' ignored [ 14.015105] pnetdev = 1cdb6091 [ 14.044159] systemd[1]: Finished Armbian ZRAM config. [ 14.060051] systemd[1]: Starting Armbian memory supported logging... [ 14.112449] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:5 [ 14.146982] systemd[1]: Found device /dev/ttyS2. [ 14.150234] gpiomem-rk3288 ff750000.rk3288-gpiomem: Initialised: Registers at 0xff750000 [ 14.168624] dw_wdt ff800000.watchdog: No valid TOPs array specified [ 14.181069] rk3288-crypto ff8a0000.crypto: Crypto Accelerator successfully registered [ 14.209770] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard. Quota mode: none. [ 14.474041] systemd[1]: Finished Raise network interfaces. [ 14.536546] rockchip-iep ff900000.iep: Adding to iommu group 0 [ 14.537789] rockchip-iep ff900000.iep: Device rockchip-iep registered as /dev/video0 [ 14.542572] rockchip-rga ff920000.rga: HW Version: 0x00.00 [ 14.549652] rockchip-rga ff920000.rga: Registered rockchip-rga as /dev/video1 [ 14.557139] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned. [ 14.563278] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned. [ 14.569703] rkvdec ff9c0000.hevc: Adding to iommu group 4 [ 14.571459] hantro-vpu ff9a0000.video-codec: Adding to iommu group 3 [ 14.575042] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-enc as /dev/video2 [ 14.575226] hantro-vpu ff9a0000.video-codec: registered rockchip,rk3288-vpu-dec as /dev/video3 [ 14.639367] Bluetooth: hci0: RTL: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723 [ 14.643093] Bluetooth: hci0: RTL: rom_version status=0 version=1 [ 14.643112] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723bs_fw.bin [ 14.676798] Bluetooth: hci0: RTL: loading rtl_bt/rtl8723bs_config.bin [ 14.704593] Bluetooth: hci0: RTL: cfg_sz 68, total sz 24088 [ 14.823461] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 14.835250] systemd[1]: Starting Load/Save RF Kill Switch Status... [ 15.047154] systemd[1]: Started Load/Save RF Kill Switch Status. [ 15.047661] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.048185] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 15.048360] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 15.052490] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.056644] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.061312] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.066164] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.070649] systemd[1]: Starting Load Kernel Module ramoops... [ 15.071237] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.071479] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 15.071754] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 15.074159] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 15.076055] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 15.078046] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.079148] systemd[1]: Finished Load Kernel Module efi_pstore. [ 15.080691] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 15.081723] systemd[1]: Finished Load Kernel Module pstore_blk. [ 15.083271] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 15.084519] systemd[1]: Finished Load Kernel Module pstore_zone. [ 15.090781] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 15.091614] systemd[1]: Finished Load Kernel Module ramoops. [ 15.092688] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 15.269532] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.270072] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 15.270218] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 15.273647] systemd[1]: Started MD array monitor. [ 15.278382] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.282371] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.286327] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.290227] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.294775] systemd[1]: Starting Load Kernel Module ramoops... [ 15.295316] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.295480] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 15.295699] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 15.297930] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 15.298851] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 15.300416] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.301278] systemd[1]: Finished Load Kernel Module efi_pstore. [ 15.302750] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 15.303650] systemd[1]: Finished Load Kernel Module pstore_blk. [ 15.305259] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 15.306195] systemd[1]: Finished Load Kernel Module pstore_zone. [ 15.343594] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 15.344437] systemd[1]: Finished Load Kernel Module ramoops. [ 15.344979] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 15.345453] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 15.345665] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 15.349623] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 15.354419] systemd[1]: Starting Load Kernel Module efi_pstore... [ 15.358956] systemd[1]: Starting Load Kernel Module pstore_blk... [ 15.363217] systemd[1]: Starting Load Kernel Module pstore_zone... [ 15.363843] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 15.364042] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 15.364426] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 15.366975] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 15.368156] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 15.369750] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 15.371193] systemd[1]: Finished Load Kernel Module efi_pstore. [ 15.372872] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 15.373649] systemd[1]: Finished Load Kernel Module pstore_blk. [ 15.374847] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 15.375602] systemd[1]: Finished Load Kernel Module pstore_zone. [ 15.376437] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 15.403759] Bluetooth: hci0: RTL: fw version 0x1e4cc3ff [ 16.835104] usbcore: registered new interface driver snd-usb-audio [ 16.898574] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped. [ 16.899169] systemd[1]: Condition check resulted in Huge Pages File System being skipped. [ 16.899352] systemd[1]: Condition check resulted in Load AppArmor profiles being skipped. [ 16.902673] systemd[1]: Starting Load Kernel Module chromeos_pstore... [ 16.906986] systemd[1]: Starting Load Kernel Module efi_pstore... [ 16.911136] systemd[1]: Starting Load Kernel Module pstore_blk... [ 16.915262] systemd[1]: Starting Load Kernel Module pstore_zone... [ 16.919356] systemd[1]: Starting Load Kernel Module ramoops... [ 16.919994] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 16.920212] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 16.920412] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. [ 16.922424] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully. [ 16.923392] systemd[1]: Finished Load Kernel Module chromeos_pstore. [ 16.924864] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 16.925631] systemd[1]: Finished Load Kernel Module efi_pstore. [ 16.926946] systemd[1]: modprobe@pstore_blk.service: Deactivated successfully. [ 16.927709] systemd[1]: Finished Load Kernel Module pstore_blk. [ 16.928879] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully. [ 16.929632] systemd[1]: Finished Load Kernel Module pstore_zone. [ 16.930714] systemd[1]: modprobe@ramoops.service: Deactivated successfully. [ 16.931446] systemd[1]: Finished Load Kernel Module ramoops. [ 16.932016] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 18.224139] systemd[1]: Finished Armbian memory supported logging. [ 18.228549] systemd[1]: Starting Journal Service... [ 18.401702] systemd[1]: Started Journal Service. [ 18.417609] systemd-journald[892]: Received client request to flush runtime journal. [ 25.366760] NET: Registered PF_ALG protocol family [ 25.930002] rk_gmac-dwmac ff290000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL) [ 25.930346] rk_gmac-dwmac ff290000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 25.940099] rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found [ 25.940116] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW [ 25.940464] rk_gmac-dwmac ff290000.ethernet eth0: configuring for phy/rgmii link mode [ 25.974655] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:14 [ 25.978664] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin [ 27.286559] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:1 [ 27.346816] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 27.884344] loop0: detected capacity change from 0 to 8 [ 27.907819] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 30.020894] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx [ 30.020929] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 32.007270] hdmi-audio-codec hdmi-audio-codec.2.auto: Only one simultaneous stream supported! [ 32.019171] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22 [ 32.031529] ff890000.i2s-i2s-hifi: soc_pcm_open() failed (-22) [ 37.242733] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 38.366461] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 54.824733] hdmi-audio-codec hdmi-audio-codec.2.auto: Only one simultaneous stream supported! [ 54.834377] hdmi-audio-codec hdmi-audio-codec.2.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22 [ 54.845203] ff890000.i2s-i2s-hifi: soc_pcm_open() failed (-22) [ 105.953908] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 106.968966] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 180.503520] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 [ 181.528744] rtl8723bs mmc2:0001:1 wlan0: rtw_ndev_notifier_call(wlan0) state:4 And OF is already wrong mine is Tinker Board .... If you are busy today, let me wish you already a Happy New Year, hoping you'll read it tomorrow
  15. Thought I'd give your kernel and envar on my Rock5 since it's close to Opi5 board. I got a boost from 995 on x to 1379 (glmark2-es2) on wayland. Nice and now Kde Plasma session works! It's no where near what Chisbread is getting. I haven't messed with this install other than add your kernel and export the debug variable. Saving OC and governors for last. [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 1518 FrameTime: 0.659 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 1525 FrameTime: 0.656 ms ======================================================= glmark2 Score: 1379 Kernel: 5.10.110-rockchip-rk3588 arch: aarch64 bits: 64 Desktop: KDE Plasma v: 5.26.4 Distro: Ubuntu 22.10 (Kinetic Kudu) Machine: Type: ARM System: Radxa ROCK 5B Display: wayland server: X.Org v: 1.22.1.3 with: Xwayland v: 22.1.3 OpenGL: renderer: Mali-G610 (Panfrost) v: 3.0 Mesa 23.0.0-devel Thanks for the boost/fix.
  16. I agree Armbian on Rock 5B is highly useable. Yet is all non-mainline: Android, Linux and Mesa (Panfork not Panfrost). That's worrying as it's hard to be confident we'll see proper bug free support any time soon. For me Panfrost (not Panfork) with Vulkan would be priority yet I think mainline kernel is also necessary
  17. Of course it's far from perfect, but can be used. I remember the start of rk3399 boards, that was pretty bad in comparison to today. ARM64 and panfrost really made some serious progress. JFYI, wayland progress on gnome was always more advanced than KDE's (and only choice if you wanted working wayland DE besides sway etc)
  18. Another point of interest, panfrost is spamming the syslog with errors for every keyboard keypress, or change in the mouse pointer because it move in or out of the terminal border on the screen. /var/log/syslog is well over a gigabyte because each report is repeated 3 to 6 times in the milliscond the key was down ot the mouse pointer image is changed.. I think the next thibg I try is another board, which already has an identical image on it u-sd. Later.
  19. Panfrost Gaming benchmarks with RK3399, Amlogic S922x and RK3588. Testing native supertuxkart, box64 Xonotic and wine32/box86 Viper Racing. RK3399 and AMLS922X done on Armbian Jammy, RK3588 Ubuntu Jammy (22.04)
  20. I've built a image for this board: https://github.com/amazingfate/armbian-h68k-images, based on 5.10 rockchip legacy kernel, supporting panfrost gpu driver and hardware accelerated Kodi.
  21. Rockchip has released bsp kernel 5.10 for rk356x and rk3588. Since multimedia support is not fully supported by mainline kernel, a legacy kernel would be good if you want h264/hevc hardware decode. To make kodi support hardware decoding, you need: 1, ffmpeg supporting rkmpp. I've packaged it in my ppa: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia, which is based on the patch from https://github.com/JeffyCN/FFmpeg/. 2, kodi built with gles render system, which is also in my ppa 3, a gpu driver supporting gles. For rk356x you can use mainline panfrost driver. For rk3588 you can use panfork-mesa from my ppa: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/panfork-mesa I've tested that kodi can support hardware decoding on both 3568 and 3588. Here is the steps for rock5b to install kodi: 1, download the image I build with panfork-mesa and malig610 firmware: https://github.com/amazingfate/armbian-rock5b-images, and install it on your rock5b. 2, add my rockchip multimedia ppa: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/rockchip-multimedia: sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia 3, create a udev rule to enable the permission ofrockchip's mpp device: KERNEL=="mpp_service", MODE="0660", GROUP="video" KERNEL=="rga", MODE="0660", GROUP="video" KERNEL=="system-dma32", MODE="0666", GROUP="video" KERNEL=="system-uncached-dma32", MODE="0666", GROUP="video" RUN+="/usr/bin/chmod a+rw /dev/dma_heap" wirte the above rules to /etc/udev/rules.d/11-rockchip-multimedia.rules 4, install kodi: sudo apt install kodi 5, move kodi from xsession to wayland-session: sudo mv /usr/share/xsessions/kodi.desktop /usr/share/wayland-sessions/kodi-wayland.desktop 6, reboot the board: sudo reboot 7, in the lightdm greeter, select kodi and login 8, After starting kodi, in Settings -> Player -> Videos, enable "Allow using DRM PRIME decoder" and "Allow hardware acceleration with DRM PRIME". And set "PRIME Render Method" to "Direct To Plane" 9, Then you can play h264/h265 8 bit/10bit videos up to 4K. ============Updated on 20230206=================== rockchip-multimedia has become a universal ppa for rockchip legacy kernel. Here is the introduction: https://forum.radxa.com/t/introduction-to-rockchip-multimedia-ppa-for-ubuntu-jammy/14537 I provide a new package rockchip-multimedia-config to do all the system configs such as udev rules, chromium v4l2 devices creation. Just install this package and reboot, you are good to go.
  22. Today i received Rock 3A rk3568 User interface X11 Feels Laggy "dont have hardware acceleration to" Mali Panfrost drivers are not Opensource for linux, just android Manjaro-ARM-gnome-rock3a-22.10 Works Amazing with hardware acceleration on Rock 3A rk3568 Desktop for desktop environment i recomend the original Android or LibreElec "android" for server, we are on the right path here! @tmm1 you need to slide the bottom of the box with plastic straws to find the screws. @mvpwar to backup, i use linux, i think windows drivers for RK35xx are outdated, I didn't stop to see this To backup To Restore
  23. Hi, Community! I've solved that problem, so I tell you that there are some bugs to fix. I'm not sure panfrost is away of this, but dmesg shows a double instance of hdmi-audio, this was my lead to trail on. The solution: pactl pointing to hw:0.0 making it the sink. But, desktop is xfc4, pasystray does not differentiate between sinks, and there are two module-alsa-card, don't know why (further investigation on course) I am a hardware trained engineer, so messing with configs bothers me. attached you will find dmesg of today, hearing classical music! I hope these files help you to correct these instances. If any investigations of mine reveals something else, I'll let you know. Thank you very much, for motivation!!!! Least, but not last, this was done on new, fresh install, to avoid old configs, to be sure..... audioexito PulseAudio_Examples_-_ArchWiki__Linux-generated_files-job_2.pdf
  24. Hi, community! I wish you have a nice day! Started investigating why do I have problems trying to hear something from headphones. So, I believe there is something about HDMI audio codec related to panfrost, attached you will find info about. I guess this will be useful to catch bugs. I'm 73 years old, started on computers on NCR Century 100 as field engineer. From those years to now, a long development has brought to life.... Cheers, and many thanks to you! dmesg112222.txt armbianmonitor112122.txt
  25. Description There is a userspace panfrost mesa driver for mali g610, and I made a ppa for it: https://launchpad.net/~liujianfeng1994/+archive/ubuntu/panfork-mesa. So I add a appgroup for jammy desktop. How Has This Been Tested? There is already a working out of box image: https://github.com/amazingfate/armbian-rock5b-images/actions/runs/3509051670/jobs/5877885694. [x] Build jammy gnome image successfully. [x] Image with panfork working out of box on my rock5b. Checklist: [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 [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines