-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[GPU] Adds support for Raspberry Pi (VideoCore chipsets) #157
Conversation
Hi ! Nice ! Please advice how to test. /Mats |
Sure, first you need to Git clone the project and then checkout the python3 -m venv venv && source venv/bin/activate
pip install -e .
python3 -m archey Please note that if your configuration isn't "locked" (see Thanks for your time, bye 👋 EDIT : |
Up @MatsA / @ingrinder 🙇 |
Sorry, my bad.... Not that good in git cli so googled little and did as below As said using RPi 5 with desktop /Mats git clone -b feat/raspberry_pi_gpu https://github.com/HorlogeSkynet/archey4.git
cd archey4
python3 -m venv venv && source venv/bin/activate
pip install -e .
(venv) pi@test:~/archey4 $ python3 -m archey |
Thanks for trying ! So I guess GPU detection works, but running as root caused WM & DE to be missing. I'm waiting for @ingrinder review before merging this. Thanks again, bye 👋 |
Hi, nice I could help. Maybe you shouldn't have high hopes for a ingrinder response since he haven't been active for half a year..... and a student 😉.... maybe having much other things up and running ? /Mats |
Indeed, I hope he's okay. Bye 👋 |
a9d3439
to
f6eeafd
Compare
(branch has been rebased and AppArmor profile extended according to new opened/read files) |
See #130.
How has this been tested ?
Unit tests and Raspberry Pi 1 (running as root).
Types of changes :
Checklist :