General discussion • Re: Raspberry Pi 5 discussion thread
Tip for Chromium users who watch Youtube videos. Go to the chrome://flags settings menu, and enable Vulkan as the graphics backend. There's a slight improvement with dropped frames for 1080p 60fps...
View ArticleGeneral • Re: Pico 2 - Multicore code, possible conflict SPI/DMA
Spinlocks?Statistics: Posted by gmx — Tue Apr 29, 2025 11:18 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 - HDMI error
Try reinstalling the BOOTROM, I ended up with a disabled first HDMI port somehow, only the BOOTROM recovery fixed it.Statistics: Posted by pidd — Tue Apr 29, 2025 11:18 pm
View ArticleAdvanced users • Pi 5 PWR button as multi-function button?
Hello,Looking to see if it is possible to configure the onboard power button to perform as a kind of "multi-function" button. What I mean by this is I hope to use the PWR button ( both the physical...
View ArticleTroubleshooting • Re: Extra arguments in /proc/cmdline disabling HDMI sound
Code: tony@raspberrypi:/dev/snd $ speaker-test -D sysdefault:CARD=vc4hdmi -c2speaker-test 1.2.8Playback device is sysdefault:CARD=vc4hdmiStream parameters are 48000Hz, S16_LE, 2 channelsUsing 16...
View ArticleAdvanced users • Re: Pi 5 PWR button as multi-function button?
https://github.com/librerpi/rpi-tools/b ... oxy/main.cCode: int fd = open("/dev/input/event0", O_RDWR); int ret = ioctl(fd, EVIOCGRAB, (void*)1); struct input_event ev[64]; int rd =...
View ArticleCamera board • Re: Problem with Motion on Pi4B bookworm
I have installed the libcamera-v4l2 package and rebooted. But it does not seem to work. I still can not see the video. It says "Unable to Open Video Device"ricky@wustlricky2:~ $ sudo motion[0:motion]...
View ArticleGeneral • Re: RP2350-E16: Can debug key installation compensate for...
It's RISC-V debug module which has no authentication like ARM.Statistics: Posted by gmx — Wed Apr 30, 2025 1:10 am
View ArticleAdvanced users • Re: Running 32bit ELF executables on 64bit Pi OS
strace -i gives us just enough information to debug the crash:Code: [b5923158] --- SIGBUS {si_signo=SIGBUS, si_code=BUS_ADRALN, si_addr=0xb652517f} ---The instruction at 0x158 bytes into the binary is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
O.k.! I'm using my 'standard wiring scheme' (GPIO usage which you can see in all examples here) in my overlay atm.As my display is connected by wire harness let me change it to the pogo-pin connection...
View ArticleBeginners • Re: Change icon theme to Adwaita on Bookworm
Thanks mate!Statistics: Posted by Oblivion — Wed Apr 30, 2025 8:33 pm
View ArticleNetworking and servers • Re: Pi Server without forward (how use ip6v)
From one side pi or esp from another side pc or Android with access to web page on pi or raspi. Finally idea drive toy car by internet, but I haven't static white IP. Have you tried the Raspberry Pi...
View ArticleUbuntu • Ubuntu 25.04
podman-desktop (https://podman-desktop.io/ ) installation is quick and easy.Just one command takes care of container emulation of x86, arm and riscv Code: sudo apt install podman...
View ArticleBeginners • Re: Still a Beginner so guess it belongs here...
If you are having problems with SunFounder tutorials, you should as on their forum at https://forum.sunfounder.com/?ref=ktwylskh&sub_id=A quick look at the code shows it should not execute. It...
View ArticleDebian • Re: podman-desktop
Who do you work for?Humanity.Mainly assist, educate and empower individuals so they can achieve their best and collectively build a better future for all...Statistics: Posted by geev03 — Wed Apr 30,...
View ArticleDevice Tree • Re: Fedora 42, Raspberry Pi and gpio-fan overlay
Post the complete config.txt.Statistics: Posted by PhilE — Wed Apr 30, 2025 9:29 pm
View ArticlePython • Re: Python code for Rasberry PI
If you target primary RPi as target, then use the installed Python version of the OS.If you want a newer Python version, use pyenv.Install the required libraries, build-essental and...
View ArticleTroubleshooting • Re: XRDP Blank Screen
Maybe try using sudo raspi-config to switch from Wayland to X11 (Advanced Options, A6).Or find and install/use a Wayland RDP server.Second person in 24 hours asking about this. If only the forum had a...
View ArticleNetworking and servers • NEED HELP WITH AI CAMERA IMX500
I need help converting a .pt or a .onnx (either is fine), into the suitable format of imx500. ANY AND ALL HELP WOULD BE SO VERY USEFUL, THANK YOU!I am sshing into the pi if that helps, and I used...
View ArticleTroubleshooting • Pi Zero 2W Ethernet Adapter Issues
Hello all, I have a bit of a curious problem with my Pi Zero 2W running Raspberry Pi OS Bookworm 64-bit Lite.Ever since I got it, it has had issues with using an USB ethernet adapter, which the Pi...
View Article