HWBOT Prime Benchmark Script 3.0

Table of contents

Rewrite

I used my little hype about the RPi Zero 2 to rewrite the script I use for testing my overclocking-attempts.
Some things needed a slightly restructuration and I added some features to recognize the used RPis a little bit better.

Revision Codes / BCM2711 Stepping

I added a small check, which stepping of the BCM2711 is soldered onto the PCB. Since a few months, normal Rapsberry Pi 4 Model B can also have a BCM2711 with C0-stepping, instead of the old B0-one.1
The SoC-types for the older RPi2/3 are now also a little bit more precise.

Cores & Memory

The next thing is optional and just for fun.
Because you can disable ARM-cores (maxcpus=N inside /boot/cmdline.txt), I added a check how many cores are enabled and how many does the used RPi have in total.
The memory-split between CPU and GPU is also given, but since the HWBOT Prime Benchmark2 doesn’t need much RAM, you don’t get crucial information.

over_voltage

Besides the read-out voltage I added a small check, which over_voltage-setting is saved inside the /boot/config.txt.
Normally it’s easier to see which setting is used, instead of calculating the setting by means of the voltage vcgencmd measure_volts is giving.

Screenshots

Tested under the lastest Raspberry OS with Debian 11.1 (Bullseye).

If you see this, the image is broken :(

Here I disabled two cores of a RPi4.
In comparison to full four cores you lose about 30 %.

If you see this, the image is broken :(

Download

You always can find and download the latest version of the script at my GitHub repository.3
Alternative: wget https://raw.githubusercontent.com/cr-chsn1/raspiced/main/hwbot_prime_benchmark/script/rpi_hwbot.sh

I will add minor changes without much talking about. If you want to start an overcloking-session, check if there is a new version available.

I’m really happy to see screenshots and code-snippets of my script, when testing an overclocked RPi and talk about it.
Thanks for using my script!

What comes next?

First of all, if you have a good idea what kind of information is missing and should be part of the script, please drop me a line.
Same thing, if you find a bug. I try to test new versions on some RPi I have lying around, but I don’t test all combinations of models and OS-versions (especially older versions).

Now my reservoir of ideas is almost empty.
Maybe I will test, if I can get the checksum-function to some good use.

Update: 17.11.2021 / Version 3.1

I found some time to think about the checksum-function and wrote some lines.
With version 3.1 I’ll check if the benchmark tools (HWBOT Prime Benchmark) and the script itself is downloaded properly.

From now on every script version will download a file with the SHA256-hashes from my server and compare the used files. I tested the script in this combination, so it should run on your RPi as well.

Beside this the script now has a small uninstallation-routine, which deletes the tools and generated benchmark-files, if you don’t need them anymore.
Nothing fancy, it saves some time, if you want to clean up the mess.

If you see this, the image is broken :(