Beginners • Re: Pi Zero 2w SSD bootdrive
Can't remember if the zero2w has boot from USB enabled by default. It might not as on the 3A+ (same base SoC in different packaging)enabling it permanently prevents the Pi being used as a USB device...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: "dummy-csi-sensor" full...
How can I set the bcm2835_unicam module parameter "debug" to 3 or higher?Statistics: Posted by aram_hovhannisyan — Tue Oct 01, 2024 9:41 am
View ArticleAdvanced users • Route VPN Server Output to VPN Client (Multi-Hop)
My setup is a bit convoluted, that I don't want to go into but:I have a VPN Server (ServerA) on ip address 192.168.2.10 (192.168.2.0/24) for access into my home network.I have a VPN Client (ClientC)...
View ArticlePython • Re: CPU Temperature Test Not Working; Need File Format
I ran locale and got:LANG=en_USYour locale is set to use ISO-8859-1 encoding. That will be the default for most text editors, while Python3 always assumes UTF-8, so you need to declare the coding in...
View ArticleGraphics programming • Re: Fast direct access to texture/framebuffer memory...
dmabufs are your friend for passing buffers between kernel subsystems.On Pi5 if you have raw userspace allocated buffers, then udmabuf allows you to wrap them as dmabufs for import into 3D or DRM -...
View ArticleCamera board • AI Kit or AI Camera
What are the functional differences between the AI Kit and the AI Camera?Statistics: Posted by WernerAT — Wed Oct 02, 2024 9:02 am
View ArticleRaspberry Pi OS • 3B+ gets often stuck on boot with Bookworm
I have noticed that ever since Bookworm, Rev 1.3 3B+ quite often doesn't clear the boot. This came with Bookworm, I never saw it happening with Bullseye. This also doesn't happen with any other Pi...
View ArticleAdvanced users • Re: Raspberry PI 5 Secure Boot
To verify whether the public key has been programmed you could enable the recovery_metadata optionUncomment recovery_metadata=1 in config.txthttps://github.com/raspberrypi/usbboot/ ... g.txt#L10Code:...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect - Paste to Remote
surely there is something I can do about this to make it work properly?I don't take joy in suggesting it, but both Edge and Chrome are trouble free for me, so would be worth trying.Statistics: Posted...
View ArticleBeginners • Re: cant build kernal driver Pi5
Thx tried adding the installsdidnt workis there a you tube video??this is my codeCode: #include <linux/kernel.h>#include <linux/init.h>#include...
View ArticleRaspberry Pi OS • Re: temper USB sensor no longer showing in latest OS
Something odd there "I installed python3" - it is there by default on Raspberry Pi OS (64-bit) "Bookworm"Anyway, what do you get from Code: dmesg | grep USBStatistics: Posted by neilgl — Wed Oct 02,...
View ArticleGraphics, sound and multimedia • Re: RPi 5 - omxplayer
I wanted to put a Pi 5 into place, but did not have any success with VLC or CVLC.Obvious question: Why? What possible benefit could the Pi5 bring to your situation? (*)And we can already see lots of...
View ArticleOther projects • Re: Fingerprint collector
We know that the pi does not include the fingerprint software as standard, we have to install it as per the installation guide on their website.Statistics: Posted by neilgl — Wed Oct 02, 2024 10:04 am
View ArticleCamera board • Synchronization to achieve real-time video (or timestamps) on...
Hello I'm trying to use RPi 5s + HQ cameras to record multiple data streams in parallel with 1millsecond precision at 50-120FPS. I'm aware of external sync via XVS, but my preferred approach (for...
View ArticleBeginners • Re: Looking for a Minimal OS for Raspberry Pi with Automatic...
I see it is a rather huge X11/Wayland? thing https://itsfoss.com/cool-retro-term/Only thing I know is to use desktop auto-login and put a link in the DE 'autostart map'. There are better methods I...
View ArticleBeginners • Re: Pi zero W hotspot bookworm Lite headless
Maybe check for wpa_supplicant.conf(I'm not on RPi just now)Statistics: Posted by KeithMck — Thu Oct 03, 2024 8:09 am
View ArticleRaspberry Pi OS • Re: How to get newest version of ffmpeg?
After reading the above an idea popped up:Is it possible to start two ffmpeg sessions at the same time where the first connects to the web source of streaming video and saves it to disk as a file in...
View ArticleGeneral • Re: Flashing/programming mulitple pico with prewritten code
According to this:https://adafruit-playground.com/u/danha ... -on-rp2040picotool should work. [Disclaimer: I have not used CircuitPython or picotool, just the Pico C SDK.]Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: Visual Studio Code for Bare Metal
Hi SeanThanks very much for you hard work in putting together this guide.I would like to get in touch with you, but messaging is disabled on this forum.Is there a contact for you availbel somewhere...
View ArticleTroubleshooting • Re: VNC connection is slow
Hello,Yes, it works fine with standard Raspberry Pi OS (64-bit) with desktop "Bookworm"But I want to use xfce4Have you asked on their forum for assistance?Statistics: Posted by wildfire — Thu Oct 03,...
View Article