General discussion • Re: BULLSEYE Document for ZERO 2 W
The Pi Zero 2W has 512MB of memory and the RPios default swap space allocation is 100MB. A gui desktop system will have swap space problems which can be solved by editing /etc/dphys-swapfile to...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
From a software development point of view I wonder how the make -j4 build-world compilation speeds compare. Are the RK3588 and 3588S single-board computers faster on the parallel make?For large...
View ArticleGeneral discussion • add a spi master without enabling spidev
Hello,I am using Raspberry Pi v5.15.92-v7 and would like to add a spi master without enabling spidev. Based on that, I will be able to use my own device driver.At the beginning, I was referring to the...
View ArticleOff topic discussion • brunswickrocks
https://www.brunswickrocks.org/group/br ... d8ccc38c4fhttps://www.brunswickrocks.org/group/br ... be44e51305https://www.brunswickrocks.org/group/br ......
View ArticleOther projects • Re: Cheap SDR for 1G AMPS network
You could start here:https://hackaday.com/2021/06/02/how-to- ... e-network/Oh, wow. Nevermind! This was actually super useful. It had another project to simulate AMPS and that same project also...
View ArticlePidora / Fedora • Re: Red Hat Enterprise Linux 9 RHEL 9
I think Almalinux is supported that, if you would like to try that out:https://wiki.almalinux.org/documentatio ... spberry-piStatistics: Posted by sallyahaj — Tue Jan 02, 2024 2:57 am
View ArticlePidora / Fedora • Re: Fedora on raspberrypi 5
The Fedora policy is that, it only supports the main stream hardware supported.That means, once the u-boot and upstream kernel added the support for RPi5 , Fedora will support.Statistics: Posted by...
View ArticleGeneral discussion • Re: Pi 5 + NVME Case?
should be available soon in www.argon40.comStatistics: Posted by lijoseph — Tue Jan 02, 2024 3:07 am
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
but I was moaning about your complacency.Life's too short to take a stand against everything one may disagree with and one has to pick the stands one is prepared to take. I'm not going to apologise...
View ArticleTroubleshooting • Trouble getting pmount running on Pi4
I'm trying to do this 2 monitor video looper project: https://www.dannyromano.com/raspberry-p ... eo-looper/It requires OMXplayer, so I'm using a Pi OS lite version of Buster (2021 05 28).The first...
View ArticleTroubleshooting • Re: What did i do wrong?
you've installed the lite version, it's command line only, no desktop.Statistics: Posted by kerry_s — Wed Jan 03, 2024 2:24 am
View ArticleTroubleshooting • My Raspberry Pi 5 will not boot
My Raspberry Pi 5 will not boot. In doing research I suspect the SD card has problems, but I will like that to be confirmed. How ever reading my notes I may be wrong. First off when I turn the Pi, I...
View ArticleTroubleshooting • Re: My Raspberry Pi 5 will not boot
can you post a photo of the diag screen?Statistics: Posted by cleverca22 — Wed Jan 03, 2024 2:34 am
View ArticleAdvanced users • Re: Image File Utilities
touch: failed to get attributes of '/snap/core22/867/usr/lib/systemd/system/run-mnt-ubuntux2dseed.mount.d/': No such file or directory This is almost certainly not a...
View ArticleGeneral • Re: CMakeLists.txt - excluding pioasm from build?
I appreciate the response.Well, I have determined one way to change the defaults,Code: target_compile_definitions(foo_bar PRIVATE PICO_DEFAULT_I2C=1)but I think I'm better off just using i2c0 or i2c1...
View ArticleTroubleshooting • Re: Raspberry Pi 5, official active cooler always running...
You are using RPiOS Bookworm?Statistics: Posted by pidd — Wed Jan 03, 2024 2:57 am
View ArticleRaspberry Pi OS • Scaling not working in Wayfire
I would like to keep the current screen resolution (mode) but scale up the fonts so they are easier to read.I added scale = 1.5 to the wayfire.ini file in the output section for my screen but as soon...
View ArticleGeneral programming discussion • Re: Adding To Program
I've got a database, and I have 4 tables inside. What I seek is a way that once someone joins a new record is made.You need an SQL INSERT operation. It adds rows to tables, containing various things...
View ArticleTroubleshooting • Re: Raspberry Pi Python Memory Leak
Thanks Bensimmo. Definitively will look into it when I rebuild the Pi 3B+. Cheers, BStatistics: Posted by Brian Usher — Wed Jan 03, 2024 3:32 am
View ArticleAdvanced users • Re: Raspberry Pi 5 Overclock CPU/GPU Safety
That’s a lot of over_voltage. Close to 1.0V…May be try it at 1.1GHz GPU and most probably you won’t need any over_voltage for it.Statistics: Posted by MiRaGe_BG — Thu Jan 04, 2024 1:54 am
View Article