Beginners • RPi 5 RTC battery installation instruction
Where should the official RTC cell/battery go with RPi 5 and RPi 5 official case? Casing instruction is below, but not cell. Sure away from WiFi/BT antenna. May be cell wire a bit away from power...
View ArticleMedia centres • Need help turning RPi5 into a simplistic media player
Please note that I’m not a tech-savvy person, so it would be much appreciated if you were to explain this to me as if I were six Anyway, I don’t necessarily want to turn my RPi5 into a streaming...
View ArticleOther • Re: How to permanently change hostname through file edits
To address the two above, this distro was PiCore, so based on TinyCore. It has a hosts file in etc, but it gets overwritten with every boot. As I recall (don't bet on it) there wasn't a hostnamectl,...
View ArticleBeginners • Re: RPi 5 RTC battery installation instruction
Mine is just in the case held to the inside of the case with a piece of scotch tape. So it is not touching the Pi at all, except for the cable plugged into the socket, of course.Statistics: Posted by...
View ArticleGeneral discussion • Re: Found Raspberry Pi in Big Foot! :D
It looks a bit like a 3B+, but I can't see the Wifi chip.It would be nice to see the text printed on the board.Statistics: Posted by rpdom — Fri Jul 26, 2024 8:06 pm
View ArticleRaspberry Pi OS • Re: owntone server (iTunes server)
I did what you asked of me in order but nothing seemed to work then I flashed another sd card and the first thing to install after updating, upgrading and expanding the card was installing owntone and...
View ArticleAdvanced users • Re: Boot Bullseye, Buster, or Stretch on a Raspberry Pi 5 :...
The attached rpi5-boot script will update Bullseye, Buster, or Stretch to boot on a Raspberry Pi 5.First, MAKE A BACKUP of the device you wish to update.Next, perform the update:Code: sudo rpi5-boot...
View ArticleGeneral discussion • First quarterly report for Raspberry Pi Holdings PLC?
Does anyone know of a date for the first quarterly report of Raspberry Pi Holdings PLC? I am curious of the financial details of how many units are being sold, revenue and profit.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Font and icon size small although system font is 36
Yes, unfortunately it's not to do with cache :/I see: looks like Raspberry Pi OS doesn't come with any default option to change icon size.I was wondering if there were other ways I could experiment,...
View ArticleBeginners • Re: Does Pi OS has "semi-official" list of good program...
I would turn this around and ask the OP...what do you want to do? With that information, people can suggest specific applications programs that are in the repositories.We are still getting started in...
View ArticleTroubleshooting • Re: Model 3B+ not booting
Could you show the output from "grep Model /proc/cpuinfo"?I'm wondering if you actually have a Pi B+ instead of a 3B+. I've seen people make that mistake on a few occasions.Statistics: Posted by rpdom...
View ArticleTroubleshooting • Inconsistent red power led.
I am currently working on a project that involves a raspberry pi. I am powering the pi via a voltage regulator set to 5v. Using a multimeter I can see that the output voltage from the regulator is a...
View ArticleGaming • Re: Seeking interest and support in a game designed for Rpi
Thanks I appreciate that.I was always aware this was going to be a very long project, I can't put in 40hrs a week on it, so I have to squeeze in a few hours when I can, some weeks it might be nothing...
View ArticleTroubleshooting • Re: Inconsistent red power led.
I would think your voltage regulator based supply is dropping below 5V at power on for a short while, so the red led blinks.Statistics: Posted by neilgl — Sat Jul 27, 2024 8:19 pm
View ArticleTroubleshooting • Re: "dd" Command Won't Produce a Bootable SD card
One more hypothesis: you could have a card with a slightly smaller block count (manufacturers make "X GB" cards with X meaning different things for each of them)... but in my experience, "dd" should...
View ArticleBeginners • Pi NAS server: JS Heap error
Hello! This is my first time to the forums; please let me know if I've missed anything or neglected to include any needed information. - Running on a Pi Zero 2W- Following this tutorial:...
View ArticleSDK • Re: I'm curious why my sloppy code is actually smaller than optimized...
I am just curious if any one is against using libraries as optimization zones. You can have custom build logic for each and possibly multiple versions of it. Then you link against the right ones at...
View ArticleBeginners • Re: Memory access time Pi5
You're right, I am probably also benchmarking append operation. And that is my point : I have no clue of what these line codes mean on a HW point of view... but I know that programmers write in C,C++,...
View ArticleGraphics programming • Re: "QWaylandGLContext: failed to create...
Hi,When you log in remotely it uses SW rendering which supports OpenGL 4.5. Here's a snippet from the output of glxinfo via ssh -X...Code: Extended renderer info (GLX_MESA_query_renderer): Vendor:...
View ArticleSDK • Re: How can I profile basic functions for the RP2040?
I guess we will say, O3 would make things too interesting.Statistics: Posted by dthacher — Sat Jul 27, 2024 9:10 pm
View Article