-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running KDiskMark on a Raspberry Pi #156
Comments
Hi! You can download the arm64 deb package from the PPA repository and install it using apt install: https://launchpad.net/~jonmagon/+archive/ubuntu/kdiskmark/+build/26322421/+files/kdiskmark_3.1.4-bionic-2_arm64.deb Technically, the arm64 build through GitHub CI has already been done in this commit: 782bdc2 I'm planning to publish a release soon. However, I've already tested the method described above on a Raspberry Pi 5, and everything works perfectly there. |
Thank-you for your speedy response.
Sorry, for my lack of Linux knowledge.
I have downloaded the file: kdiskmark_3.1.4-bionic-2_arm64.deb
to my Raspberry Pi4b, but do not know what to do next?
Martyn
…On Mon, Oct 28, 2024 at 4:30 PM Dmitry Sidorov ***@***.***> wrote:
Hi! You can download the arm64 deb package from the PPA repository and
install it using apt install:
https://launchpad.net/~jonmagon/+archive/ubuntu/kdiskmark/+build/26322421/+files/kdiskmark_3.1.4-bionic-2_arm64.deb
Technically, the arm64 build through GitHub CI has already been done in
this commit: 782bdc2
<782bdc2>
I'm planning to publish a release soon. However, I've already tested the
method described above on a Raspberry Pi 5, and everything works perfectly
there.
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHTAX5KKGWMHOSRPVCM2Q3Z5ZRATAVCNFSM6AAAAABQXZ744SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBSGA3DQOBUGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You can use |
Excellent,
It installed OK, but I was not able to run on my Pi4 as it is
currently running OMV and only has a command line interface - will try
later with another os.
However I did install it on a Raspberry Pi5 and it worked like a dream!
Although it ran ok, it did report the following line 5 times: libpng
warning iCCP: known incorrect sRGB profile.
Thanks very much for your help and patience,
Martyn
…On Mon, Oct 28, 2024 at 4:40 PM Dmitry Sidorov ***@***.***> wrote:
You can use apt install ./kdiskmark_3.1.4-bionic-2_arm64.deb
It'll take care of all the dependencies
—
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHTAX6H43OSNYLJDYDUTGTZ5ZSI7AVCNFSM6AAAAABQXZ744SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBSGA4TKNJXGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i guess i could have guessed by the name it's 64-bit version w/o trying Please compile a 32-bit version? Use case, Raspberry Pi Zero 2 (a miniaturised RPi 3, the latest and greatest in small-factor RPi) has only 0.5GB RAM and makes no sense to install 64-bit OS, while still very important to check the speeds of microSD card from which boots. There's the builtin "Agnostics" ( I'd argue if compiling only one version, it should be 32-bit, since can run on 64-bit OS as well, when the reverse is not true. And SD cards are way, way, way slower for 32-vs-64 bit to make a measurable difference. |
Yes! Thank you so very much @JonMagon - i could not figure out before how to browse launchpad.net looking for releases. I am glad to report that the arm-hf package works on RPiZ2 + 32bit Raspbian 11/Bullseye |
I have been using CrystalDiskMark on Windows for many years and love it. KDiskMark seems to be an ideal equivalent on Linux. However, I want to run it on a Raspberry Pi4b running Raspbian Bookworm. I have no idea about compiling it from source, I just want a installable binary. I found something in this repository about using PPA but it would not work on my system. I think my fellow Raspberry Pi users would love to use this application but are put off because they cannot simply use apt install ...
Can anyone help, please?
The text was updated successfully, but these errors were encountered: