Raspberry Pi OS • Will a SD card configured for Pi3b work on Pi5
In other words, can I take my SD from a Pi3b, put it in my Pi 5 and maybe run apt update/upgrade and start using it (without any degradation to services, etc)?ThanksStatistics: Posted by kc2njv — Tue...
View ArticleRaspberry Pi OS • Re: Will a SD card configured for Pi3b work on Pi5
It depends.What OS and what named release of that OS is on the SD card?RPiOS Bookworm 64bit - yesRPiOS Bookworm 32bit - maybeRPIOS Bullseye or earlier - probably not.Statistics: Posted by thagrol —...
View ArticleRaspberry Pi OS • Re: apt-get not working any more
You should use latest OS - your 6.1 kernel is quite old.what about Code: sudo apt updateStatistics: Posted by aBUGSworstnightmare — Wed Sep 18, 2024 8:36 am
View ArticleRaspberry Pi OS • Can't install 'python3-pyyaml' and 'python3-unidecode'
Hi there,I wrote a small program in python using "import yaml" and "from unidecode import unidecode".Now I want to run the program on my Rapsberry Pi (4 Model B) with the latest OS and updates (I set...
View ArticleRaspberry Pi OS • Re: Can't install 'python3-pyyaml' and 'python3-unidecode'
EDIT:meanwhile I found a way to install the two libraries with:Code: pip3 install pyyaml --break-system-packagesandCode: pip3 install unidecode --break-system-packagesNow my question ist: Is this...
View ArticleRaspberry Pi OS • Re: How to disable broadcast messages on screen
Further investigation has revealed the shutdown/reboot commands are baked into Code: /usr/bin/lxde-pi-shutdown-helper which is a compiled GTK C program: https://github.com/raspberrypi-ui/pishu ......
View ArticleRaspberry Pi OS • Raspberry Pi OS (RPI5) robustness to SSD disconnects
Hi all,I am currently designing a PCBA for the Raspberry Pi 5, so the the Pi can run from an SSD (via PCIe). So far the job seems quite easy, because of the nice documentation (it is a lot of fun...
View ArticleRaspberry Pi OS • is CONFIG_STRICT_DEVMEM set to yes by default ?
Hi Folks,I was following an article to install some applications on raspberry PI Zero 2W and Pi 4. it stated that the application will not work because new linux kernel has 'CONFIG_STRICT_DEVMEM=y'...
View ArticleRaspberry Pi OS • Re: is CONFIG_STRICT_DEVMEM set to yes by default ?
Easy to find out:Code: pi@m2hat:~ $ sudo modprobe configspi@m2hat:~ $ zcat /proc/config.gz | grep STRICT_DEVMEM# CONFIG_STRICT_DEVMEM is not setSo no.Statistics: Posted by dom — Wed Sep 18, 2024 5:30 pm
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS (RPI5) robustness to SSD disconnects
The robustness of RaspiOS to an SSD boot device suddenly disappearing should be about nil. I've never seen an OS survive a vanishing root filesystem.My predictions:With RaspiOS in standard mode, if...
View ArticleRaspberry Pi OS • Help! Pi OS booting to black screen
Hey all, I'm brand new to this forum and desperate for help/advice. I've been using a Raspberry Pi strictly as a Pi-Hole for a few years now. Recently I went to update the OS and Pi-Hole, but all I...
View ArticleRaspberry Pi OS • Re: Will a SD card configured for Pi3b work on Pi5
Do the Code: sudo apt updatesudo apt full-upgrademantra before moving from Pi3B to Pi5.I update all my Pis and Linux server and Windows, IOS, blah blah at least weekly, if not automated. Btw, the Pi3b...
View ArticleRaspberry Pi OS • Question about bootloader update.
Hello, I upgraded the bootloader (released 2023-01-18) using the Raspberry Pi Imager (v1.8.5) on my Pi 400. However, when I ran the command to verify that everything was okay, it seems that there is...
View ArticleRaspberry Pi OS • Re: Purging rpi-eeprom on 3B+ breaks boot
Thanks for your responses. I'll just be satisfied with the reality that we cannot really know what is in rpi-eeprom because it contains vendor proprietary code and even though the 3B+ allegedly...
View ArticleRaspberry Pi OS • Re: Programs that use 100% CPU
no. I've never played with any of the overclocking stuff.Statistics: Posted by BigRedMailbox — Mon Sep 23, 2024 9:11 pm
View ArticleRaspberry Pi OS • reinstall rpi os in situ
morning,just cause I'm lazy and dont want to remove a pi 4 from the wall...is there any way to do a clean install of rpi os on the pi itself without removing the ssd card?thanksStatistics: Posted by...
View ArticleRaspberry Pi OS • Re: reinstall rpi os in situ
Is "the ssd card" a microSD card or an SSD (solid state disk) ?Statistics: Posted by neilgl — Tue Sep 24, 2024 9:47 am
View ArticleRaspberry Pi OS • Re: How can I trigger monitor sleep?
Try this - viewtopic.php?p=1344019#p1344019Statistics: Posted by kenkil — Tue Sep 24, 2024 2:07 pm
View ArticleRaspberry Pi OS • Re: Help! Pi OS booting to black screen
I think it's be easier for me to just rebuild it since I don't have another SD card and have no interest in buying one. I was hoping there was a simple fix as to why it's still working but just a...
View ArticleRaspberry Pi OS • Re: How to bind screenshot to print screen key
LOL - I found this post I made when I was searching the PEAS error message.Are you guys thinking I'm an AI?I am happy to verify with the admin that I'm a human and in no way an AI.A long time ago - I...
View Article