Troubleshooting • Re: Cannot install updates, clock not synchronized
HiThank you for your clarification, but what is the reason for the message and the inability to install updates?I don't know if it has something to do with it, but the desktop has the correct time and...
View ArticleGeneral discussion • Re: Pi 5 wifi speed
Solved. I had 5g turned off on the router. Turned on and am now getting a reasonable wifi speed of 250MbpsStatistics: Posted by TamsPi — Sun Jul 07, 2024 10:50 am
View ArticleAdvanced users • Re: 3 monitors possible with RaPi5?
Displaylink requires a driver, only V1 is supported, see posting.php?mode=reply&t=373324&sid=0e1 ... #pr2234786All Displaylink versions are supported when using the closed source user-space...
View ArticleBeginners • Re: Advice for complete starter kit and peripherals for a teen
Perhaps a cautionary point .. take care not to over do the kit-dump, it could overwhelm your teen and become counter productive.As above a good starter kit, either Pi4 or Pi5 not forgetting the Pi400...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
There is a problem with the SPI driver on Pi5. It gets triggered when the Pi is busy (specifically sdram bandwidth is saturated).It results in "spi_master spi0: RX FIFO overflow detected" which is not...
View ArticleNetworking and servers • Windows 11 doesn't recognize Raspberry Pi 5 with...
Hello, I would like to use my Raspberry Pi 5 both as a USB drive and as an internet adapter, so that I can boot from the created image and the internet connection only runs through the Raspberry Pi.I...
View ArticleTroubleshooting • Re: Raspberry Pi 3 B Ethernet stops working after a while
Hello,I have a Raspberry Pi 3 model B running Bookworm, attached to an Ethernet switch. The Pi is set up to serve a home wifi network.Upon booting, the network interface receives an IP address etc...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Won't Boot - 4 Green Long Flashes, 5...
2.31 RP1_BOOT chip ID: 0x0000c300<CR>I believe this line is the real problem. It should be 0x20001927.The RP1 (or the connection to it) is faulty.There won't be any way of fixing this through...
View ArticleAdvanced users • Re: Display Priority on Raspberry Pi 5 Pi OS
Pi5 is a little awkward as DSI and DPI are on a separate DRM device from the HDMIs, whereas previously everything has been on the one device.If you're referencing the fact that a separate framebuffer...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Testing new DRM/DSI driver
Pi3 does not expose the SoC's DSI0 interface, only DSI1. Only Compute Modules and Pi5 have a dsi0 interface exposed on a connector.Use the 6.6 kernel and Bookworm - 6.1 and Bullseye are only getting...
View ArticleGraphics, sound and multimedia • Re: unplug USB MIDI keyboard while in use....
Duplicates https://github.com/raspberrypi/firmware/issues/1908 (although should be on linux as it is a kernel issue and not firmware).Please use the Github issue - having threads on both forums and...
View ArticleRaspberry Pi Connect • Re: RPI connect won't start on model 3B
Hi there, as now the remote shell is also available for 32bit systems, is there a way to install rpi-connect-lite also on Raspbian 11 (bullseye) somehow?I mean it could be something like adding a repo...
View ArticleCamera board • Re: IMX219 - Setting black level adjust
I very much doubt anyone has tried using them.The ISP has black level correction available, so it's generally easier to use that than mess around with register settings and trying to remove it on the...
View ArticleGeneral • Re: any existing high-speed pico-to-pico bus?
I was thinking about using a second pico as a "video card" for a "cpu" pico (similar to the NES setup of 6502 + PPU).I have been thinking about that too; how to have one Pico updating a frame buffer,...
View ArticleCamera board • Re: Camera Module v3 -DOA
Both cases indicate that the Pi can't communicate with the image sensor over I2C - the firmware hasn't found it for auto-detect, and the kernel can't find it when told explicitly to look for it.You...
View ArticleC/C++ • Re: Alternative to bcm2835 for pi5
What drives your e-ink panel? What about lgpio ?'lgpio is a library for Linux Single Board Computers (SBC) which allows control of the General Purpose Input Outputs (GPIO).'Does that work on the...
View ArticleTroubleshooting • Re: Raspberry Pi 4, no output to VGA monitor
The hdmi_* runes in config.txt are no longer applicable as Bookworm has switched to using the kernel drivers for displays.As you can SSH in, "kmsprint" will tell you currently active outputs, and...
View ArticleRaspberry Pi OS • Re: SBOM (Software Bill of Materials) for Raspberry Pi OS
I think the .info unfortunately does not contain any licensing information which typically is included in a SBOM file and is required for CRA. Debian (and clones) store that per package.Code: cat...
View ArticleGraphics programming • Re: RPi5 HW graphics acceleration
I'm using an RPi5 with two cameras for 3D depth map generation.I'm capturing video streams via rpicam-vid.I'm currently doing several steps in SW:1. Converting yuv420p frames to RGBWhy?libcamera can...
View ArticleBeginners • Re: USB SSD as Boot drive
It's generally good practice to keep data and boot drives separate...though; of course, not always practical. Yep. On my main development Pi /home is mounted from my (also Pi based) NAS.I find the RP...
View Article