Troubleshooting • Re: Rpi3B+ won't boot from same card as Rpi3B, latest image...
I think I solved it - this board may be a knockoff (I got it in 2014, there's no wifi or bluetooth modem on it)3B +:Code: pi@octopi:~ $ cat /proc/cpuinfoprocessor : 0model name : ARMv6-compatible...
View ArticleTroubleshooting • Re: Is it 32-bit or 64-bit?
As the last line shows, you have a Raspberry Pi Model B+, i.e. a Raspberry Pi 1B+, not a 3B+. You also said it was from 2014 and the 3B+ wasn't released until 2018.The Pi1 is 32-bit only (and Armv6 at...
View ArticleCamera board • Re: Unable to connect imx585 camera using raspberry pi 4
Reading https://cine-fox.github.io/starlightEye.html it also says Just FYI that that webpage is not own by me, the owner of the website cloned my Github page here...
View ArticleAutomation, sensing and robotics • Re: Reliable Tilt Switch
Are you sure it's not a software issue?Also, I recommend connecting your switch between GPIO and GND, and either adding a pull-up resistor to 3.3V, or turning on the built-in pull-up.Tilt switches are...
View ArticleTroubleshooting • Rpi 3B+ shows only one CPU and no modem?
I have a 3B+ rev 1.2 from 2014 I think it might be a knockoff.It shows no modem and only one cpu - has anyone seen this before?Code: mofo@BOOTY:~ $ cat /proc/cpuinfoprocessor : 0model name :...
View ArticleTroubleshooting • Re: Rpi 3B+ shows only one CPU and no modem?
that's not a 3b, there's no 3 before the bModel : Raspberry Pi Model B Plus Rev 1.2Statistics: Posted by kerry_s — Sat Jun 01, 2024 1:59 am
View ArticleMicroPython • Re: v1.23.0 released
The rp2 port has added the new machine.USBDevice dynamic USB driver, and has had firmware performance optimisations applied to critical parts of the runtime and VM, giving about a 10% performance...
View ArticleGraphics, sound and multimedia • Re: RPi MP3 player questions
The heatsink is overkill. I used some tiny copper heatsinks. The fan in the main case will move air around.For that size overall, I recycled mSATA SSDs in mSATA to USB enclosure boards with or without...
View ArticleRaspberry Pi OS • Re: A project requires "pibooth" which says it...
If you're using a Raspberry Pi camera, this project won't work with the latest OS. The project's a few years old, and uses the older 'picamera' libraries. These are no longer supported.Some of the...
View ArticleTroubleshooting • Re: Apt install fails
A number of threads suggest increasing the swap size to overcome apt problems on lower memory Pi's.Statistics: Posted by pidd — Sun Jun 02, 2024 1:23 am
View ArticleGeneral discussion • Re: Supported SD card for Pi5
There is a thread abut A2 support in the Pi 5 and it appears to work for new Sandisk A2 cards. I tested the changes mentioned in the thread and it did not work for my existing A2...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Thanks for the upgrade for Kodi. I was wondering if we could get the current version of pvr.iptvsimple for install as well? I believe its 21.8.0.I was wanting to try out this kodi addon...
View ArticleBeginners • Help with Pi unknowingly shutting down.
Story:Code: Raspberry Pi 3 Model B Plus Rev 1.3PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"NAME="Raspbian GNU/Linux"VERSION_ID="10"VERSION="10...
View ArticleRaspberry Pi OS • How to remove extra architectures from updates?
Hey All,I notice that the dist-updates on my various Raspberry Pi's are taking quite a while to finish now, and that they are building kernels for every architecture of Raspberry Pi OS as well. I...
View ArticleBeginners • making an image of the RPi operating system to copy onto other RPi's
Greetings, I have amassed 6 Raspberry Pi 5's, they all have a pimoroni pcie express boards and 512GB NVME drives on board. They also each have a POE board to aid in cable management. Finally they all...
View ArticleBeginners • Re: Help with Pi unknowingly shutting down.
try increasing swap, your most likely running out of ram.Statistics: Posted by kerry_s — Sun Jun 02, 2024 2:48 am
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Raspberry Pi Icons Disappear
have you tried right clicking the panel and adding back.Statistics: Posted by kerry_s — Sun Jun 02, 2024 2:51 am
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Hello DarkElvenAngel,thanks for this very helpful script, love it Two questions, please:- is there any way to install the "Argon One LX Plug" under the actual Raspberry OS Bookworm?- is it planned to...
View ArticleBeginners • Re: Error while using USB hub with Raspi zero w "USB...
Does anyone knows why it is happening and how to fix it.This USB Hub has a simple MW7211A IC, nothing fancy so what is it that makes other usb hubs to work with RasPi but not this one?Statistics:...
View ArticleSDK • Re: "Raspberry Pi Pico File System Selection Guide"
I also seem to have managed to get it to work for a 'Run from RAM' program while accessing the file system in flash. That should open the door to easier and better recovery of MicroPython systems...
View Article