Feature #44
closedCreate a RaspberryPi version
Description
RaspberryPi's should be supported, both 32bit and 64bit if possible. The goal is to have Kyvos running on the latest RaspberryPi OS based on Debian 13 Trixie.
Files
WA Updated by walkero 17 days ago
- Status changed from New to In Progress
walkero wrote:
RaspberryPi's should be supported, both 32bit and 64bit if possible. The goal is to have Kyvos running on the latest RaspberryPi OS based on Debian 13 Trixie.
It is not possible yet to have the Arm 64bit version as it is not supported yet by Hollywood. Based on https://forums.hollywood-mal.com/viewtopic.php?p=20101#p20101 it will be included in the next version.
Will try the 32bit version.
WA Updated by walkero 17 days ago
- File kyvos_on_Pi400.png kyvos_on_Pi400.png added
- % Done changed from 0 to 80
The 32bit is working, but it is a little bit more tricky to install the required libssl, but I have the necessary steps which are
wget https://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1w-0+deb11u4_armhf.deb
wget https://security.debian.org/debian-security/pool/updates/main/o/openssl/openssl_1.1.1w-0+deb11u4_armhf.deb
sudo dpkg -i libssl1.1_1.1.1w-0+deb11u4_armhf.deb openssl_1.1.1w-0+deb11u4_armhf.deb
sudo apt install qemu-system-ppc qemu-system-x86
On a 32bit system the qemu-system-x64 is not available. So, AROS 64bit will not be able to be emulated.
I need to update the manual to provide the above information.