Raspberry 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: 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 ArticleTroubleshooting • Re: RasPi 4 Model B 4GB HDMI issues
Same response as I've just posted in viewtopic.php?p=2235227#p2235227Statistics: Posted by 6by9 — Mon Jul 08, 2024 12:02 pm
View ArticleAdvanced users • Re: Raspberry Pi simple monitoring and dashboard
Full rewrite with version 1. It now supports fully flexible monitoring based on your preferences - e.g. regular bash commands are used, so you can configure it to report anything from terminal /...
View ArticleAdvanced users • Re: [SOLVED] Power Monitoring / System Health Monitoring on...
Add the board voltages/current, add the RTC settings/voltages if used (all Pi5 specific but it was the original question). Hope that helps.Full rewrite with version 1. It now supports fully flexible...
View ArticleTroubleshooting • Re: Has anyone really solved the old wifi dropping problem?
@ejolson, I think the ARP static entry may have actually fixed this thing. So far, so good after a couple of days.Thank you!Statistics: Posted by HeneryH — Mon Jul 08, 2024 12:16 pm
View ArticleTroubleshooting • Re: RPI5: 5V Power Supply leads to undervoltage errors and...
Hello, our Raspberry Pi 5 has been experiencing undervoltage `dmesg` warnings and system shutdowns under certain loads. We've tried to diagnose this problem with an external power supply and found...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
You may have had the fifo error message before the reboot.It seems after the error, something on the HAT (that isn't reset by the reboot) gets upset and requires a power cycle to recover.We do have a...
View ArticlePython • Re: Using Python to patch a binary.
The user just runs the received PythonPatcher.py, enters his credentials and the PythonPatcher issues a xxxxx_patched.bin file.The user uploads the xxxxx_patched.bin file with esptool.py You think...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem With High Resolutions With...
As I was looking at other DSI modes, I've come back to this one.I'm on a current 6.6.34 kernel, although I need to just ensure whether I have any extra patches that are relevant. 6.6.36 kernel with no...
View ArticleCompute Module • Re: Flash the eMMC
Well ... 1. use dd instead of the imager2. use PiShrink to make a smaller image and use this instead.3. there are alternative idea to get smaller images without PiShrinkStatistics: Posted by Noob_User...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Need info about DSI Connectors on PI5
Please stop creating multiple threads about the same topic.viewtopic.php?t=373442 covers almost exactly the same questions as this, so I'm locking this one.Statistics: Posted by 6by9 — Tue Jul 09,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
@6by9: nice find! As that device is really cheap on i.e. eBay it might be worth looking into it.EDIT: o.k. done with a review? used DSI8x driver as a template should be fine. as the bridge is single...
View ArticleCompute Module • Re: DS3231 in place of PCF8053
Will I need a similar overlay for the INA219 connected to the same SCL and SDA lines?The INA219 isn't detected at all so you've got a hardware issue somewhere.What INA219 package did you use? The...
View ArticleGeneral discussion • Re: "Contact User" feature broken / disabled?
Yep. EU child protecion ones in this case (there are minors on here).I'd be nice if Raspberry Pi employees and other certified members could be directly contacted.Re: Employees. No it wouldn't. They...
View ArticleBeginners • Re: Chromium is not supported on Rasberry Pi Model B
For some value of ok.... It is easy to have a 3B+ running from an SD card, with the default settings, descend into swapping hell if you open up more than a couple tabs in Chromium. This is almost...
View ArticleAdvanced users • Re: AMA0 RS-485 mode
What value are you using for MOO_GPIO_NO?gpio_ calls and fixed GPIO numbering has been deprecated in the kernel for a fair few releases, and is now actively logging an error if a GPIO controller tries...
View ArticleAdvanced users • Running chromium on Rpi5 using Yocto
2I have a Raspberry Pi 5. I want to get chromium to run on it. I want to build Linux via Yocto.I'm using the Kirkstone branch of Yocto.My local.conf relating to chromiumIMAGE_INSTALL:append = "...
View Article