SDK • Re: flash_get_unique_id causes exception
From the documentation here : https://www.raspberrypi.com/documentati ... ware_flash One should use any of these functions : https://www.raspberrypi.com/documentati ... re_lockoutHowever, why not call...
View ArticleAdvanced users • Re: XZ compression
For the uninitiated, a major compromise has been discovered in liblzma, where an apparent backdoor has been inserted that breaks ssh-rsa authentication in sshd.Raspberry Pi OS packages (and in general...
View ArticleHATs and other add-ons • Re: NVMe useful commands and disabling APST.
I stay on gen2 with APST disabled.On gen3 can do some hang 1 of 10 booting.Wifi scanning at same time hdparm test can be unstable on some case.On gen2 seems totally stable 10/10.The shielded cable...
View ArticlePython • Re: control 30 servo pill deepener
You probably want two PCA9685 servo control boards (16 channels each):https://www.adafruit.com/product/815It's not going to be easy.Statistics: Posted by ame — Sun Mar 31, 2024 8:59 pm
View ArticleC/C++ • Re: Need help to build a working make file
IMHO, manually writing and maintaining Makefiles is a waste of time. These days, CMake is the de facto standard for building C++ code. Even though the syntax takes some time to get used to, it's not...
View ArticleTroubleshooting • Re: Delayed boot process probably caused by rc.local
Here is the output of systemd analyze blame:Code: 4.482s NetworkManager-wait-online.service1.271s raspi-config.service1.145s dev-sda2.device 747ms bthelper@hci0.service 707ms accounts-daemon.service...
View ArticleAssistive technology and accessibility • Re: New to the raspberry pi and need...
I change the subject as orca goes, I kinda need it to start at login in order to adjust and make changes to screen reader settings if there is something wrong with using orca at start then I guess I...
View ArticleRaspberry Pi OS • Re: Installing and running omxplayer under Bookworm (on a 3B+)
But why go Bookworm not Bullseye on that Pi3?Indeed. The simplest solution would just be to run an older version. Most of my Pis run Jessie, since that does everything I need and does it...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
@avarvit:First of all, thank you again for the solution on the missing keyboard layout switcher/indicator.I am wondering, is there any feedback from spl237 to your pull request in the official repo?...
View ArticleOther RP2040 boards • Re: Custom RP2040 board not going into BOOTSEL.
Your layout doesn't seem to connect 3V3 to RP2040 pins 48,49 - they've just got decouplers attached, and I can't see any other connection from those capacitors back to the main 3V3 supply.One of those...
View ArticleGeneral discussion • Building local documentation: sass-embedded http error 403
Am building a local copy of documentation as described here https://github.com/raspberrypi/document ... umentation for a Pi 4 I'm going to use in an RV. When running 'bundle install', I'm receiving an...
View ArticleTroubleshooting • USB-GPIO input issue
Hello everyone,I have a program running on my Raspberry Pi that utilizes GPIO pins for input. Everything works perfectly fine until I connect any device to one of the Pi's USB ports. As soon as I do...
View ArticleTroubleshooting • Re: USB-GPIO input issue
CORRECTION:Its working fine when I connect a mouse or keyboard. The issue starts when I connect a USB Audio Sound Adapter through the USB ports.Statistics: Posted by ms.sadik — Sun Mar 31, 2024 9:48 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
The mistake IMO is not in having done it, but not better explaining what was done, why, and the consequences of that. They have simply left people to discover their, not unreasonable, expectations...
View ArticleOff topic discussion • Re: Deleted topic: error? over moderation?
This is the fake link I posted. Anything rude, offending?It doesn't need to be rude or offensive to cause complaint from people. Getting people's hopes up and dashing them deliberately isn't...
View ArticleSDK • Re: Elegant ways of documenting changes in SDK for publishing project
So now I have #ifdef's with mine, so there is a viable option, but I don't like that behaviour from other programs, so it is a tragic situation. How that directory overlay will patch SDK? So maybe...
View ArticleTroubleshooting • Re: sudo reboot takes 4-8mins
By inspecting journalctl logs I found the lightdm service was not dying gracefully on sudo reboot (which I believe first sends a sigterm) and then dying ungracefully still after later receiving a...
View ArticleSDK • Re: build error SDK C
Can you post the error output from make?Statistics: Posted by breaker — Mon Apr 01, 2024 9:17 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
CEC for PI5 is on my list, but I have to fix some other things first.It looks like I will need to use libcec or the KMS API instead of the current method.Statistics: Posted by procount — Mon Apr 01,...
View ArticleTroubleshooting • Ros2 and Camera impossible on pi5?
Hey. So I am new to the whole raspberry pi world and bought a pi5 to get started. Got everything up and running and decided I wanted to build a robot. Was able to control it with 2 motor hats and went...
View Article