Beginners • Re: RaspberryPi Zero 2W Showing Incorrect Disk Size
Hi! I am really sorry for the time it took for me to come back here, my daughter was born and I just went off.Anyway, I think I mounted it with something like: Code: sudo mount /dev/sda#...
View ArticleGeneral • Re: Debug ends up in isr_invalid
Hard to guess without any logs, regs, but try this: viewtopic.php?t=387618Statistics: Posted by gmx — Thu Feb 19, 2026 1:38 am
View ArticleRaspberry Pi OS • Re: Headless Trixie with static IP set before first boot -...
I will, as soon as I catch time, reply to your post in its entirety - but in the meantime I would like to make clear the following:I did NOT post the initial message to Raspberry Pi OS subforum!As can...
View ArticleBeginners • Re: New member here
Welcome to the Forums. There is a specific thread for announcing ones arrival here: viewtopic.php?t=224841Statistics: Posted by W. H. Heydt — Thu Feb 19, 2026 2:07 am
View ArticleGeneral discussion • RP2040 and/or RP2350 bit-banding
I'm porting some old Cortex-M3 and Cortex-M4 code to the RP2040. My old code made use of bit-banding for the GPIO pins. (Bit-banding is a Cortex-M3 and Cortex-M4 feature that maps certain I/O register...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: When Raspberry Pi Desktop Bookworm...
Such a simple OS, I've used it on ancient, decrepit computers. However it's 2026 and not many of those are around.It would be nice to see a Trixie based 64 bit version so I could recommend something...
View ArticleBeginners • Re: Changing Pi's IP Address
My current preference is for nmtui but I'm currently looking into (and documenting) using cloud-init to set static IP addresses.cloud-init? Am I reading that correctly? My system wouldn't boot with it...
View ArticleHailo • Re: AI HAT+2 best for AI project
Ive been really disappointed with the purchase thus far. Only models that have been pre-compiled by Hailo can be used on it, and there are only 5 very small models that are available right now. Hailo...
View ArticleCamera board • Re: What is faster taking a small picture quickly or video...
I tried your sample code, I see the sensor bit to choose 2028 over 1332So after all this I think I'll go with:Code: # 1xconfig2 = picam2.create_video_configuration({'size': (640, 480)},...
View ArticleHailo • Looking for Speech-to-Text on Hailo-10H Raspberry Pi AI HAT+ 2
I've finally figured out that Whisper is no longer supported, which I think explains why I haven't been able to install it on my Pi5 w/the AI Hat+ 2. Does anyone know of a STT app that runs on this...
View ArticleSDK • Re: How can I compile TinyUSB in my project?
That's it:remove set(PICO_SDK_PATH $ENV{PICO_SDK_PATH}) Happy? Don't much care. The zipped examples I provided compile with it in, both on the Pi command line and under VS Code using 'CMake Tools'.And...
View ArticleRaspberry Pi OS • Re: Reverting to HDMI Audio on Pi4b Fails
It would be nice if the speaker icon setting would also set the default alsa device, but is there any way to currently use asound.conf and alsa-base.conf to keep the same default alsa...
View ArticleRaspberry Pi OS • Re: Main Menu Editor: problem with check box with multiple...
The problem isn’t really with the checkboxes themselves. When two apps, like the Calculator, have the same name and similar icons, the Main Menu Editor can swap their positions internally when you...
View ArticleBeginners • Re: Age Calculator
If you just need to calculate someone’s age between two dates, the easiest way is to use an age calculator online. Websites like calculator.net or timeanddate.com handle leap years, month lengths, and...
View ArticleBeginners • Re: Multiple Static IPs
While I have been using 'nmtui' and friends on Bookworm ... where does 'netplan' fit in with Trixie, does 'nmtui' et al still work ?I keep seeing comments like 'netplan' is the default now with Pi OS...
View ArticleBeginners • Copy Files From USB Drive to Internal Drive Using CLI
Hello!I'm sure this is a very basic question for most but I'm having hard time figuring it out myself.I'm setting up a Rasberry Pi/RetroPi. The housing for the Pi5 has a M.2 built in. I have files I...
View ArticleRaspberry Pi OS • Re: The following commands prevents rebooting into desktop
Another wise man said, "We like our defaults. You should to !""2. Defaults. We put a lot of thought into our defaults. We likethem. If we didn't, we would have made something else be thedefault. So...
View ArticleTroubleshooting • RPI5/M2.Hat+: Inconsistent soft reset behavior
Hello,We are using RPI5 for our clients. We are about to deploy them fitted with the Raspberry Pi M2.Hat+. We are running Ubuntu 24.04 and Ubuntu 25.10 on them.We found out that the RPI5 is not always...
View ArticleGaming • Re: Old games vs new games
you spent loads of money on a sim racing rig but you only play single-player?Seems reasonable to me, though I might have caveats on how much money is spent.In many sports and competitions people hone...
View ArticleAdvanced users • Re: Is there any way to have a LUKS encrypted /home mounted...
And if your apt updates are taking too long, you should have a look at apt-cacher-ng. It eliminates nearly all of the package download time, except for the first time you access it. And, of course...
View Article