Device Tree • Re: MTD is not recognizing SPI NOR Flash
Hi, so I took your recommendation and messed with the spi0-1cs-overlay.dts file and added a spi_nor fragment under all the fragments for the Raspberry Pi as shown below:Code: /dts-v1/;/plugin/;/...
View ArticleAdvanced users • Re: custom image for RaspberryPi 5
Nice to know Buildroot can build Pi5 images now.Statistics: Posted by Gavinmc42 — Fri May 31, 2024 1:28 am
View ArticleCamera board • Re: How do I control Pin 12 on the camera bus?
Which Pi are you using? As none of the camera modules since v1 have had an LED, the GPIO driving that line has been dropped from Pi4, Pi02W, and CM4IO.Due to this there is no configuration defined in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting single relay to trigger
http://www.hiletgo.com/ProductDetail/1958599.htmlThis is the product page from the manufacturer.I bought it on Amazon though. Just a basic Chinese 5V relay.Statistics: Posted by testing8 — Fri May 31,...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
I can't be the only person considering bricking this Pi 5 and ordering a 4? Maybe in a year or three, but for now...nothing is compatible. GPIO...no, use something else, Lidar I picked up...no need to...
View ArticleBeginners • Re: Unable to clone sdcard to other raspberry
Here's the output: Filesystem Size Used Avail Use% Mounted on/dev/root 29G 4.4G 24G 16% /devtmpfs 109M 0 109M 0% /devtmpfs 238M 13M 226M 6% /dev/shmtmpfs 95M 904K 94M 1% /runtmpfs 5.0M 4.0K 5.0M 1%...
View ArticleRaspberry Pi OS • BUG: mod_ssl was compiled against a newer library
I get this error message in my server logs every time I start Apache.[Thu May 30 00:00:28.520917 2024] [ssl:warn] [pid 1137:tid 140735954131200] AH01882: Init: this version of mod_ssl was compiled...
View ArticleGeneral • Re: Forthcoming "RP235x"
More speculations/feature requests It would be nice to have dual logic level 3,3 and 1,8 V selected from the software per gpio, if there was some 1,8 V LDO present (or built in).Add to that support...
View ArticleGeneral discussion • Re: Raspberry Pi 5 on a 4K Monitor
Running the Pi on 4k (using one connected to a 28in monitor, second one on a 50in TV) is not a problem.Never played 4k videos though as I don't have a resource for that.If you want multimedia use...
View ArticleHATs and other add-ons • Re: Longer Flexcables for the M.2 HAT+
Does anyone out there know where one can find a longer flexcable for the new Raspberry Pi M.2 HAT+?I'm using the HAT *not* mounted on the GPIO bus and a longer flexcable would allow positioning the...
View ArticleOfficial Display • Re: Back protection cover?
Cut a piece of plastic, FR4, plywood, whatever you can deal with to shape. Some modified lunchbox may also work.Other option is buying a case with cover included (smartipie, KKSB, etc.)Statistics:...
View ArticleSDK • Re: How to set NO_SYS to 0
You should not be using “pcio_cyW43_arch_none” along with the the other libraries;It is an alternative to the other Pico_cyw43_arch librariesStatistics: Posted by kilograham — Sat Jun 01, 2024 12:36 am
View ArticleTroubleshooting • 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: Pi3B+, 4B, Raspbian, VLC, video files
Yeah, I get that I'm doing it wrong and logged on to post as much. To address your questions:Why does the raspi-config settings have an "expand file system" option if it already does it? Why does the...
View Article