Media centres • Re: Peppy player
New version (Klee Edition) of the Peppy Player was just released.The disk images with the new release are available here:https://github.com/project-owner/PeppyP ... isk-ImagesHere are the main...
View ArticleRaspberry Pi OS • Re: lxtask broken with latest update 135.0.1-1+rpt8
So it does. Its last few lines output from strace for me are:Code: openat(AT_FDCWD, "/sys/kernel/debug/dri/0/gpu_pid_usage", O_RDONLY) = 11newfstatat(11, "", {st_mode=S_IFREG|0444, st_size=0, ...},...
View ArticleGeneral • Re: Is this normal?
2. Every time I reconnect the Pico I have to initialize and install firmware. Is that normal?I had a main.py that is gone as well. It's like a brand-new unit.how are you checking that main.py is...
View ArticleGeneral discussion • Re: Periodically backing up specific directory to cloud.
I wouldn't do it that way.Anything you put in "the cloud" becomes inaccessible if your network connection fails (for ANY reason) and will be lost forever if anything happens to the service provider....
View ArticleCompute Module • Re: Has Anyone Designed a Compact CM4/CM5 Carrier Board with...
Right, the board does have a SIM card footprint for those that may want to add one, but I have no experience with that as that is not what I use the M.2 for.Statistics: Posted by ChipChop — Thu Feb...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to use 2 uart ports on...
If I use raspberrypi 4 model boards will I get different gpios for each four uart ports ?Statistics: Posted by devhari — Thu Feb 27, 2025 3:42 am
View ArticleCompute Module • Re: UART debugging cm5 IO board
My 1mm JST connectors arrived about three weeks ago and I slid one under the heat sink to make contact with the pins. The tension is such that it hasn't budged even having disconnected and reconnected...
View ArticleTroubleshooting • connected to wiif but can't connect to host
So I can ping the ip address of my pi 4B or say google, but any containers, any curl commands, pretty much anything asking for it to pull internet from outside says it cannot connect to host:~ $ curl...
View ArticleCompute Module • Use both eMMC amd SDCARD on IO Board
Hello,I’m looking to configure a system board (like the IO Board) with the following requirements:•WiFi 6 or 7 with a PCIe WiFi/BT combo module (e.g., Intel AX210)•Storage (Total 128GB: 16GB for the...
View ArticleTroubleshooting • RDP no desktop visible
Trying to connect to an RPi5 with Raspbian Bookworm installed from Remote Desktop on Windows 11. When I start a session to the Pi, I get the xrdp login screen where I enter my userid and password, but...
View ArticleCompute Module • Re: Use both eMMC amd SDCARD on IO Board
A CM5 with eMMC doee not have the uSD pins connected to the socket. eMMC and lite modules have different PCB's (as CM4 also had), they are mutally exclusive.So no, with an eMMC version the uSD...
View ArticleHATs and other add-ons • Re: HAT Stacking
1. My preferrence would be AI kit as it comes with the M.2 HAT+ . Higher flexibility, less TOPS2. Yes, you can stack another HAT on top (because of the FPC cable lenght) but you will have to source...
View ArticleBeginners • Re: Case for raspberry pi 5?
I got the argon V5 case why doesn’t the 45 W USB-C plug not work? It’s the one from Cana kitStatistics: Posted by anthony26ca — Thu Feb 27, 2025 5:22 am
View ArticleOther RP2040 boards • Bricked custom RP2040 board?
Design review request tooI've designed a custom RP2040 board, based on the pico and the hardware doc's suggested schematic. It has a few LEDs added, plus a PDM microphone. Uses USB-C, which is just...
View ArticleAdvanced users • Ubuntu 24 and cameras: Connecting Camera to Raspberry PI...
I have a raspberry pi zero 2w, running Ubuntu 24.04. I have to use Ubuntu because I would like to run ROS on it.What is the best way to connect a ribbon camera to this?I have tried installing...
View ArticleOther • Re: How useful would a Windows 11 VM be on a Pi?
Thanks again! I just installed “More Ram” via pi-apps, and began firstboot again.It’s past the previous point of failure, and now doing “Getting files ready for installation (3%)”.FYI: top reports...
View ArticleOther RP2040 boards • Re: Bricked custom RP2040 board?
Aren't there supposed to be two resistors on the CC pins at device side for USB-C?And I don't think the DC-DC circuit is going to like those long thin traces very much (usually the inductor is much...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero 2w - dhcpcd.service missing
I tried the nmtui without any luck. It timed out on me after appoximately 15 seconds. I do know that the wifi module works because I swapped the sd card with my retropie card and was able to obtain an...
View ArticleSDK • Re: memset isn't faster than loop?
Hmmm ... with this awkward pattern (out of many tried) I've got better even running from the same memory block as data.65536 bytes / 16907 cycles (112713 ns) = 581.439636 MB/s 1.031921 cycles/word,...
View ArticleMicroPython • Re: Using mpremote to backup and restore flash
Had a play with https://github.com/bulletmark/mpr?tab=readme-ov-file and ran into the same issue. To copy all the files on the PC I did the following:Leave boot.py and main.py in the root and make a...
View Article