Raspberry Pi OS • Possible to "upgrade" glibc without installing a...
I have a program running on my (older) RaspiOS system (*) that upgraded itself today and now the latest version complains that my glibc is too old. The program still runs, but everytime it runs, it...
View ArticleRaspberry Pi OS • Re: Possible to "upgrade" glibc without...
32-bit or 64-bit OS?Have you done a "sudo apt update && sudo apt full-upgrade", and was it successful?What program, and did it come from APT or somewhere else?If it didn't come from APT, what...
View ArticleCamera board • Re: Efficient video streaming
Aa long as the solution uses the hardware H264 video encoder in the GPU, you can't get it much lower. Only if you take another simple board that is dedicated for camera streaming, so not a Pi4, power...
View ArticleTroubleshooting • Re: HDMI settings in Bookworm
never seen an lcd display with a native HDMI interface --> what kind of scaler board do you use?Some UHD-Ii scaler boards offer 4 HDMI input, running the screen as 4x UHD videowall.Sorry for the...
View ArticleGeneral discussion • Re: Do RPi's have a limited lifespan?
I have 3 RPi3B+'s that I have been using to drive my 3D printers using Octoprint. All 3 RPi's were purchased at nearly the same time and have been trouble free for years. Lately, Octoprint is...
View ArticleRaspberry Pi OS • gpiozero kludge
Rather than fixing gpiozero for the latest kernel update on Pi5 the OS seems to have introduced a kludge:-Code: /dev/gpiochip4 -> gpiochip0This breaks my other code which looks for...
View ArticleTroubleshooting • Re: Point-to-point ethernet - Unidentified Network -...
Something Murph9000 didn't mention or didn't spot: using google's public DNS servers on a point to point link like this simply won't work. Even if those machines can reach them via a different...
View ArticleGeneral • Re: PIO+DMA w/ offset?
Interpolators can be useful for address translation, but only with CPUs, no PIO, no DMA.Regarding QSPI Flash, it depends on timing ... you can run the program in RAM, disable XIP, and use QMI...
View ArticleCamera board • External trigger on GS Camera and rpicam-still
The following command line saves an image with an external trigger:LIBCAMERA_RPI_CONFIG_FILE=/usr/share/libcamera/pipeline/rpi/pisp/timeout.yaml rpicam-still --immediate -n --awbgains 1.5,1.5...
View ArticlePython • CPU Temperature Test Not Working; Need File Format
I tried to use the code on the "Heating and cooling Raspberry Pi 5" page (https://www.raspberrypi.com/news/heatin ... erry-pi-5/) and couldn't get it to work; kept getting this error:Code:...
View ArticleNetworking and servers • Re: Pi4 as a NAS and local media player?
My dad is a huge music nerd, but not a huge computer nerd. He's got several hundred CDs in his collection that he's downloaded onto his laptop, plus a large digital library on top of that, but that...
View ArticleBeginners • Re: Running a program on start up and after connecting to the...
If by "crontab method" you mean a cron job start @reboot then no, that won't work as cron will run it before the network (by extension teh internet) is available.There is no reliable way for the...
View ArticleSDK • Re: 'clock_get_hz' was not declared in this scope
So you started to migrate from Arduino to pure SDK ? You are very welcome ! I thought you are still trying to patch Arduino to behave like SDK.SDK is much closer to the hardware, once you get used, I...
View ArticleSDK • Re: Setting SCL,SDA pins for Serial2
This is doing all you need for prtinfFor high level stdio (like printf), in clean SDK (NO ARDUINO), you can always use stdio_uart_init_full without messing with defaults in CMake:Code:...
View ArticleTroubleshooting • Re: RPi 4: downloads unreliable w/ 1Gbps but not w/ 100Mbps...
it's not you, it's themfedora updates/repos are the slowest of any distrogoogle for tweaks, there out there and sometimes help for the larger updates.there doing that thing where it's only downloading...
View ArticleGaming • Re: Here's a Really Daft Idea: A Pi4/Buster Emulator for Pi5
RetroPie is still in active development, but to gain access to the latest build of RetroPie, you would have to setup RetroPie manually:GitHub - RetroPie/RetroPie-Setup: Shell script to set up a...
View ArticleBeginners • Missing "Logout" from application menu
Running Raspian Bullseye (Version 11) on Raspberry Pi 4.The "Logout" item is missing from the application menu. What how can I get it back on the application menu?Statistics: Posted by RazBeryLerner —...
View ArticleHATs and other add-ons • Trouble waveshare game hat battery 18650
I have this Game Hat from Waveshare. Works fine but recently shutdown ten minutes lates o gaming. The Battery its charged but when i replace for other old battery (just 20 minutes of autonomy) this...
View ArticleGeneral • Re: ADC DNL on Pico2
Maybe it's averages, not raw data, that would hide the holes.You also should check the signals on oscilloscope, to reveal small noise, or glitches, use AC input and higher amplification. On DC you'll...
View ArticleCamera board • Re: Raspberry Pi Camera Module 3 Not Working
I have flashed my 64GB SD card with the Raspberry Pi OS 64-bit Debian Bookworm. I am using a Raspberry Pi 4 Model B with 4GB RAM and an official Camera Module 3 I bought from Micro Center. When I...
View Article