Advanced users • Re: Image File Utilities
I am new to these scripts. I am using a pi400 with Ubuntu server 22.04.4 LTS (fully updated). I tried using https://github.com/seamusdemora/RonR-RPi-image-utils to create an image, the destination...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hi abbeySounds like you got it taped down and under controlGood on ya:)Statistics: Posted by amoun — Mon Mar 18, 2024 5:27 pm
View ArticleCamera board • Re: Capturing image using ov5647 and yocto image
I did the following:Code: media-ctl --resetmedia-ctl --links "'ov5647 10-0036':0->'unicam-image':0[1]"media-ctl -d /dev/media0 -V "'unicam-image':0 [fmt:BG10/1920x1080] 'ov5647 10-0036':0...
View ArticleTroubleshooting • fstrim !
My raspberry pi 4B was happily running a fully updated bookworm lite.This pi has one job - pihole which it has run for years. Bookworm lite was installed the week it was released.This Monday morning...
View ArticleSDK • Re: I2c doesn't work on GP16 and GP17 (but does work on other pins!)
Sure , I am aware that these are i2c0 and i2c1 respectively, code was accordingly changed when testing i2c0. Also about the resistors i have tried with external ones as well. Btw what is best practice...
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
Who knows how to find out how much RAM my initramfs takes up and how much memory is available to it? How do I change the amount of available memory?I found a solution to why I didn't see the size of...
View ArticleSDK • Re: How debug a Pico without the elf?
I did use that link. What I'm trying to do is look into the bin file now to see how I set up the gpio I made changes to the layout and didn't have the good sense to write it down.for that, objdump is...
View ArticlePython • Re: gpiod documentation
Search for wiringPi on github. I believe it has or is being updated for the Pi5.Statistics: Posted by joan — Mon Mar 18, 2024 5:33 pm
View ArticleTroubleshooting • Re: gstreamer v4l2h264enc not working in recent kernel 6..6
Thank you so much for your input. Unfortunately gstreamer still halts at Code: 0:00:01/9:99:99 with:Code: gst-launch-1.0 -v v4l2src device=/dev/video0 ! 'video/x-raw, width=800, height=600,...
View ArticleTroubleshooting • Unable to install linux-headers-rpi-v8 due to unmet...
I'm facing issues when trying to install linux-headers-rpi-v8 on my Raspberry Pi. Here's the error message I'm getting:Code: Reading package lists... DoneBuilding dependency tree... DoneReading state...
View ArticlePython • Re: How Do I Open Audacity With Python?
Code: @reboot ping google.com #plus redirecting the errors to a fileI doubt that this line would work and be useful (it used to test, AFTER ADAPTATION, wheteher RPi has an IT adress: as google is...
View ArticleOff topic discussion • Re: 2024 Raspberry pi 3 a+ Boot problem
Start here: viewtopic.php?t=58151If none of that works contact your RPi vendor (not the foundation nor Raspberry Pi Ltd.) for an RMA.Eh... PiOS 32bit seems to work. Installing other OSs seems to be...
View ArticleTroubleshooting • Re: Unable to install linux-headers-rpi-v8 due to unmet...
Did you run 'upgrade' or 'full-upgrade'? You need to run the latter to get some updated fully installedStatistics: Posted by DirkS — Tue Mar 19, 2024 5:21 pm
View ArticleSDK • Re: Anyone good with PIO?
Your code initially turns the pin low. Then it delays and turns the pin high. Then it delays and turns it high again. So it's going to stay high rather than flash.The loop will actually iterate 32...
View ArticleAdvanced users • KEEP autostart terminal open like in UI
I have been struggling a lot and tried the sticky notes to autostart and also this one to the same topic viewtopic.php?t=291785I have a pi 3 doing only 1 job: running grott to supply HA with mqtt...
View ArticleHATs and other add-ons • Trying to set a Qi LiPo charger, wiring doubts
I've been looking on how may I wire all components to create a LiPo Charger based on Wireless QiHere are the components I plan to use (the only ones I've found in Stock rigth now otherwise, I might...
View ArticleAdvanced users • Re: Argon Fan HAT stuck at 50%
two thing which were an easy find when looking at that producthttps://github.com/Argon40Tech/Argon-ONE-i2c-Codesargon.jpgI have already installed the script but made no difference. Also, I can't write...
View ArticleGeneral discussion • Re: Raspberry Pi zero 2 Frozen
Have you got a mini-HDMI to HDMI adapter/cable you can connect to an HDMI monitor?I have adapter Mini hdmi to HdmiStatistics: Posted by MrCaramba — Wed Mar 20, 2024 5:20 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Okay, it is likely the kvm at least removes hotplug when switching which is undesirable. Possibly meddles with the edid.You can force hotplug and provide a consistent edid.When directly connected to...
View ArticleTroubleshooting • Pi 4B Undervoltage condition relating to modern HDMI...
Strangeness ... I have a flock of Raspberry Pi 4Bs, purchased about three years ago (post the update defaulting to USB boot vs. SD card). I've used them for all kinds of things, desktops, servers,...
View Article