Bare metal, Assembly language • Raspberry pi 4 Ethernet
Hi all,I am trying to use Ethernet on raspberry pi 400.How is the Ethernet controller connected to the SOC? Is it via gpio or usb or pci or what else?I have been through Linux, openbsd and uboot...
View ArticleNetworking and servers • Re: Raspberry Pi blocking access to its ports
Have you disabled "client isolation" that's a WiFi feechur that prevents WiFi connections between machines on your LAN (which is really useful, not)?I had a look in Advanced Settings for this feature...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
Limited developer time. As you may know there are already OSS tools out there and there are also a lot of folks able to write command line tools and can help on this.Let's assume somebody is willing...
View ArticleTroubleshooting • Re: RP 5 wont boot
R.I.P.Statistics: Posted by memjr — Tue Apr 23, 2024 11:10 pm
View ArticleGeneral discussion • Re: Are we just imitating replicators (hear me out)
And the relation to the pi is...This should probably be in off topic.Statistics: Posted by memjr — Tue Apr 23, 2024 11:12 pm
View ArticleRaspberry Pi OS • Re: RPi 5 Bookworm Text Editor takes 25 seconds to open
Anything weird in your dmesg output?Is top showing a high processor load?Opening a file in text editor is effectively instant for me.Statistics: Posted by scruss — Tue Apr 23, 2024 11:19 pm
View ArticleTroubleshooting • Re: Ssh problem
A UI bug has been reported with Imager that in certain conditions, the first character of the entered password is dropped. See this Github problem thread.When prompted for the password, try not...
View ArticleRaspberry Pi OS • Re: RaspberryPi 4 on 32bitOS returns incorrect information
Very helpful.Thank you Statistics: Posted by kitamura_design — Tue Apr 23, 2024 11:24 pm
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Update I've made some progress with the Argon One V3 firmware replacement, though not complete yet these features are working. Fan Control (unlike the V3 this firmware works with the previous fan...
View ArticleTroubleshooting • Re: Critical shortage of swap space - pi5
Just as I expected, when I re-booted it, the problem went away. I tried to re-create it using various combinations of VNC and Chromium, but haven't succeeded so far.Thanks to all for helpful...
View ArticleHATs and other add-ons • Re: Problems with the 54Pi hat and a Kingston 256 MB...
Should others encounter similar problems I would be happy to share what I learned to assist them.Statistics: Posted by Glacier991 — Wed Apr 24, 2024 12:15 am
View ArticleTroubleshooting • Re: Picamera2 - Combining Size and Transform Configuration
There are a number of ways to apply multiple configuration options.Here's one example to try :-Code: from picamera2 import Picamera2,Previewfrom libcamera import Transformpicam2 =...
View ArticleStaffroom, classroom and projects • Re: Using a Pi to complete Web-based...
Pi Zero hasn't got a network interface and doesn't have the memory to run a browser very well.Pi Zero 2W has got wireless so your "alternate system" needs a wireless access point.If the webpage is...
View ArticlePidora / Fedora • Re: F40
does 40-spin is lxqt-2.0 by default?Statistics: Posted by cjan — Wed Apr 24, 2024 12:39 am
View ArticleAdvanced users • Re: Raspberry Pi EEPROM Manager
rpi-eeprom-mgr (in the first post of this topic) has been updated.This update eliminates a false "dpkg failed" error message that may occur in the "Update rpi-eeprom Package" action.The rpi-eeprom...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Not Working
Didn't know that. Thanks!However, the Camera is not detected from the PiStatistics: Posted by Parzival00 — Wed Apr 24, 2024 10:55 pm
View ArticleMicroPython • Re: pico onboard rtc and lack of datetime module
What about this code? I grabed it from my project for Pico W. It requires WiFi network nearby. You can get actual time from NTP server and use it in your code. It is untested, just as an...
View ArticleGeneral • Re: ssi pins after driving RUN low
That'd be great. I look forward to hearing about your results.Statistics: Posted by rdb9878 — Wed Apr 24, 2024 11:07 pm
View ArticleOff topic discussion • Re: Why was my post deleted?
Well...actually it *did* go against forum policy. That's because it was completely unrelated to anything to do with Raspberry Pis.Yep.@OP:The key rules (my langauge not the leagal Ts&Cs) seem to...
View ArticleAndroid • An android build and emulator for Raspbian Bookworm.
Good day everyone.What is the best ready build to use for android emulation on raspbian boorworm operating system?I found ready-made android builds for Rpi4 on https://konstakang.com/devices/rpi4/,...
View Article