Camera board • Re: Issues with Pi Camera Module 3 with RPI 4B 2GB
I believe I am using Bookworm.pi@raspberrypi:~ $ lsb_release -aNo LSB modules are available.Distributor ID: RaspbianDescription: Raspbian GNU/Linux 12 (bookworm)Release: 12Codename:...
View ArticleCompute Module • CM4 provision pSLC script failure
Hi, I have just used the CM4 provision system to provision a handful of CM4 modules.The pSLC script has not worked.The script output in CM4 Provision details for each CM4 shows this:Code: ===Running...
View ArticleSDK • Re: set Interrupt return location?
Simple answer: Use a FIFO.Background:Lets look at your problem from a more abstract point of view. You have multiple critical sections which compete against each other. This is an example of over...
View ArticleRaspberry Pi Connect • Rpi5 remote shell access but no screen sharing available
Basically title, I’ve restarted rpi-connect, Wayland, and the pi itself but screen sharing (vnc) seems to be unavailable. I have also reinstalled it multiple times. Nothing needed to be doctored and...
View ArticleCompute Module • Re: CM4 provision pSLC script failure
actually, looking at that script.. it reboots the CM4 if errorlevel is 0. It might then run a second time, giving the 'already partitioned' output. So that could mean it's has worked. I wonder if the...
View ArticleOfficial Display • Re: Display 2 + Raspberry Pi 5 strange behaviour
Thank you for reporting back - you had us really confused, and a hardware issue was about the only possibility left.Statistics: Posted by 6by9 — Thu Dec 05, 2024 3:52 pm
View ArticleNetworking and servers • Re: port forwarding and wireless access point
I've just tried socat:sudo socat tcp-listen:5555,reuseaddr,fork tcp:10.42.0.157:5000which if I go to localhost:5555 on the pi gives me the feed from the zero. But I can't access this from another...
View ArticleTroubleshooting • Re: Usb-c splitter cable to Connect iPad and raspberry pi...
I am using a single cable and the cable works fine for both ethernet and power. But since the power is drained from iPad, I would like to find a splitter cable that can power both iPad and raspberry...
View ArticlePython • Re: KeyboardInterrupt return error with serialposix.py
MASTER.pyCode: try: LDR_only()except KeyboardInterrupt: print("\nYou hit CTRL+C, Bye bye!")Statistics: Posted by memjr — Fri Dec 06, 2024 3:22 pm
View ArticleAdvanced users • Re: Image File Utilities
Hello!Since I'm not really well versed in Linux system partitions, and without any intention to disprove your claim, I am just wondering what 8 partitions are you referring to? Are those 8 partitions...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
I sincerely apologise but I omitted what is some important info.The setup used was based on HQ Camera not GS as the HQ is fitted with RPi5 so a little more robust for moving around.Also on the final...
View ArticleRaspberry Pi OS • Re: The quiet disintegration of Raspberry Pi OS Lite
Back in 2011, the pygame development team released a major update (pygame 2.0.0), which required SDL 2.0 - redesigned to support graphics acceleration. SDL 2.0 targeted the robust graphics subsystem...
View ArticleRaspberry Pi OS • Re: Silent bootup
Thanks but I'm looking for a blank black screen on bootup so I don't see the scrolling text and also the ability to display an image before we arrive at the desktop.As to the /plymouth splash screen...
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
4. Re-switch on USB power adpator and it reboot normally. Now has been running for half day normally.You mean it is working again now?In the screenshot, the initramfs dropped to a busybox shell...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Garbage Collector could create some nasty conflicts.Python locks are not really working, it was not designed for such environment.Statistics: Posted by gmx — Fri Dec 06, 2024 3:45 pm
View ArticleTroubleshooting • Low 125Hz Bluetooth dongle polling rate
Hi,The polling rate of all devices such as a mouse, keyboard and a dualshock 4 controller, connected via TP-Link UB400 Bluetooth dongle is only 125 Hz.Is there an inherent limitation that forces lower...
View ArticleTroubleshooting • Re: Why does my new RP5 die after 1 week
Thank you guys for replying Ok to answer the questions aboveI m booting from an 8gb new sd cardI have an 128gb usb drive and a card reader I use to back up the 8gb sd boot cardYes it’s happen many...
View ArticleGeneral discussion • Re: Raspberry Pi OS Upgrade using APT
I have been looking at ways to upgrade my Rapsberry Pi OS from Bookworm to Bullseye without having to completely reload all system data, library settings, apps etc. Cloning the existing SD card is not...
View ArticleLinux Kernel • [vc_sm_connected_init]: failed to initialize shared memory...
I am currently trying to get the Pi Camera Module 3 working on a Pi 4 B under NixOS, but I'm having some issues with the video core drivers (which I assume are needed to use the camera).I'm seeing...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Finally got day 5 done in C++. Thank you lurk101 I had to look hard and long to work out what you had done. I don't think I would ever have worked out how to use sort.My version:Code: #include...
View Article