Questions and Answers : Unix/Linux : New application for Linux running on 64-bit ARM
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Dingo
Avatar

Send message
Joined: 4 Feb 15
Posts: 17
Credit: 133,036,975
RAC: 0
Message 4754 - Posted: 30 Jun 2021, 3:04:48 UTC

Can we get a new application for Linux running on 64-bit ARM please. There must be a lot of Pi4's out there and users that want to use Ubuntu 64 bit Raspbian.

I have been trying to get work for my Pi 4 4 Gb that has Ubuntu 20.04.2 LTS [5.4.0-1038-raspi 64 bit server loaded on it. We have tried a bunch of things to get it to work but in the end the work units always error and fail. Have a look at this thread for more information.

https://universeathome.pl/universe/forum_thread.php?id=576&postid=4751

Rosetta, TN-Grid, MLC@HOME, LHC@Home WU-Prop, iTHena, and NFS@Home all have applications that work on the Pi4 with Linux 64 bit ARM.

BUT I want to run Universe on my Pi4's ( see the thread)

Proud Founder and member of BOINC@AUSTRALIA
ID: 4754 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 10 May 20
Posts: 308
Credit: 4,733,484,700
RAC: 1,384
Message 4967 - Posted: 1 Dec 2021, 20:06:21 UTC - in response to Message 4754.  

I once again attempted to run Universe tasks on my new RPi 4 and even futzing arround with adding the 32bit armhf libraries and making sure the libraries were found, I still could not get the tasks to run correctly.
Have no issues running the tasks on my RPi 3B+ however.
We really need a proper aarch64 application.

A proud member of the OFA (Old Farts Association)
ID: 4967 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 10 May 20
Posts: 308
Credit: 4,733,484,700
RAC: 1,384
Message 5023 - Posted: 30 Dec 2021, 22:13:53 UTC

I sorted it out eventually. I had to add a few other 32bit packages besides adding the standard armhf architecture.

A proud member of the OFA (Old Farts Association)
ID: 5023 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Corsair
Avatar

Send message
Joined: 14 May 22
Posts: 2
Credit: 8,925,333
RAC: 0
Message 5610 - Posted: 21 May 2022, 10:49:56 UTC

Any update about running Universe on Raspberry Pi 4?

As far as I setup mine: Raspberry Pi OS 64, Debian Bullseye ARM64.

added to Universe but still didn't get jobs 😭
Corsair,

Roses don't bloom on the sailor's grave

ID: 5610 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Keith Myers
Avatar

Send message
Joined: 10 May 20
Posts: 308
Credit: 4,733,484,700
RAC: 1,384
Message 5656 - Posted: 1 Jun 2022, 18:23:09 UTC
Last modified: 1 Jun 2022, 18:24:48 UTC

You need to install the armhf 32 bit library dependencies to get Universe tasks on the Pi4.

sudo dpkg --add-architecture armhf
sudo apt update
sudo apt install libstdc++6:armhf libgomp1:armhf libboinc7:armhf


Additionally you have to add alternate platform identifier to your cc_config.xml file:

<cc_config>
<options>
<alt_platform>arm-unknown-linux-gnueabihf</alt_platform>
</options>
</cc_config>

sudo reboot

Then you will get Universe tasks on your Pi4. I do them in 8K - 16K seconds on my Pi4.
https://universeathome.pl/universe/show_host_detail.php?hostid=607777

A proud member of the OFA (Old Farts Association)
ID: 5656 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Questions and Answers : Unix/Linux : New application for Linux running on 64-bit ARM




Copyright © 2024 Copernicus Astronomical Centre of the Polish Academy of Sciences
Project server and website managed by Krzysztof 'krzyszp' Piszczek