Troubleshooting • Re: Why is Pi5 using Dec 8 eeprom and Pi4 Jan 9?
see:/usr/lib/firmware/raspberrypi/bootloader-2711/release-notes.md/usr/lib/firmware/raspberrypi/bootloader-2712/release-notes.mdIt is your own responsibility to judge if you need what is listed in...
View ArticleJava • Aliasing(?) in three.js
I am using a Raspberry Pi 4 Model B Rev 1.4, and I am making a game in three.js. Previously, I experienced a visual glich in which whenever i turned the camera to the left, a green rectangle would...
View ArticleNetworking and servers • Re: NFS share not mounting new SSD
Maybe the permissions set by the mount entry for the 8TB drive do not allow it to be exported.I think some people would say that exFAT is a bad idea for an 8TB drive and recommend ext4.I'd certainly...
View ArticleGraphics, sound and multimedia • Re: rtsp camera stream
rpi 3 zero2w over 12 h nice -n -11 rpicam-vid --low-latency 1 -b 1000000 --denoise cdn_off --codec libav --libav-format flv --profile=high --hdr=off \ --awb indoor --level 4.2 --framerate 24 --width...
View ArticleBeginners • Composite video on GPIO pins RP zero 2 W
Hello, how are you?I would like to know if there is any GPIO pin that outputs composite video and audio.The information I managed to find did not work for me. If I connect the TV and GND pads on the...
View ArticleBeginners • what happened to raspi-gpio?
Apparently raspi-gpio was installed by default on Raspberry Pi OS, but running Trixie, it doesn't exist, and I can't find a package to install for it.Statistics: Posted by jlearman — Thu Jan 15, 2026...
View ArticleSDK • Re: jmp vs .wrap
@gmx, yeah!I took @giampiero minimal example code and tweaked it to use the blinking default LED (GPIO 25 on a Pico) as the jmp pin.I used LEDs and, of course, to the human eye we see a mirroring of...
View ArticleGeneral • Re: Can't debug anymore.
Ok, sussed it.When I updated the picoprobe firmware, I did a git clone of the firmware repo, and then built from there. Seems that version is broken at the mo. When I downloaded the latest release and...
View ArticleBeginners • Re: what happened to raspi-gpio?
This tool is no longer maintained or supported. It has been replaced by the newer pinctrl tool.It's for Linux so don't even ask why 'pinctrl' is an entirely different utility, couldn't be made...
View ArticleOther • Re: New Pi Imager 2.0.4 released
I think it should also be released for RPiOS. Or is it AppImage we should use instead?I don't think you should use the AppImage on your Pis !You can get 2.0.4 version from Github and install it...
View ArticleNetworking and servers • Re: VNC Viewer cannot connect to Raspberry Pi 5...
Instead of ping/ssh, try to run nmap from the terminal. If vnc shows up in the list, you must have mistyped the address or your client is broken.nmap looks like a complicated beast.nmap -sT -p T:5900...
View ArticleBeginners • Re: starting systemd service after GUI is up
My son is the property manager for a state park with a small museum, and I'm helping him out. The video is controlled by a setup created by a previous volunteer. It has issues and no support, and...
View ArticleTroubleshooting • Re: LXDE-pi autostart not working on Trixie
With the labwc autostart I was using @lxterminal -e (the path to my script)Same thing I use with the other Pi devices at LXDE-pi/autostartDrop the @If you do that you lose the functionality provided...
View ArticleOther programming languages • Re: zigbee2mqtt.service: Start request repeated...
The service is presumably running as a different user than what you're logged in as. It is likely complaining about a missing module but your log snippet is missing the part that tells you what...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.18
I've been using it for a week now, everything is working as it should.Statistics: Posted by oneofone — Fri Jan 16, 2026 7:36 pm
View ArticleSDK • Re: Blink example code Clangd warnings and errors
I've tried closing and reopening VS Code a few times after each alteration and that didn't seem to change anything, and adding those "#ifndef...#endif" blocks you've shared didn't seem to change...
View ArticleBeginners • Re: Need help with a project!
The power system in a car is no 'bench supply' with superior quality, but shows spikes to plus, minus hundred of volt; voltage exceeding the nominal battery voltage when charging from the...
View ArticleAutomation, sensing and robotics • Re: E38S6G5-600B Encoder not reading as...
Good afternoonI am using python 3.11.2 currently on a Pi Zero W, currently running Bookworm (release 12)I have not thought of taking any courses on python. Usually a low priority item on my list. As...
View ArticleTroubleshooting • Re: Why is Pi5 using Dec 8 eeprom and Pi4 Jan 9?
Pi4 and Pi5 product lines have different SoCs and different bootloader releases. They share common software but there is a lot of differences in functionality.So what happens if I put that uSD card...
View ArticleAdvanced users • Re: mass-storage gadget: is stall=0 required due to...
James,Sorry about the length but here's my additional comments. Page numbers as the document's footer.Page 3Tip box: Doesn't mention Bluetooth as possible ways to connect keyboard and mouse or...
View Article