Quantcast
Channel: Raspberry Pi Forums

Image may be NSFW.
Clik here to view.

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 Article


Graphics, 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 Article


Troubleshooting • 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 Article

General 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 Article

Raspberry 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 Article


Advanced 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 Article

Troubleshooting • 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 Article

HATs 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 Article


General • 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 Article


SDK • 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 Article

C/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 Article

Graphics, 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