Troubleshooting • Re: Raspberry PI 5 DOA/20% Failure Rate?? Odd LED Behavior..
I would suggest trying a bootloader/firmware update with the very very latest firmware. If you have already tried that then I guess you will need to return them.Very high failure rather though - that...
View ArticleAdvanced users • RP2350 Hazard3: U-mode PMP code after M-mode trap return...
This is a follow-up to a previous PMP thread, but I am opening a new topic because the earlier issue was explained by RP2350-E6, while this appears to be a different observation. Previous thread:...
View ArticleBeginners • PiHole - Docker Illegal Instruction
Hello,I'm trying to install PiHole on a Pi Zero (not W or 2W, just zero). I installed docker and ran the default docker-compose.yml on the pihole site (https://docs.pi-hole.net/docker/). After saving...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect - screen share with same...
Connect currently runs as a per-user process with credentials stored in each user's .config directory but you can sign in from a different user account on the same machine in the usual way (see...
View ArticleGeneral • Building and flashing Embassy firmware for the Pico 2 from an iPad
I wrote an iPad app called Ferric that compiles Rust on the device itself, and I'd like some feedback on its Raspberry Pi Pico workflow.There is no build server behind it. rustc 1.98 and lld are...
View ArticleBeginners • Re: PiHole - Docker Illegal Instruction
Why Docker ?Pi-hole regular install is just one line of code to copy and paste in a terminal !Code: curl -sSL https://install.pi-hole.net | bashIs there a hardware or software limitation that prevents...
View ArticleGraphics, sound and multimedia • Re: fbcp-ili9341 is back
add this to the cmdline.txt before testing and disconnect any hdmi displaysCode: vc4.force_hotplug=1 video=HDMI-A-1:480x320@120M480x320@60Hz requests for approximately a 11MHz clock, the pi's hardware...
View ArticleNetworking and servers • Re: use the Pi 4 for serial comms and also wifi comms
Yes, this works.Each interface needs to be in a different ip network (otherwise you need a bridge).Example 1: eth0: 192.168.0.10/24wlan0: 192.168.0.11/24This doesn't work, since both share the same ip...
View ArticleFrançais • client de "news" Usenet - pour Trixie (GUI) ?
Salut ! Sous Buster, j'avais Claws Mail, excellent, qui "faisait" et mail ET news. J'ai voulu installer Claws sous Trixie standard (light) via le menu "logiciels recommandés", las ! cette version ne...
View ArticleTroubleshooting • Raspberry Pi Labwc / VNC freezing caused by wf-panel-pi...
This may or may not have been covered before, but this issue was causing me no end of problems...I was experiencing intermittent VNC freezes on a Raspberry Pi 4 running Raspberry Pi Desktop on...
View ArticleAdvanced users • Re: Important: flashrom update required to support alternate...
Additional information:start4.elf should be updated; otherwise, 'vcgencmd bootloader_config' will return an empty string instead of the EEPROM config text on Pi4/CM4 some of the new SPI flash...
View ArticleGeneral discussion • Re: Publish rpi-imager to Microsoft Store
Thanks for the suggestion.I don't know enough about how the Microsoft store operates, however given that distribution outside of it remains viable (and Imager includes a built-in update notification),...
View ArticleRaspberry Pi Official Magazine • Consider an R tutorial or two
Please consider making a tutorial or two on using the Raspberry Pi to either calculate statistics or plot charts or both. The Raspberry Pi CPUs are more than capable enough to run R and have been for...
View ArticleGeneral • Re: I2C SDA Setup Time
Now, if DW_apb_i2c is a slave, it doesn't control the SCL line. Yes it does - in the case of clock stretching.So in the case where the slave does not have data available, it holds SCL low. When the...
View Article