Raspberry 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 • Tor on Bullseye
I am using a pi 4 Model B - OS os Bulleye 11. Until recenly I used Tor browser occasionally...then it would not run. All the files/data structures appeard to be OK. Mystified...I removed/purged Tor...
View ArticleGeneral discussion • Re: Raspberry Pi OS Upgrade using APT
Sorry Bullseye to BookwormStatistics: Posted by Laserman99 — Sat Dec 07, 2024 3:05 pm
View ArticleAdvanced users • Re: Diagram of the boot sequence for Rapsberry pi 4
https://www.raspberrypi.com/documentati ... t-sequenceStatistics: Posted by redvli — Sat Dec 07, 2024 3:05 pm
View ArticleGeneral discussion • Re: Air holes for the official case (results)
The active cooler air is going round in circles, you need more than a few small holes to convince the hot air not to be sucked back into the fan. Some Directors/deflectors made out of cardboard could...
View ArticleGeneral discussion • Re: How can I install Raspberry PI specific VLC?
don't add the version. Just runCode: sudo apt updatesudo apt install vlcIt will try to pull in several dependencies and should ask for a confirmation before installationthis workedStatistics: Posted...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect for Organisations, plus...
I did have to smile at "We’ve kept pricing simple. Raspberry Pi Connect for Organisations costs $0.50 per device per month".Not quite so simple when trying to figure out what the cost is in Pounds...
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 ArticlePython • Re: PulseAudio and Root User Headaches
What works is run the Pi in multi-user mode (so no GUI) and create and start a pulseaudio service running as normal uid/gid, so like would be there when a GUI is fully started.Then after that service...
View ArticleTroubleshooting • Re: Pi3B won't boot on Bookworm (rainbow screen) but will...
No, I was trying the 64-bit variant as it showed up as "recommended" in RPi Imager (also, I thought the Pi 3 had a 64-bit capable CPU? Or have I remembered that wrong..?)However I also note it booted...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [I2C][UART] interface with 5v modules
I added 2K ohm pull-up to SDA and SCL on both sides (+3.3v and 5v )still the I2C is crazy and giving random values.I2C-1 on the Pi has pull-ups already -> don't add additional ones (your 3.3V...
View ArticleRaspberry Pi OS • Re: Clarification re: picotool & vs code
Check where it is using whereis e.g. mine isCode: pi@pi4vox:~ $ whereis picotoolpicotool: /usr/local/bin/picotooland run it from there?Statistics: Posted by neilgl — Sun Dec 08, 2024 3:38 pm
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
So basically, that's it ... just denial. Who is supposedly denying what ?Is it worth to continue ?Don't know. It depends what it is you wish to continue to do.If it's to prove that threading currently...
View ArticleAdvanced users • Re: Cross-Compiling Linux Kernel for rpi 4
Thank you @redvil for those precision Statistics: Posted by SpongeB0B — Sun Dec 08, 2024 3:45 pm
View ArticleSDK • hello_rtc example doesn't compile on Pico 2 W
I would like to run the hello_rtc example on Pico 2 W.I am using Visual Studio code (1.95.3) and Raspberry Pi Pico extension (0.17.2) and I have updated the CMakeLists.txt as follows:Code:...
View ArticleNetworking and servers • Re: website on raspberry with duckdns domain name is...
Which ISP is it, so that we can avoid using them?Statistics: Posted by neilgl — Sun Dec 08, 2024 3:56 pm
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Not sure. My setup died again, I guess I will have to reflash everything from scratch. It's that kind of unreliability that worries me.Statistics: Posted by Cubytus — Sun Dec 08, 2024 3:58 pm
View ArticleAdvanced users • Re: Image File Utilities
Yes, fresh install. As vanilla as it comes. Nothing added. I would need more information in order to make any further suggestions.Happy to provide any information you require. The image was created...
View Article