Advanced users • Re: Image File Utilities
/tmp/img-backup-mnt is simply a temporary mount point for the image file being created as a LOOP device. It's deleted when image-backup terminates.Try running image-backup interactively and specifying...
View ArticleRaspberry Pi OS • Re: Silent bootup
That's because you left the monitor plugged in.Statistics: Posted by BigRedMailbox — Mon Dec 09, 2024 2:02 pm
View ArticleOff topic discussion • Re: Falling for AI: My Experience with Twins AI and...
I'd love to hear your perspectives!Welcome, new user.Statistics: Posted by ame — Mon Dec 09, 2024 2:04 pm
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
I have a somewhat different view of the Build HAT firmware source code opening (compared to a few months ago). Simply put, I hope not. I've recently seen some counterfeit LEGO Prime sensors appearing...
View ArticlePython • Re: Issue with GStreamer and OpenCV Integration on Raspberry Pi NoIR...
Hi, so I'm a bit puzzled that your original pipeline works at all:Code: gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=YUY2, width=640, height=480, framerate=30/1 ! videoconvert !...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
Well i understand the ir wouldnt work, what i was thinking of having is like a setup where the RP has an input and output and the input is the hdmi plugin from the roku stick or firestick and the...
View ArticleGeneral • Re: RP2350 sample kit
I think there should be some movement here soon. Not sure what the delay is.HiStill no news !Is it likely we can buy the RP2350B chips this year ?Seems sveral board manufacturers already have...
View ArticlePython • problems with pwm output from lgpio
I recently upgraded the OS on my pi4b (Latest version of Bookworm) and have been trying to get the lgpio module to control the fan. It works with simple switching on and off but I get no output from...
View ArticleGeneral • Re: Problem with 3,3Vcc power supply
Thank youStatistics: Posted by Tirejas — Tue Dec 10, 2024 2:04 pm
View ArticleHATs and other add-ons • Re: Power Hat+ spec questions
Is there a way to make a power hat that uses GPIOs and signals that it is not compatible with a Standard hat?Yes, the answer is right there in the spec:StandardAny HAT+ that uses the typical HAT+ pins...
View ArticleTroubleshooting • Weird problems with ALSA and volume configuration
I'm working on a project involving a Raspberry Pi Zero 2W that plays sound through an Adafruit MAX98357A I2S-based amplifier. Adafruit provides a setup script (i2samp.py, available here:...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
think I've found it:Code: drivers/input/touchscreen/hynitron_cstxxx.c:28:10: fatal error: asm/unaligned.h: No such file or directory 28 | #include <asm/unaligned.h> | ^~~~~~~~~~~~~~~~~had to...
View ArticleRaspberry Pi OS • Re: mouse cursor bad
I did a new install of pi os the latest 64bit version - on pi5. The mouse cursor looked ok.Then I switched to X because that works with remote X apps. later I thought well maybe it is better with X...
View ArticleSDK • Re: Need help with SDK and newlib.
You need:Code: -DPICO_STDIO_SHORT_CIRCUIT_CLIB_FUNCS=0By setting it to one, you are enabling the short circuit.Statistics: Posted by Memotech Bill — Wed Dec 11, 2024 2:03 pm
View ArticleBeginners • LED turned on by one script, need "reset" button to...
I am using Tasker to send an SSH message to a RasPi when I get a message. That script turns on an LED so I can see that I missed an incoming text message. I would like to have a physical GPIO button...
View ArticleTroubleshooting • Re: Pi 5 LED glows solid green and M.2 AI Hat glows solid...
Hi, I recently purchased a Raspberry Pi 5 with the AI kit. I carefully installed the M.2 AI hat and fastened the screws and also installed the OS on an SD card and have made sure it is mounted...
View ArticleTroubleshooting • Re: Screenshot gnome version fails
Hi,I'm on Pi5 64-bit Desktop OS and installed the Gnome Screenshot.I select the typical options of select screenshot or screenshot the window, but nothing happens?That tool is not compatible with...
View ArticleBeginners • Re: Systemd Permission Denied on .venv directory
neilgl, thank you for your quick response!Adding the user got me through to the next gate. I googled and found that in addition I needed to change the ExecStart to:Code: ExecStart=/bin/bash The script...
View ArticleBeginners • Re: Firmware not found ( rpi4 )
I'v downloaded Raspberry Pi ImagerUnder Windows 10 and 8.1 (Both Imager 1.8.5 and 1.9.0 )It stay "empty" clicking on [all] does nothingUnder Devuan The 1.9.0 .appimage is not starting :/If you have...
View ArticleBeginners • Re: LED turned on by one script, need "reset" button to...
What's the code that turns the LED on via SSH message?How does that interact with this separate process trying to control the same hardware?You possibly need to stay in a program loop. I think...
View Article