AI Camera - IMX500 • Re: Error while converting model
To help us debug this, would you be able to provide the .onnx file (post-MCT) that you tried to convert, or if problematic - run with "--logger-level debug" and share the full log here.Meanwhile, we...
View ArticleTroubleshooting • Re: Project Terminated
“ There is no X server now” I think that meant the default is not X but you can revert to it?Exactly that. Thanks.Statistics: Posted by PiGraham — Thu Jun 19, 2025 7:19 am
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Intel nuc NUC6CAY missing wifi.
Ask Intel one would say in theory, it is their HW. They should know what OS has WiFi drivers and/or firmware included out of the box.Or look at https://distrowatch.com/Or ChatGPT or other AI...
View ArticleNetworking and servers • Re: Static IP address
You now need to install "ifupdown" for the /etc/network/interfaces.d/eth0 method to work:Code: sudo apt install ifupdownStatistics: Posted by jahboater — Thu Jun 19, 2025 7:44 am
View ArticleGraphics, sound and multimedia • Re: Midi, I2C, Pi 5 RP1 chip, which gpio lib???
I have found this old guide written for the Pi2, which I have, so I can test this guide.My Pi4B is also incoming.I tried installing idrolez ttymidi on Bullseye for Pi2 and got some errors, it was...
View ArticleGeneral • Re: openocd does not restartpico_w properly
Maybe ask on the OpenOCD discussion groups https://openocd.org/pages/discussion.htmlThis should not be the first port of call as we use a downstream fork of OpenOCD. The RP2040 support is upstreamed,...
View ArticleCompute Module • Re: Need help on CM4S with CAM1,CAM0 setup in config.txt
Can it actually cope with 2 different cameras or do they need to be the same ?Statistics: Posted by gordon77 — Fri Jun 20, 2025 7:29 am
View ArticleCompute Module • Re: CM5 based laptop from Argon40 in the works
Battery life is about 6 to 8 hours depending on use. Our internal test show that playing youtube at 1080P, the laptop can last 6 hours.for those interested on how we did the production testing our...
View ArticleOther RP2040 boards • Re: The RP2040-PiZero DVI example code does not compile
Thank you for replies!I succeed to compile code after changing the dvi.c file by the original one from the https://github.com/Wren6991/PicoDVI.A few other minor errors have also had to be...
View ArticleGeneral discussion • Re: Rpi4b overclock settings
rpi4 already boosts to 1800 from the stock 1500Code: lscpu | grep MHztells you the current settingsyou can do 1900 with out anything elsedon't recommend messing with the gpuCode: sudo mousepad...
View ArticleTroubleshooting • Failed to open device: ‘sdcard’ (cmd 371a0010 status...
Hello,booted up today and white and red screen shows boot errors. Other forum posts say try another SD card, but I’m using an NVMe SSD in a bottom Pimoroni. The Bluetooth keyboard doesn’t affect the...
View ArticleCompute Module • Re: Which Official display supports CM5 or CM5I/O board...
It's not entirely clear what you mean, but will this link do?https://www.raspberrypi.com/products/touch-display-2/I want to use the DSI connector on CM5I/O board and connect the display, I can see two...
View ArticleTroubleshooting • Re: Failed to open device: ‘sdcard’ (cmd 371a0010 status...
Ok, removed the Pi5 from the 3D printed case and found the Pimoroni bottom's connection at the top into the Pi5 board didn't have the plastic fully pushed down. It must have wiggled its way loose over...
View ArticleOther RP2040 boards • Re: Custom RP2350 Board
Thank you both very much!a) I think your ground cutout under the 1V1 switcher is larger than necessary. I presume you've done it in the first place to minimise capacitive coupling to the VREG_LX trace...
View ArticleRaspberry Pi OS • Re: Working ~/.config/labwc/menu.xml
I don't have a ~/.config/labwc/menu.xml file on my Pi4 & 5Statistics: Posted by Annie UK — Fri Jun 20, 2025 8:10 am
View ArticleTroubleshooting • Re: No response from top 1/5 of the touch screen
Hi,I am using Raspberry Pi 4 with a 7" touch screen that comes with Smart Pi Touch. The device name of the touch screen from running "xinput list" is "10-0038 generic ft5x06 (79)".When running evtest,...
View ArticleTroubleshooting • Re: Raspberry Pi 3a/Bookworm + Lo-tech VGA HAT woes
which OS do you use? you're config options are legacy and will be ignored by the KMS driver (which IS Default in bookwork).as you're screen in non working when running legacy graphics driver - which...
View ArticleTroubleshooting • Re: Mouse/Keyboard input broken on raspberry pi 5
the Firmware checks on power-on If a fan is connected - it enables PWM and checks If the tach-input is there. If yes it enables the kernel driver which runs the PWM under temp control (with a default...
View ArticleOther projects • Re: 3 button and 3 LED for Tricorder
https://www.adafruit.com/product/5346?s ... oKbw826ycG is a nice one. can give you any combination of in/Output on Up to 16 I/O.it has a kernel driver in tree which simplifies it's integration....
View ArticleCompute Module • Re: CM4 and correct selection of packages for current...
don't know that product but wouldn't be too surprised If they use an HDMi-to-DPI Bridge for the LCD. Seeing hdmi_drive=2 reminds me on TFP401.where do you get that EDID from? is the actually an EEPROM...
View Article