I set up the Quad Sata Hat with a RPI and dietpi as a nextcloud server in conjunction with 2 HDDs mounted by MDADM. Everything seems to work fine. A couple of days ago I did a dietpi-update. Anyhow, the display does not seem to work anymore.
Any good advice how to reactivate it without facing the danger to mess up the whole systems?
Would really appreciate some good hints.
ok,
well I dont expect something to happen to the disks. The worst thing what I expect to happen, is that my installation gets messy and I have to reinstall my nextcloud service. Therefore, I am kind of carefull not wanting to do a complete rebuild of the system. I took me quite some time to get eveything set up.
I get a funny feeling diet-pi specifically needs i2c enabling in the diet-pi config last time I installed it. Then it worked fine. Other than that, it was about 6 months ago before I then went raspberry pi OS (I had some specific needs).
you can cd into /usr/bin/rock-pi sata
type python3
import oled
oled.welcome()
what I get is this:
import oled
Traceback (most recent call last):
File “”, line 1, in
File “/usr/bin/rockpi-sata/oled.py”, line 3, in
import misc
File “/usr/bin/rockpi-sata/misc.py”, line 14, in
GPIO.setup(17, GPIO.OUT)
RuntimeError: Not running on a RPi!
oled.welcome()
Traceback (most recent call last):
File “”, line 1, in
NameError: name ‘oled’ is not defined
OK I just did the curl -sL https://rock.sh/get-rockpi-sata | sudo -E bash -t
Took me a while since I hadn’t have the time because I had to take the cover off for saving the SD as an image.
I still got some performance issues in terms of up and download rate but I’ll try to optimize my setting first and will may start a discussion in another thread.
THX everyone!