Beta testing • Re: rpi-swap (Trixie only) - zram-based swap
I'm sorry, I'm not very familiar with zram. I have some questions and I hope to get some help.1. If using the zram+file mode, does [Zram]MaxSizeMiB=2048 mean that [File].MaxSizeMiB needs to be greater...
View ArticleTroubleshooting • Re: Cloud-init messages appear after restart on the login:...
yeah, from what i read it didn't seem to be of any value to me, so i went ahead and just uninstalled cloud-init.Statistics: Posted by parkay — Wed Oct 22, 2025 3:06 am
View ArticleHATs and other add-ons • Re: Multi port Power Supply
I got it as it seems to meet the requiremnts etc however when pluggin in the RPI5 into the 100w capable port the RPI5 complains that the supply can not supply 5V 5A.Is this true or is there a problem...
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Has anybody been using an on-screen keyboard under Trixie?Under labwc?Customized? i did the entire desktop install with just touch screen10.1" 52pi...
View ArticleGeneral discussion • Re: What product would you like to see?
Labeling of USB power is pathetic for many power supplies and most cables. A big problem will be Pi 5 on 6 amp supplies or cables not supporting the 5 amp mode. If a future Pi power has a separate...
View ArticleTroubleshooting • Finally success with uart console boot with verbose messages!
https://imgur.com/a/J2inyggStatistics: Posted by sparkedmatter — Thu Oct 23, 2025 1:19 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
Thank you! This genius solution worked for me after a week of non help from the manufacturer’s tech support.Statistics: Posted by BriSta — Thu Oct 23, 2025 1:35 am
View ArticleCompute Module • Re: Run_PG and GLOBAL _EN in CM4
Please check and support me, thanks you!Statistics: Posted by giangnv98bg — Thu Oct 23, 2025 1:54 am
View ArticleTroubleshooting • Re: Video/audio issues
Your original issue of improperly detecting the screen and having missing audio is generally because the display EDID can't be read. No EDID on any standard DRM driver results in 1024x768 and no audio...
View ArticleBeta testing • Re: Raspberry Pi Imager 2.0 Open BETA.
1. Please allow for copy-paste in the "Use Custom URI" text box under Content Repository.2. Would this app follow url redirects?Statistics: Posted by CamDP — Thu Oct 23, 2025 2:28 am
View ArticleTroubleshooting • pi zero 2 w boots but won't connect to anything via otg port
My pi zero 2 w was connecting to my MacBook and I was able to ssh over the org port. It rebooted once on its own and now it seems the otg port doesn't work. The pi will get power over this micro USB...
View ArticleTroubleshooting • mounting a network drive over nfs fails on trixie 32-bit lite
I have a bunch of different pi's. I want every one to be able to access a backup drive that's attached to my pi5 and made available over nfs. The mount command fails on each and every trixie 32-bit...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Update:I've polished up the PCM playback now you can load multiple samples as the library will return you a SAMPLE data type where you can trigger play back set looping if you want and if need be stop...
View ArticleTroubleshooting • Re: mounting a network drive over nfs fails on trixie...
It may be useful to also post the full command used for mount-ing the remote folder.Statistics: Posted by mitu — Thu Oct 23, 2025 4:13 am
View ArticlePortuguês • Re: Raspberry PI 5 não liga (led vermelho)
Uma boa tentativa para descobrir o problema será conectar uma Interface Serial/Usb na porta serial do barramento de pinos. Pode usar uma interface com chip CP2102 (são fáceis de usar). Procure por...
View ArticleTroubleshooting • Re: WiFi gone with "Secrets were required, but not...
P.S. I ran out of time and patience with the issue and took the risk:Code: rpi-update *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update ***...
View ArticleGeneral • Re: Sideset issues
It looks like Wokwi's pioasm-wasm hasn't been updated for 4 years. Current pioasm binaries/executables can be downloaded from pico-sdk-tools for some systems (no Wasm yet). The Pico-series C/C++ SDK...
View ArticleKeyboard computers (400, 500, 500+) • Re: Pi 500+ Keyboard Is Possessed
seems like you got a defectiveStatistics: Posted by kerry_s — Fri Oct 24, 2025 2:52 am
View ArticleGeneral • SPI baremetal
Has anyone got baremetal code for the SPI on the Pico?I am bit bashing using this code and it works fine out to LCD screen but .... slowwwwwwCode: #define SPI_DELAY 10static void write_data (uint8_t...
View ArticleGeneral • Re: SPI baremetal
This is probably the culprit:Code: #define SPI_DELAY 10...__delay_us(SPI_DELAY);...I have some code to communicate with an SPI flash, it's about the same thing. With breadboard-style wiring, I put in...
View Article