home.social

#rpi5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rpi5, aggregated by home.social.

  1. I tried booting the #Debian Cloud backport images on my #RPi5, but it didn't work — there was a kernel panic early in the boot-up. I'll try again when Linux 7.0 makes it into the image.

    #RaspberryPi

  2. The #RaspberryPi 5 dropped the 3.5mm audio jack, leaving the SBC without a direct output for audio.

    #NASA knows better.

    #Artemis2 #Orion #Solarocks #Space #RPi5

  3. Сегодня полдня воевала с отвалами 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

  4. 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
    raspberryparatorpes.net/raspbe #RaspberryPi #RPi5 #ComputeModule

  5. 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
    raspberryparatorpes.net/raspbe #RaspberryPi #RPi5 #ComputeModule

  6. 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
    raspberryparatorpes.net/raspbe #RaspberryPi #RPi5 #ComputeModule

  7. 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
    raspberryparatorpes.net/raspbe #RaspberryPi #RPi5 #ComputeModule

  8. 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
    raspberryparatorpes.net/raspbe #RaspberryPi #RPi5 #ComputeModule

  9. @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 ...

  10. @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 ...

  11. @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 ...

  12. @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 ...

  13. @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 ...

  14. I see that there are now #Debian arm64 images for Trixie that are supposed to run on the #RPi5 : e.g., cloud.debian.org/images/cloud/

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

    #RaspberryPi

  15. We wrote a little how-to on running FreeBSD 15.0 on a Raspberry Pi 5 with a Raspberry Pi M.2 HAT+ and a 256GB Integral M.2 NVMe SSD. locaverdi.com/freebsdrpi5.html #freebsd #rpi5 #howto #locaverdi

  16. Looks as if #Debian now supports the #RPi5 . See raspi.debian.net/ for links to images.

    Note that the #RaspberryPi5 images are only for Testing (Forky) and Unstable. [0]

    I haven't tested the images myself. If anyone does, then please confirm that they work.

    There's a bit more information here: gwolf.org/2026/01/finally-some

    [0] Probably because the version of the Linux kernel released with Trixie doesn't support the RPi5; but we'll see what happens when kernel v.6.18 makes it to Backports.

  17. Ayer día 1 de febrero volvieron a subir los precios de las Raspberry Pi como consecuencia de la subida de precios de la memoria RAM por culpa de la burbuja #IA.
    #RaspberryPi5 #RaspberryPi #rpi #rpi5

  18. ¿Qué Raspberry Pi 5 me compro?
    La gran pregunta que puede que os hagáis vosotros, es la misma que me hago yo.
    raspberryparatorpes.net/compra #RaspberryPi5 #RaspberryPi #rpi #rpi5

  19. Anyone knows why ARM boards don't use simple things like Open Firmware (openfirmware.org/Open_Firmware) instead of the mess they use to boot?

    answer in thread

    #arm #uboot #u_boot #quartz64 #rpi4 #rpi5

  20. Anyone knows why ARM boards don't use simple things like Open Firmware (openfirmware.org/Open_Firmware) instead of the mess they use to boot?

    answer in thread

    #arm #uboot #u_boot #quartz64 #rpi4 #rpi5

  21. Anyone knows why ARM boards don't use simple things like Open Firmware (openfirmware.org/Open_Firmware) instead of the mess they use to boot?

    answer in thread

    #arm #uboot #u_boot #quartz64 #rpi4 #rpi5

  22. Anyone knows why ARM boards don't use simple things like Open Firmware (openfirmware.org/Open_Firmware) instead of the mess they use to boot?

    answer in thread

    #arm #uboot #u_boot #quartz64 #rpi4 #rpi5

  23. Anyone knows why ARM boards don't use simple things like Open Firmware (openfirmware.org/Open_Firmware) instead of the mess they use to boot?

    answer in thread

    #arm #uboot #u_boot #quartz64 #rpi4 #rpi5

  24. Over at Bluesky, someone with an account not bridged to the Fediverse replied to this post with a link to news.opensuse.org/2025/11/04/r

    Thanks to @livinglinux.bsky.social .

    #SUSE #RPi5

  25. Looks as if #Debian is nearing support for the #RPi5:

    " * [arm64] Add initial Raspberry Pi 5 support"

    That's with Linux 6.18.3-1, uploaded January 3rd, 2026.

    lists.debian.org/debian-kernel

    Watch tracker.debian.org/pkg/linux

    Also, RaspberryPiOS is moving to Linux 6.18: forums.raspberrypi.com/viewtop "One advantage is there is more raspberry pi specific support in the newer upstream kernels which reduces the number of downstream raspberry pi patches and so reduces maintenance effort."

    #RaspberryPi

  26. @to3k Źle mi się kojarzy ten Stremio, właśnie ze względu na to "semi-opensource" jak to trafnie nazwałeś. Poza tym płacenie za piractwo to trochę dziwne podejście do streamingu. Jak już mowa o piratach, to wolę stare dobre i klasyczne podejście do tematu - wszystko ręcznie 😉

    U mnie mam to rozwiązane tak: #RPI5 + #LibreELEC + #docker + #qbittorrent, a na telefonie #qbitcontroller do zarzadzania i #Kore do obsługi #Kodi

    wolnoscwkieszeni.pl/uwolnic-te

  27. @to3k Źle mi się kojarzy ten Stremio, właśnie ze względu na to "semi-opensource" jak to trafnie nazwałeś. Poza tym płacenie za piractwo to trochę dziwne podejście do streamingu. Jak już mowa o piratach, to wolę stare dobre i klasyczne podejście do tematu - wszystko ręcznie 😉

    U mnie mam to rozwiązane tak: #RPI5 + #LibreELEC + #docker + #qbittorrent, a na telefonie #qbitcontroller do zarzadzania i #Kore do obsługi #Kodi

    wolnoscwkieszeni.pl/uwolnic-te

  28. I'd like to install #Debian on my #RaspberryPi5.

    raspi.debian.net/faq/ says, "We cannot plan for including RPi5 support at least until regular, upstream, mainline Linux kernels are able to boot on it." That's perfectly fair.

    I wonder how close we are to having mainline #Linux kernels that work on the #RPi5? I see kernel 6.17 is now available in Unstable.

    Among other distributions, it's supported by RaspberryPiOS (of course) and Ubuntu.

  29. @meka @stefano
    Running #bhyve itself on #rpi5 gives me:
    bhyve: vm_openf: No such file or directory

    # bhyve -c 2 -s 0,hostbridge -s 1,virtio-blk,/root/FreeBSD-15.0-RELEASE-arm64-aarch64-ufs.raw -o console=stdio -o bootrom=/usr/local/share/u-boot/u-boot-bhyve-arm64/u-boot.bin -m 1G vm1

  30. @meka @stefano
    Oh here is some conversation from last year. That talks about needed GICv2 vs GICv3. But doesn't come to a conclusion about possibilities on the RPI5.

    lists.freebsd.org/archives/fre

    #FreeBSD #rpI5 #bhyve

  31. @falkheiland

    Danke!
    mal schauen wie einfach es mit #dietpi und #runtipi ist zu managen.

    Ich will halt meine familiencloud und perspektivisch #homeassistant 24/7 für ca. 8 Jahre drauf laufen lassen.

    Das könnte preislich erstmals in die Nähe der Großen gehen.

    Stromkosten max ca 2€ pro Monat, exclusive ssd

    ca 230€ invest für #rpi5 8 gb Ram, header, 1 tb ssd, passive kühlung und ladegerät.

    also ca. 2,3€ hardware und mit Eigenstrom 1,6€ Strom p.m.

    = 48€ im Jahr #pvbuddies

  32. @OttovonWenkoff
    Já dnes také instaloval.
    Smontoval jsem zbývajících 9ks #RPi5 s #nvme disky a instaloval na ně #debian servery a na dva #homeassistant . Budou sloužit k výuce na kroužcích.
    Doteď se fungovalo na #BananaPi , které jsem rozdal. A teď budeme moct zrušit i 5ks #RPiB tedy jedno z prvních RPi s LAN konektorem.
    Holt doba jde dál, dokonce ke dvoum RPi5 máme i AI kit, kam jde dát i NVME disk, ty si nechávám na konec, zatím netuším co tam kluci budou chtít nainstalovat.
    PS: je to víc šroubování než instalování ....

  33. @OttovonWenkoff
    Já dnes také instaloval.
    Smontoval jsem zbývajících 9ks #RPi5 s #nvme disky a instaloval na ně #debian servery a na dva #homeassistant . Budou sloužit k výuce na kroužcích.
    Doteď se fungovalo na #BananaPi , které jsem rozdal. A teď budeme moct zrušit i 5ks #RPiB tedy jedno z prvních RPi s LAN konektorem.
    Holt doba jde dál, dokonce ke dvoum RPi5 máme i AI kit, kam jde dát i NVME disk, ty si nechávám na konec, zatím netuším co tam kluci budou chtít nainstalovat.
    PS: je to víc šroubování než instalování ....

  34. @OttovonWenkoff
    Já dnes také instaloval.
    Smontoval jsem zbývajících 9ks #RPi5 s #nvme disky a instaloval na ně #debian servery a na dva #homeassistant . Budou sloužit k výuce na kroužcích.
    Doteď se fungovalo na #BananaPi , které jsem rozdal. A teď budeme moct zrušit i 5ks #RPiB tedy jedno z prvních RPi s LAN konektorem.
    Holt doba jde dál, dokonce ke dvoum RPi5 máme i AI kit, kam jde dát i NVME disk, ty si nechávám na konec, zatím netuším co tam kluci budou chtít nainstalovat.
    PS: je to víc šroubování než instalování ....

  35. @OttovonWenkoff
    Já dnes také instaloval.
    Smontoval jsem zbývajících 9ks #RPi5 s #nvme disky a instaloval na ně #debian servery a na dva #homeassistant . Budou sloužit k výuce na kroužcích.
    Doteď se fungovalo na #BananaPi , které jsem rozdal. A teď budeme moct zrušit i 5ks #RPiB tedy jedno z prvních RPi s LAN konektorem.
    Holt doba jde dál, dokonce ke dvoum RPi5 máme i AI kit, kam jde dát i NVME disk, ty si nechávám na konec, zatím netuším co tam kluci budou chtít nainstalovat.
    PS: je to víc šroubování než instalování ....

  36. Now that I've migrated everything from my #rpi4 to #rpi5, the Pi4 is free to watch the sunset...

    And record a timelapse...

    And even HW-accelerated encode it to a video! No longer do I need to save the images over SMB to another computer like I had to with the older #rpi3...

  37. Now that I've migrated everything from my #rpi4 to #rpi5, the Pi4 is free to watch the sunset...

    And record a timelapse...

    And even HW-accelerated encode it to a video! No longer do I need to save the images over SMB to another computer like I had to with the older #rpi3...