Troubleshooting • RPi Imager v1.8.5 failing with LibreSSL download error on...
I've just upgraded to the 1.8.5 version of the Raspberry Pi Imager tool, and whenever I start the flashing process I see an error popup with the message "Error downloading: LibreSSL/3.3.6: error...
View ArticleGraphics, sound and multimedia • Re: feh showing pictures no longer on target...
Have you looked into how you call feh, and what it actually does according to the manual?https://linux.die.net/man/1/fehStatistics: Posted by deepo — Sat Mar 23, 2024 7:57 pm
View ArticlePython • How do you create a color layer mask that have mid-tones
I would like to improve the layer mask that I am creating in Python. Although my mask pretty much hits the targeted color, my main problem with it, is it is doing so in binary, the pixel is either...
View ArticleTroubleshooting • Re: is my rsync session dead?
That seems to just do the same as screen -ri think the biggest difference, is that -r boots everything else outwhile -x allows you to attach from many places at onceI should have used the -v switch I...
View ArticleOther projects • ZX Spectrum Next + Pi Zero
A few years ago a number of ZX Spectrum Next computers were sold via Kickstarter, and some were equipped with a Raspberry Pi Zero. I have searched for documentation, active users, and such, but until...
View ArticleBeginners • Re: Intermittent Screen Blanks
Did you mean Preferences/Screen Configuration/Screen Layout Editor/Layout/Screens/HDMI-1/Frequency/60.004Hz ?There is no 50Hz to pick from only the selected 60Hz.Statistics: Posted by CJeU — Sat Mar...
View ArticleGeneral • Re: Getting started
Do you have some videos that you could recommend?Not me unfortunately.As I understand it, the "Hello World" output goes to UART pins on the Pico, not the built-in USB. I would need to convert the UART...
View ArticlePython • Re: How do you create a color layer mask that have mid-tones
You'll probably get more relevant answers for that here https://forum.opencv.org/ or here https://numpy.org/community/GIMP is open source and has the same type of functionality, so maybe you can also...
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
With Pimoroni advertising an upcoming dual nvme pcie hat, I may have to reconsider mdadm being pointless.Slightly off topic but...I can see that particular product doing more harm than good. Some...
View ArticleRaspberry Pi 400 • Re: Pi400 Bookworm No Audio
Hi,I don't understand. What URL are you referring to?Thanks,The command above will create and upload the requested information.It will then return an URL where the information is stored.Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Appropriate communications interface...
Thanks for clarification.I have taken your advice and added SPH0645LM4H-B to my wish list.Statistics: Posted by fluff_mech — Sat Mar 23, 2024 8:50 pm
View ArticleRISCOS • Re: RISCOS Internet connection on a Raspberry PI
Someone on StarDot had some success using an ESP8266 and a particular wifi firmware: see here - ESP8266 PPP Serial Modem - WiFi for A3010 - stardot.org.ukStatistics: Posted by scruss — Sat Mar 23,...
View ArticleOther projects • Re: ZX Spectrum Next + Pi Zero
I have the recent Spectrum Next clone Xberry Pi. I've just prepped - but not installed - a Raspberry Pi Zero for it. It uses an unusual header setup.I'd use the thing more but the documentation is not...
View ArticleGeneral • Wondering if there is going to be a New Pico version in the near...
I was wondering if there is going to be a new version of the RP2040 in the near future. Like a 512 kB of RAM version (RP2050), or maybe a 1 mb of RAM version (RP2060), instead of the 264 kB of RAM...
View ArticleUbuntu • Re: RPI 5 - UBUNTU 23.1 - Logs - Important
that's pretty standard on other distro's as raspberry os is the only supported os.rpi5 does not have hardware accelerated video. it's all done in software.ubuntu uses there own raspberry kernel for...
View ArticleGeneral • Re: How to report compile time values ?
I sometimes use this old trick to find the size of a complex structure at compile time:Code: // Trick to find struct size at compile time:char (*__kaboom)[sizeof(my_t)] = 1; // warning: initialization...
View ArticleTroubleshooting • Re: Bookworm - Device tree overlays not loading
likely I am using the wrong terminology here,when no device overlays are loaded, the address is shown (example "20" for 0x20), once the overlay is loaded, it gets converted to UUNo that's not true.20...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Apologies for dragging this thread back on topic...This is exactly what I've been doing since setting up my Pi5 (overclocked to 3GHz) with a 1TB PCIe NVMe SSD running at Gen 3, and an IQaudIO Codec...
View ArticleTroubleshooting • Re: Strange behaviour from 27W USB-C PSU
The PSU is checking that the USB-C CC line is pulled down with a valid resistor value before enabling the output. It is how a USB-C device signals to power source that it wants power. The USB-C PSU...
View ArticleTroubleshooting • Re: Problem while flashing the ISO to t SD card
What happens if you use Raspberty Pi Imager 1.8.5 and a new 32GB microSD card?Statistics: Posted by neilgl — Sun Mar 24, 2024 8:34 pm
View Article