HATs and other add-ons • Re: Pi4 won´t boot with Shield
I can boot the Pi normally if the shield isn't on it. Once it's booted, I can put the shield on and everything works normally. And then I can reboot it and it boots properly.To the best of my...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
I noticed that the device returns an empty driver in lsusb -t.I've also tried this system in a fresh Ubuntu 24.10 install and the device shows driver = 'usbfs'. Could this have any influence on the...
View ArticleAdvanced users • Re: libgpiod version [SOLVED]
What it comes down to for me is not being able to have separate apps which can read the same button input, and not being able to control the same outputs from other apps, without having to hand-craft...
View ArticleTroubleshooting • Re: Fan and USB wont shut down after shutdown / booting
If you add the settingPOWER_OFF_ON_HALT=1to the firmware configuration, does the fan stop when the Pi is shut down?Unfortunately, no. Changing that setting does nothing to change the fan spinning once...
View ArticleGeneral discussion • Since Raspi OS Bookworm (Pi 5) doesn't use...
I'm trying to understand a little more about the difference between Raspi OS Bookworm's networking software and that used by Ubuntu 24.04, both as set up on the "average" up-to-date Raspberry Pi 5.Let...
View ArticleBeginners • Re: Raspberry Pi 4 GUI Problems
IF you boot the Pi attached to the monitor, but with no SD card inserted, what does the debug display show for EDID? Default software in the newer RPiOS is less tolerant of bad EDID data than previous...
View ArticleGeneral discussion • Re: Since Raspi OS Bookworm (Pi 5) doesn't use...
Out of my area of expertise, but reading the systemd-resolved man page (may not be the latest, but close enough) says that local apps get name resolution requests one of 3 ways:systemd-resolved via...
View ArticleRaspberry Pi Connect • Re: RPC outage.
I was able to get a reboot on the pi and the it allowed me to continue normal operation. I have not had the time to sit down and try to replicate the issue. But it looks like it refreshes and allows...
View ArticleRaspberry Pi OS • Re: cmake not found
sudo apt install cmakeStatistics: Posted by danjperron — Fri Oct 18, 2024 12:02 am
View ArticleGeneral discussion • Introduction
Hello everyone i am a newbie, a California native Statistics: Posted by hendrixO — Fri Oct 18, 2024 12:27 am
View ArticleGeneral discussion • Are there any Raspberry Pi type devices WITHOUT video...
Topic says it all. Are there any raspberry pi devices or type devices (thinking of other brands) that do not have any video output or even any way of outputting video, if that makes sense. I know it...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Lovely pics. Heat dissipation is good. Probably won't even need an extra heat sink. The QFN-60's junction to ambient thermal resistance is listed at 40.542 C/W iin the datasheet, I assume on a Pico...
View ArticleCamera board • Re: imx462 banding
Just a quick question. What is your light source ?Statistics: Posted by Cracker Jack — Fri Oct 18, 2024 1:43 am
View ArticleGeneral discussion • Re: Are there any Raspberry Pi type devices WITHOUT...
There is no requirement to attach a monitor to a Pi. Or a keyboard or mouse, for that matter. What you appear to be wanting to do is run an SBC "headless". There is also no requirement, if a monitor...
View ArticleOther projects • Re: Raspberry PI 5 power supply design
So what current would you allow for, bearing in mind this will most probably be used at ambient temperatures?"Ambient temperature" means nothing. It heavily depends on your enclosure and the...
View ArticleCamera board • Camera Timeout Error with Raspberry Pi Camera Module V3 after...
I would like to share a current issue I'm facing with my Raspberry Pi Camera Module V3 (wide) while trying to use it. Here's some context:I am powering my Raspberry Pi 5 8GB with a 12V 20A supply,...
View ArticleGraphics, sound and multimedia • Re: Has anyone found a way to use an...
I do not understand how a forum full of supposed knowledgeable users of raspbian cannot figure out how to simply use a piece of software on the device.I can install HDHomeRun on a windows machine and...
View ArticleTroubleshooting • Re: Pi zero W from 2020 not booting with bookworm in 2024
I use Raspberry Pi Imager 1.8.5 to flash bookworm 32-bit lite, and I got kernel panic on Raspberry Pi Zero W v1.1Can you show us the kernel panic? Do you have anything else plugged in to the Pi? What...
View ArticleGeneral • Re: MicroSD not working even after trying everything (pi pico)
There's an older thread where someone gets one of these Waveshare 3.3 V SD card adapters working: Use SDCard with MicroPython on Raspberry Pi Pico - Raspberry Pi Forums.User danjperron's contribution...
View ArticleBare metal, Assembly language • Re: rpi4 os: context switch breaks irq
I dont really understand what you mean by the first question, but right before the context switch I call:you dont want irq's enabled during the context switchthe context switch is a very sensitive...
View Article