Jump to content

RK3566 and Armbian


ghoul

Recommended Posts

In terms of mainline support this should be possible if the device tree is known since lots of stuff for rk3568 has been spotted in the Linux ARM mailing list.

However it seems like only initial support has been approved yet and is up to being released with 5.13.

 

Link to comment
Share on other sites

4 hours ago, Werner said:

In terms of mainline support this should be possible if the device tree is known since lots of stuff for rk3568 has been spotted in the Linux ARM mailing list.

However it seems like only initial support has been approved yet and is up to being released with 5.13.

 

So we basically need only to be patient and wait, and this is great because GNU/Linux on RK3566 and RK3568 should give a truly enjoyable experience. Anyway, thanks for the reply!

Link to comment
Share on other sites

I wonder why RK3566 and even RK3228A TV boxes come with 8GB RAM, but the vastly superior RK3399 is only ever seen with 4GB.
Also, this may interest some people here (whoops if already posted).
It's a random(?) putting what appears to be a @balbes150's RK3566 build on X96 X6, a 8GB TV box, and claiming that even WiFi/Bluetooth works? Unclear.

Link to comment
Share on other sites

10 hours ago, qm3ster said:

I wonder why RK3566 and even RK3228A TV boxes come with 8GB RAM, but the vastly superior RK3399 is only ever seen with 4GB.

Because rk3228a with 8gb ram has huge fakes. The chip cannot address more than 2gb of ram and that's a fact.

Link to comment
Share on other sites

> mmie4jbcu has reported armbian on x88 pro 20

 

Thanks @maka for mentioning :)

 

 

 

@Lelle I usually use the Station M2 edge images from the community builds: https://github.com/armbian/community

I prefer the Ubuntu based images (lunar as of now).

 

Most importantly, you'd need a proper dtb to point to. I have attached the rk3566-box-demo dtb (and its source dts) that I'm using right now. This dts is the latest from mainline kernel with an additional patch to allow the usb 2.0 port to function.

I assume you know where to place the dtb file and how to update your extlinux.conf file to point to it. If not, then please feel free to ask further questions.

 

rk3566-box-demo.zip

Link to comment
Share on other sites

Hello :)  (i'm new on Armbian )

@mmie4jbcu : I will be interested to know more about how to work with dtb file and update extlinux.conf file using an existing armbian img.

I have a tv box with rk3566/4Gb RAM (btw: the seller was promoting it as 8Gb RAM...in reality it is 4...)

Thank you in advance for guidance

Link to comment
Share on other sites

 

Hi @Petru Susa

As @hotnikq mentioned in his comment, please go through the links he shared. Feel free to ask here about any follow up questions.

To directly answer your question, dtb files are found usually under the dtb directory in the /boot directory. If you have written an armbian image onto a sdcard, you can insert in your computer and browse to where it is mounted. The dtb files for rockchip will be in /boot/dtb/rockchip directory.

The extlinux.conf file is used to define the path to kernel as well as the dtb file. In extlinux.conf, you can update the dtb path  to whatever dtb you want to use.

 

What is the box that you have got? Can you share some pictures of the board? This way, awesome people in this community will be able to help - someone may recognize this board or offer some more hints to where to look further.

 

 

Link to comment
Share on other sites

Hi @FuSan

 

Quote

what version of armbian is best for x88 pro 20? Can you share the dtb too?

 

The latest version of Armbian will work just fine. The mainline dtb named rk3566-box-demo.dtb has pretty much everything working for a x88 pro 20 box (except BT and USB 2.0 port)

 

Quote

asking this even after you mentioned some suggestions regarding this; because I can't seem to make the wifi or Bluetooth to work in any of the versions.

 

I have attached the dtb file that I use (and its source dts file too, in case you want to have a look). This dtb enables the bluetooth to work and also USB 2.0 port.

Try it out and let us know.

 

rk3566-box-demo.dtb rk3566-box-demo.dts

Link to comment
Share on other sites

@mmie4jbcu Yeah, it seems wifi and bluetooth aren't working for me. My memory configuration is also weird. I was supposed to have 8gb ram but it shows 5.53gb ram and 2.77gb swap.

image.png.8b2346340b6057de71659bef791e19a2.png

I do have the 6221A-SRC metal cover which should be the same RTL8821CS network chip. Any idea how to debug the wifi?

On the sidenote, I saw that many of the updated stock android firmware (x88 pro 20) from 4pda didn't work for me. Only the initial firmware worked for me. I did manage to flash t95plus android firmware and it booted.

Edited by FuSan
Link to comment
Share on other sites

@FuSan Please share the output of the dmesg command just after you log in into Armbian.

 

I recall that the swap configuration can be changed by editing the file /etc/default/armbian-zram-config. If you disable zram, then you will see almost 8GB ram in your htop output.

 

Edited by mmie4jbcu
additional info
Link to comment
Share on other sites

@FuSan So, you have kernel 6.1.x running on your Armbian install. The driver for RTL8821CS chip was added in version 6.3 or 6.4 in the mainline kernel. You can change to a kernel with version 6.6 or later. Try searching for 'linux-image-rockchip64' using apt search command and install that kernel. I usually prefer the edge kernels because I like to stay on the bleeding edge ;)

Then, also install 'armbian-firmware-full' because it has firmware blobs to enable both wifi and bt for 8821cs.

 

Link to comment
Share on other sites

@mmie4jbcu I think it was rebased to 6.1.x for some reason. I am on an automated nightly build.

[Armbian build PR] - Rockchip64 reinstate kernel configs for current 6.6 and edge 6.7 - SBC News - Armbian Community Forums

 

I can't find linux-image-rockchip64 kernel anymore. You know anyway to upgrade kernel at this stage? Can't find any image that has 6.3+ kernel.

 

Edit: Well according to this post rtw88 should work even in 6.1 kernel. Which it is not.

Edited by FuSan
Link to comment
Share on other sites

@mmie4jbcu It was linux-image-edge-rockchip64. So couldn't find it as I used linux-image-rockchip64. Installing this fixed everything. Thank you so much for everything.

Btw which device build did you start with? By that I mean device source ig.

Edited by FuSan
Link to comment
Share on other sites

@FuSan Cheers! Have fun with your device :)

 

13 hours ago, FuSan said:

Btw which device build did you start with? By that I mean device source ig

Do you mean which Armbian build I started with for my device? I started with Station M2 community builds (edge), because it is also a rk3566 device.

These days I run Fedora on my box.

Edited by mmie4jbcu
Link to comment
Share on other sites

Hello. I recently adquired a RUPA 8g 64g rk3566 which is a clone of x88 pro 20.
I ve installed the image i found in t95plus page and copied the dts file from @mmie4jbcu and installed the  linux-image-edge-rockchip64 who @FuSan found, but allwais recognice 4 gigas of ram and not the 8gb what supose to have.

After some differents tries i opened the box to see what kind of chips are in... There are only one chip for memory and one for emmc, the name of mem chip is D9WLV which correspond to MT53E2G32D8QD-046
I found in that page and in other sales pages what that chip is 8gb. 
So at the beggining i was thinking this memory its a fake but now im not sure. 

And when o boot from android and run aida64 it show me 8gb of ram. But only 2gb of Free mem which is suspicious.

 

Capturadesde2024-10-1612-27-20.thumb.png.2409468bf410783c4588f1c0c1c49713.png

 

Screenshot_20241016_100616_Gallery_1.thumb.jpg.16f519ddd185aef63e4837cd3c3d304a.jpg


this is only for remembering purposes a benchmark to this device booting from sd:

 

Quote
sbc-bench v0.9.67 Rockchip RK3566 BOX DEMO Board (Wed, 16 Oct 2024 11:18:03 +0200)

Distributor ID:	Debian
Description:	Armbian-unofficial 24.2.0-trunk bookworm
Release:	12
Codename:	bookworm
Build system:   https://github.com/armbian/build, 24.2.0-trunk, Station M2, media, media

/usr/bin/gcc (Debian 12.2.0-14) 12.2.0

Uptime: 11:18:04 up 20 min,  3 users,  load average: 1.07, 1.00, 0.66,  50.0°C,  389420435

Linux 6.11.0-edge-rockchip64 (station-m2) 	10/16/24 	_aarch64_	(4 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          11.37    0.00    2.07    1.12    0.00   85.43

Device             tps    kB_read/s    kB_wrtn/s    kB_dscd/s    kB_read    kB_wrtn    kB_dscd
mmcblk0          13.94       374.04       838.96         0.00     469047    1052049          0
mmcblk2           0.88        19.08         0.00         0.00      23924          0          0
zram0             0.04         0.95         0.00         0.00       1192          4          0
zram1             0.31         0.33         1.97         0.00        420       2472          0

               total        used        free      shared  buff/cache   available
Mem:           3.8Gi       308Mi       3.5Gi        37Mi       118Mi       3.5Gi
Swap:          1.9Gi          0B       1.9Gi

Filename				Type		Size		Used		Priority
/dev/zram0                              partition	2001268		0		5

##########################################################################

Checking cpufreq OPP (Cortex-A55):

Cpufreq OPP: 1800    Measured: 1718 (1718.657/1718.335/1717.992)     (-4.6%)
Cpufreq OPP: 1608    Measured: 1498 (1498.408/1498.352/1497.305)     (-6.8%)
Cpufreq OPP: 1416    Measured: 1299 (1299.694/1298.784/1298.670)     (-8.3%)
Cpufreq OPP: 1104    Measured: 1231 (1232.112/1231.710/1231.679)    (+11.5%)
Cpufreq OPP:  816    Measured:  812    (812.215/812.215/811.885)
Cpufreq OPP:  600    Measured:  595    (596.209/595.806/595.114)
Cpufreq OPP:  408    Measured:  403    (404.063/403.976/402.748)     (-1.2%)

##########################################################################

Hardware sensors:

cpu_thermal-virtual-0
temp1:        +52.5 C  

gpu_thermal-virtual-0
temp1:        +53.8 C  

##########################################################################

Executing benchmark on cpu0 (Cortex-A55):

tinymembench v0.4.9-nuumio (simple benchmark for memory throughput and latency)

CFLAGS: 
bandwidth test min repeats (-b): 2
bandwidth test max repeats (-B): 3
bandwidth test mem realloc (-M): no      (-m for realloc)
      latency test repeats (-l): 3
        latency test count (-c): 1000000

==========================================================================
== Memory bandwidth tests                                               ==
==                                                                      ==
== Note 1: 1MB = 1000000 bytes                                          ==
== Note 2: Test result is the best of repeated runs. Number of repeats  ==
==         is shown in brackets                                         ==
== Note 3: Results for 'copy' tests show how many bytes can be          ==
==         copied per second (adding together read and writen           ==
==         bytes would have provided twice higher numbers)              ==
== Note 4: 2-pass copy means that we are using a small temporary buffer ==
==         to first fetch data into it, and only then write it to the   ==
==         destination (source -> L1 cache, L1 cache -> destination)    ==
== Note 5: If sample standard deviation exceeds 0.1%, it is shown in    ==
==         brackets                                                     ==
==========================================================================

 C copy backwards                                 :   1536.3 MB/s (3, 14.3%)
 C copy backwards (32 byte blocks)                :   1513.8 MB/s (2)
 C copy backwards (64 byte blocks)                :   1525.4 MB/s (2)
 C copy                                           :   2239.6 MB/s (2)
 C copy prefetched (32 bytes step)                :   1494.9 MB/s (3, 0.2%)
 C copy prefetched (64 bytes step)                :   2212.1 MB/s (3, 1.9%)
 C 2-pass copy                                    :   1312.1 MB/s (3)
 C 2-pass copy prefetched (32 bytes step)         :    905.1 MB/s (2)
 C 2-pass copy prefetched (64 bytes step)         :   1324.4 MB/s (2)
 C scan 8                                         :    420.0 MB/s (2)
 C scan 16                                        :    833.0 MB/s (2)
 C scan 32                                        :   1630.4 MB/s (2)
 C scan 64                                        :   2961.8 MB/s (3, 0.2%)
 C fill                                           :   5763.6 MB/s (2)
 C fill (shuffle within 16 byte blocks)           :   5766.3 MB/s (2)
 C fill (shuffle within 32 byte blocks)           :   5762.0 MB/s (2)
 C fill (shuffle within 64 byte blocks)           :   5761.8 MB/s (2)
 ---
 libc memcpy copy                                 :   1969.8 MB/s (3, 0.7%)
 libc memchr scan                                 :   2475.0 MB/s (3, 0.3%)
 libc memset fill                                 :   5766.5 MB/s (3)
 ---
 NEON LDP/STP copy                                :   2239.8 MB/s (2)
 NEON LDP/STP copy pldl2strm (32 bytes step)      :   1822.9 MB/s (3, 0.1%)
 NEON LDP/STP copy pldl2strm (64 bytes step)      :   2138.4 MB/s (3, 1.6%)
 NEON LDP/STP copy pldl1keep (32 bytes step)      :   1693.7 MB/s (2)
 NEON LDP/STP copy pldl1keep (64 bytes step)      :   2257.0 MB/s (2)
 NEON LD1/ST1 copy                                :   2238.5 MB/s (2)
 NEON LDP load                                    :   4889.8 MB/s (3, 0.1%)
 NEON LDNP load                                   :   5090.1 MB/s (3, 1.5%)
 NEON STP fill                                    :   5768.6 MB/s (3)
 NEON STNP fill                                   :   1601.2 MB/s (3, 1.7%)
 ARM LDP/STP copy                                 :   2239.5 MB/s (2)
 ARM LDP load                                     :   4885.5 MB/s (2)
 ARM LDNP load                                    :   5086.8 MB/s (3, 1.4%)
 ARM STP fill                                     :   5769.6 MB/s (3, 19.1%)
 ARM STNP fill                                    :   1659.3 MB/s (3, 3.1%)

==========================================================================
== Framebuffer read tests.                                              ==
==                                                                      ==
== Many ARM devices use a part of the system memory as the framebuffer, ==
== typically mapped as uncached but with write-combining enabled.       ==
== Writes to such framebuffers are quite fast, but reads are much       ==
== slower and very sensitive to the alignment and the selection of      ==
== CPU instructions which are used for accessing memory.                ==
==                                                                      ==
== Many x86 systems allocate the framebuffer in the GPU memory,         ==
== accessible for the CPU via a relatively slow PCI-E bus. Moreover,    ==
== PCI-E is asymmetric and handles reads a lot worse than writes.       ==
==                                                                      ==
== If uncached framebuffer reads are reasonably fast (at least 100 MB/s ==
== or preferably >300 MB/s), then using the shadow framebuffer layer    ==
== is not necessary in Xorg DDX drivers, resulting in a nice overall    ==
== performance improvement. For example, the xf86-video-fbturbo DDX     ==
== uses this trick.                                                     ==
==========================================================================

 NEON LDP/STP copy (from framebuffer)             :    197.7 MB/s (3, 0.4%)
 NEON LDP/STP 2-pass copy (from framebuffer)      :    188.7 MB/s (3, 0.9%)
 NEON LD1/ST1 copy (from framebuffer)             :     53.9 MB/s (2)
 NEON LD1/ST1 2-pass copy (from framebuffer)      :     53.2 MB/s (2)
 ARM LDP/STP copy (from framebuffer)              :    106.0 MB/s (2)
 ARM LDP/STP 2-pass copy (from framebuffer)       :    103.2 MB/s (2)

==========================================================================
== Memory latency test                                                  ==
==                                                                      ==
== Average time is measured for random memory accesses in the buffers   ==
== of different sizes. The larger is the buffer, the more significant   ==
== are relative contributions of TLB, L1/L2 cache misses and SDRAM      ==
== accesses. For extremely large buffer sizes we are expecting to see   ==
== page table walk with several requests to SDRAM for almost every      ==
== memory access (though 64MiB is not nearly large enough to experience ==
== this effect to its fullest).                                         ==
==                                                                      ==
== Note 1: All the numbers are representing extra time, which needs to  ==
==         be added to L1 cache latency. The cycle timings for L1 cache ==
==         latency can be usually found in the processor documentation. ==
== Note 2: Dual random read means that we are simultaneously performing ==
==         two independent memory accesses at a time. In the case if    ==
==         the memory subsystem can't handle multiple outstanding       ==
==         requests, dual random read has the same timings as two       ==
==         single reads performed one after another.                    ==
==========================================================================

block size : single random read / dual random read, [MADV_NOHUGEPAGE]
      1024 :    0.0 ns          /     0.0 ns 
      2048 :    0.0 ns          /     0.0 ns 
      4096 :    0.0 ns          /     0.0 ns 
      8192 :    0.0 ns          /     0.0 ns 
     16384 :    0.2 ns          /     0.2 ns 
     32768 :    3.5 ns          /     6.4 ns 
     65536 :    9.7 ns          /    13.9 ns 
    131072 :   13.3 ns          /    17.0 ns 
    262144 :   16.2 ns          /    18.6 ns 
    524288 :   31.0 ns          /    43.8 ns 
   1048576 :  100.3 ns          /   147.8 ns 
   2097152 :  141.6 ns          /   189.2 ns 
   4194304 :  164.1 ns          /   204.5 ns 
   8388608 :  182.8 ns          /   221.5 ns 
  16777216 :  193.3 ns          /   231.9 ns 
  33554432 :  200.9 ns          /   239.2 ns 
  67108864 :  204.6 ns          /   244.5 ns 

block size : single random read / dual random read, [MADV_HUGEPAGE]
      1024 :    0.0 ns          /     0.0 ns 
      2048 :    0.0 ns          /     0.0 ns 
      4096 :    0.0 ns          /     0.0 ns 
      8192 :    0.0 ns          /     0.0 ns 
     16384 :    1.3 ns          /     1.7 ns 
     32768 :    0.6 ns          /     0.8 ns 
     65536 :    8.7 ns          /    13.9 ns 
    131072 :   13.4 ns          /    17.1 ns 
    262144 :   16.8 ns          /    18.6 ns 
    524288 :   20.1 ns          /    21.4 ns 
   1048576 :   99.2 ns          /   148.1 ns 
   2097152 :  140.7 ns          /   189.2 ns 
   4194304 :  162.0 ns          /   203.2 ns 
   8388608 :  173.6 ns          /   207.9 ns 
  16777216 :  178.4 ns          /   209.8 ns 
  33554432 :  180.3 ns          /   210.1 ns 
  67108864 :  181.4 ns          /   210.6 ns 

##########################################################################

Executing ramlat on cpu0 (Cortex-A55), results in ns:

       size:  1x32  2x32  1x64  2x64 1xPTR 2xPTR 4xPTR 8xPTR
         4k: 1.772 1.790 1.773 1.769 1.170 1.754 2.378 4.795 
         8k: 1.750 1.752 1.751 1.754 1.170 1.754 2.377 4.793 
        16k: 1.752 1.754 1.758 1.756 1.169 1.755 2.380 4.793 
        32k: 1.797 1.761 1.797 1.765 1.175 1.762 2.386 4.806 
        64k: 15.54 18.10 15.54 17.96 15.22 17.90 28.90 52.82 
       128k: 18.55 18.90 18.58 18.91 17.51 18.90 33.30 64.37 
       256k: 19.10 19.16 19.00 19.20 18.21 19.17 32.77 65.51 
       512k: 48.68 62.71 47.73 63.44 47.96 80.03 102.7 188.1 
      1024k: 132.7 145.5 125.6 145.5 125.5 145.0 217.0 408.8 
      2048k: 167.6 168.2 159.6 168.5 158.6 172.6 256.3 471.9 
      4096k: 183.8 182.9 178.8 182.9 176.9 184.1 265.1 482.2 
      8192k: 193.7 196.0 190.2 193.3 189.5 192.3 269.8 496.0 
     16384k: 193.0 200.0 194.6 195.2 192.0 194.9 272.8 501.8 
     32768k: 207.2 209.9 206.6 209.7 206.1 215.9 282.1 514.9 
     65536k: 207.9 210.3 207.1 210.4 206.1 209.9 282.3 534.5 
    131072k: 213.3 213.9 208.9 213.4 207.8 212.3 284.4 542.3 

##########################################################################

Executing benchmark twice on cluster 0 (Cortex-A55)

OpenSSL 3.0.14, built on 4 Jun 2024 (Library: OpenSSL 3.0.14 4 Jun 2024)
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes  16384 bytes
aes-128-cbc     150558.23k   449964.99k   879854.17k  1162769.41k  1283497.98k  1292479.15k
aes-128-cbc     150275.64k   448584.55k   881040.55k  1164742.66k  1284489.22k  1293817.17k
aes-192-cbc     144778.27k   400601.90k   716402.35k   895496.19k   938732.20k   939278.34k
aes-192-cbc     144920.35k   401338.88k   718051.67k   897160.87k   967704.58k   972892.84k
aes-256-cbc     138603.79k   365614.36k   618102.61k   749334.87k   798023.68k   800101.72k
aes-256-cbc     139451.34k   369687.74k   622000.90k   751485.95k   800393.90k   804006.57k

##########################################################################

Executing benchmark single-threaded on cpu0 (Cortex-A55)

7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)

LE
CPU Freq: 64000000 - - - - - - - -

RAM size:    3908 MB,  # CPU hardware threads:   4
RAM usage:    435 MB,  # Benchmark threads:      1

                       Compressing  |                  Decompressing
Dict     Speed Usage    R/U Rating  |      Speed Usage    R/U Rating
         KiB/s     %   MIPS   MIPS  |      KiB/s     %   MIPS   MIPS

22:        872   100    850    849  |      19595   100   1675   1673
23:        812   100    829    828  |      19145   100   1659   1657
24:        757   100    816    815  |      18644   100   1639   1637
25:        716   100    819    818  |      18107   100   1614   1612
----------------------------------  | ------------------------------
Avr:             100    828    827  |              100   1647   1645
Tot:             100   1238   1236

##########################################################################

Executing benchmark 3 times multi-threaded on CPUs 0-3

7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)

LE
CPU Freq: 64000000 - - 64000000 128000000 256000000 512000000 1024000000 -

RAM size:    3908 MB,  # CPU hardware threads:   4
RAM usage:    882 MB,  # Benchmark threads:      4

                       Compressing  |                  Decompressing
Dict     Speed Usage    R/U Rating  |      Speed Usage    R/U Rating
         KiB/s     %   MIPS   MIPS  |      KiB/s     %   MIPS   MIPS

22:       2638   356    721   2566  |      74692   399   1597   6372
23:       2553   369    705   2601  |      71223   393   1568   6163
24:       2435   372    704   2619  |      69364   393   1548   6089
25:       2371   383    706   2707  |      66812   393   1514   5946
----------------------------------  | ------------------------------
Avr:             370    709   2623  |              394   1557   6143
Tot:             382   1133   4383

7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)

LE
CPU Freq: 64000000 - - - - - - - -

RAM size:    3908 MB,  # CPU hardware threads:   4
RAM usage:    882 MB,  # Benchmark threads:      4

                       Compressing  |                  Decompressing
Dict     Speed Usage    R/U Rating  |      Speed Usage    R/U Rating
         KiB/s     %   MIPS   MIPS  |      KiB/s     %   MIPS   MIPS

22:       2593   351    720   2523  |      74333   399   1591   6342
23:       2483   362    699   2531  |      71069   398   1543   6149
24:       2455   375    705   2640  |      67303   398   1483   5908
25:       2339   380    702   2671  |      63556   398   1421   5656
----------------------------------  | ------------------------------
Avr:             367    707   2591  |              398   1510   6014
Tot:             383   1108   4303

7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,4 CPUs LE)

LE
CPU Freq: - 64000000 - - - - - - -

RAM size:    3908 MB,  # CPU hardware threads:   4
RAM usage:    882 MB,  # Benchmark threads:      4

                       Compressing  |                  Decompressing
Dict     Speed Usage    R/U Rating  |      Speed Usage    R/U Rating
         KiB/s     %   MIPS   MIPS  |      KiB/s     %   MIPS   MIPS

22:       2588   351    717   2518  |      66641   399   1426   5686
23:       2521   367    700   2569  |      64652   398   1406   5594
24:       2440   373    703   2624  |      62932   398   1388   5525
25:       2329   380    700   2660  |      60018   394   1357   5342
----------------------------------  | ------------------------------
Avr:             368    705   2593  |              397   1394   5536
Tot:             382   1050   4065

Compression: 2623,2591,2593
Decompression: 6143,6014,5536
Total: 4383,4303,4065

##########################################################################

** cpuminer-multi 1.3.7 by tpruvot@github **
BTC donation address: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd (tpruvot)

[2024-10-16 11:30:05] 4 miner threads started, using 'scrypt' algorithm.
[2024-10-16 11:30:06] CPU #1: 1.39 kH/s
[2024-10-16 11:30:06] CPU #0: 1.31 kH/s
[2024-10-16 11:30:06] CPU #2: 1.31 kH/s
[2024-10-16 11:30:06] CPU #3: 1.01 kH/s
[2024-10-16 11:30:06] Total: 5.03 kH/s
[2024-10-16 11:30:09] Total: 5.24 kH/s
[2024-10-16 11:30:10] Total: 5.22 kH/s
[2024-10-16 11:30:15] CPU #0: 1.38 kH/s
[2024-10-16 11:30:15] CPU #2: 1.38 kH/s
[2024-10-16 11:30:15] CPU #1: 1.38 kH/s
[2024-10-16 11:30:15] CPU #3: 1.38 kH/s
[2024-10-16 11:30:15] Total: 5.52 kH/s
[2024-10-16 11:30:20] Total: 5.53 kH/s
[2024-10-16 11:30:25] CPU #0: 1.38 kH/s
[2024-10-16 11:30:25] CPU #2: 1.37 kH/s
[2024-10-16 11:30:25] CPU #1: 1.38 kH/s
[2024-10-16 11:30:25] CPU #3: 1.38 kH/s
[2024-10-16 11:30:25] Total: 5.51 kH/s
[2024-10-16 11:30:30] Total: 5.54 kH/s
[2024-10-16 11:30:35] CPU #0: 1.38 kH/s
[2024-10-16 11:30:35] CPU #2: 1.38 kH/s
[2024-10-16 11:30:35] CPU #1: 1.38 kH/s
[2024-10-16 11:30:35] CPU #3: 1.38 kH/s
[2024-10-16 11:30:35] Total: 5.53 kH/s
[2024-10-16 11:30:40] Total: 5.55 kH/s
[2024-10-16 11:30:45] CPU #0: 1.39 kH/s
[2024-10-16 11:30:45] CPU #2: 1.39 kH/s
[2024-10-16 11:30:45] CPU #1: 1.39 kH/s
[2024-10-16 11:30:45] CPU #3: 1.38 kH/s
[2024-10-16 11:30:45] Total: 5.54 kH/s
[2024-10-16 11:30:50] Total: 5.52 kH/s
[2024-10-16 11:30:55] CPU #0: 1.36 kH/s
[2024-10-16 11:30:55] CPU #2: 1.37 kH/s
[2024-10-16 11:30:55] CPU #1: 1.36 kH/s
[2024-10-16 11:30:55] CPU #3: 1.36 kH/s
[2024-10-16 11:30:55] Total: 5.46 kH/s
[2024-10-16 11:31:00] Total: 5.55 kH/s
[2024-10-16 11:31:05] CPU #0: 1.39 kH/s
[2024-10-16 11:31:05] CPU #2: 1.39 kH/s
[2024-10-16 11:31:05] CPU #1: 1.39 kH/s
[2024-10-16 11:31:05] CPU #3: 1.39 kH/s
[2024-10-16 11:31:05] Total: 5.56 kH/s
[2024-10-16 11:31:10] Total: 5.52 kH/s
[2024-10-16 11:31:15] CPU #0: 1.37 kH/s
[2024-10-16 11:31:15] CPU #2: 1.37 kH/s
[2024-10-16 11:31:15] CPU #1: 1.37 kH/s
[2024-10-16 11:31:15] CPU #3: 1.37 kH/s
[2024-10-16 11:31:15] Total: 5.49 kH/s
[2024-10-16 11:31:20] Total: 5.53 kH/s
[2024-10-16 11:31:25] CPU #0: 1.38 kH/s
[2024-10-16 11:31:25] CPU #2: 1.38 kH/s
[2024-10-16 11:31:25] CPU #1: 1.38 kH/s
[2024-10-16 11:31:25] CPU #3: 1.38 kH/s
[2024-10-16 11:31:25] Total: 5.51 kH/s
[2024-10-16 11:31:30] Total: 5.54 kH/s
[2024-10-16 11:31:35] CPU #0: 1.39 kH/s
[2024-10-16 11:31:35] CPU #2: 1.39 kH/s
[2024-10-16 11:31:35] CPU #1: 1.39 kH/s
[2024-10-16 11:31:35] CPU #3: 1.39 kH/s
[2024-10-16 11:31:35] Total: 5.55 kH/s
[2024-10-16 11:31:40] Total: 5.50 kH/s
[2024-10-16 11:31:45] CPU #0: 1.38 kH/s
[2024-10-16 11:31:45] CPU #2: 1.38 kH/s
[2024-10-16 11:31:45] CPU #1: 1.38 kH/s
[2024-10-16 11:31:45] CPU #3: 1.38 kH/s
[2024-10-16 11:31:45] Total: 5.52 kH/s
[2024-10-16 11:31:50] Total: 5.41 kH/s
[2024-10-16 11:31:55] CPU #2: 1.38 kH/s
[2024-10-16 11:31:55] CPU #0: 1.36 kH/s
[2024-10-16 11:31:55] CPU #1: 1.38 kH/s
[2024-10-16 11:31:55] CPU #3: 1.37 kH/s
[2024-10-16 11:31:55] Total: 5.49 kH/s
[2024-10-16 11:32:00] Total: 5.51 kH/s
[2024-10-16 11:32:05] CPU #0: 1.39 kH/s
[2024-10-16 11:32:05] CPU #2: 1.38 kH/s
[2024-10-16 11:32:05] CPU #1: 1.38 kH/s
[2024-10-16 11:32:05] CPU #3: 1.38 kH/s
[2024-10-16 11:32:05] Total: 5.54 kH/s
[2024-10-16 11:32:10] Total: 5.53 kH/s
[2024-10-16 11:32:15] CPU #0: 1.38 kH/s
[2024-10-16 11:32:15] CPU #2: 1.38 kH/s
[2024-10-16 11:32:15] CPU #1: 1.38 kH/s
[2024-10-16 11:32:15] CPU #3: 1.38 kH/s
[2024-10-16 11:32:15] Total: 5.53 kH/s
[2024-10-16 11:32:20] Total: 5.49 kH/s
[2024-10-16 11:32:25] CPU #2: 1.38 kH/s
[2024-10-16 11:32:25] CPU #0: 1.37 kH/s
[2024-10-16 11:32:25] CPU #1: 1.38 kH/s
[2024-10-16 11:32:25] CPU #3: 1.38 kH/s
[2024-10-16 11:32:25] Total: 5.50 kH/s
[2024-10-16 11:32:30] Total: 5.56 kH/s
[2024-10-16 11:32:35] CPU #0: 1.38 kH/s
[2024-10-16 11:32:35] CPU #2: 1.38 kH/s
[2024-10-16 11:32:35] CPU #1: 1.38 kH/s
[2024-10-16 11:32:35] CPU #3: 1.38 kH/s
[2024-10-16 11:32:35] Total: 5.52 kH/s
[2024-10-16 11:32:40] Total: 5.51 kH/s
[2024-10-16 11:32:45] CPU #0: 1.38 kH/s
[2024-10-16 11:32:45] CPU #2: 1.38 kH/s
[2024-10-16 11:32:45] CPU #1: 1.38 kH/s
[2024-10-16 11:32:45] CPU #3: 1.38 kH/s
[2024-10-16 11:32:45] Total: 5.53 kH/s
[2024-10-16 11:32:50] Total: 5.52 kH/s
[2024-10-16 11:32:55] CPU #0: 1.38 kH/s
[2024-10-16 11:32:55] CPU #2: 1.38 kH/s
[2024-10-16 11:32:55] CPU #1: 1.38 kH/s
[2024-10-16 11:32:55] CPU #3: 1.38 kH/s
[2024-10-16 11:32:55] Total: 5.51 kH/s
[2024-10-16 11:33:00] Total: 5.52 kH/s
[2024-10-16 11:33:05] CPU #2: 1.37 kH/s
[2024-10-16 11:33:05] CPU #0: 1.37 kH/s
[2024-10-16 11:33:05] CPU #1: 1.37 kH/s
[2024-10-16 11:33:05] CPU #3: 1.37 kH/s
[2024-10-16 11:33:05] Total: 5.48 kH/s
[2024-10-16 11:33:10] Total: 5.54 kH/s
[2024-10-16 11:33:15] CPU #0: 1.38 kH/s
[2024-10-16 11:33:15] CPU #2: 1.38 kH/s
[2024-10-16 11:33:15] CPU #1: 1.38 kH/s
[2024-10-16 11:33:15] CPU #3: 1.38 kH/s
[2024-10-16 11:33:15] Total: 5.53 kH/s
[2024-10-16 11:33:20] Total: 5.54 kH/s
[2024-10-16 11:33:25] CPU #0: 1.38 kH/s
[2024-10-16 11:33:25] CPU #2: 1.38 kH/s
[2024-10-16 11:33:25] CPU #1: 1.39 kH/s
[2024-10-16 11:33:25] CPU #3: 1.38 kH/s
[2024-10-16 11:33:25] Total: 5.54 kH/s
[2024-10-16 11:33:30] Total: 5.54 kH/s
[2024-10-16 11:33:35] CPU #0: 1.39 kH/s
[2024-10-16 11:33:35] CPU #2: 1.39 kH/s
[2024-10-16 11:33:35] CPU #1: 1.38 kH/s
[2024-10-16 11:33:35] CPU #3: 1.38 kH/s
[2024-10-16 11:33:35] Total: 5.53 kH/s
[2024-10-16 11:33:40] Total: 5.54 kH/s
[2024-10-16 11:33:45] CPU #0: 1.38 kH/s
[2024-10-16 11:33:45] CPU #2: 1.37 kH/s
[2024-10-16 11:33:45] CPU #1: 1.38 kH/s
[2024-10-16 11:33:45] CPU #3: 1.38 kH/s
[2024-10-16 11:33:45] Total: 5.51 kH/s
[2024-10-16 11:33:50] Total: 5.34 kH/s
[2024-10-16 11:33:55] CPU #2: 1.37 kH/s
[2024-10-16 11:33:55] CPU #0: 1.35 kH/s
[2024-10-16 11:33:55] CPU #1: 1.39 kH/s
[2024-10-16 11:33:55] CPU #3: 1.38 kH/s
[2024-10-16 11:33:55] Total: 5.49 kH/s
[2024-10-16 11:34:00] Total: 5.52 kH/s
[2024-10-16 11:34:05] CPU #2: 1.38 kH/s
[2024-10-16 11:34:05] CPU #0: 1.38 kH/s
[2024-10-16 11:34:05] CPU #1: 1.39 kH/s
[2024-10-16 11:34:05] CPU #3: 1.38 kH/s
[2024-10-16 11:34:05] Total: 5.52 kH/s
[2024-10-16 11:34:10] Total: 5.52 kH/s
[2024-10-16 11:34:15] CPU #2: 1.38 kH/s
[2024-10-16 11:34:15] CPU #0: 1.38 kH/s
[2024-10-16 11:34:15] CPU #1: 1.38 kH/s
[2024-10-16 11:34:15] CPU #3: 1.38 kH/s
[2024-10-16 11:34:15] Total: 5.52 kH/s
[2024-10-16 11:34:20] Total: 5.52 kH/s
[2024-10-16 11:34:25] CPU #2: 1.38 kH/s
[2024-10-16 11:34:25] CPU #0: 1.38 kH/s
[2024-10-16 11:34:25] CPU #1: 1.38 kH/s
[2024-10-16 11:34:25] CPU #3: 1.37 kH/s
[2024-10-16 11:34:25] Total: 5.51 kH/s
[2024-10-16 11:34:30] Total: 5.47 kH/s
[2024-10-16 11:34:35] CPU #2: 1.37 kH/s
[2024-10-16 11:34:35] CPU #0: 1.36 kH/s
[2024-10-16 11:34:35] CPU #1: 1.37 kH/s
[2024-10-16 11:34:35] CPU #3: 1.37 kH/s
[2024-10-16 11:34:35] Total: 5.47 kH/s
[2024-10-16 11:34:40] Total: 5.51 kH/s
[2024-10-16 11:34:45] CPU #2: 1.38 kH/s
[2024-10-16 11:34:45] CPU #0: 1.38 kH/s
[2024-10-16 11:34:45] CPU #1: 1.38 kH/s
[2024-10-16 11:34:45] CPU #3: 1.38 kH/s
[2024-10-16 11:34:45] Total: 5.51 kH/s
[2024-10-16 11:34:50] Total: 5.50 kH/s
[2024-10-16 11:34:55] CPU #2: 1.37 kH/s
[2024-10-16 11:34:55] CPU #0: 1.37 kH/s
[2024-10-16 11:34:55] CPU #1: 1.38 kH/s
[2024-10-16 11:34:55] CPU #3: 1.37 kH/s
[2024-10-16 11:34:55] Total: 5.50 kH/s
[2024-10-16 11:35:00] Total: 5.50 kH/s
[2024-10-16 11:35:05] CPU #2: 1.37 kH/s
[2024-10-16 11:35:05] CPU #0: 1.37 kH/s
[2024-10-16 11:35:05] CPU #1: 1.38 kH/s
[2024-10-16 11:35:05] CPU #3: 1.37 kH/s
[2024-10-16 11:35:05] Total: 5.49 kH/s

Total Scores: 5.56,5.55,5.54,5.53,5.52,5.51,5.50,5.49,5.48,5.47,5.46,5.41,5.34,5.22

##########################################################################

Testing maximum cpufreq again, still under full load. System health now:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:34:31: 1416MHz  4.14 100%   0%  99%   0%   0%   0%  68.8°C  

Checking cpufreq OPP (Cortex-A55):

Cpufreq OPP: 1800    Measured: 1712 (1713.143/1712.821/1712.415)     (-4.9%)

##########################################################################

Hardware sensors:

cpu_thermal-virtual-0
temp1:        +62.2 C  

gpu_thermal-virtual-0
temp1:        +61.7 C  

##########################################################################

Thermal source: /sys/class/hwmon/hwmon0/ (cpu_thermal)

System health while running tinymembench:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:18:37: 1800MHz  1.16  14%   2%  11%   0%   1%   0%  56.1°C  
11:18:47: 1800MHz  1.14  25%   0%  25%   0%   0%   0%  57.2°C  
11:18:58: 1800MHz  1.12  25%   0%  25%   0%   0%   0%  58.9°C  
11:19:08: 1800MHz  1.10  25%   0%  25%   0%   0%   0%  58.3°C  
11:19:18: 1800MHz  1.08  25%   0%  24%   0%   0%   0%  58.3°C  
11:19:28: 1800MHz  1.07  25%   0%  25%   0%   0%   0%  60.0°C  
11:19:38: 1800MHz  1.06  25%   0%  25%   0%   0%   0%  60.0°C  
11:19:48: 1800MHz  1.05  26%   1%  24%   0%   0%   0%  57.2°C  
11:19:59: 1800MHz  1.11  25%   0%  24%   0%   0%   0%  57.8°C  
11:20:09: 1800MHz  1.17  25%   0%  24%   0%   0%   0%  57.8°C  

System health while running ramlat:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:20:18: 1800MHz  1.14  15%   1%  12%   0%   1%   0%  59.4°C  
11:20:21: 1800MHz  1.13  25%   0%  25%   0%   0%   0%  57.2°C  
11:20:24: 1800MHz  1.13  25%   0%  25%   0%   0%   0%  57.8°C  
11:20:27: 1800MHz  1.12  25%   0%  25%   0%   0%   0%  58.3°C  
11:20:30: 1800MHz  1.12  25%   0%  25%   0%   0%   0%  57.2°C  
11:20:34: 1800MHz  1.11  25%   0%  24%   0%   0%   0%  57.2°C  
11:20:37: 1800MHz  1.10  25%   0%  24%   0%   0%   0%  57.2°C  
11:20:40: 1800MHz  1.10  25%   0%  24%   0%   0%   0%  57.2°C  
11:20:43: 1800MHz  1.09  25%   0%  25%   0%   0%   0%  56.7°C  
11:20:46: 1800MHz  1.09  25%   0%  24%   0%   0%   0%  57.2°C  
11:20:49: 1800MHz  1.09  25%   0%  24%   0%   0%   0%  57.2°C  
11:20:52: 1800MHz  1.08  25%   1%  24%   0%   0%   0%  57.2°C  

System health while running OpenSSL benchmark:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:20:53: 1800MHz  1.08  15%   1%  12%   0%   0%   0%  60.0°C  
11:21:09: 1800MHz  1.06  25%   0%  25%   0%   0%   0%  58.9°C  
11:21:25: 1800MHz  1.05  25%   0%  24%   0%   0%   0%  60.6°C  
11:21:41: 1800MHz  1.03  25%   0%  25%   0%   0%   0%  59.4°C  
11:21:58: 1800MHz  1.02  25%   0%  24%   0%   0%   0%  57.2°C  
11:22:14: 1800MHz  1.02  25%   0%  25%   0%   0%   0%  58.3°C  
11:22:30: 1800MHz  1.01  25%   0%  25%   0%   0%   0%  55.6°C  

System health while running 7-zip single core benchmark:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:22:41: 1800MHz  1.09  16%   1%  13%   0%   0%   0%  56.7°C  
11:22:53: 1800MHz  1.15  25%   0%  24%   0%   0%   0%  55.6°C  
11:23:06: 1800MHz  1.13  25%   0%  24%   0%   0%   0%  55.6°C  
11:23:18: 1800MHz  1.10  25%   0%  24%   0%   0%   0%  55.6°C  
11:23:30: 1800MHz  1.08  25%   0%  24%   0%   0%   0%  55.0°C  
11:23:42: 1800MHz  1.06  25%   0%  24%   0%   0%   0%  54.4°C  
11:23:54: 1800MHz  1.05  25%   0%  24%   0%   0%   0%  55.0°C  
11:24:06: 1800MHz  1.04  25%   0%  24%   0%   0%   0%  54.4°C  
11:24:18: 1800MHz  1.03  25%   0%  24%   0%   0%   0%  53.8°C  
11:24:30: 1800MHz  1.03  25%   0%  24%   0%   0%   0%  53.8°C  
11:24:43: 1800MHz  1.02  25%   0%  24%   0%   0%   0%  53.8°C  

System health while running 7-zip multi core benchmark:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:24:54: 1800MHz  1.02  17%   1%  14%   0%   0%   0%  56.1°C  
11:25:18: 1800MHz  1.97  92%   1%  90%   0%   0%   0%  60.6°C  
11:25:42: 1800MHz  2.67  94%   1%  92%   0%   0%   0%  61.7°C  
11:26:07: 1800MHz  3.32  91%   2%  89%   0%   0%   0%  62.2°C  
11:26:34: 1800MHz  3.78  98%   2%  96%   0%   0%   0%  67.5°C  
11:26:58: 1800MHz  4.10  92%   1%  91%   0%   0%   0%  63.9°C  
11:27:23: 1800MHz  4.14  94%   1%  92%   0%   0%   0%  64.4°C  
11:27:48: 1800MHz  4.16  92%   2%  89%   0%   0%   0%  65.0°C  
11:28:15: 1608MHz  4.30  98%   2%  96%   0%   0%   0%  68.1°C  
11:28:40: 1800MHz  4.06  95%   0%  94%   0%   0%   0%  68.8°C  
11:29:05: 1800MHz  4.04  93%   1%  91%   0%   0%   0%  66.2°C  
11:29:29: 1800MHz  3.93  93%   1%  91%   0%   0%   0%  66.9°C  
11:29:53: 1800MHz  4.43  97%   3%  94%   0%   0%   0%  66.2°C  

System health while running cpuminer:

Time        CPU    load %cpu %sys %usr %nice %io %irq   Temp
11:30:10: 1800MHz  4.57  29%   1%  27%   0%   0%   0%  68.8°C  
11:30:54: 1608MHz  4.34 100%   0%  99%   0%   0%   0%  68.1°C  
11:31:37: 1608MHz  4.20 100%   0%  99%   0%   0%   0%  68.1°C  
11:32:20: 1608MHz  4.18 100%   0%  99%   0%   0%   0%  68.8°C  
11:33:04: 1608MHz  4.09 100%   0%  99%   0%   0%   0%  68.1°C  
11:33:47: 1608MHz  4.20 100%   0%  99%   0%   0%   0%  68.1°C  
11:34:31: 1416MHz  4.14 100%   0%  99%   0%   0%   0%  68.8°C  

##########################################################################

Throttling statistics (time spent on each cpufreq OPP):

1800 MHz:  673.85 sec
1608 MHz:  293.70 sec
1416 MHz:   21.96 sec
1104 MHz:       0 sec
 816 MHz:       0 sec
 600 MHz:       0 sec
 408 MHz:       0 sec

##########################################################################

Linux 6.11.0-edge-rockchip64 (station-m2) 	10/16/24 	_aarch64_	(4 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
          36.63    0.01    1.56    0.62    0.00   61.18

Device             tps    kB_read/s    kB_wrtn/s    kB_dscd/s    kB_read    kB_wrtn    kB_dscd
mmcblk0           7.78       208.99       461.49         0.00     476735    1052737          0
mmcblk2           0.48        10.49         0.00         0.00      23924          0          0
zram0             0.02         0.52         0.00         0.00       1192          4          0
zram1             0.19         0.20         1.15         0.00        448       2612          0

               total        used        free      shared  buff/cache   available
Mem:           3.8Gi       341Mi       3.5Gi        37Mi       126Mi       3.5Gi
Swap:          1.9Gi          0B       1.9Gi

Filename				Type		Size		Used		Priority
/dev/zram0                              partition	2001268		0		5

CPU sysfs topology (clusters, cpufreq members, clockspeeds)
                 cpufreq   min    max
 CPU    cluster  policy   speed  speed   core type
  0        0        0      408    1800   Cortex-A55 / r2p0
  1        0        0      408    1800   Cortex-A55 / r2p0
  2        0        0      408    1800   Cortex-A55 / r2p0
  3        0        0      408    1800   Cortex-A55 / r2p0

Architecture:                         aarch64
CPU op-mode(s):                       32-bit, 64-bit
Byte Order:                           Little Endian
CPU(s):                               4
On-line CPU(s) list:                  0-3
Vendor ID:                            ARM
Model name:                           Cortex-A55
Model:                                0
Thread(s) per core:                   1
Core(s) per cluster:                  4
Socket(s):                            -
Cluster(s):                           1
Stepping:                             r2p0
CPU(s) scaling MHz:                   100%
CPU max MHz:                          1800.0000
CPU min MHz:                          408.0000
BogoMIPS:                             48.00
Flags:                                fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp
NUMA node(s):                         1
NUMA node0 CPU(s):                    0-3
Vulnerability Gather data sampling:   Not affected
Vulnerability Itlb multihit:          Not affected
Vulnerability L1tf:                   Not affected
Vulnerability Mds:                    Not affected
Vulnerability Meltdown:               Not affected
Vulnerability Mmio stale data:        Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed:               Not affected
Vulnerability Spec rstack overflow:   Not affected
Vulnerability Spec store bypass:      Not affected
Vulnerability Spectre v1:             Mitigation; __user pointer sanitization
Vulnerability Spectre v2:             Not affected
Vulnerability Srbds:                  Not affected
Vulnerability Tsx async abort:        Not affected

SoC guess: Rockchip RK3566
DT compat: rockchip,rk3566-box-demo
           rockchip,rk3566
 Compiler: /usr/bin/gcc (Debian 12.2.0-14) 12.2.0 / aarch64-linux-gnu
 Userland: arm64
   Kernel: 6.11.0-edge-rockchip64/aarch64
           CONFIG_HZ=250
           CONFIG_HZ_250=y
           CONFIG_PREEMPTION=y
           CONFIG_PREEMPT=y
           CONFIG_PREEMPT_BUILD=y
           CONFIG_PREEMPT_COUNT=y
           CONFIG_PREEMPT_NOTIFIERS=y
           CONFIG_PREEMPT_RCU=y

##########################################################################

   opp-table-0:
       408 MHz    900.0 mV
       600 MHz    900.0 mV
       816 MHz    900.0 mV
      1104 MHz    900.0 mV
      1416 MHz    900.0 mV
      1608 MHz    975.0 mV
      1800 MHz   1050.0 mV

   opp-table-1:
       200 MHz    825.0 mV
       300 MHz    825.0 mV
       400 MHz    825.0 mV
       600 MHz    825.0 mV
       700 MHz    900.0 mV
       800 MHz   1000.0 mV

##########################################################################

Results validation:

  * Advertised vs. measured max CPU clockspeed: -4.6% before, -4.9% after -> https://tinyurl.com/32w9rr94
  * No swapping
  * Background activity (%system) OK
  * Throttling occured -> https://tinyurl.com/4ky59sys

Status of performance related governors found below /sys (w/o cpufreq):

  * fde60000.gpu: simple_ondemand / 200 MHz (powersave performance simple_ondemand / 200 300 400 600 700 800)

| Rockchip RK3566 BOX DEMO Board | ~1720 (throttled) | 6.11 | Debian 12 (bookworm) tampered by Armbian-unofficial 24.2.0-trunk bookworm arm64 | 4250 | 1236 | 802050 | 1970 | 5770 | 5.55 |

 


 

Edited by MMorales
Link to comment
Share on other sites

On 10/16/2024 at 5:01 AM, MMorales said:

So at the beggining i was thinking this memory its a fake but now im not sure. 

 

 

Omg! 😮 A TV box with fake memory!

Now all that's left is for you is to discover that the original software has malware 😅 
the first rule on TV box for Linux is "don't trust TV boxes"
stop been scammed and buy a board from Partners

My personal favorite is Bpi

 

this information was on media since 2023, you need to take care.... https://youtu.be/1vpepaQ-VQQ?t=445

 

 

Edited by Hqnicolas
Link to comment
Share on other sites

@Hqnicolas very thanks for your help.
Anyway im so happy with my 25€ expense.
It comes with 4g of ddr4. rk3566 , Gigabyte Lan, Dual wifi, 64gb emmc, display, usb3 port, and including a beautiful box, remote and power suply.

How much cost the same from a partner board?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines