Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 975 Bytes

File metadata and controls

26 lines (16 loc) · 975 Bytes

ROCK Pi Quad SATA HAT (for RPi)

Modified Top Board control program for better compatibility with Raspberry Pi 4.

In particular, the CPU fan should be working now.

Rock Pi Quad SATA HAT

Installation

sudo apt update
wget https://github.com/tomgehrmann/rockpi-quad/releases/latest/download/rockpi-quad.deb
sudo apt install -y ./rockpi-quad.deb

Important

Make sure that the user _apt has the necessary permissions to install the deb package, e.g. copy the package into /tmp before installing it.

Acknowledgements

The fixes are probably from Alexander Larin (@alexanderlarin), as his repository shows the earliest commits related to these issues. I just modified the build process.