General • 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 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 ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
I am creating a product however I do not need any input from the equipment suppliers. What it has to achieve is rock solid predictable behavior while minimizing power consumption (standby or shutdown,...
View ArticleTroubleshooting • Re: Read only file system error
Nothing obvious in that log for the partition in question but lots of errors for others.Looks like you might have quotas enabled on it though - not something I use so can't offer help with them.I've...
View ArticleBeginners • Re: debsig-verify Failed
I'm guessing you probably need to add their public key. A quick search found: https://scripttactics.com/self-hosted/a ... ak-server/Have you got the deb_policy.pol and takserver-public-gpg.key...
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
And there it is. You have to know what you are doing to know that something is better. If you know what you are doing then you can recognise anything that is better is better. The way you reached that...
View ArticleC/C++ • Re: Use of sync(2) / fsync(2) before a hard before hard shutdowns?
I'm not certain about this, but I think you may want to try adding the "auto_da_alloc" mount option to the filesystem in /etc/fstab. See ext4(5) for details. The description sounds quite like what you...
View ArticleRaspberry Pi Desktop for PC and Mac • How is the GUI optimised?
This OS versus ARM Raspberry Pi OS versus other Debian based Linux distributions with GUI. How is this Intel desktop built and optimised? Is it the same as the build and optimised ARM GUI? If I use...
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 ArticleBeginners • Re: OLED display to play video?
I just had a chance to try my own suggestion. Unfortunately it didn't work as mplayer doesn't like a 1-bit per pixel display Code: VO: [fbdev] 320x240 => 320x240 RGB 1-bitvisual: 1 not yet...
View ArticleRaspberry Pi OS • Re: End of Support Dates?
it's the as debian, as there repo's are used.Statistics: Posted by kerry_s — Wed Sep 04, 2024 12:22 am
View ArticleTroubleshooting • Re: Pi3 Won't Boot
That's an incorrect assumption. "older PI's" in this case means the very first models. The PI (1)A and Pi (1)B. All other models (2B, 3, 3A+, 3B+, 4, 5, Zero and Zero 2W) have switching...
View Article