Penta SATA HAT TOP Board on Raspberry Pi 5 - Problem

Hello,
I hope some can help.

I’ve connected a Radxa Penta SATA HAT TOP Board on my configuration. I’ve installed the the rockpi-penta package with the flowwing commands:

sudo apt update
sudo apt install wget
wget https://github.com/radxa/rockpi-penta/releases/download/v0.2.2/rockpi-penta-0.2.2.deb
sudo apt install -y ./rockpi-penta-0.2.2.deb

But when rebooted my RPi 5, the top board’s fan hits 100% RPM, the OLED display just says:
“ROCKPI SATA HAT Loading..” and does nothing else.

Even the function of the key does nothing, if i press it.

Anyone knows a fix for that?

My current setup is as follows:
Raspberry Pi 5 8GB Ram
Radxa Penta SATA HAT with three 2TB 2.5 inch SSDs
Radxa Penta SATA HAT TOP Board
Operating System: Raspberry PI OS Lite (64-bit) - Released: 01/10/2025
Power Supply: DC 12V 5A connected to the Penta HAT
Application: OMV

I’ve figured it out…

Looks like that rockpi-penta-0.2.2.deb is only working for Raspberry Pi OS (Legacy, 64-bit), i.e. Debian Bookworm

Not for Trixie…

There is though a rockpi-penta-0.2.3.deb file, marked as Pre-release on https://github.com/radxa/rockpi-penta/releases/

Are the Radxa guys preparing a new version that will support Trixie?