Raspberry Pi OS • Re: dumb mistake
Anyway to move them back?Not without another Linux machine, no. Remove borked driveIf anything on it is important take a backupFlash a clean RPiOS to a different SD card (or other boot media).Boot...
View ArticleGeneral • Re: Pico W overheating/fried using servo driver board
You need to take this up with waveshare, your tests appear to show that their board is not compliant with their schematic.I have emailed their support to confirm if the schematic is correct - will...
View ArticleBeginners • Re: General set up advice please
Have not used Putty on Pi. I controlled a Pi from Windows using something that runs on X11 but not Wayland. There are a few choices Linux to Linux. Someone with Windows to the latest Wayland Linux...
View ArticleGeneral discussion • Dual Boot and RootFS Mode for Failsafe Firmware Upgrade...
Hi Folks,I'm pretty new to the forum.Context: We are aiming for a robust firmware upgrade mechanism that ensures system reliability and integrity. The goal is to have two separate boot partitions that...
View ArticleAI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
Just tried using the camera with my Pi5 and it works. This time the RP2040 line returns this:Code: rp2040-gpio-bridge 4-0040: rp2040_gbdg_probe() found dev ID: 22223d9f300463eb, fw ver. 14Statistics:...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
take a fresh uSD with latest Raspberry Pi OS - https://www.raspberrypi.com/software/Disconnect additional hardware - in particular USB drives as you may have one that back powers your Pi - and boot...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
Well I think that it's a problem with memory allocation. I Know that they work on a new version which will get the correct memory available. Maybe that will fix this problemI could simply fix the bug...
View ArticleGeneral discussion • Pi5 CS foot problem
Usage environment: Hardware: Pi5 Micro Snow's e-paper driver board e-paper Driver HAT, link: https://www.waveshare.com/product/displ ... er-hat.htm Software: Pi5 System Raspberry Pi OS (64 bit) July...
View ArticleGeneral discussion • Re: Pi5 CS foot problem
The following figure shows Normal high and low voltage levels and Unable to pull down normallyStatistics: Posted by shhds — Tue Oct 15, 2024 4:01 am
View ArticleTroubleshooting • Re: Reboot hang on PI4B with 3/15/2024 OS release
I used to have the reboot consistently hang on my headless Pi5 if I did the command locally ....Code: sudo ssh -t mypi5.localrebootBut it didn't hang if I sent a remote commandCode: sudo ssh -t...
View ArticleCamera board • Re: Broken image with non-64 bit align resolution using...
FYI, the developers are aware of the issue, just that they don't have the capacity to handle it.Here's the bug tracking ticket on the libcamera website:...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
I have a raspberry pi 5 8gb with the official power supply and I am also having randoms crashes all the time with a pcie crucial p3 ssd and the argon Neo nvme case. This crashes start suddenly and...
View ArticleBeginners • Re: Mouse movement latency issue
You need to put the dongle on a USB extension lead to get it away from the Pi.Statistics: Posted by pidd — Wed Oct 16, 2024 1:57 am
View ArticlePython • Re: PID controller help
Thanks, that looks a little better written than what I’ve done, but functionally how do they really differ, is it not doing basically the same thing I had written?I haven’t run this yet, I’m still at...
View ArticleAdvanced users • Re: Image File Utilities
Code: sudo image-backup -i /mnt/USB_Backup/rPi5_bkup.img --options --progress --exclude=/srv rsync options specified after '--options' must be comma separated:Code: sudo image-backup -i...
View ArticleRaspberry Pi OS • Re: Chromium always displays push notfications in the...
but in different compositor like x11 the chromium notfication work fine, and in other browser it uses the system notification daemon but not in chrome, why and how to fix thisStatistics: Posted by...
View ArticleGraphics, sound and multimedia • Re: Which Method Do You Use To Get Sound...
I have a question about getting sound out of the RPi 5. I'm considering acquiring an RPi 5 to use as a USB audio interface with my iPad. I'd like to be able to send sound out from the iPad into the...
View ArticleTroubleshooting • Re: RPi 5 with SSD Loading & Running OS but on reboot...
I changed the Generic MCUZone Hat for a Pimo Roni NVMe Base. This works PERFECTLY i.e. Reboots into OS etc.The Generic MCUZone Hat is CLEARLY NOT FIT FOR PURPOSE.Statistics: Posted by stepheni — Wed...
View ArticleAdvanced users • Re: libgpiod version [SOLVED]
Perhaps not but as I understood it there would be a v1 using v1 API and a v1 using v2 API but both would likely get called 'v1' by users with no indication of which API is being used which would make...
View ArticleGeneral • Re: Documentation updates
Thanks. For the RP2040 datasheet, it looks like mostly editorial updates and synchronizing the included examples with the repo:Documentation Release History15 October 2024 Corrected minor typos and...
View Article