I’m trying to install the SATA HAT Top board on DietPi.
I’m using a Raspberry Pi 4 B.
I’m following the instructions on the Radxa Wiki ( https://wiki.radxa.com/Dual_Quad_SATA_HAT )
When executing the provided command ( curl -sL https://rock.sh/get-rockpi-sata | sudo -E bash - ), I get:
*** The script is not available on your system
*** Please visit https://rock.sh/rockpi-sata to download and install manually.
So I manually downloaded the install.sh, ran ( sudo chmod +x install.sh ), then ( ./install.sh ).
I get the same output as before.
I tried installing python first, same result.
Approximately a year ago, I successfully installed it on DietPi and under Respberry OS it also works.
I really want to use DietPi since it outperformes all other OS’s.
But I also want to use the top board. Otherwise it would be useless and I hate useless stuff.
I had a look into the script and it is expecting a OS called raspbian. Could you share following
cat /etc/os-release | grep ^ID= | sed -e 's/ID\=//g'
I guess it will return debian
Why? Because, since Bullseye our ARMv7 + ARMv8 images are based on Debian package repository. Pure Raspbian image would be the ARMv6 one https://dietpi.com/#downloadinfo
Anyway, the script is doing nothing else than downloading another script based on OS type. You could try it manually.