HyperPixel 4 touchscreen installation issues
Copied and pasted form another thread I asked in, and decided for better visibility to start anew post.
__________________________________________________________________
Hey all, I see this thread is a bit old, but I am having issues with this exact install setup and am looking for help after all day banging my head on it.
RPi4, HyperPixel4, I can get it to install fine on a standard raspian installation, but I cannot for the life of me get it to even finish the hyperpixel script with the Repetier Server installed. It either returns a
__________________________________________________________________
Hey all, I see this thread is a bit old, but I am having issues with this exact install setup and am looking for help after all day banging my head on it.
RPi4, HyperPixel4, I can get it to install fine on a standard raspian installation, but I cannot for the life of me get it to even finish the hyperpixel script with the Repetier Server installed. It either returns a
main: line 116: /dev/tty: Permission denied
or an Unrecognized hardware error. Screen works great with everything else I've tried. Octoprint, Octodash.
Any thoughts?
Will also open a new thread for visibility, but thought I'd ply the knowledge amongst you folks as well.
Comments
On pi you can run
sudo -i
to be root for the rest of the session (until ctrl+D logs you out). So try running installation as root would be the first I'd try.
the command I'm running is
Broken
Try
sudo -i
curl https://get.pimoroni.com/hyperpixel4 | bash
To install as root. You can install addition packages if the display needs them.
You can of course also install server on a regular pi installation image. You just will miss all our preconfigured stuff like webcam autodetection, automounting, network setup, autostart of chromium, shutdown button in gui. But you can of course do that on your own. Most of it is documented on our website and manual and the regular server functions are there anyway.