Raspberry Pi OS • DSI Display Desktop vanished
I'm having an issue with my DSI set-up on my PI 4 Debian Bullseye. Everything was running fine, I was trying to add an option for HDMI mirroring in xrandr and saw a suggestion to add it manually that...
View ArticleCamera board • Re: Cropping camera input and memory usage
Which sensor, and therefore how are you achieving cropping?The CSI2 receiver writes EVERYTHING it receives to SDRAM. (In the case of the Pi5 it does do some processing first, but I don't believe that...
View ArticleRaspberry Pi OS • Re: Force HDMI on with RasperryPiOS 5.3 (July 2024) + Login...
You were right, there is still one problem, if I want the audio from the TV I still need to turn it on before the pi otherwise I can't select it as audio output, for what concern the resolution the pi...
View ArticleTroubleshooting • Re: When will there be a Raspberry Pi with at least 16GB of...
I get a message in the terminal: want /var/swap=16384MByte, restricting to config limit: 2048MBytes, checking existing: deleting wrong size file (209715200), generating swapfile ... of 2048MBytes Is...
View ArticleBeginners • Can't Get Into Home Page and No Chrome Search Bar
Help, please.We haven't used the Raspberry Pi 400 for a while, and now the Raspberry isn't progressing from what can be seen in the attached photo.All the wires and the SD card are in the correct...
View ArticleTroubleshooting • Re: Bullseye -> Bookworm but still kernel 6.1.21+ #1642
Code: WANT_32BIT:0 WANT_64BIT:0 WANT_PI4:1 WANT_PI5:0how to change it?Statistics: Posted by Onira — Tue Jul 30, 2024 4:33 pm
View ArticleBeginners • Re: Which one to download deb or rpm?
I believe libreoffice-pi is a metapackage which includes libreoffice and the gtk3 backend.It does look that wayCode: rpdom@raspi12:~ $ apt show libreoffice-pi Package: libreoffice-piVersion:...
View ArticleCamera board • Change the filter integrated to the HQ camera module
Hello everyone,I am trying to determine what filter size I need to put instead of the integrated IR-cut filter that goes with the HQ camera module with the Sony IMX477R sensor. I want to put a pass...
View ArticleNetworking and servers • Re: Access mysql database on raspberry pi from...
Arghh thanks to @neilgi for catching the tutorial was for installing mariadb and not MySQL. I saw a note that mariadb is a fork off MySQL. Not sure my suggestion above is correct for...
View ArticleAdvanced users • Re: SWD and earlycon at the same time on rpi5
The Pi5 firmware now has the facility to enable the RP1 UART immediately prior to launching the ARMs so you can get UART debug on the 40-pin header from Linux earlycon / bare metal e.g. if you are...
View ArticleGeneral discussion • hyprland-made-its-way-to-debian-repositories
https://linuxiac.com/hyprland-made-its- ... ositories/Might be worth a look down the road once it makes its way to the next Debian stable.Statistics: Posted by craigevil — Tue Jul 30, 2024 5:01 pm
View ArticleNetworking and servers • Can someone explain "virtual bridge" on...
So I want to make my Pi into an Ethernet bridge. I found a tutorial, but it's old and not working.I see in Bookworm, under the wifi icon, you have Advanced Options --> Edit ConnectionsIf I look...
View ArticleRaspberry Pi OS • Re: Booting time reduction
I am using this iin industrial machine. They want to see Tower lamp start signal in 10 sec itself. What is your target boot time?10 to 15 secCould you explain why you are using a version of RasPiOS...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
but now it simply stalls for a while every so often (without 30s to 3 minutes), but then recovers again, while the sender keeps sending its UDP packets. Sigh!Sounds a lot like that unexplained lag I...
View ArticleNetworking and servers • Re: Can someone explain "virtual bridge"...
Not specific to RPis, the Wi-Fi system specs do not permit what you wish to do.Statistics: Posted by drgeoff — Tue Jul 30, 2024 5:31 pm
View ArticleGraphics, sound and multimedia • Re: RPi 5 - omxplayer
Everything you can do on the Pi3 you can do on the Pi5,Except for the one thing I need it to do.But don't worry. I'm sure other people will find uses for this new board. They will still...
View ArticleTroubleshooting • Re: Two RPi 5 dead
And the Pi4 has a protection diode which should have protected it, not sure if the Pi5 has a protection diode as well.Statistics: Posted by pidd — Tue Jul 30, 2024 5:39 pm
View ArticleBeginners • Re: Measuring voltage on GPIO to detect blackout
It's tempting to say "big resistor, job done" but I don't believe ARM chips are as robust as older microcontrollers and it was never recommended or advisable practice.Don't do itOpto-isolator / level...
View ArticleGeneral • Re: how do I use the power pins for multiple sensors on a pico
D’ohStatistics: Posted by neilgl — Wed Jul 31, 2024 5:15 pm
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico
There's nothing I have seen which would lead anyone to think that MicroPython doesn't handle the nitty-gritty of contention, atomicity, locks, mutexes and whatever, itself. Which is what would be...
View Article