General • Re: Pico2W unable to load Pico Python using Thonny
Excellent news and glad it's working. Now it is working I don't think we need more details.Older Nuke files may not work if they were Pico and Pico W only. The single latest Nuke UF2 should work for...
View ArticleAdvanced users • NFS boot Trixie
I've been successful netbooting bookworm, but using the same methods I am unable to netboot trixie.the cmdline.txt is straight forward:Code: console=serial0,115200 console=tty1 root=/dev/nfs...
View ArticleGeneral • Re: Setup with TPL5110 timer module fails
The USB smart plug tripping -- also depends on whether it is a cheap or good unit. For cheap ones, advertised capability might be bollocks (and their output waveforms can be really sporty too). A USB...
View ArticleGeneral programming discussion • Re: what should I first do to make a good app.
I wish someone would tell Python programmers that. I don't expect programmers to check for every potential error there could be but it seems accepted practice to not even check for the presence of a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 UARTs - simultaneous access not...
The general idea of what the overlay is doing looks OK, but the implementation is flawed - the additional settings are applied in the wrong place, and get lost. There are two problems with the overlay...
View ArticleCamera board • Re: IMX219 NoIR Green Tint & AWB Issues on CM4 - Seeking...
If you have an IR-cut filter anywhere, I expect you'll get better results with a non-NoIR (i.e. default) flavour of tuning file, using Bayesian AWB rather than grey-world one.But you might still need...
View ArticleTroubleshooting • Re: USB Ethernet Gadget mode !!! Can't load RNDIS driver
If there's no raw disk access from WSL, I'd be surprised to hear that you can do something like this. But then, stranger things have happened If you are able to make it work, I'd definitely be...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
You can alter the sizes of partitions when installing the O/Ses, therefore just leave space to create your NTFS partiton, use whatever method you prefer to create & put a file system onto it. Then...
View ArticleGraphics, sound and multimedia • Re: SDI video player
Does anyone know a USB device that could convert video to SDI ?USB ? No I don't think so. We can find USB to HDMI or USB to SDI capture dongle but not the other way around.However you could use HDMI...
View ArticleTroubleshooting • Re: USB SSD lifespans seem poor
Interesting. Care to explain.Triggered by this thread and having a couple of 1Tb SSD in use I sort-of panicked. After finding various and contradicting advice out there, some saying certain solutions...
View ArticleTroubleshooting • Re: Raspberry Pi Pico USB disconnect issue on Linux
Raspberry Pi OS functions as expected when disconnecting a Pico.Statistics: Posted by jdb — Wed Dec 17, 2025 12:53 pm
View ArticleAdvanced users • ssh -Y on wayland works just fine without switching to X11
In the Raspberry pi docs regarding ssh, https://www.raspberrypi.com/documentati ... s.html#ssh there is mention of using ssh to forward X11 windows from another machine.It notes that "Raspberry Pi OS...
View ArticleAdvanced users • Re: ssh -Y on wayland works just fine without switching to X11
It wouldn't work the other way around, from your Pi4 to your Pi5It doesn't work for me and that's how I understand the documentationStatistics: Posted by dwam — Wed Dec 17, 2025 1:28 pm
View ArticleCamera board • Re: Can't install raspiraw on Raspberry Pi 4 Model B
When I tried to build the solution in https://github.com/raspberrypi/raspiraw I got an error:raspiraw.c:42:10: fatal error: bcm_host.h: No such file or directory 42 | #include "bcm_host.h" |...
View ArticleRaspberry Pi Official Magazine • Re: Rock Paper Scissors Tutorial RPOM 160
I'll investigate this. It was a fork of an original Sony tutorial which was a Jupyter Notebook that requires an old version of Colab (hence the switch to Docker and Python). The README.md file is...
View ArticleAdvanced users • Re: Writing to NVMe
You're right, that's crucial - but from the output of `sudo parted -l`, wouldn't you say there is one alreαdy?```bashModel: BIWIN CE930TF1R00-1TB (nvme)Disk /dev/nvme0n1: 1024GBSector size...
View ArticleHailo • 2x Hailo 10H running LLMs on Raspberry Pi 5
I tested two Hailo 10H running on Raspberry Pi 5:https://youtu.be/yhDjQx-Dmu0Ran 2 LLMs and made them talk to each other: https://github.com/martincerven/hailo_learnI also show how it runs...
View ArticleTroubleshooting • Re: How to Restore Raspberry Pi 5 to Factory Firmware After...
according to https://www.raspberrypi.com/documentati ... lash-codes 8x flashes is an SDRAM issue.It could also be "Unsupported board type". Depends on whether OP is seeing 8 short or four long...
View ArticlePython • Re: Unable to load / install RPLCD on RPI 5
I have created a virtual environment : (viv_projects).Running a script in thonny,I get the following error: from RPLCD import CharLCDModuleNotFoundError: No module named 'RPLCD'The module RPLCD is...
View ArticleGeneral discussion • Re: 128 GB SSD Option to Remedy Price Increases
I hadn't seen that. A 1GB CM5 would be welcome - we currently use the smallest CM4s which have also varied on memory capacity over time to keep costs down.Statistics: Posted by MikeDB — Thu Dec 18,...
View Article