Raspberry Pi OS • Re: SD Copy program limitations (HELP!)
On first boot it expands the root partition to fit the SD card or whichever device it boots from. If for whatever reason this doesn't happen then raspi-config has a function to expand it...
View ArticleGeneral • Re: Compilation error due to CMakelists.txt
Line 9 of the header seems to refer to a missing file: #include "raik060spicom.pio.h" which I guess was supposed to be generated, but doesn't seem to generate.However, this should get you closerCode:...
View ArticleTroubleshooting • Re: How to remove SD Card/Rasperry Pi from housing?
You don't remove the Pi, remove the back of the display leaving the Pi connect to the display, be careful of the screen cable.Statistics: Posted by pidd — Thu Oct 30, 2025 3:47 am
View ArticleBeta testing • Re: Updating to trixie
Here's the command I used:Code: sudo DEBIAN_FRONTEND=noninteractive apt full-upgrade -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" --purge --auto-remove | tee...
View ArticleRaspberry Pi OS • Re: Timesync service causing excessive SD card writes /...
Is your system normally offline and/or do you you a hardware RTC?Statistics: Posted by pidd — Thu Oct 30, 2025 5:01 am
View ArticleRaspberry Pi OS • Posible to upgrade packages with firstrun.sh?
I was wondering if it is posible to upgrade the packages during the firstboot with the firstrun.sh script. I have tried the following commands in the beginning of the file and end but it seems that it...
View ArticleOther RP2040 boards • Re: Function to use the WS2812 LED of RP2040-Zero...
Yes, 32 bits each wrap. Assumes there are plenty of PWM slices for everyone . Wanted to keep it simple and self-contained.Interestingly, I was trying things out with a 1Hz PWM (clk_sys on XOSC, 1Hz...
View ArticleBeginners • Re: RPI4 - USB - M2-SSD
update:run a PCIe3 M2 SSD now ( for RPI4 with ORICO USB3 adapter )Code: pi@rpi4:~ $ lsblk -o NAME,FSTYPE,FSSIZE,FSUSED,LABEL,MOUNTPOINT,MODELNAME FSTYPE FSSIZE FSUSED LABEL MOUNTPOINT MODELloop0 swap...
View ArticleKeyboard computers (400, 500, 500+) • Halloween Pattern for the 500+ Keyboard...
I made a Jack O' Lantern inspired color pattern for my Raspberry Pi 500+ keyboard backlight.The photo's color rendition came out way off, it's standard power button green in the four corners with...
View ArticleMedia centres • Movie streaming project from browser to TV
I'm looking to set up a dedicated RPi to stream movies/shows from a browser to a TV. Hardware needs: RPi (I think I have a few 4's floating around) HDMI cable (or I could cast, but I imagine this...
View ArticleFor sale • Re: 48V Voltage Monitor HAT (Stackable)
Thanks for the feedback! I’ll fix my terminology. I may conform to the HAT standards in the future, but for now, it will just be a 48V Voltage Monitor.Statistics: Posted by Kmorgan1 — Fri Oct 31, 2025...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can Bus message id issue with Rpi 5
100K bit rate didn't help. Kernel version is 6.12.47 on both. Changes to...
View ArticleSDK • Re: PIO wait/jmp requires explicit GPIO function setup – documentation...
This had been updated in SDK 2.2.0: pio_gpio_initStatistics: Posted by PicoTinker — Fri Oct 31, 2025 2:50 am
View ArticleGeneral discussion • Re: User Location field disappeared
I'm sure if there were an easy quick fix we would have implemented it.To be honest, I doubt it. This is your flagship support forum but it's clear no money is actually invested here.Engineering time...
View ArticleGraphics, sound and multimedia • Re: Sound system advice
Oh, and whatever you decide keep, the OS and media files on separate physical devices. A car is a hostile environment (12v isn't, 12v is noisy, etc) so when the OS gets corrupted it'll be much easier...
View ArticleRaspberry Pi OS • Re: How to change vnc resolution in trixie?
I tried setting in cmdline.txt, yet the resolution does not change. I tried with the official example on the site, and with NOOP-1 too, both didnt workCode: singer@sheelpi5:~ $ wlr-randr NOOP-1...
View ArticleEspañol • Problema con la configuración del display 3.5
Hola! Intento instalar y configurar un display de 3.5 pulgadas para mí Raspberry Pi 3 Modelo B. Busque un tutorial y encontré https://youtu.be/OI0H7vrbuEI?si=DekAC0WE-BuxaV2L . Hice todo hasta el...
View ArticleTroubleshooting • Re: Gaps In Logs - How to find out what happened?
They may have done you a favour. It's an opportunity to revisit the problem from scratch with bookwork/trixie and that usb cam may now even work there.I'm kind of amused because stuff like that...
View ArticleRaspberry Pi OS • Trixie and Google Coral TPU (Hailo)
Trixie fails to allow access to the Google Coral TPU Repository (since Trixie has changed the handling of PGP signatures) to download the drivers and software required for its use. See Documentation...
View ArticleC/C++ • What is the equivalent of BCM2835 library on Pi4 Pi5 and Pi Zero W 2
It's been a little while since I bought a new Pi of any kind. The most recent one's I've been using are the Pi 3B and Pi Zero W. But I know that with the 4,5 and 02W the design has switched to using...
View Article