General • Re: Where to buy PICO 2 / PICO 2 W with RP2350 rev A4?
Your best bet is one of the other RP235x boards from third party suppliers. I suspect RPL have a large quantity of the older chips to use up.Statistics: Posted by MikeDB — Sat Dec 20, 2025 2:06 pm
View ArticleTroubleshooting • Re: RPi-B shutting down during boot
Work through the Boot problems sticky and report results.TBH though, even using DietPi 1GB of storage appears to be a little small.Edit: I've just checked DietPi, a 4GB minimum card is required. SD...
View ArticleTroubleshooting • Re: Pi Zero W rebooting itself
OK, up and at it. A little bit of scripting gets me the first line of the journal for each available boot:Code: pi@pi0w7:~/bin $ for i in `seq -6 1 0`; do journalctl -b $i --no-pager | awk 'NR==1...
View ArticleBeginners • Re: Library needs root access - messes up Thonny
Thanks - so it looks like I could have installed evdev using the --break-system-packages argument - would have saved a lot of time manually loading libraries. Will give it a go next time I change...
View ArticleBeginners • Remote Control I/O
Hello!...I am looking for the codes if there already made and would like to have links..here what I am looking and this is for EXAMPLE only:PC with Python in Linux OS to the Pico 2 with ETHERNET (not...
View ArticleBeginners • 27 W Power Supply Confusing Labels and Specs
I bought an apparently official 27 W USB-C power supply for my Pi 5. It says on the box "...providing 5.1 V, 5.0 A DC, 9.0V ..." And so on. This is the first power supply I've seen , wihout any...
View ArticleGeneral • Recommendations wifi module with u.fl connector to pair with pico ?
Hello,I am looking for a wifi module with an u.fl connector to pair with a pico and i am looking for recommendations.i found the ESP8285, not sure how easy it's to use with the pico or the wifi...
View ArticleHATs and other add-ons • libreelec TVhat chanels 18-19
Hi,with the changes in TNT channels, I had problems.Some of themcould be solved, but channels 18 and 19 (new ones) are not listed in librelec. (version 10).Thanks for your helpStatistics: Posted by...
View ArticleHATs and other add-ons • Re: libreelec TVhat chanels 18-19
What system are you running libreELEC on?Statistics: Posted by neilgl — Sun Dec 21, 2025 2:13 pm
View ArticleBeginners • Re: 27 W Power Supply Confusing Labels and Specs
would make i.e use of https://www.adafruit.com/product/5807?s ... l57AS4bpNf in case you'll need more than 5V.the Data Sheet of said device will also give you some useful Insights into USB-C PD...
View ArticleNetworking and servers • Re: VNC installation via sudo raspi-config fails
Any reason why you can'tuse Trixie with Desktop rather than Lite?Then use VNC to get to the desktop to run SD Card Copier (aka piclone)Statistics: Posted by neilgl — Sun Dec 21, 2025 2:33 pm
View ArticleGeneral • Compiling code to specific ram section
Hello,as a last resort I would like to relocate my IRQ handler to the sram4-7 section.(short story long: I have a program for RP2350B, one of the cores is calculating a 240 rows of image data 25x /...
View ArticleBeginners • New to Rasberry Pi
Hi, I'm new to rasberry pi, i only have a laptop here, can i install pi hole using a laptop ? also how do i get the dashboard to edit, as i have installed the operating system but via the laptop but...
View ArticleRaspberry Pi OS • Qt application won't autostart
I want to use my Raspberry Pi 5 with Bookworm as kiosk. For this purpose, I would like a PySide6 application to start automatically when the user logs in (auto-login is on).I've put the following...
View ArticleC/C++ • Re: clang Pi Zero leads to illegal instruction
try adding Code: -march=armv6 to compiler optionsStatistics: Posted by wcl55 — Mon Dec 22, 2025 2:10 pm
View ArticleTroubleshooting • Re: CM4: Device Tree overlay for PR2000K CSI-2 decoder not...
There are two mechanisms to load overlays: the firmware (via config.txt), and dynamically loadingIf you add a "dtoverlay=foo" line to config.txt, then the firmware loads and applies the overlay to the...
View ArticleTroubleshooting • Re: New Imager (2.0.0) not setting username/password or SSH
Imager 2.0.2 on Windows 11 works OK setting username, Wifi, SSH etc.Get it from GitHub releases https://github.com/raspberrypi/rpi-imag ... tag/v2.0.2Statistics: Posted by neilgl — Mon Dec 22, 2025...
View ArticleDevice Tree • Re: Raspberry Pi 5 rev 1.0 x rev 1.1 - mainline Linux Kernel...
Erm, bcm2712-d-rpi-5-b.dtsIt is true that the firmware hasn't been updated to look for that dt file, but largely running mainline has always required manually specifying your DT file (bcm283.......
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5, DSI+I2C and RS-485 -...
I guess you won't get this with the Pi's native UARTs due to the lack of hardware RS485 support. Handling RTS in software is obviously not enough for you.Think there's very recently (last week?) been...
View ArticleOther RP2040 boards • problem light led ws2812 on rp2350 zero
Hello.I managed to get the Pio WS2812 example working on an RP2350 Zero. The LED colors light up correctly.Now I wanted to adapt the example from https://tutoduino.fr/pio-rp2040/ because the Pio...
View Article