Other projects • Re: Fast parallel GPIO data output: 10mhz possible?
Someone here has managed to clock out fast parallel data by (ab)using the DPI interface. You feed it raw data instead of video. I'm doubtful if that could handle that sort of data rate...
View ArticleGaming • Re: 10 Games for Raspberry Pi
Lots of Linux games work fine on the Pi, it's getting to the point where its fast enough for some quite decent 3D stuff.Oh its more than capable of running high end 3D stuff, but it works best if you...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Network Boot
According to the Youtube video:https://www.youtube.com/watch?v=prqzOg-GC40and the eeprom update:https://github.com/raspberrypi/rpi-eepr ... 02.17-2712This feature is available. Lee from LeepspVideo...
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
heh, youve actually done something ive been struggling with!how did you get the rom into an elf?ive tried plaaying with objcopy to do that, but it tends to mark it as .data and then objdump doesnt...
View ArticleTroubleshooting • Raspberry Pi 3A+ Wifi not working with OS 11
My Raspberry Pi 3A+ works fine with Raspberry Pi OS 12 32-bit Lite.But with Raspberry Pi OS 11 32-bit Lite I have trouble connecting to WiFi. It won't connect at all to one of my access points, and...
View ArticleUbuntu • Re: Ubuntu 24-04 desktop64 installation fails on a RPi4
I tried a flash drive - installation failed :cry: Next I tried a SD card - installation succeeded :) even the ads display during installation are scrambled and unreadable.So there is an issue to...
View ArticleAdvanced users • Re: Image File Utilities
Hi, I have been using this tool for a long time, however recently (maybe after I upgraded to bookworm) I have a problem. The image-backup command just hangs no errors, no nothing... I'm saving the...
View ArticleRaspberry Pi OS • Re: Why 32bit Bookworm Not Recommended in PI Imager for ZERO W
They both ran the past 24 hours with no issue. It's only when I'm running mediamtx / libcamera that things get unstable.Statistics: Posted by mntbighker — Fri Apr 26, 2024 11:53 pm
View ArticleTroubleshooting • Re: RPi4 Won't Boot
I suspect that in order to go further you'll need to beg, borrow, or steal a monitor. Or a TV with an HDMI input - it doesn't have to be a "computer monitor".Statistics: Posted by thagrol — Sat Apr...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Not Working
I bought a new camera and now it is working... so, as suspected, it was the last PiCamera bought (which was an official one).Statistics: Posted by Parzival00 — Sat Apr 27, 2024 12:02 am
View ArticleTroubleshooting • Re: Partition/OS Management
Question do is why you would need multiple partitions in the first place.Could also fit multiple Linux root filesystems as BTRFS subvolumes in a single partition.And add more later without having to...
View ArticleGeneral discussion • Re: SFTP server raspberry pi 5
just use google driveStatistics: Posted by kerry_s — Sat Apr 27, 2024 10:42 pm
View ArticleTroubleshooting • Re: Externally powered SSD doesn't work well on RPI4
If you are using quirks with a SSD, it probably won't be trimmed and you will risk wearing out the SSD faster.Your wifi blanking is caused by RF radiation from the USB3 cable, hence my suggestion of...
View ArticleMicroPython • Re: Get file from server and execute it, http/Rest
As promised. I didn't use 'main.py', created 'wifi_download.py' which connects to the network, downloads 'sensor.py', runs it. No error checking etc.wifi_download.pyCode: import networkimport...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
I think I know what framp is getting at:SD Card Copier or some GUI apps in general can clone the running OS.The argument against "dd" is probably that it causes problems when cloning during operation,...
View ArticlePython • Re: Gpiod 'get_line' Error
Hello thanks for your time. 'GpioChips' 0 to 4 don't work still FileNotFoundError.Im using Python 3.11.2And im using the Bookworm 64Bit OSIm not quite sure what to do.Statistics: Posted by Rlow1937 —...
View ArticleBare metal, Assembly language • Re: What assembly language should i learn...
So its easy to try a simple program on both. The C compiler is handy because you can see how things are done.Totally agree. It's also handy for seeing how instructions should be if you compile a big...
View ArticleDeutsch • Re: Browser zeigt nur Striche
Bei XRDP lässt sich das Problem so lösen (auch gerade bei Wayland):Code: sudo adduser xrdp ssl-certDann die entsprechende Datei öffnen:Code: sudo nano /etc/X11/xrdp/xorg.confDarin die folgende Zeile...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
If a CM5IO board is made it would be bigger enough for full size NVMe Those USB3 could then have connectors.Do BCM2712 designs need the RP1?I can see a use case for PCIe x4 and PCiE x1 going to...
View ArticleCamera board • Camera Module 3 on RPi Zero 2W Not Recording Video for...
Hi all,I record daily from some raspberry pi zero 2ws with camera module 3 and the libcam/picamera2 updated packages. Code below, in python, and called every day at 1pm with crontab. Code:...
View Article