Troubleshooting • Re: PI 5 eeprom not updateable
Works fine for me...updating bootloader EEPROM image: /usr/lib/firmware/raspberrypi/bootloader-2712/latest/pieeprom-2025-08-20.binconfig_src: blconfig deviceconfig:...
View ArticleRaspberry Pi OS • Re: Corrupt /var/lib/dpkg/status on a new install
I wonder if the corruption can be caught after the image has been written but before it's ever booted in a Pi - assuming the resize doesn't shift existing files.In a thread about the lite image, we...
View ArticleAdvanced users • Re: IOMMUs on Raspberry Pi 5 (device tree, quantity, and...
I see the github issue has got very busy...Yup- over the weekend we got two other people on the issue, so a lot of discussion took place. I think we have a true line of attack now.For the first...
View ArticleTroubleshooting • Pi 5 boot issues - needs 10+ power cycles to start, only...
Hardware:Raspberry Pi 5Pi 5 power supplyUSB stick with Homebridge OS flashed via Raspberry Pi ImagerProblem:My Pi 5 won't boot reliably. I have to plug/unplug the power cable about 10 times before the...
View ArticleTroubleshooting • Re: Pi 5 boot issues - needs 10+ power cycles to start,...
what If you use a fresh uSD with an official OS and report back If you're still seeing the issue?Power cycles? what do you actually do (i.e. pushing the ob button etc)?Statistics: Posted by...
View ArticleBeginners • Re: DMA with Raspberry Pi 4
Yes; I was aware of that...but I wondered if the OP had any more; "legitimate" goals OP doing a drive by post says probably not Quelle surprise. Statistics: Posted by kip_the_elder — Mon Sep 08, 2025...
View ArticleTroubleshooting • Re: Pi 5 Not Displaying
Hello,I recently got a Pi 5 and I cannot get it to display with either HDMI port. When connected to power the stat light is green.-I've checked that the chord functions properly (it works with...
View ArticleBeta testing • Re: Trixie nightly builds issues report
Yes I saw 1 and 4 on yesterdays build.Statistics: Posted by neilgl — Tue Sep 09, 2025 6:30 pm
View ArticleGeneral • Re: Installing machine package for Pico 2W
No worries, we were all noobs once.Statistics: Posted by neilgl — Tue Sep 09, 2025 6:31 pm
View ArticleCamera board • Re: Raspberry Pi Camera 2 IMX219 CM4
Hi, Yes i am sure its not a no IR version. Do you have a suggested test to verify it is no IR? I have tried using the noir tuning file, and it seems like the color seems still a bit yellowish.The same...
View ArticleCamera board • Re: The IMX219 camera
Now I have issues with playing back video recordings. VLC opens for a second, then closes, is this something to do with hardware acceleration and VLC unable to play videos under HA?Hi, please post the...
View ArticlePython • Re: Debug Flask Server from Thonny
Can you ping the Pi from the PC using the Pi ip address?And when flask app is running from Thonny, what does this command show?Code: sudo netstat -tulpn | grep 5000Mine has: Code: tcp 0 0 0.0.0.0:5000...
View ArticleTroubleshooting • Force interlaced video over HDMI?
I am trying to put video signal from a rpi 3 into an ancient tv broadcasting system. For whatever reason, it must be interlaced video, but I can only seem to get my pi to output progressive. What we...
View ArticleMicroPython • Re: Why is struct.unpack_from giving me a bad typecode?
This refers to a subset of CPython's struct:https://docs.micropython.org/en/latest/ ... ule-structBut the doc does not explain, that the byte order could be only the first character in the format...
View ArticleOther • Re: Amikit with PINN
Amikit seems to be a "paid for" image, so I cannot provide it through PINN.If it can be converted to PINN format, that's something you will have to do yourself. There are general guides on my wiki on...
View ArticleGeneral • Re: Pico W as USB device to Bluetooth host adaptor
Just FYI in case you're still using it, I just pushed an update that preserves pairing over power cycles.Statistics: Posted by kenjinerd — Tue Sep 09, 2025 7:19 pm
View ArticleHATs and other add-ons • Re: Hardware issue RaspberryPi 3B+ and HifiBerry AMP 2
Hi, we do not know much about HifiBerry (we sell our own range of audio boards) so its a bit difficult to diagnose what the problem might be. Since you have narrowed it down to specific boards, I...
View ArticleBeta testing • Re: Updating to trixie
I tried using some labwc-related config files in trixie that had been generated under bookworm. They worked the same as before, except for wf-panel-pi.ini. First, I had to move it one level deeper, to...
View ArticleSDK • Re: Setting up Pico development on Eclipse
Even STMicroelectronics, possibly strongest supporter of Eclipse, have just started moving from Eclipse to VSCode.Right now the two development environments I regularly use are both on Eclipse, so...
View ArticleMicroPython • Experiments in chaining DMA to PIO - strange error and room for...
I've written some Python to drive a LED bar (https://thepihut.com/products/bi-color- ... -pack-of-2) from a PIO program fed by a chained pair of DMAs. The LEDs are multiplexed so only 1/3 can be...
View Article