General discussion • Re: Trying to set up minidlna, doesn't work
Would this be a new install of RPiOS Bookworm? With miniDLNA running as a user other than torres?When creating a user's home directorry Bookworm sets permissions to rwx------ (a.k.a 700) that prevents...
View ArticleCamera board • Re: Latency builds up when decoding H264 with V4L, not with LAVC
Can you inform on what versions of EEPROM, firmware, kernel?It has persisted across multiple kernel versions. Currently I'm running "6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1...
View ArticleBeginners • Re: Control GPIO with shell
Use the libgpiod tools - they work on any Linux platform. You can find them in the gpiod apt package.The apt packages are currently the libgpiod v1 tools that require you to specify the gpiochip to...
View ArticleBeginners • Re: Raspberry pi 5 active cooler not spinning
Sounds like a kernel issue. Try switching back to the 16k kernel in '/boot/config.txt' and update your firmware with 'sudo apt update && sudo apt full-upgrade'.Statistics: Posted by...
View ArticleGeneral • Re: Pico2 (RP2350 B) running beyond 600 MHz, from flash, with...
Thanks !The Flash and the PSRAM on this board are both rated at 133 MHz, no worries, didn't messed with those... yet. On the other hand, running fully bloated python from Flash with a 10000 loops of...
View ArticleSDK • Re: SDK2.0.0: GPIO questions
What is non-secure code?I guess i could have answered that... really i was being lazy; i mean "code running in the non-secure state", though due to vagaries of TrustZone-M often a piece of code can...
View ArticleGeneral discussion • GPIO output voltage at startup
Setup Details + Intent:My PI, in the current setup, controls a few peripherals depending on whether GPIO14 is a 1(3.3V) or a 0(0V). What I hope to do is for PI to boot-up, and automatically run a...
View ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
I think you can declare victory now.Victory was never my aim. Understanding was.And yes, POWER_OFF_ON_HALT=1 would make all GPIO go off on shutdown. But that wasn't why I suggested you try it. I...
View ArticleTroubleshooting • Re: Read only file system error
Partitions can be mounted read only. Depending on file system and which driver is in use some can only be mounted read only.A read only mount trumps any permission set in the filesystem or mount...
View ArticleNetworking and servers • Re: Why can't I connect to RSP 4 with SSH?
What's more, here is the detail in ifconfig about eth0:admin@raspberrypi:~ $ ifconfigeth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 169.254.152.6 netmask 255.255.0.0 broadcast...
View ArticleGeneral discussion • Re: GPIO output voltage at startup
I was able to get some insight from this post: viewtopic.php?f=44&t=35321I was also able to verify that GPIO18 doesn't exhibit the same behavior -- it stays at 0V from power-on to when I run my...
View ArticleBeginners • Re: Raspberry pi 4B PSU question
Thank you for all the feedback everyone.Statistics: Posted by microberry — Tue Sep 03, 2024 12:32 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Power on 2 pi's with 1 switch
Use a double pole switch/button?Common grounds to Pi, one pole to each Pi in their +ve line.Oh, and about the only way you'll get 10 volts is if you connect the two outputs in series: +ve of first...
View ArticleBeginners • Re: pi5 using 480i
As a long-time crt_emudriver user and CRT tinkerer, it's kinda upsetting to think that Linux is no longer the ultimate you-stipulate it-does OS when it comes to this. I understand that the topic is...
View ArticleHATs and other add-ons • Using a 5G sim with RPi5?
I’ve tried googling without any success. Could anyone point me in the direction of a 5G sim hat that I’m able to use with a RPi5.What are you guys already using? Thanks in advance.Statistics: Posted...
View ArticleRaspberry Pi OS • End of Support Dates?
As I recall there are statements on the Raspberry Pi website regarding how long hardware may be in production. Is there something similar with respect to support for Raspberry Pi OS? As a point of...
View ArticleGeneral discussion • Re: HDMI to Csi2 bridge using, Raspberry pi 4 and TC358743
Why don't you use the CSI interface built in to the Pi4B?As for getting an answer ASAP...most of the people providing answers here are doing it on a purely volunteer basis and *when* someone answers...
View ArticleAdvanced users • Re: One initramfs to rule them all (and in the darkness bind...
So, given that an initramfs is mostly a cpio archive, surely there's a way to stuff all the required modules into a single one without getting into kernel (cross) compilation.Distros use an initramfs...
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
There is a continuum of users and a variety of platforms.VS Code is now the "recommended" path for the getting started guide, since it is the same on all platforms, and avoids numerous foot guns that...
View ArticleGeneral discussion • Pico W USB lockup
Hi,I've an issue with the pico w boards.Every so often, the usb connections lock up and there's no way to communicate with it. The firmware is still running, however and I know there's plenty of free...
View Article