Troubleshooting • Re: Unable to SSH into Raspberry Pi Zero 2W
I am using the default hostname and username at the moment. I do see the device now showing in device manager as BCM2710 Boot, but there now is not a green activity light on. Before I had a green...
View ArticleTroubleshooting • Re: watchdog process restart
Systemd has more useful functionality for this. You can set "Restart=on-failure", for example, to automatically restart the process if it exits with an unclean exit code. How is that different and...
View ArticleTroubleshooting • Re: Argon ONE V3 M.2 Case for Rpi 5 does not recognize NVMe
Thanks for the answer, Chris. I have re-routed the ribbon cable several times. Without success. I had also already removed the parameter “dtparam=pciex1_gen=3”. Nothing changed. I had searched the...
View ArticleAdvanced users • One initramfs to rule them all (and in the darkness bind them)
For context, I'm working on an update to Network Boot A Pi Zero Via the USB Ethernet GadgetWhat I'm wondering is whether it is possible to have a single initramfs which contains the required modules...
View ArticleRaspberry Pi OS • Re: Updating "micro" Editor to the Latest Version
It's possible to setup APT to pull individual packages from testing/unstable/experimental/etc, if you are happy to take the risk. Beware of dependencies pulling in more than you really wanted from...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
It appears MicroPython aren't following the traditional GitHub path of creating a branch to develop, add, test and bug fix new features and changes, but are using Pull Requests which aren't being...
View ArticleCamera board • Re: The flat of the camera is bigger than the CSI connector
Can you use a different cable to connect to the zero 2W e.g. https://thepihut.com/products/raspberry ... ra-adapterSnap.Statistics: Posted by neilgl — Wed Sep 04, 2024 9:10 pm
View ArticleTroubleshooting • Pygame 2 window location cannot be set
I have two monitors with the same resolution plugged into my raspberry pi, with the primary display on the top and the secondary display on the bottom. I have pygame code to set a display screen, and...
View ArticleSDK • Re: SD Card issue: SD Standard Capacity Memory Card unsupported
SDSC and SDHC address the storage in different ways so it'd need a special path to handle SDSC.That's literally just 1 extra, conditional "sector *= 512;" which is optimized to a shift. I would not...
View ArticleSDK • Re: RP2350: systick gotcha - FYI
I am still trying to figure out if it worked like this without setting the RVR, by real counting (it shouldn't), or just by mere luck (like running random code as a delay). WS2812 timings are roughly...
View ArticleGeneral discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
The mission of the Raspberry Pi Foundation: "Enabling all young people to realise their full potential through computing."So help me out here, what is the relationship between the Raspberry Pi...
View ArticleGeneral discussion • Re: I need help because I think I messed up
Start over. If you need stuff off the card then of course use another computer to back it up. Then reinstall your OS.Statistics: Posted by breaker — Wed Sep 04, 2024 10:03 pm
View ArticleGeneral • Re: Non blocking data logging on dual core system
...FreeRTOS, like any RTOS, is a means of task switching. I don't think this runs anything "in parallel". Please correct me if I'm wrong about that.Ever heard of Symmetric Multi-Processing?Statistics:...
View ArticleAdvanced users • Re: Best practice to set up armhf container image
To be honest, this is really a one-off. Once I have the root FS images set up, I would then back them up to my NAS box so I don't have to do it again.I then go into a pattern of: backup run apt...
View ArticleGeneral discussion • Re: Pinball back glass modification
I forgot to mention, I am going to use different coloured leds to help with the effectThat's ok. It comes down to how many LEDs really, which is an important detail, like the others.Statistics: Posted...
View ArticleBeginners • Re: Connectting 220V to Raspberry PI GIO pins
I am not an electriction and I don't really know what I'm doing. But I want to be careful, that is why I'm asking for help. Normally you would tell me to stay away from mains but I am being very...
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Also, this article is quite handy:https://www.satsignal.eu/raspberry-pi/UpdatingGPSD.htmlStatistics: Posted by SpaceHusky — Thu Sep 05, 2024 10:09 pm
View ArticleAdvanced users • How to downgrade Broadcom wireless network drivers?
I have encountered a defect that I think was caused by an update to drivers made on or after 2024-08-04. So I'm looking for the easiest way to downgrade my drivers to previously installed versions,...
View ArticleBeginners • Re: Connecting 220V to Raspberry PI GIO pins
If you look at how a UPS works, you will find stuff about sending a signal to the OS a few seconds before power cuts out. The OS can start a shutdown process. There are UPS projects for the Pi. You...
View ArticleMicroPython • Re: pico w can't delete file or save any file
Is there any way to do factory reset other that flash_nuke?Statistics: Posted by Rover9370 — Fri Sep 06, 2024 9:45 pm
View Article