Interfacing (DSI, CSI, I2C, etc.) • Re: CM4 UART RTS - Unexpected Behaviour
uart3-overlay.dts looks like this:Looks spot on.I then edited /boot/firmware/config.txt to edit the lines "dtoverlay=uart3,ctsrts" to "dtoverlay=uart3,ctsrts,rs485" and "dtoverlay=uart4,ctsrts" to...
View ArticleAdvanced users • Re: Running 32bit ELF executables on 64bit Pi OS
@PhilE,I think there is a misunderstanding. If you create an ELF executable using the "-o" option of the compiler, then try to debug *that* executable, there is not a debugger out there I have found...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
I searched online for information about ripple carry adders and found what I thought was a nicely explained solution to part 2 written in Go. The approach used was to identify crossed wires by their...
View ArticlePidora / Fedora • How to add support for PoE+ hat on rpi 4b fedora 42
I did try adding dtoverlay=rpi-poe-plus,i2c to /boot/efi/config.txt but still no sign of fan spinningStatistics: Posted by weno — Tue Apr 22, 2025 3:47 pm
View ArticleAndroid • Re: [DEV] LineageOS 22.2 (Android 15) for Raspberry Pi 4 & Pi 5
Hi Konsta,thanks a lot for your nice work. I was wondering if there is some way to utilize PCIe wifi cards, such as AX210? I've flashed the latest image on CM5, but looks like the wifi is not...
View ArticleOther programming languages • Re: Lazarus/FPC rpi_hal update for 16GB Rpi 5
I have had a reply on GitHub from rudiratlos that new GPIO chip is a large change and that information is not easy to find.Alistair.Statistics: Posted by AlistairS12 — Tue Apr 22, 2025 4:23 pm
View ArticleSDK • Re: In code detect if running on Pico or PicoW
Many thanks for the answers.I had hoped there was some kind of SDK function I could use. I found it surprising that initialising the CYW43 does not yield an error return when there is no such device...
View ArticleAdvanced users • boot_partition=N filter for CM4
HelloI just got notice that there is a new boot_partition=N filter in the Firmware. Amazing!If understanding correct this allows the following use-case with tryboot_a_b:- Setup a filter for boot A and...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500 with german key layout - when available?
So, it has been 2 weeks since I got my Pi 500 DE-Layout.As a Pi 400 user I really enjoy the all over snappier system response of the 500.I wonder when the 500 will get certified by Canonical to run...
View ArticlePython • Re: Bookworm and Python Text to Speech
Thanks for the help. After reading over your posts and docs, I thought that the 'apt install' looked least painful to add the gTTS library to Python. Sadly, that also generated an error. See...
View ArticleTroubleshooting • Re: Keeping PI5 program running after powering on and off.
You can't keep a program running across a power off or a reboot. You can start it automatically during boot though.[shameless self promotion]Running A Program At Start Up A Beginner's Guide[/shameless...
View ArticleGeneral discussion • Re: Pi Marked "Raspberry Pi Zero 2" (no W)
Thank you! The one without the W is marked (c) 2021 while the one with the W is marked (c) 2024, so that seems to line upYep, it's genuine. I've checked one of mine and an early one marked "© 2021"...
View ArticleFor sale • Re: Giving up on NAS
you're on your own unless paying double for the compatible lower-capacity hard disks.Since Amazon has high prices on Raspberry Pi, I thought I'd compare the largest capacity Synology-branded drive...
View ArticleTroubleshooting • Re: Flashing monitor
I discovered a couple things last night. I had only one power supply hooked up and then I plugged in the second supply and the Pi started up. The second thing I discovered is that the sim card doesn't...
View ArticleAdvanced users • Re: boot_partition=N filter for CM4
Interesting.Unless I completely misunderstand how try_boot works (very possible as I've not used it) I'm not at all sure what the point of it is.Doesn't it specify which boot partition to use? In...
View ArticleTroubleshooting • Re: Raspberry PI 5, Short Circuit 3.3V and GND! Need Help DEVs
I've just tested it with an HDMI to HDMI Micro cable but it's still an HDMI signalStatistics: Posted by DanflashX — Tue Apr 22, 2025 6:36 pm
View ArticleDevice Tree • Re: Display NOT WORKING - only works with Waveshare example...
GOT IT!Touch is working with this OverlayCode: /dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835", "brcm,bcm2708", "brcm,bcm2709", "brcm,bcm2710", "brcm,bcm2711"; /* 0: I2C1 aktivieren */ fragment@0 {...
View ArticleNetworking and servers • Re: Streaming Mpeg TS over UDP
I would look at OBS Studio.Statistics: Posted by neilgl — Tue Apr 22, 2025 6:57 pm
View ArticleBeginners • Re: Multiple os and nvme
Is there anyway I can setup putty or ssh to do this so I can copy the commands as I keep making mistakesYes, just enable ssh in maintenance menu - edit config -edit options. Login with root/raspberry...
View ArticleRaspberry Pi OS • Re: Updates fail on module build
I didn't give up, but obviously none of the issues I could find so far look like the one I'm facing, for instance https://www.google.fr/search?q=Le+paque ... igur%C3%A9 or...
View Article