RE: https://fosstodon.org/@nullr0ute/116229152329368386

So it seems everyone loved the #PiDay #RaspberryPi @fedora images of #f44 for the #RPi5 as the blog has had well over 3500 hits in 36 hours and 500 odd downloads of the images and we even even hit well up on hacker news! I have a few more things to try and get working before the freeze for 44 as time permits. What do people like the most? What needs polish?

A #raspberryPi #RPi5 running @fedora 44 #KDE Edition! Why don't mind if I do! It's getting closer! And yes, that's 3 different RPi5's in front of the screen for my various testing!

Сегодня полдня воевала с отвалами Seafile на Raspberry Pi 5. Были постоянные 502 ошибки, перезапуски и обрывы соединений.
​Вскрытие показало, что MariaDB решила поиграть в современные технологии и включила io_uring по умолчанию. Но ядро малинки супер-возложило на это (EPERM). В итоге пёр бесконечный цикл падений и приветственное Connection refused в логах самого Seafile.
​Принудительно отключаэила native-aio в конфиге базы и выдала ей чуть больше памяти (innodb_buffer_pool_size=512M), благо на пятерке ресурсов хватает. Пока нормально, рулим дальше.

# В блок базы (db):
command: ["--innodb-use-native-aio=0"]
# Лечит EPERM и краши на ARM
healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "--password=passwd"]

# В блок приложения (seafile):
depends_on:
db:
condition: service_healthy
# Чтобы не ломиться в базу, пока она прогревается

#SelfHosted #RaspberryPi #Seafile #MariaDB #Linux #RPi5 #SysAdmin

Actualizada la tabla técnica completa de Raspberry Pi con todos los modelos: Zero 2 W, RPi 5 y los nuevos Compute Module 4 y 5.

Todos los SoC, CPU, RAM, conexiones y precios en un solo sitio
https://raspberryparatorpes.net/raspberry-pi-tabla-tecnica-completa/ #RaspberryPi #RPi5 #ComputeModule

@olimex Does this ili9486 Touchscreen also work on older RapberryPi version than v5 ?

#olimex
#raspberrypi #rpi5 #lcd #rpi #ili9486

EDIT: Hm Will not work, because the case and holes doesn't fit on Pi4 ...

I see that there are now #Debian arm64 images for Trixie that are supposed to run on the #RPi5 : e.g., https://cloud.debian.org/images/cloud/trixie-backports/20260209-2383/

I'll try them myself in the next few weeks.

#RaspberryPi

Index of /images/cloud/trixie-backports/20260209-2383

Just (well last night) worked out a blocker issue for #RaspberryPi 5 accelerated graphics support on @fedora and I'm a little excited as it was one of the big blockers in moving #RPi5 support forward! Let's hope I can work out the proper fix RSN!