Message boards :
News :
Testing of application for Raspberry Pi
Message board moderation
Author | Message |
---|---|
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
Hello folks! We try to build a RakeSearch R10 application for Raspberry Pi. Currently, it runs on the computer 9257 - it's a Raspberry Pi Model 3B+ through an anonymous platform file - app_info.xml. Vital note: for computing on Pi you must use a combination of heatsinks and airflow! In our case, we install a small aluminum heatsink on the CPU and USB+Network controller and place the board inside desktop computer air outflow. In these conditions temperature of CPU stabilized at 54°C level. The application compiled on 3B+ model, under Cortex-A53 CPU. You can download it from here and console version of BOINC client, if need (compiled on the same system also) from here. If you want to try a compute on another model of RPi, please post a message, we try to compile a separate test application. Thank you for attention to the project and happy crunching! |
Send message Joined: 8 Sep 17 Posts: 7 Credit: 1,000,750 RAC: 12,186 |
Are you planning an application for raspberry pi 4? |
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
Are you planning an application for raspberry pi 4? Glad to see you again in the forum! At now, we have no Pi 4, but would you try to run the application for Pi 3 on Pi 4? |
Send message Joined: 8 Sep 17 Posts: 7 Credit: 1,000,750 RAC: 12,186 |
Are you planning an application for raspberry pi 4? I will try this weekend |
Send message Joined: 17 Aug 19 Posts: 1 Credit: 123,637 RAC: 48 |
Any possibility to compile for armbian ? i have that OS running in orangePi PC and Pine64 SBCs . Thanks |
Send message Joined: 17 Sep 17 Posts: 2 Credit: 10,696,565 RAC: 5,596 |
Do I need the BOINC-Client from the Download or is the boinc-client from the raspbian-repository OK? I got the message that Rake Search does not support the type arm-unknown-linux-gnueabihf. Do i need to add a alt_platform Tag in the cc_config.xml? |
Send message Joined: 17 Sep 17 Posts: 2 Credit: 10,696,565 RAC: 5,596 |
sorry, I forgot to restart the boinc-client. I just readed the config files |
Send message Joined: 9 Dec 17 Posts: 5 Credit: 70,344,334 RAC: 2,902 |
Great. The app runs on one of my Odroid-N2 with alt_platform Tag in the cc_config.xml. https://rake.boincfast.ru/rakesearch/show_host_detail.php?hostid=8112 |
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
respawner, JagDoc, would you share settings? It's interesting and can be useful. JJAR, fzs600 we try to find simulator or another tool for compile application. Thank you very much for your enthusiasm! |
Send message Joined: 18 Jan 18 Posts: 4 Credit: 52,193,414 RAC: 0 |
Hi, I've installed it on several different ARM based computers, and It's returned validated WUs: Odroid XU4 running 32-bit Ubuntu 18.04.3 LTS and BOINC client 7.16.3. Odroid C2 running 64-bit Ubuntu 18.04.3 LTS and BOINC client 7.16.3 (with the armhf architecture installed by OS, so BOINC client can run 64-bit and 32-bit WUs). Raspberry Pi 3 model B running 64-bit Ubuntu 18.04.3 LTS and BOINC client 7.16.3 (with the armhf architecture installed by OS, so BOINC can run 64-bit and 32-bit WUs). It looks like WUs can take up to 1.5 days on Odroid XU4 (according to their client's current estimates), so that would be up to 4 days on a RaspberryPi 2 model B - I'll have a go on one later today... Jon |
Send message Joined: 9 Dec 17 Posts: 5 Credit: 70,344,334 RAC: 2,902 |
respawner, JagDoc, would you share settings? It's interesting and can be useful. On the Odroid-N2 with Ubuntu 18.04.3 LTS (aarch64-unknown-linux-gnu). In the cc_config.xml: <options> <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> </options> For 32 bit (armhf architecture) i run this: sudo dpkg --add-architecture armhf sudo apt update sudo apt install libsfstdc++6 sudo apt install libstdc++6:armhf sudo reboot |
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
JayDoc, thank you information! JonS, first task on my RPi runs ~130 000 seconds! But it was one of the longest tasks that I saw at that time. Now I see that CPU Time of most tasks varies between ~27000 and ~90000 seconds. Thank you! |
Send message Joined: 15 Sep 17 Posts: 1 Credit: 708,698 RAC: 0 |
The applications works for RaspberryPi-4 too. 64bit kernel. I would like to try to compile an aarch64 version of the application. Is the source code and makefile available? BOINC for Debian 10 (ARM version) can be found here: http://www.rechenaugust.de/boinc/index.html |
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
The applications works for RaspberryPi-4 too. 64bit kernel. Thank you for information! I would like to try to compile an aarch64 version of the application. Is the source code and makefile available? Yes, branch RakeSearchBOINC, project RakeDiagSearchV3. |
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
Currently, 33 ARM-based computers with 134 cores total (and 19216 recent average credit) runs the project application! |
Send message Joined: 31 Oct 17 Posts: 3 Credit: 16,624,086 RAC: 4,447 |
+ 3 RP 3 with 12 cores |
Send message Joined: 11 Aug 17 Posts: 644 Credit: 22,379,780 RAC: 12,488 |
Thank you, Joe! Some news: we try to include this application into the project as an "official application" for Raspberry Pi and other ARM-based Linux systems. Due to a diversity of real types of platforms (ARM v6/v7/v8 32-bit/64-bit) we register this application as an application for platform "arm-unknown-linux-gnueabihf - Linux running on ARM, hardware FP". To switch to this application you need disable receiving tasks from the project, complete currently received tasks, add into cc_config.xml alt_platform option (or create this file if this does not exist) and restart BOINC: <cc_config> <options> <alt_platform>arm-unknown-linux-gnueabihf</alt_platform> </options> </cc_config> Raspberry Pi # 30 000 000 was sold about a week ago! Even 0.1% of these single-board computers is a great computing power, several times larger than the current computing capability of RakeSearch. |
Send message Joined: 31 Oct 17 Posts: 3 Credit: 16,624,086 RAC: 4,447 |
Thank you too. Good News for me . I put 17 Arm / 68 cores to the Project. |
©2024 The searchers team, Karelian Research Center of the Russian Academy of Sciences