-
Posts
4440 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by balbes150
-
Enabled by default in u-boot NVMe. For SATA, need to build the u-boot separately. I don't have any testing equipment. If there is someone willing to take a risk and check how the option for SATA in MTD will work, I can try to build it, but there will be no guarantees.
-
This information is outdated It already supports everything and now everything works, I am currently testing a new version of u-boot with full support for installation on MTD\SPI and direct launch from USB\SD\NVMe. This makes it easy to install the system on NVMe using a simple command in armbian-config (it is enough to create a partition on NVMe with ext4 and run the installation in the armbian-config menu). After installing the new version of u-boot in SPI\MTD and installing the system on NVMe, you can easily run any system from an SD card or USB without disrupting the main system on NVMe. Just connect the media (SD \ USB), turn on the power and the system starts from these media. You can easily run test systems without affecting the main system on NVMe. Question. There are users here who use SATA instead of NVMe ?
-
Versions 20230328 with legacy kernel 5.10.110 and current 6.2. Added support for direct launch from USB. Important. the bootloader installation on MTD\SPI is not working yet.
-
I got into the same situation - I recorded my test u-boot in MTD and got a brick. I managed to restore the startup - close the lower right contact (5) to the ground and turn on the power (an SD card with a working system is connected). When the output appears on the UART, the contacts are released. After starting the system, immediately erased MTD (dd if=dev/zero of=/dev/mtdblock0). Question - who has information about the u-boot structure for MTD in OPI5?
-
the driver does not receive a response and sets an arbitrary resolution. add a fixed value of the output setting to the extlinux.conf command line (search the forum for how to do this).
-
Which monitor, how is it connected? Which image ?
-
Version 20230325-edge with kernel 6.2 (pancsf-midstream). With HDMI USB LAN support. https://disk.yandex.ru/d/Xt36QdVcxRdEDA
-
write in detail what steps you did and why the installation failed. which power supply do you use ? There is no USB startup support in this bootloader and there are hidden bugs, if there is a problem with the system on NVMe, you will not be able to start the system from the SD card for repair (you will have to physically disconnect NVMe to start the system from the SD card). The log specifically states that there is a problem with the firmware file (most likely it is simply not in the specified location). Try installing the full firmware package via armbian-config or apt\synaptic or copy it manually
-
Version 20230322-edge with kernel 6.2 (pancsf-midstream). HDMI USB LAN works and you can enable HW acceleration for 3d. For details on how to enable acceleration, see this topic.
-
Added new versions of the mesa package and an archive to enable acceleration for wayland. To enable wayland acceleration, you need to replace the files in the /usr/lib/aarch64-linux-gnu directory with the contents of the archive (with file replacement). After that, acceleration will work with wayland. X11 and wayland acceleration works the same way on Debian Sid (the images are the same as Ubuntu). After starting the system and initial configuration, replace the files from the archive in the same way and acceleration will work. The results of running in Debian Sid Gnome for x11 and wayland. x11 ======================================================= glmark2 2023.01 ======================================================= OpenGL Information GL_VENDOR: Mesa GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: 3.0 Mesa 23.0.0-devel (git-cbe80448cc) Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 Surface Size: 800x600 windowed ======================================================= [build] use-vbo=false: FPS: 959 FrameTime: 1.044 ms [build] use-vbo=true: FPS: 987 FrameTime: 1.014 ms [texture] texture-filter=nearest: FPS: 1064 FrameTime: 0.940 ms [texture] texture-filter=linear: FPS: 1053 FrameTime: 0.950 ms [texture] texture-filter=mipmap: FPS: 1054 FrameTime: 0.949 ms [shading] shading=gouraud: FPS: 832 FrameTime: 1.203 ms [shading] shading=blinn-phong-inf: FPS: 839 FrameTime: 1.193 ms [shading] shading=phong: FPS: 770 FrameTime: 1.299 ms [shading] shading=cel: FPS: 747 FrameTime: 1.339 ms [bump] bump-render=high-poly: FPS: 353 FrameTime: 2.839 ms [bump] bump-render=normals: FPS: 1084 FrameTime: 0.923 ms [bump] bump-render=height: FPS: 1077 FrameTime: 0.929 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 794 FrameTime: 1.260 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 429 FrameTime: 2.334 ms [pulsar] light=false:quads=5:texture=false: FPS: 964 FrameTime: 1.038 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 375 FrameTime: 2.668 ms [desktop] effect=shadow:windows=4: FPS: 836 FrameTime: 1.196 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 564 FrameTime: 1.775 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 567 FrameTime: 1.765 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 656 FrameTime: 1.526 ms [ideas] speed=duration: FPS: 697 FrameTime: 1.437 ms [jellyfish] <default>: FPS: 858 FrameTime: 1.166 ms [terrain] <default>: FPS: 95 FrameTime: 10.550 ms [shadow] <default>: FPS: 672 FrameTime: 1.490 ms [refract] <default>: FPS: 92 FrameTime: 10.925 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 914 FrameTime: 1.095 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 881 FrameTime: 1.135 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 928 FrameTime: 1.079 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 941 FrameTime: 1.063 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 875 FrameTime: 1.143 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 921 FrameTime: 1.086 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 927 FrameTime: 1.079 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 873 FrameTime: 1.146 ms ======================================================= glmark2 Score: 777 ======================================================= x1 ======================================================= glmark2 2023.01 ======================================================= OpenGL Information GL_VENDOR: Mesa GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: OpenGL ES 3.1 Mesa 23.0.0-devel (git-cbe80448cc) Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 Surface Size: 800x600 windowed ======================================================= [build] use-vbo=false: FPS: 1007 FrameTime: 0.994 ms [build] use-vbo=true: FPS: 1028 FrameTime: 0.973 ms [texture] texture-filter=nearest: FPS: 1132 FrameTime: 0.884 ms [texture] texture-filter=linear: FPS: 1132 FrameTime: 0.884 ms [texture] texture-filter=mipmap: FPS: 1133 FrameTime: 0.883 ms [shading] shading=gouraud: FPS: 854 FrameTime: 1.171 ms [shading] shading=blinn-phong-inf: FPS: 851 FrameTime: 1.176 ms [shading] shading=phong: FPS: 789 FrameTime: 1.269 ms [shading] shading=cel: FPS: 777 FrameTime: 1.287 ms [bump] bump-render=high-poly: FPS: 364 FrameTime: 2.751 ms [bump] bump-render=normals: FPS: 1137 FrameTime: 0.880 ms [bump] bump-render=height: FPS: 1119 FrameTime: 0.894 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 969 FrameTime: 1.033 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 632 FrameTime: 1.582 ms [pulsar] light=false:quads=5:texture=false: FPS: 1059 FrameTime: 0.944 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 418 FrameTime: 2.395 ms [desktop] effect=shadow:windows=4: FPS: 877 FrameTime: 1.141 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 567 FrameTime: 1.766 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 574 FrameTime: 1.744 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 672 FrameTime: 1.488 ms [ideas] speed=duration: FPS: 713 FrameTime: 1.403 ms [jellyfish] <default>: FPS: 973 FrameTime: 1.029 ms [terrain] <default>: FPS: 99 FrameTime: 10.118 ms [shadow] <default>: FPS: 698 FrameTime: 1.434 ms [refract] <default>: FPS: 94 FrameTime: 10.717 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 1024 FrameTime: 0.977 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 925 FrameTime: 1.081 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 1004 FrameTime: 0.996 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 982 FrameTime: 1.019 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 879 FrameTime: 1.139 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 980 FrameTime: 1.021 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 975 FrameTime: 1.026 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 880 FrameTime: 1.137 ms ======================================================= glmark2 Score: 826 ======================================================= wayland ======================================================= glmark2 2023.01 ======================================================= OpenGL Information GL_VENDOR: Mesa GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: 3.0 Mesa 23.0.0-devel (git-cbe80448cc) Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 Surface Size: 800x600 windowed ======================================================= [build] use-vbo=false: FPS: 2861 FrameTime: 0.350 ms [build] use-vbo=true: FPS: 2930 FrameTime: 0.341 ms [texture] texture-filter=nearest: FPS: 3996 FrameTime: 0.250 ms [texture] texture-filter=linear: FPS: 3723 FrameTime: 0.269 ms [texture] texture-filter=mipmap: FPS: 4000 FrameTime: 0.250 ms [shading] shading=gouraud: FPS: 2493 FrameTime: 0.401 ms [shading] shading=blinn-phong-inf: FPS: 2503 FrameTime: 0.400 ms [shading] shading=phong: FPS: 2161 FrameTime: 0.463 ms [shading] shading=cel: FPS: 2070 FrameTime: 0.483 ms [bump] bump-render=high-poly: FPS: 914 FrameTime: 1.095 ms [bump] bump-render=normals: FPS: 3745 FrameTime: 0.267 ms [bump] bump-render=height: FPS: 3623 FrameTime: 0.276 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 1689 FrameTime: 0.592 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 614 FrameTime: 1.630 ms [pulsar] light=false:quads=5:texture=false: FPS: 3701 FrameTime: 0.270 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 544 FrameTime: 1.840 ms [desktop] effect=shadow:windows=4: FPS: 2049 FrameTime: 0.488 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 562 FrameTime: 1.780 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 559 FrameTime: 1.790 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 678 FrameTime: 1.475 ms [ideas] speed=duration: FPS: 967 FrameTime: 1.035 ms [jellyfish] <default>: FPS: 1789 FrameTime: 0.559 ms [terrain] <default>: FPS: 105 FrameTime: 9.615 ms [shadow] <default>: FPS: 1426 FrameTime: 0.701 ms [refract] <default>: FPS: 114 FrameTime: 8.840 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 3466 FrameTime: 0.289 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 2542 FrameTime: 0.394 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 2909 FrameTime: 0.344 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 3255 FrameTime: 0.307 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 2526 FrameTime: 0.396 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 2842 FrameTime: 0.352 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 3201 FrameTime: 0.312 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 2370 FrameTime: 0.422 ms ======================================================= glmark2 Score: 2208 ======================================================= wayland ======================================================= glmark2 2023.01 ======================================================= OpenGL Information GL_VENDOR: Mesa GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: OpenGL ES 3.1 Mesa 23.0.0-devel (git-cbe80448cc) Surface Config: buf=32 r=8 g=8 b=8 a=8 depth=24 stencil=0 samples=0 Surface Size: 800x600 windowed ======================================================= [build] use-vbo=false: FPS: 2853 FrameTime: 0.351 ms [build] use-vbo=true: FPS: 3340 FrameTime: 0.299 ms [texture] texture-filter=nearest: FPS: 3925 FrameTime: 0.255 ms [texture] texture-filter=linear: FPS: 3949 FrameTime: 0.253 ms [texture] texture-filter=mipmap: FPS: 3254 FrameTime: 0.307 ms [shading] shading=gouraud: FPS: 2346 FrameTime: 0.426 ms [shading] shading=blinn-phong-inf: FPS: 2421 FrameTime: 0.413 ms [shading] shading=phong: FPS: 2135 FrameTime: 0.469 ms [shading] shading=cel: FPS: 2116 FrameTime: 0.473 ms [bump] bump-render=high-poly: FPS: 920 FrameTime: 1.088 ms [bump] bump-render=normals: FPS: 3952 FrameTime: 0.253 ms [bump] bump-render=height: FPS: 3578 FrameTime: 0.280 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 2555 FrameTime: 0.391 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 1076 FrameTime: 0.930 ms [pulsar] light=false:quads=5:texture=false: FPS: 3472 FrameTime: 0.288 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 651 FrameTime: 1.537 ms [desktop] effect=shadow:windows=4: FPS: 2136 FrameTime: 0.468 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 579 FrameTime: 1.729 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 590 FrameTime: 1.696 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 673 FrameTime: 1.487 ms [ideas] speed=duration: FPS: 987 FrameTime: 1.013 ms [jellyfish] <default>: FPS: 2130 FrameTime: 0.470 ms [terrain] <default>: FPS: 111 FrameTime: 9.079 ms [shadow] <default>: FPS: 1428 FrameTime: 0.701 ms [refract] <default>: FPS: 112 FrameTime: 9.005 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 3321 FrameTime: 0.301 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 2740 FrameTime: 0.365 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 3589 FrameTime: 0.279 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 2917 FrameTime: 0.343 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 2444 FrameTime: 0.409 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 2941 FrameTime: 0.340 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 3246 FrameTime: 0.308 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 2532 FrameTime: 0.395 ms ======================================================= glmark2 Score: 2272 =======================================================
-
https://mega.nz/#F!j9QSDQSQ!6WpasOlbZYIInfw6yo4phQ All the latest images from this theme have a new u-boot with support for launching from USB (and also have the correct launch from an SD card, which does not block if there is a problem with NVMe, as happens with the official versions of radha and armbian). Just run this image and select the installation in SPI\MTD in armbian-config, the system will write a new u-boot. You can also install this system immediately on NVMe along with the u-boot update.
-
Accelerated video - options for installing and running
balbes150 replied to eshelton's topic in Orange Pi 5
-
Version 20230320-edge with pancsf-midstream core (6.2). To enable HW acceleration, install the mesa package with the forced overwrite option dpkg -i --force-overwrite mesa_23.0.0-dev-2_arm64.deb After installation and reboot, HW acceleration will work in x11 and wayland. Please note, this is a test version of mesa for the initial evaluation of the work, some of the functions do not work in it and there may be bugs. With x11, the system works more stably, but the test results are lower than in gnome+wayland.
-
Accelerated video - options for installing and running
balbes150 replied to eshelton's topic in Orange Pi 5
Kernel pancsf-midstream (6.2) + mesa dev 23.0.0 user@rock-5b:~$ glmark2-wayland ======================================================= glmark2 2021.02 ======================================================= OpenGL Information GL_VENDOR: Mesa GL_RENDERER: Mali-G610 (Panfrost) GL_VERSION: 3.0 Mesa 23.0.0-devel (git-cbe80448cc) ======================================================= [build] use-vbo=false: FPS: 3016 FrameTime: 0.332 ms [build] use-vbo=true: FPS: 3332 FrameTime: 0.300 ms [texture] texture-filter=nearest: FPS: 4108 FrameTime: 0.243 ms [texture] texture-filter=linear: FPS: 4244 FrameTime: 0.236 ms [texture] texture-filter=mipmap: FPS: 3846 FrameTime: 0.260 ms [shading] shading=gouraud: FPS: 2442 FrameTime: 0.410 ms [shading] shading=blinn-phong-inf: FPS: 2412 FrameTime: 0.415 ms [shading] shading=phong: FPS: 2168 FrameTime: 0.461 ms [shading] shading=cel: FPS: 2061 FrameTime: 0.485 ms [bump] bump-render=high-poly: FPS: 907 FrameTime: 1.103 ms [bump] bump-render=normals: FPS: 3534 FrameTime: 0.283 ms [bump] bump-render=height: FPS: 3930 FrameTime: 0.254 ms [effect2d] kernel=0,1,0;1,-4,1;0,1,0;: FPS: 1688 FrameTime: 0.592 ms [effect2d] kernel=1,1,1,1,1;1,1,1,1,1;1,1,1,1,1;: FPS: 611 FrameTime: 1.637 ms [pulsar] light=false:quads=5:texture=false: FPS: 3574 FrameTime: 0.280 ms [desktop] blur-radius=5:effect=blur:passes=1:separable=true:windows=4: FPS: 544 FrameTime: 1.838 ms [desktop] effect=shadow:windows=4: FPS: 2041 FrameTime: 0.490 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 528 FrameTime: 1.894 ms [buffer] columns=200:interleave=false:update-dispersion=0.9:update-fraction=0.5:update-method=subdata: FPS: 515 FrameTime: 1.942 ms [buffer] columns=200:interleave=true:update-dispersion=0.9:update-fraction=0.5:update-method=map: FPS: 628 FrameTime: 1.592 ms [ideas] speed=duration: FPS: 1522 FrameTime: 0.657 ms [jellyfish] <default>: FPS: 2001 FrameTime: 0.500 ms [terrain] <default>: FPS: 107 FrameTime: 9.346 ms [shadow] <default>: FPS: 1412 FrameTime: 0.708 ms [refract] <default>: FPS: 119 FrameTime: 8.403 ms [conditionals] fragment-steps=0:vertex-steps=0: FPS: 3830 FrameTime: 0.261 ms [conditionals] fragment-steps=5:vertex-steps=0: FPS: 2578 FrameTime: 0.388 ms [conditionals] fragment-steps=0:vertex-steps=5: FPS: 3247 FrameTime: 0.308 ms [function] fragment-complexity=low:fragment-steps=5: FPS: 3020 FrameTime: 0.331 ms [function] fragment-complexity=medium:fragment-steps=5: FPS: 2516 FrameTime: 0.397 ms [loop] fragment-loop=false:fragment-steps=5:vertex-steps=5: FPS: 3061 FrameTime: 0.327 ms [loop] fragment-steps=5:fragment-uniform=false:vertex-steps=5: FPS: 3276 FrameTime: 0.305 ms [loop] fragment-steps=5:fragment-uniform=true:vertex-steps=5: FPS: 2567 FrameTime: 0.390 ms ======================================================= glmark2 Score: 2284 ======================================================= -
Version 20230315-edge with kernel 6.2-rc1. HDMI LAN USB works. For those who use my latest version of u-boot in SPI\MTD - you can very easily start the system from USB without breaking the system in NVMe. Just burn the image to any USB flash drive, connect it to Rock 5b and turn on the power, the system automatically starts from USB (without affecting anything in NVMe). A request to those who have the opportunity to perform simple testing and provide the results in this topic. wget https://raw.githubusercontent.com/ThomasKaiser/sbc-bench/master/sbc-bench.sh sudo /bin/bash ./sbc-bench.sh After completing the test, copy the received link and publish it in this topic. It is also advisable to publish the result of a command dmesg | grep pvtm from any "old" system running (with kernel 5.10). https://github.com/Googulator/linux-rk3588-midstream/issues/3#issuecomment-1469749936 https://github.com/ThomasKaiser/sbc-bench
-
Version 20230310 kernel 6.3-rc1. The launch from USB media has been restored. Quartz64-A has two USB 2.0 ports (left, upper and lower). Quartz64-B - the upper USB-2.0 port works.
-
Version 20230307 with core 6.3-rc1 for Quartz64-A and Quartz64-B and Soquartz Fixed problem with the definition of RAM, now the full amount of RAM 8 GB is correctly determined. Soquartz + Gnome + glmark2-wayland showed more >500 units
-
Cannot shrink image using multiple options, dd, etc
balbes150 replied to apson's topic in Rockchip CPU Boxes
https://forum.pine64.org/showthread.php?tid=16312 -
Cannot shrink image using multiple options, dd, etc
balbes150 replied to apson's topic in Rockchip CPU Boxes
Try to completely clean the SD card (with the dd command) and record the latest version of the system. https://forum.pine64.org/showthread.php?tid=16312&pid=116330#pid116330 -
Cannot shrink image using multiple options, dd, etc
balbes150 replied to apson's topic in Rockchip CPU Boxes
describe in detail your equipment - module (parameters), carrier board. The presence of SPI and what is installed there. Which systems have tried to run (versions and links from where they took). -
If you have any questions about the automatic operation of the fan, contact the manufacturer. He provided only closed binary files, respectively, what and how it works is not available to me. p.s. On my model rk3588s-roc-pc, the fan does not stop completely with any versions and systems, including with all official versions of Ubuntu.
-
What image are you using ? This only works in the latest versions >= 20230216
-
To operate the automatic fan control when using NVMe, replace the /usr/bn/firefly-fan-control file with the new version at the link. https://disk.yandex.ru/d/2ltDBcIso0z9hg