Raspberry Pi OS • Looking for Documentation for an api-eeprom update
Today I got a notification on my RPi5 that rpi-eeprom 24.0-1 was available for update. Where can I find out what was changed?Statistics: Posted by subguy — Sat Aug 17, 2024 7:28 pm
View ArticleRaspberry Pi OS • Re: Is Bookworm worth it yet over Bullseye?
Hi.I am looking to setup a Pi 4 as a light-user desktop. I was all set to load Bookworm onto my SSD then I read about issues such as no retropie from desktop, no VNC support, issues with using PiKISS...
View ArticleTroubleshooting • Re: Gnome-Weather & Disk Usage share Chromium issue
Chromium is fine for me on stock Bookworm 64-bit (LXDE-pi-wayfire not Gnome), with no adjustments.I dont use flatpak so "no comment".Statistics: Posted by neilgl — Sat Aug 17, 2024 7:57 pm
View ArticleGeneral discussion • Pi Five official case replacement fan
Anyone know what replacement fan I would need for the official raspberry pi case for the raspberry pi five? Like to have one on site for back up as my pay runs 24 sevenStatistics: Posted by PiUser69 —...
View ArticleRaspberry Pi OS • Re: Looking for Documentation for an api-eeprom update
https://github.com/raspberrypi/rpi-eepromAnd a link to release notes thereStatistics: Posted by bensimmo — Sat Aug 17, 2024 8:07 pm
View ArticleCompute Module • Re: CM4 Cam0 I2C pins change?
That documentation is valid on all Compute Modules but generally not needed on CM4.Default is to swap i2c-10 to 0&1, and i2c-0 to 28&29 (NOT USEFUL on CM4), so you probably...
View ArticleGeneral discussion • Re: Pi Five official case replacement fan
Get a spare case and remove the fan? Find someone using the active cooler in an official case (if you don't do so yourself...) that doesn't want the fan they've removed?Come to that, where are you...
View ArticleRaspberry Pi Connect • Raspberry Pi Connect network data traffic
When I activate rpi-connect and login, it generates about 50Mb/day of network traffic without any external connections. Is this to be expected? I have a remote installation with a cellular modem and...
View ArticleUbuntu • Re: Ubuntu install hangs on Pi5
I recently purchased a Pi5 and used the Pi Imager to flash Ubuntu to my SD card. Everything appears to complete normally. When the Pi boots I go through the entire setup to the point of inputting...
View ArticleBeginners • Re: [Pi 4/5] Ways to reduce the Pi's power consumption / heat...
Read the documents for tempVery helpful ...(Hint it is something like vcgencmd measure_temp)Thank you, that was helpful, because "vcgencmd" one can actually google.For the Pi4B's I do not use a [PoE...
View ArticleGeneral • Re: Active high QMI CS1 possible?
Yes, this should do exactly what you are hoping. It's better in some ways since the pads are pull-down at reset, so this removes the need for an external pull-up resistor.Statistics: Posted by LukeW —...
View ArticleCamera board • Neither the keypress or signal flags seem to properly apply.
I have been trying to pause a tcp stream using this command:```rpicam-vid -t 0 -initial pause --signal --listen -o tcp://0.0.0.0:8554```The stream seems to start on client connection rather than on a...
View ArticleGeneral • Re: Pico 2 backwards compatibility?
No, the system-level memory map is different. They are largely source-compatible but not binary-compatible.If you want a single UF2 file which you can drag onto either a Pico 2 or Pico 1, you can...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
Rather than cluttering up these forums while resolving this, please open an issue on the sdm GitHub, and provide:Sorry I have to get back to this here. I did some more testing and I dont think sdm is...
View ArticleGeneral discussion • Re: Not getting reply notifications
It's turned on for me, and has been working forever.Statistics: Posted by ame — Sun Aug 18, 2024 8:04 pm
View ArticleMicroPython • Re: MicroPython source for the Pico 2 port
Not merged yet. https://github.com/micropython/micropython/pull/15619Statistics: Posted by trejan — Sun Aug 18, 2024 8:12 pm
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
The help says --listen "Listen for an incoming client network connection before sending data to the client"Mine does that i.e. waits for client before stream starts.Without the listen, it fails to...
View ArticleGeneral • Re: Is this a job for PIO?
Thank you for all the thoughts. To be clear (if not already obvious) I am not a professional programmer. I dabble and can hack away at several languages but none with much experience/expertise. I am...
View ArticleGeneral • Re: Latest Getting Started document removes SWD instructions
Ok, so just to make explicit what has been sort of implicit in this conversation: the reason the SWD instructions were removed is likely because it does not work with a Pi 5 and Pi Pico?Statistics:...
View ArticleUbuntu • Re: Raspberry Pi 5 boots from SD card when configured not to
Ubuntu refers to its partitions by disk label, so you can't have 2 installations installed at the same time otherwise it gets confused.It could be booting from the nvme correctly, but loading the...
View Article