General discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Connect one power supply only then you're good for sure!Statistics: Posted by aBUGSworstnightmare — Sat Dec 07, 2024 2:37 pm
View ArticleBeginners • Re: Use Raspberry with SSD only (Pi4B or Pi5?)
Problem is I really need to use DietPi because I want to install a software called Loxberry which is specifically for my Loxone smarthome. Loxberry already includes stuff like influxdb, grafana and so...
View ArticleCompute Module • Re: unable to boot cm5 after firmware update on ioboard
Perhaps try re-installing the bootloader via rpiboot https://github.com/raspberrypi/usbboot/ ... /README.mdStatistics: Posted by timg236 — Sat Dec 07, 2024 2:49 pm
View ArticleAdvanced users • Re: Image File Utilities
Do you have any idea what this folder that shows up in the error message is used for (/tmp/img-backup-mnt)? Newer/other Linux distros use tmpfs for /tmpIt might be that the latest RPiOS image also has...
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
Possibly the microSD card has gone into read-only mode to preserve its contents.Statistics: Posted by drgeoff — Sun Dec 08, 2024 2:28 pm
View ArticleTroubleshooting • Re: pyhthon script not booting up on raspberry pi 5 start up
The guide to all things startup (thanks thagrol) is here: viewtopic.php?t=314455What is your python script doing?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:31 pm
View ArticleTroubleshooting • Re: Pi3B won't boot on Bookworm (rainbow screen) but will...
Are you using the 32-bit Bookworm ?Statistics: Posted by neilgl — Sun Dec 08, 2024 2:32 pm
View ArticleCamera board • Re: Camera flickering at low light
What type of lighting ?If you put it in manual exposure and vary the exposure time does it change ?Statistics: Posted by gordon77 — Sun Dec 08, 2024 2:40 pm
View ArticleRaspberry Pi OS • Clarification re: picotool & vs code
I recently set up a new installation of PiOS Bookworm and VS Code on an external HDD connected to a Pi 400. When I execute picotool version in the VS Code terminal window, I get: picotool v2.1.0. When...
View ArticleSDK • Re: prevent "Downloading Picotool"
every time I do clean build is see "Downloading Picotool". I already have it since the last build 15min ago. Why does it default to constantly refetching? [ ... ]A search did not find any info on...
View ArticleBeginners • Re: How work `rpi-eeprom-config` program
Maybe have a look at the source code on github? https://github.com/raspberrypi/rpi-eepr ... rom-configStatistics: Posted by neilgl — Sun Dec 08, 2024 2:54 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom Video Modes, Wayland
Which window manager do you use because the method differs.For wayfire one can add a custom mode in wayfire.iniRunCode: sudo nano .config/wayfire.iniand add your custom mode to the related...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
Not sure if this link to the script I wish to run is allowed but hope its ok https://github.com/ZuinigeRijder/SolisCloud2PVOutputInteresting. I was going to look at the API to get the data, but made...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 4inch SPI Display on RPi5
Sorry, I'm not interrested in providing FOC support to waveshare customers.Just one commend: using ones brain is beneficial!The display where you got the init sequence from is 320x240, yours should be...
View ArticleGeneral discussion • Re: Browser oftren Hangs.
Chromium works fine for me on an 8gb Pi 5. Something's sound off on your system to have what look like memory issues with those lower requirement browsers.Statistics: Posted by jamesh — Sun Dec 08,...
View ArticleOff topic discussion • Re: Falling for AI: My Experience with Twins AI and...
Spam.Statistics: Posted by jdb — Mon Dec 09, 2024 2:27 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Well, that been said, maybe my last comment on Pi500 as I will not get one for sure.I said the same but I guess it depends on what one considers a Pi 500 to be, and whether one was, or would have...
View ArticleSDK • Re: VS Code Pico Extension: Switching to RISC-V Architecture
I'm not sure why that wouldn't be working, compiling that project with the extension using your CMakeLists.txt works fine for me. Could you double check the ~/.pico-sdk/cmake/pico-vscode.cmake file...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
While not solving your problem, can't you use the /dev/serial0 alias to remove the need to detect which platform you are on?That's a good shout, I hadn't spotted that it was an alias. Is it guaranteed...
View ArticleTroubleshooting • Re: xdotool not working Pi5 Debian 12
ok I managed to find a solution. `wmctrl` and `xdotool` need X11 running. I wwas running Wayland.To fix this I ran `sudo raspi-config`went to `Advanced Options` then `Wayland` and select option 1 to...
View Article