Advanced users • Re: Raspberry PI 5 Secure Boot
ive heard that the stage1 binary in the eeprom is cross-signedso its signed by both RPF keys, and your own secure-boot keysif secure-boot is enabled, and you flash an eeprom image that isnt signed by...
View ArticleRaspberry Pi Connect • Re: rpi-connect on other distros for Pi
Presumably the fact it specifies the license as 3-clause BSD is a mistake.How can one authorized person tell for sure (and have proper copyright file be installed as required by various...
View ArticleRaspberry Pi OS • Re: temper USB sensor no longer showing in latest OS
If I plug my HID simularor (a pico running circuitpython) into a USB port on my Pi, hidraw appears: Code: ls /dev/h*/dev/hidraw0 Have and look around on yours...Yes, only the keyboard shows...
View ArticleTroubleshooting • Re: VNC connection is slow
Have you done a test to compare it with using standard Raspberry Pi OS (64-bit) with desktop "Bookworm" ?Statistics: Posted by neilgl — Thu Oct 03, 2024 7:19 am
View ArticleGraphics, sound and multimedia • Re: RPi 5 - omxplayer
Does anybody have a working alternative solution?mpv with python-mpv is an excellent replacement for omxplayer. In particular it allows embedded part screen videos which CVLC does not. Pi Presents kms...
View ArticleGeneral • Flashing/programming mulitple pico with prewritten code
Hello,I have a circuitpython script set up on a single pico and I'd like to replicate everything onto 50 or so other pico. I'm aware of a pico autoflash script (https://gist.github.com/monkeymademe/8c...
View ArticleRaspberry Pi Connect • Re: Automatic resolution change
To expand on this behaviour: we will attempt to resize the resolution of your Raspberry Pi device to match your Raspberry Pi Connect browser window size (which defaults to 1280x769) but, to quote...
View ArticleCamera board • Achieving real-time video (or timestamps) on RPi 5 + HQ/Camera 3
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 ArticleGraphics, sound and multimedia • Re: Epson TFT Printer Display
seems to be an AUO screen.Would start looking for a043fw02 datasheet i.e and then check if the pinout matches.That screen looks like having a DPI interface. If that's correct then you don't need the...
View ArticleDevice Tree • Re: How is /dev/gpiomem different in Raspberry 3B+ and...
also, strace writes the logs to stderr, while | redirects stdoutCode: strace python ukulele.py 2>&1 | pastebinitwill likely work betterStatistics: Posted by cleverca22 — Fri Oct 04, 2024 6:34 am
View ArticleOther RP2040 boards • Re: Upload code to flash via C/C++ app RP2350
Thanks!Logitech extends the mouse HID a bit; the rest is done on the PC side.I was trying to remove the need for computer-side code, so the PC side wouldn't work.Running user code on a device brings...
View ArticleFrançais • Re: Copie/export-import de la résolution de l'écran
Bonjour, Les commandes seront différentes en fonction de l’environnement graphique du PI (X11 ou Wayland).Voici une page qui présente différentes approches :...
View ArticlePython • Re: Does RPi.GPIO work in Bookworm??
Yes you should try using rpi.gpio first. The lgpio library it uses is an excellent product and really well documented. However, I had problems with rpi.lgpio using smbus2 and Pimoroni's IOexpander...
View ArticleTroubleshooting • Re: RPI4B SD card fallen out and not booting from usb
There's a splash of solder between the SD holder and the barcoded chip.The resistor to the right of the SD holder has a crack, maybe just in the solder.The six pin chip to the left of the SD holder is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI4 VideoCore stops responding to...
It sounds like you are hitting one of the quotas - probably the slot quota.There are two quotas for each service - a slot quota that counts how many slots a service is currently using, and a message...
View ArticleCompute Module • Re: Secure Boot
Secure boot means the device allows the execution of software (i.e. kernel) only if its origin is verified.It verifies the signature of the kernel signed with a specific "key" that is stored in...
View ArticleNetworking and servers • Re: Need help with wireless image transmission in...
Your requirements knock out most of the easy options for what you want to do.10km range - Can't use Wi-FiFloating on the water (i.e.: not a stable surface) - Point-to-point wireless will keep dropping...
View ArticleC/C++ • Wiring Pi on raspb pi 3B
Hello, i have raspberry pi 3B and i'm programming in qt creator. I'm having a problem using the Gordon's wiringPi, because in my background thread (where i continuosly monitor the input pulled up with...
View Article