Raspberry 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 ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
@ fikNow I am testing sandisk extreme 64Gb and is ok and same kernel you are using.But I have packages for update.I will update the rpi5 and see if is a problem with new packages.Se actualizarán los...
View ArticleSDK • Re: Elegant ways of documenting changes in SDK for publishing project
The way I have done it is to pull the SDK into a local sub-directory and hack that. You don't necessarily need everything but the SDK isn't set-up to easily allow 'most of the default but use files I...
View ArticleGeneral • Re: A bad soldering or too much heat?
In case the BB is one of those Chinese ones, those can have short-circuits or missing leads.First I've heard of that, so I googled it. Seems to be a rare or non-existent issue. Since these are made in...
View ArticleGraphics, sound and multimedia • Re: Push Button Video Display
Pi Presents will do this. Use a radiobuttonshow. You will need the legacy Bullseye RPi OS.pipresents.wordpress.comStatistics: Posted by Benjaguy — Mon Apr 01, 2024 8:43 pm
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 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 ArticleTroubleshooting • Re: More CUPS issues on Bookworm and CUPS 2.4.2
By Epson 640, do you mean Epson Expression Premium XP-640? If so, don't connect via USB, but use wifi. The printer supports AirPrint, so will be found on your network and automatically configured by...
View ArticleTroubleshooting • Re: sudo reboot takes a very long time (4-8mins)
that says it took 3sec's to kill lightdmi assume you used raspi-config to switch to X11from what i understand so far.your using a rpi4you installed bookwormyou switched it to X11( when you switched to...
View ArticleTroubleshooting • Re: How do I call a function if there is an error?
You break down your code into logical pieces (functions, classes, ec). Then you turn your long code into shorter code that uses those smaller bits.We don't know what language you use for your program,...
View ArticleBeginners • Re: Problems installing raspian
Thanks.I used the the rpi and the /etc/NetworkManager/system-connections directory was empty.so i copy the one in my laptop (I use linux) but still no luckStatistics: Posted by cepi — Tue Apr 02, 2024...
View ArticleGeneral discussion • Re: Any experience with duty cycle in an industrial...
This is the wayStatistics: Posted by virgosystems — Tue Apr 02, 2024 8:47 pm
View ArticleBeginners • Re: RPi5 screen saver
i just turn my screen off at the power button.with the rpi5 you want to let the cpu idle or it'll just stay around 50' & the fan will stay on.i run my fan always on anyway, but i don't want to...
View ArticleBare metal, Assembly language • Re: Is this blinker code supposed to run any...
Each ARM core has different branch prediction algorithms. There are different levels of prediction too. There is the first level guess when the predictor knows nothing about the branch , then there is...
View Article