-
Notifications
You must be signed in to change notification settings - Fork 84
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
Dependencies for CentOS #207
Comments
I am assuming you are using CentOS on Raspberry Pi. |
Thank you TVoverbeek but I was not even up to that step when I wrote the above. I have since found the following conversions of Apt-get to yum install. I am still missing the Font package at this point.
Not confirmed if these are needed: After installing the above I think I should be able to at least run the papirus-clear. Which currently gives me this error: smbus.SMBus(busnum) no such file or directory. Edit: forgot to mention: Whiptail is replaced with Newt on Centos. Not sure how it got installed but I already had it when I tried to install it manually. |
I suppose 'yum install fuse-devel' will pull in fuse-libs and fuse as dependencies. |
Just got the i2c enabled with https://lists.centos.org/pipermail/arm-dev/2017-January/002628.html
|
Next error: "no such file or directory: '/dev/epd/version' |
Then the epd driver from https://github.com/repaper/gratis is not installed or not working. |
It looks like the gratis built correctly, (just did it again to be sure) but the "sudo systemctl start epd-fuse" failed journal -xe reports a "timeout waiting for device dev-spidev0.0.device" Edit: found the problem, had a typo in the config.txt |
Does this mean you got papirus-clear working? |
Partly, Papirus-clear is "trying" to clear the screen. but its leaving the out of sync lines. which I thought i had seen as a known issue before but can't find it now This is on a Pi3B using the 2.7" screen. |
That probably means you have not set the display type/size correctly in /etc/default/epd-fuse. |
I had modified -clear to hardcode the EPD size to 2.7 But now that I run -config I get an invalid syntax error on line 4 |
it assumes it is run as a bash script. Is the environment variable EUID (effective user id) set? |
sorry my brain must be fried. stupid mistake. I was trying to run it as a python program. papirus-clear works correctly now I assume once I get fonts installed papirus-text and -clock and others will also |
Regarding the fonts. FreeMono.ttf etc are in |
for those that follow me on centos there is one change and one extra step to the centos..freefont
yum --enablerepo=slce install freefont2)move the installed fonts to where they are supposed to be: At this point the following demos work Known to still have issues I haven't checked the others but I have it working enough for me. |
Would it be possible to get some help figuring out the dependencies needed for CentOS. CentOS uses Yum not Apt-Get.
The text was updated successfully, but these errors were encountered: