Advanced users • Re: how to create own dtoverlay/param for a PWM fan on the...
How about using the new pwm-gpio or pwm-pio overlays? Run "dtoverlay -h pwm-gpio" for usage information.Statistics: Posted by PhilE — Wed Apr 09, 2025 2:02 pm
View ArticleTroubleshooting • Re: Recent update broke using Pi5 on KVM switch
Probably this issue.We can reproduce. Probably a libliftoff update (that is producing some error messages). It's being looked into.Statistics: Posted by dom — Wed Apr 09, 2025 2:04 pm
View ArticleGeneral • Re: OpenOCD fails to connect if multicore_reset_core1() is called...
When I'm talking about core1, it's the second CPU core as referenced from OpenOCD point of view.core0 is the first cpu core and the one active by default.I was wondering. Now to my first question why?...
View ArticleBeginners • Beginner's Guide: project 2: Scary Spot the Difference
I have downloaded the scream file rptl.io/scream as instructed on page 109 of the Beginner's Guide, renamed the file 'scream.wav' as instructed and saved it in my Home Folder. I have done this many...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: rp5 i2c extra buses
Yeah, I have finally run a Python 3 program using the rp5 bus0 as explained up above. I used a driver written by Qwen AI, The Google AI can't write python code without errors, even the new 2.5. I love...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Two identical Raspberries, only one...
I was able to postpone my problem by copying an image of the working raspberry SSD to SD card and later copying that SD card image over to my SSD where the system did not work - this effectively meant...
View ArticleBeginners • Re: Beginner's Guide: project 2: Scary Spot the Difference
Post your Python code.Post a list of files in your home folder.Code: ls -lStatistics: Posted by rpiMike — Wed Apr 09, 2025 2:38 pm
View ArticleTroubleshooting • Re: Pi5 NVME (boot) drive goes offline randomly
Thanks for the suggestion to keep dmesg running via SSH.Code: [Mi Apr 9 16:36:35 2025] nvme nvme0: Disabling device after reset failure: -19[Mi Apr 9 16:36:35 2025] EXT4-fs warning (device nvme0n1p2):...
View ArticleHailo • Re: Can't get Hailo driver to work. New PI5 + Pi AI HAT
The raspberry pi store in the Netherlands sent me a new ribbon to connect the halo-8 AI hat. It didn't fix the issue. I sent the board back to the Raspberry PI store. They confirmed the issue wasn't...
View ArticleSDK • Re: SPI+DMA on RP2350 stops running after a number of cycles
Could you try to run the code using the RP Pico SDK instead of Arduino to remove the "arduino variable"? And also, why are you setting up the GPIO in a different core as SPI? loop() runs in core 0,...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS off/on display problem
Sorry, that was my fault, I missed out a patch in the latest version. I've pushed out libliftoff0 0.5.0-1.1+rpt2, once that's available later this afternoon upgrading will fix this.Statistics: Posted...
View Article