Networking and servers • TFTP boot to iSCSI root on 3B+
I am attempting to netboot my Pi 3B+ using Raspberry Pi Linux, PXE/TFTP, and an iSCSI root. I have mainly followed this guide: https://dashaun.com/posts/raspberry-pi- ... oot-arm64/ and this guide:...
View ArticleTroubleshooting • What is the L4 Chip in RPi 2B?
Hello guys , i've bought a used Raspberry Pi 2B and it is not giving any display via HDMI Port. I w as checking to see if any material is burnt or missing and i found that "L4" Chip is missing.Image...
View ArticleRaspberry Pi OS • Is relatime broken?
I noticed my atimes have been getting updated when I view files yet I am using relatime in fstab. Atimes are showing greater than ctime or mtime which shouldn't happen with relatime.RPiOS Bookworm,...
View ArticleOfficial Display • Official Touch Display 2 is not working
I was using the official display 2 with my rpi 4b, worked out of the box, for the first two days.I had no stand so i just let it sit on the pi for support on a flat table, i am guessing the dsi cable...
View ArticleRaspberry Pi OS • Do *** NOT *** install LibreOffice ...
It is not compatible with wayland/labwc !Install libreoffice-gtk3 instead !Code: lurch left a comment (raspberrypi/bookworm-feedback#398)without libreoffice-gtk3 installed, LibreOffice will try to use...
View ArticleTroubleshooting • Servo sg90 rdoes not work in loop
Code: from dotenv import load_dotenvimport osfrom Read import readIDimport requestsfrom time import sleepimport RPi.GPIO as GPIOload_dotenv()room_id = os.getenv('roomID')name, password =...
View ArticleTroubleshooting • NodeJS failing to install.
In 2019 I started using NodeJS. It took a few minutes to install and I’ve been using it on a few Pi since then. Now one of the CF cards has failed and I’m trying to replace it. I started with a new...
View ArticleRaspberry Pi OS • Kernel - Linux 6.12.20+rpt-rpi-2712 - CPU hotter
Since the kernel update to 6.12.20+rpt-rpi-2712 my Pi5 CPU seem to be a little hotter38c (just browsing with firefox) or more where before the update to was 28c, I know the weather will effect the...
View ArticleGeneral programming discussion • How to install dht22 (am2302) digital...
Hello people, I am trying to setup a dht22 (am2302) digital temperature humidity sensor on raspberry pi3 so the temperature and Humidity is displayed on a GUI configured on a touchscreen display...
View ArticleAdvanced users • PI5, adding SPIs. dtoverlay=anyspi,spi6
Pi5 Linux rasp5Dev 6.12.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64 GNU/LinuxReading various posts and attempting the same I have not been able to add...
View Article