Advanced users • systemd service ran fine on CM4 doesn't work on CM5
Yet another wrinkle in the process of porting our stuff from CM4 to CM5, and a weird one at that...We have a systemd service that starts on boot, this is a piece of C code that acts as a comms bridge,...
View ArticleGeneral discussion • RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
I recent received a new RPi5 board Rev 1.1.On another board RPi5 rev 1.0 I have the official bookworm distribution running since beginning of the year.Now it seems that Rev1.1 board doesn't boot with...
View ArticleBeginners • Connecting and hot-swapping multiple Picos with Raspberry Pi
Hi,I'm a software engineer who has just started getting into hardware. I bought the SunFounder Kepler kit as a way to get a gentle introduction to working with microcontrollers. My long term goal is...
View ArticleTroubleshooting • xdotool not working Pi5 Debian 12
I want to position specific programs on dual monitors using autostart on m y pi 5. I have installed xdotool but it doesn't seem to be getting any data (it doesn't output any errors at all)?for...
View ArticleGeneral • Verification of Boot ROM in RP2350
Hi!Reading through the datasheet for RP2350 I find the link to the boot rom code:https://github.com/raspberrypi/pico-bootrom-rp2350But how can I verify that the code I find there generates the binary...
View ArticleItaliano • Raspberry CM5 development kit
Ciao, chiedo a chi ne può sapere sicuramente più di me... ero interessato ad acquistare il CM5 development kit, da qualche giorno in commercio, per usarlo come streamer audio da collegare ad un dac,...
View ArticleGeneral • Unable to Connect Wifi: R Pi Pico W
Hi,I am trying to make the raspberry pi pico w connect to wifi but it is not working.Below is the codeCode: import networkdef connect(ssid, password): wlan = network.WLAN(network.STA_IF)...
View ArticleTroubleshooting • Getting Kernel headers using rpi-source
Since I cannot use "apt-get install linux-headers-$(uname -r)"Code: Reading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package...
View ArticlePython • Issue with GStreamer and OpenCV Integration on Raspberry Pi NoIR...
I am using a Raspberry Pi 4 with the Raspberry Pi NoIR Camera v2. The camera works perfectly with libcamera commands, and I can view the video stream without any issues. However, when trying to use...
View ArticleOther projects • BBC Emulator as an O/S for Pi
Is there a BBC emulator which runs as an OS on the pi? I think the solution is to launch Beebem (or another emulator) on start up but wondered if the difference in underlying CPU architecture stops a...
View ArticleGeneral discussion • Raspberry Pi Imager for ARM processor.
On the following page, a raspberry Pi Imager is offered for download.https://www.raspberrypi.com/software/I wouldlike to suggest that a Window on ARM proessor version be offered for download.Also, a...
View ArticleGeneral discussion • Fastest MediaPipe models on Raspberry Pi 5
Hi all , My team hosted a webinar last Friday on "Boosting AI Capabilities on Raspberry Pi: AI Inference Optimization with Optimium". As part of the event, we've released a list of pre-optimized(using...
View ArticleTroubleshooting • Compilation issue in VS code bugging me for so long
I have recently installed raspberry pi extension in VS code for easy of compilation, I done my project in vs code by installing cmake, python all the tool chain available, it used to break many time...
View ArticleAdvanced users • PCIe DMA Address translation
Can anyone explain whats going on with PCIe DMA Address translation in RPi5 ?In: https://github.com/raspberrypi/linux/bl ... .dtsi#L926Code: dma-iova-offset = <0x10 0x00000000>; // HACK for RP1...
View ArticleHATs and other add-ons • M.2 HAT+ mounted to RPi5
Sorry if this has been asked already but with the HAT attached to the RPi5 there isn't a way I can see to reconnect to my CZH-LABS DIN rail terminal block adapter. I would like GPIO pin access that...
View ArticleRaspberry Pi OS • Kate editor for raspberry pi?
I need the non-snap, non-flatpak version of Kate for arm64. We use it to develop code in assembly for various platforms, and we specifically need this editor. However, we can't use the containerized...
View ArticleBeginners • What are all the available options for /boot/config.txt ?
Hi,I'm in the final stage of compiling my Linux kernel for my raspberry pi 4 (btw thanks for those how already helped me ! )I'm reading the arch/arm64/boot/dts/overlays/README that describe how to use...
View ArticleSDK • PIO PWM Input - Pulse Width Measurement
Hello.There are several topics on the forum already touching on this but I wanted to create a new one because I cannot find an example that is specific enough to really help me.I am slowly learning...
View ArticleBeginners • Push button, signal to another Pi in the same network
Hi. I have a Pi Z and a Pi 3 in the same network. In the Pi Z I want to add a push button. When pushed it triggers a bell attached to the Pi 3. Is it possible to accomplish that? How so?Thank...
View ArticleBeginners • LED turned on by one script, need "reset" button to...
I am using Tasker to send an SSH message to a RasPi when I get a message. That script turns on an LED so I can see that I missed an incoming text message. I would like to have a physical GPIO button...
View Article