Camera board • Re: Updating libcamera
If you want the latest versions of libraries then you need to be using the current OS release, which would be Bookworm.Bullseye is now the legacy release, so other than security fixes, it won't get...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
OP asked the question "does it make sense to make a laptop with a Raspberry Pi 5". By definition a laptop is a packaged/fully integrated electronic device that has all the bits contained within said...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How many cameras can the Pi5 support?
Yes Pi5's CSI2 receiver supports virtual channels, and can write out up to 4 streams of data into memory.However it also supports routing one stream of data directly to the Camera Front End (CFE)....
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
In the process of installing some code/changing settings to allow me to connect via ethernet (as not able to SSH when the Pi can't connect to wifi), and in this process I restarted the Pi and it's...
View ArticleOther • Re: How to clone on a 512GB micro sd card?
I need a lot of help. The raspberry pi 4 that i bought came with 32 GB on the micro sd card. I recently bought a 512 GB micro SD card and I am trying to clone the origanal SD card to the new one. I...
View ArticleDevice Tree • Re: How to select a device tree on the basis of GPIOs?
Isn't that https://www.raspberrypi.com/documentati ... pio-filterKinda. GPIO based conditional filters are XOR and last one wins. That means one GPIO per overlay or combination of overlays except for...
View ArticleNetworking and servers • Nginx always redirects to https
Hello,I have three docker containers running on my raspberry. First is homeassistant which is created via default docker compose. Second is nginx connected to third container node app. When I access...
View ArticleBeginners • Re: New sd card
does this incluse the bootloader?I have simply referred you to a possible solution for you requirement.I have never used PINN: I simply use a separate microSD card or other mass storage for each...
View ArticleTroubleshooting • Re: How to map IR scan codes to Key symbols to ALSAMIXER...
Hello again!executing each of the below commands works as intended.Code: /usr/bin/amixer -c 0 set PCM 1.5dB+/usr/bin/amixer -c 0 set PCM 1.5dB-/usr/bin/amixer -c 0 set PCM toggleHowever, in the...
View ArticleGeneral discussion • Re: Pi 5 case for NVME?
or use another case - refer to https://forums.raspberrypi.com/viewtopi ... B#p2228918NOTE: this KKSB case has a design flaw as it does not allow the hot air to escape from the case in a straight line....
View ArticleAdvanced users • Re: Shrink-backup: a backup tool for SBC:s
==> shrink-backup 1.1 release <==With this release versioning is changed from x.x.x to x.xThe most noticeable change is the UI with coloring. But small efficiency increases to the code has also...
View ArticleTroubleshooting • Re: 3B+ different boards?
Thank you!I will need to find someone with "old" boards...... or a Raspberry Pi Engineer who knows what he is talking about.I'll see if I can find one.Statistics: Posted by jamesh — Wed Jun 26, 2024...
View ArticleCamera board • Re: Suppot for OV2311
Hi: Three format are support for the driver. Y10,Y10P,GREY. when v4l2-ct command streaming to a image file . Maybe the format is GREY, so I can't open and show it . Need some tool to transfer the...
View ArticleGaming • Re: windows 98 on pi zero 2w with dosbox-x
and for windows 95 ?Statistics: Posted by sazearte — Wed Jun 26, 2024 7:10 am
View ArticleRaspberry Pi Connect • Re: Set up RPi connect on RPI5 with bookworm --ALL...
Ok, The situation now is that i have had the RPi switch off overnight, and have just tried to see if things have changed at all?Powered up Rpi5 and waited a few moments, then activated my RPi Connect...
View ArticleGeneral discussion • Reinstall RPi OS after removing XFCE
how can i reinstall rpi os with wayland enabled after removing xfce (bookworm) ?Statistics: Posted by dennmtr — Wed Jun 26, 2024 7:36 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Here's what I've done so far:1. **Tested Raspbian Installation**: Installed Raspbian on a microSD card.2. **Enabled PCIe**: Edited "/boot/firmware/config.txt" to enable PCIe by adding: Code: #...
View ArticleNetworking and servers • Re: Nginx always redirects to https
I don't know Nginx very well (I mostly use Apache) but I suggest you start by looking at the /my-node-path/nginx.conf file to see if anything in there is trying to force an SSL connection.Also, what...
View ArticleDevice Tree • Re: failed to add spidev0.2 on pi 4b
Post your overlay(s) here so we can see where it's going wrong.Statistics: Posted by PhilE — Wed Jun 26, 2024 8:06 am
View ArticleTroubleshooting • mmc0: Card stuck being busy! __mmc_poll_for_busy
ive been having an error with my pi5 on a lexar uSD cardCode: May 14 11:46:58 raspberrypi kernel: Linux version 6.1.0-rpi8-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0,...
View Article