Troubleshooting • Re: Raspberry PI 5 Solid Red Light, No Boot
Before sending it back use the Raspberry Pi Imager to reset the bootloader in flash to the factory defaults.https://www.raspberrypi.com/documentati ... tml#imagerDisconnect any HATs / USB / other...
View ArticleAdvanced users • Re: j17 for 2pin 12v FAN
You should really say which hardware you are referring to. Is it the CM4IO board? If so, I'll move this to the Compute Module forum.Statistics: Posted by PhilE — Wed Jul 10, 2024 4:05 pm
View ArticleGeneral discussion • Re: Connection between raspberry and a USB host...
Should work; presenting a Pi as a USB Memory Stick which I guess would be FAT formatted.The hardest part, beyond getting it configured as if a Memory Stick which the host recognises, may be in knowing...
View ArticleGeneral discussion • Re: Web browser on RPi Zero2W(?)
Puffin Browser used to be brilliant for low memory Pi. It uses in-the-cloud page rendering so the host doesn't have to do much work at all. There are privacy and security issues with that approach but...
View ArticleCamera board • Re: RP Zero 2 W point-and-shoot camera
Hi there,First time on the board today and was searching for battery and found your post.I'm literally working on a similar mini project myself using a Zero2W and a Pi camera v2 (to fit the official...
View ArticleBare metal, Assembly language • New 64-bit assembly language book
I'm putting the finishing touches on my new book the provides an introduction to 64-bit ARM assembly language on the Raspberry Pi. It's due for release in January 2025. If you're interested, Barnes...
View ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
Seeing as it is a clone of the Pi 7" screen, the auto-detection code should work.Add "display_auto_detect=1" to config.txt.(Under the hood that will do the same as "dtoverlay=vc4-kms-dsi-7inch" which...
View ArticleBeginners • Re: RPiOS doesn't boot, Ubuntu does
Hi all. I ordered a new Pi and that one booted fine, so something was wrong with the first one. Not sure exactly what was wrong or why it presented itself as a software issue, but glad it's...
View ArticleGeneral programming discussion • Unable to install the Visual Studio Code...
Greetings!Note to admins:I'm really not sure where to put this - I would have suspected "Troubleshooting" - but that seems to be limited to actual Raspberry Pi issues itself. So, not knowing where...
View ArticleTroubleshooting • Making sense out of a solution
HeyThis isn't really a problem, more making sense out of a solution. I'm building a car that is driven by a raspberry pi 4, and I have an arduino connected to that pi. I've had a battery pack (6 AA...
View ArticleRaspberry Pi OS • Re: "/lib/modules/6.6.30-v7l+/build. No such file or...
How to run this script? It isnt a .sh fileI tried sudo build-kernel <other-options>but getting the error : sudo: build-kernel: command not foundStatistics: Posted by tha_tha_kernel-dev — Wed Jul...
View ArticleGeneral • Re: rp2040.dap0 is driving me crazy.
A common reason for blowing up I/Os like this is different ground potentials between the different bits of equipment you are plugging together.For example, typical laptops or USB plugtop supplies...
View ArticleAdvanced users • Re: Full disk encryption (large NVME-drive)
One last thought on OP's question: Everyone probably has different thoughts on how to use a large fast NVME disk, but here's some food for thought.I'm not a big fan of using a fixed disk such as an...
View ArticleTroubleshooting • Re: RPi5 active cooler not working properly
Extremely late reply, but I finally replaced the fan, and the old one is definitely broken. The new one runs at around 2800 RPM on speed step 1, whereas the old one runs at around 800 RPM on the same...
View ArticleRaspberry Pi OS • Re: Raspberry PiOS Bookworm on an early Pi Zero...
Interesting. I had an early revision Zero set up as a music player for my dad for a couple of years, and it used the old official Raspberry Pi USB WiFi dongle (see...
View ArticleAndroid • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
I understand that there's no official support for Android on Raspberry Pi, but I'm exploring unofficial alternatives. The issue I'm facing is with getting the DSI LCD display to work properly under...
View ArticleTroubleshooting • Re: Trouble with gpio Button instantiation in virtual...
Do I need to use the system Rpi.GPIO package instead of installing it into the venv?A clear NO to that.The RPI.GPIO library as shipped and installed with RasPiOS Bookworm is not functional on an...
View ArticleGeneral • Re: Baremetal for RP-PicoW
There is a legitimate argument for not liking the way the Pico SDK build system works, how it builds everything from source the first time, and maybe a good chunk of it whenever a project changes,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Thanks again for looking into it.How are you measuring pixel clock? I'm guessing using an all-red image or something like that. Any irregularity in pixel or DSI clock rate would be surprising, as it...
View ArticleBeginners • Re: Using Pi 5 with Pi-Hole - What else
Thank youStatistics: Posted by dlc1610 — Thu Jul 11, 2024 5:07 pm
View Article