Hi, I just received my Penta SATA Kit for my Rock Pi 4 and installed it.
I run my rock pi with Ubuntu Server 18.04 (downloaded from the wiki). I managed to make the screen working with the command curl -sL https://rock.sh/get-rockpi-penta | sudo -E bash -
but it seems that I can’t change the configuration.
When I edit the file /etc/rockpi-penta.conf
nothing change on the hardware. For example I changed the screen rotation and it didn’t changed on the screen.
I tried to restart multiple time the service (sudo systemctl restart rockpi-penta.service
), restart the rock pi 4 and even updated it (sudo apt-get upgrade
) but nothing change. Also, the button doesn’t work, when I press it nothing happens.
Can you help me ? I can give more informations about my hardware and software if needed.
Thanks
EDIT :
I managed to make it work by renaming /etc/rockpi-penta.conf
into /etc/rockpi-sata.conf
, as in /usr/bin/rockpi-penta/misc.py
, the program is looking at a config file named rockpi-sata.conf
However the button is still not working.