-
Notifications
You must be signed in to change notification settings - Fork 132
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
Error with epd-fuse.service starting - see issue 51 also #61
Comments
issue #53 seems to show a similar issue? |
Just been playing with this a little more. It seems the issue is due to what is mentioned in #53 - that mkdir on the RasPi is not located by default at /usr/bin/mkdir but is instead located at /bin/mkdir Addressing that change allows it to install correctly and the epaper screen to work, but then we are stuck not being able to change the screensize. When changing the screen size in the config file located at /etc/default/epd-fuse it then gives the following error:
Restarting the machine seems to fix this, but surely there is a better way than restarting the Pi each time you want to change screen size? Additionally, the latest in the gratis folder seem to cause issues with the operation of the epaper screens - permanently leaving lines and other artifacts on the screens despite clearing and removing power etc. Has something been changed in the drivers as well? |
Closed via #65 |
Re-opening issue #51 as it is still not fixed and does not work correctly.
Me and @shawaj have been testing this. It seems that there is an error in the makefile? It compiles correctly now, but we get the following error when trying to start the service:
When checking
systemctl status epd-fuse.service
we get the following errors:Any further thoughts?
The text was updated successfully, but these errors were encountered: