General discussion • Re: Three Pi 5 boards make a supercomputer
A local newspaper described an Nvidia Drive AGX Orin processor as a supercomputer but the specs for the chip say it is 12 ARM Cortex chips at 2 GHz. Sounds like three Pi 5 boards would do the same or...
View ArticleBeginners • Re: samba NAS shares not visible/cannot mount
Thanks. Here's the last thing I tried:mount.cifs //192.168.0.1/H /mnt/Media -o credentials=/home/xxx/.smbcredentialsmount.cifs: permission denied: no match for /mnt/Media found in...
View ArticleTroubleshooting • Trouble shooting when using canny edge detection
I was trying to use canny edge detection to find the angle for the camera to turn. The algorithm should works because I first takes a picture, then I use the canny edge detection to find the edges of...
View ArticleOther • Re: How useful would a Windows 11 VM be on a Pi?
MacOS running on Pi? And the chromeos fans for that matter? Chromos is a form of Linux (uses the Linux kernel).MacOS is based on an old version of BSD UNIX (that is, if a Raspberry Pi OS user reached...
View ArticleGeneral • Re: ADC + DMA + FreeRTOS does not work.
I'm still trying to find a solution to this problem. I've made several adjustments regarding the use of the stack and now the tasks execute some interactions and crash. I've tried increasing the stack...
View ArticleAdvanced users • Re: Performance increase with LLMs running in Ollama by...
The Pi5 stock speed is 2.4GHz. The Pi5 16GB I am using now runs at 3GHz with passive cooling (no fan) and it never comes close to throttling. You likely could go faster with a fan.LLM's are the CPU...
View ArticleSDK • Build files not present for micro_speech
Hey Folks ! Been trying to implement micro_speech in Pico SDK as per the instructions in - https://github.com/istvanzk/pico-micro_ ... /README.md. When I do the whole project build, i never get the...
View ArticleAdvanced users • Re: Network-config file is ignored by cloud init on Ubuntu...
See STICKY: where to go to get Ubuntu support for the raspberry PI range of computers.Statistics: Posted by wildfire — Wed Feb 26, 2025 3:40 am
View ArticleMedia 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 ArticleRaspberry Pi 400 and 500 • Re: usb c to c working with waveshare io board but...
inbetween testing we were using all sorts of cables and found no difference i also tested with a 100w power delivery cable but no thunderbolt one. I assume you were using an active cable? maybe that...
View ArticleTroubleshooting • Re: Xorg crashes using Hailo ai KIT+ with 3.5inch_DPI_LCD
Sorry, can't diagnose your AI kit problem, but seen an issue with DPI displays when one tries to add a HAT.Remember that DPI relies on GPIO0/1 for PCLK/DE. With a HAT connected these signals are...
View ArticleTroubleshooting • Re: I can't install anything.
I found a command in my notes from somewhere and I ran it, now my computer works again. Not sure what it did but it works. It was this: Code: sudo apt remove xtrx-dkms Thank you everybody for your...
View ArticleTroubleshooting • Re: Issues with building RPI 5 an AP
Yes it worked by running the command:Code: sudo nmcli device wifi hotspot ssid Hotspot password MySecurePass123But how to assign a static IP to my RPI, are there any resources I can follow for it as...
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 ArticleGeneral discussion • Re: Periodically backing up specific directory to cloud.
If this is exactly what you need, then strongly suggest youUse a LARGE cloud provider (less likely to go away)Build AND TEST your scriptsA LARGE cloud provider would be Google or Microsoft. There are...
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 Article