General discussion • Re: How will California Law (AB 1043) affect Raspi OS?
Even washing machines have operating systems these days And they download updates!Even those Samsung smart fridgesStatistics: Posted by Beanpi — Thu Feb 26, 2026 9:23 pm
View ArticleGraphics, sound and multimedia • Re: ZeroPlay: A lightweight H.264/HEVC video...
Perhaps HorseyofCoursey can weigh in on this, but I don't see a way to select which drm device to use.The code is using libdrm, so easiest way to find all the devices is to call drmGetDevices2 and...
View ArticleTroubleshooting • Re: Pi4 ttyAMA0 issue after upgrading to Bookworm - data...
I know, see viewtopic.php?t=396725#p2366954Try Code: sudo echo -e 'testing2\r' > /dev/ttyAMA0sudo should make no difference in that command. The "echo -e 'testing'" will be run as root (which...
View ArticleGeneral discussion • Re: Lots of 503 errors
Loads more 503 errors 21:30 UK timeStatistics: Posted by neilgl — Mon Mar 09, 2026 9:34 pm
View ArticleRaspberry Pi OS • Re: There is a way to know the exact version of a OS...
...I'm stuck in the process, because even if I downloaded from the archive a bullseye version of the 2023, the scripts to install the voicecard ReSpeaker 2-Mics Pi HAT v1 fails. So, the only hope is...
View ArticleAdvanced users • Re: Pi4 Will Not Boot to Desktop
I’ve a couple of other PIs or a Desktop with Linux Garuda installed, so I’ll try those to save the data.I guess I’ll have to rebuild using the latest OS, just hope I can install Sox to run my voice...
View ArticleTroubleshooting • Raspberry Pi 5 after power loss
Hey,I have a weird issue with my brand new Pi 5. Whenever the power is restored, It won't boot up normally, but is stuck in a boot loop. To get it to boot, I need to press and hold the power button...
View ArticleHATs and other add-ons • Official Pi SD Cards write speeds vary
I recently purchased 4 official Raspberry Pi sd cards from the vendors listed on this site. I purchased 2 32gb and 2 64gb cards. I ran read and write speed tests on all 4 using the commands:#...
View ArticleGeneral • Re: Power consumption in RP2350 datasheet wrong?
It is mainly a switching regulator, VREG_VIN (3.3V) and DVDD (1.1V) do not have the same current (unlike RP2040's linear regulator).So, 3.3V x 11mA = 36mW becomes 1.1V x 25mA = 27.5mW which means 27.5...
View ArticleSDK • Re: gcc 15.x support ?
If you build GCC 15.2 please let us know how it goes with the SDK.Statistics: Posted by breaker — Mon Mar 09, 2026 11:44 pm
View ArticleC/C++ • Re: Error building OpenCV program using VS Code, remote SSH and C++
comment out the two #include <opencv4 lines.Just use: #include <opencv2/opencv.hpp> after #include <iostream>Statistics: Posted by breaker — Mon Mar 09, 2026 11:55 pm
View ArticleGraphics, sound and multimedia • Pi 5 hw h.265 decode not working with...
Hi there, I have been trying to get the pi 5 hardware decoder working to display video in a Qt QML app using the gstreamer qml6glsink.First, I confirmed the hardware decoder works using a basic...
View Article