Troubleshooting • Re: Low voltage issue ssd
I ran my RPi5 with NVME from a 27W PSU & it showed me the under powered symbol, I then attached my 45W PSU & it worked, without showing under powered symbol - that is why I asked the OP.Theory...
View ArticleSDK • Re: Try Before You Buy feature crashing when using FreeRTOS?
TBYB stands for Try-Before-You-Buy that is a well known feature of the RP2350 (datasheet page. 363) that allows to do a completely safe cycle of version upgrade.After the RP2350 gets updated as...
View ArticleFrançais • Re: code erreur 7 lors de la mise à jour openwrt
Merci . Ma motivation, apprendreStatistics: Posted by gillesb2002 — Sat Dec 13, 2025 12:53 pm
View ArticleSDK • Re: Anyone have a worked example of sleep_goto_sleep_until() that works?
Well, it's hard to abstract such low level stuff, and keep it working in any scenario.When messing with system clocks, PLL, modules power etc. better be prepared to get you hands dirty.Those glitches...
View ArticleTroubleshooting • Re: Install Raspberry Pi Zero
Please, this is the first time that I use PI zero. I prepared the SD card. I have successfully installed the OS (32 bit) on my 32 MB SD card.I inserted the SD card in the PI zero, and I used the USB...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI5 PIO. Two calls of...
Consider this an unresearched early answer, but do you need to set the clk pin as an output, given that you are already marking it as a sideset pin?Things to try (separately, to observe the effect):...
View ArticleCamera board • Re: How to capture a still image without X.Org/Wayland?
Next problem: my camera has a switchable IR filter, which is controlled by the camera LED signal, but I see this functionality has been removed. Unfortunately this means the IR filter is retracted and...
View ArticleTroubleshooting • Re: USB SSD lifespans seem poor
I must confess, right from the outset, that I'm not a fan of ssds, especially mlc flash ssds.Flash storage has very good IO, providing it has sufficiently large buffers and a fast enough controller to...
View ArticleGeneral discussion • Re: Netboot (not PXE) experiences
Thank you very much for the update. When I deployed an image with boot and root folder locally I gotCode: pi@raspberrypi-trixie-dhcptest:~ $ cat /pxe-images/pxe-boot/87f728f5/cmdline.txt...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - HDMI keeps breaking
What monitor? What resolution? What power supply? Are you using the latest Pi OS Trixie with Desktop?Are you constantly plugging/unpluggging the hdmi cable?Use a micro hdmi to hdmi cable not...
View ArticleGraphics, sound and multimedia • Re: Running a a 4k screen on a Raspberry Pi...
The official Raspberry Pi documentation doesn't say 4K is supported on a Pi Zero 2W but at least one of the official resellers seems to -The included Raspberry Pi Zero 2 W has a faster quad-core CPU,...
View ArticleGeneral • Re: RP2354 Flash Mode
But the issue is that QSPI Csn pin is not exposed in RP2354A and RP2354B as far as I have checked.How exactly have you "checked" this? Because that is not what the datasheets says:Statistics: Posted...
View ArticleRaspberry Pi OS • Re: AppImage requires root
Presumably trying to run Imager 2.0 on a X86-64 PC running Linux Mint, which should be fine.The problem being encountered is that the Imager "Appimage" needs to be run as root, so possibly using...
View ArticleCamera board • HQ available resolutions with XRGB8888
Hi folks,I'm doing a project with an HQ camera, RPi 4, Trixie, Picamera2 and Open CV. I'm grabbing frames with picam2.capture_array, having set the Main stream to XRGB8888. This gives me a resolution...
View ArticleDeutsch • [cm4], [cm5] und [all] command not found
Hi LeuteIch habe mir irgendwie de config.txt verhauen, ich habe schon mehrmals versucht ein neues OS zu Flaschen und jedesmal wenn ich über die cmd beim Pi5 nach /boot/firmware/config.txt suche kommt...
View ArticleTeaching and learning resources • Re: Advent of Code 2025
Yes, I didn't want to mention Day 12 until everyone had a chance to look at it...I see the kittens have implemented "find+merge" properly for Day 8 -- I was lazy and just mashed Python lists...
View ArticleRaspberry Pi OS • 144hz Not working.
Selecting 144, single monitor, fully updated rpi5, i click apply, save, nothing happens.Statistics: Posted by vvti9 — Sun Dec 14, 2025 12:19 pm
View ArticleCamera board • Re: HQ available resolutions with XRGB8888
Specify the size you want...main={"size": (1280,720),format": 'XRGB8888'}Statistics: Posted by gordon77 — Sun Dec 14, 2025 12:30 pm
View ArticleSDK • Re: printf over USB not working for me (C/C++)
Make sure you activate DTR (Data Terminal Ready) signal in your terminal.Then on Pico can use stdio_usb_init() followed by a wait for stdio_usb_connected() (at this stage it looks for DTR to consider...
View ArticleAdvanced users • Show all users (local and RPI Connect)
Probably a simple answer that I just can't find.I have RPI Connect (headless/remote shell) and have connected locally (via Putty) and through the RPI Connect web site (connect.raspberrypi.com).When I...
View Article