General 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 ArticleCompute Module • How to enable USB OTG on the CM5 IO board
Hey folks, I saw there is an option to enable USB OTG option on the CM5 IO board. I have two questions1. Does enabling this mean that I can access the CM5 eMMC storage as Mass storage device on a...
View ArticleRaspberry Pi 400 • Pi 500 forum?
Any word on if the Pi 500 will have it's own section in the forum like t he Pi 400 does? I just bought one and the monitor for my mother after her laptop died. It's kind of a selfish gift though...
View Article