Troubleshooting • Re: Camera ***failed to start camera***
Which version of the Raspberry Pi are you using? 5?Statistics: Posted by crugo — Sat Apr 26, 2025 3:41 pm
View ArticleMicroPython • Re: no ARP reply from Pico W
I think here a similar issue had been discussed. https://github.com/micropython/micropython/issues/12767That doesn't look 'similar.'That looks like precisely the Issue that @jordana referenced...
View ArticleAdvanced users • Re: ntp accuracy
I’ve never had an issue with systemd-timesyncd having wrong time or sync problems, and I do like the fact that it’s easy to configure in the systemd style of configuration.However, it does take a bit...
View ArticleTroubleshooting • Re: Spontanious reboot on usb connect
I'm surprised noone has asked the key question here: What happens if you shut everything down, plug in the drive, then fire it all back up?The point is that the sort of thing you are seeing is not at...
View ArticleGeneral discussion • Re: RISC-V (?)
If you recall at that time RPL (whatever they were called then) were overloaded with work on the existing portfolio, and didn't have the cash reserves that the Sony investment and then the IPO have...
View ArticleTroubleshooting • Docker install will not happen due to missing keys.
Hi, (Sorry if this is posted somewhere else but could not find a working solution online) I am trying to install Docker on Raspberry Pi, My last install of Docker (about a month ago) was plane sailing...
View ArticleGeneral discussion • /dev/root full; what next?
Hey everyone,I see my dev/root dir is full.I see I have a pnpm dir in my pi/share dir. I have never used pnpm, so I am confused about why It has close to 500 mb stored on my machine. is is safe to...
View ArticleGeneral • Re: DMA in ring mode either hardfaulting or becoming stuck
The error bit on the ADC is not set, so I don't think it's stopping due to a bad conversion.ADC doesn't stop at a bad conversion, in FIFO mode it just marks bit 15 of the results for eventual bad...
View ArticleMicroPython • Re: How to set the right Pi Pico system time? With the use of...
I have visited the link https://docs.micropython.org/en/latest/ ... e.RTC.html earlier. I have played with it without succes.I have some questions about what is shown, because I am not yet experienced...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Can you please update Batocera as well?The same problem exists there. The image currently included in PINN also leads to the kernel panic error.Batocera has been updated to v41 for Rpi 3,4 &...
View ArticleBeginners • Re: Problem with connecting dual relay module to Raspberry Pi to...
It sounds like your relay board is not being driven correctly. Most people just buy a random relay board and hook it up without understanding how it works, then are surprised when it...
View ArticleGeneral discussion • Re: /dev/root full; what next?
- what kind of PI?- What OS is loaded on it?- what is the size of your SD card?on my system (PI-5/8G running bookworm)there is no folder /dev/root.so, what else have you loaded that may have created /...
View Article