-
Notifications
You must be signed in to change notification settings - Fork 57
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
FYI: Raspberry Pi doesn't seem to be able to install helloSystem desktop #342
Comments
Probably incomplete documentation. Please do post details if you can. Thanks! |
When I have time, I'll write up an install script to do all this configuration automatically. That way, it will be easier for users to test and give feedback. In the mean time, I think you should invest in an RPi4 with 4 GB or even better, 8 GB of RAM. They are very capable systems, however unusable with a tiny amount of RAM. I'd also suggest a cheap SSD if you want to not burn through SD cards and maybe use SWAP features. I'd say they compare to a mid-range laptop from between 2015-2016. They can easily edit video with Kdenlive and run loads of audio tracks in something like LMMS. I can also run code IDEs like VSC and QT Creator as well as browse with Firefox. It works well with Linux and BSD. From my own testing, I can tell you the CPU is quite capable and snappy and graphics acceleration is good enough for 1080p (and in some cases 4K) video playback and rendering rudimentary 3D graphics like Nintendo 64, Super TuxKart, AssaultCube, and Cube 2 Sauerbraten. The RAM is the major bottleneck in desktop environments. |
Small update: the code for this automated script will wind up here: https://gitlab.com/trivoxel-utils/helloraspberry |
I have been working through the documentation for Raspberry Pi using an RPi 3B. Here are some notes:
I will update the docs if you like, but I'll need some hints on how to get past my current error. |
Sorry to hear that you're experiencing difficulties with building helloDesktop for Raspberry Pi. It's great that you're taking notes and keeping track of your progress, that can be very helpful for troubleshooting and future reference. Regarding your notes:
If you're still having trouble with your project, don't hesitate to reach out for help or consult additional resources. Good luck! Unfinished notes for Raspberry PiCPU is idling around but the system is still very sluggish, the problem seems to be disk I/O? Hence use USB3 SSD for now. Also for swap which is needed to compile things.
Right-click, "Write to Medium". Choose USB SSD. Use
Boot. Needs a GOOD power supply, ideally the original. Find on the network with
|
First of all, no apologies necessary! This is an awesome project and I will assist as much as I am able. Your suggestion to checkout the submodules of QtPlugin worked, thanks. As for the rest, I'll continue to compile notes and contribute when I have a complete picture. Thanks. |
Update: Now I'm getting these when trying to build multiple hellosystem components:
Also, when I try to Finally, just to clarify one of my original questions... The RPI documentation has this list of commands for the launch component... What I don't understand is why there would be this command:
What is the purpose of running Thanks. |
I think that line is a leftover mistake and can be left away. |
How come your Qt is older than 5.15.8? |
I can compile many of the programs such as Filer, but it ultimately end up being unable to install certain components due to missing dependencies and such. It's either an issue with the installation steps provided in the docs, or it's an issue with the software itself. My money's on bad/incomplete documentation as some steps seem to be out of order.
I will elaborate with more details once I can test again. This may take a few days. I need to install a stable desktop like KDE so I can record my screen to show the full process.
The text was updated successfully, but these errors were encountered: