Troubleshooting • Pi 4/4Gb (Pi OS Lite 54)
Hi,So I've been installing Open media Vault which uses Pi OS Lite but although I installed it successfully, I'm now having problems logging on via SSH (MobaXterm) in that I continuously get "Access...
View ArticleRaspberry Pi OS • Re: Buildroot + Raspberry PI CM4 IO Board
Not really comparable, as I've have been manually figuring out what's required for the official 7" display on a Pi5, but maybe you can derive what's needed in your case: I had to add:...
View ArticleDevice Tree • Re: Using dtoverlay GPIO expander gpios in kernel driver
I'll read that.Again, thank you very much.Statistics: Posted by DigitalLumberjack — Tue Nov 26, 2024 3:08 pm
View ArticleGraphics programming • Re: 7" Display 2 and rotating content using DRM
You are correct that the overlay override is only setting a property on the connector. It is up to userspace to do something with that (fbcon, X11, Wayfire, and labwc all should do...
View ArticleTroubleshooting • Re: 512 GB card is too small for 477 GB image
As soon as I got it I imaged The SD card 512GB in case the card died. The image is 477GB. Well just a couple of months later the card did die so I tried putting that image onto a new sandisk Extreme...
View ArticleGeneral discussion • Re: Raspberry Pi 5 Crashes When Running FFmpeg for...
Doesn't Jellyfin use their own ffmpeg implementation? I remember something like that. I also used Jellyfin with RPi 5 but not anymore.Statistics: Posted by keyboardman — Wed Nov 27, 2024 3:10 pm
View ArticleSDK • Re: Error compiling btstack program with Pico 2W
Do you link to pico_btstack_ble? It looks like ENABLE_BLE=1 is missing somehow. Can you run "make VERBOSE=1" and post the output?I don't think we've changed anything significant around there so I...
View ArticleMicroPython • Re: Modify date on an LCD clock with RTC module 1307
Thank you for your answer I will look at that but it feels like there's got to be an easier way but it might not be ..Otherwise I might have to change device to a bigger version of pi...Statistics:...
View ArticleMicroPython • Re: About the core use when using _thread module?
CPython is admittedly off topic for MicroPython which is different and has its own challenges.Not entirely as MicroPython is generally version 3.4 compatible with some adoption of later version...
View ArticleCompute Module • Re: CM5 RAM Options – Is 16GB Coming?
Looks like the availability of a 16Gbye RAM chip is enabling that for the CM5 and the Pi5. See viewtopic.php?p=2272126#p2272126 about the latter.-If the classic Raspberry Pi 5 got an upgrade to 16GB...
View ArticleCompute Module • USB 2.0 and 3.0?
Hello, Doesn't the CM4 have both usb 2.0 and 3.0? I was wondering becuase on the I/O board it only shows 2.0 and does not have 3.0.JosephStatistics: Posted by josephchrzempiec — Wed Nov 27, 2024 3:21 pm
View ArticleGeneral • search example arm pico2 assembler program without use sdk
Hello.Does anyone have an example (or a link to a site) of a simplest ARM assembler program to blink the led to rp2350 without compiling using the sdk.I can't get mine to work even though I put the...
View ArticleCompute Module • Re: USB 2.0 and 3.0?
Doesn't the CM4 have both usb 2.0 and 3.0?No. CM4 and the official CM4 I/O board only have USB 2.0. Plug in a USB 3.0 card if USB 3.0 is needed.Statistics: Posted by trejan — Wed Nov 27, 2024 3:23 pm
View ArticleAutomation, sensing and robotics • Re: How to get reading from LDR Matrix
Probably the most common technique for this is a reed switch at each square location, and a magnet in the base of the piece.Yes, or hall sensors, which are very compact with good sensitivity.An...
View ArticleUbuntu • Re: Ubuntu 25.04
What is this post about?(i)Fastfetch ,https://github.com/fastfetch-cli/fastfetch, can be installed on Ubuntu 25.04 . Unlike Fedora or openSUSE, fastfetch is not yet available on Ubuntu using 'sudo apt...
View ArticleHATs and other add-ons • Re: Error: no module named pa1010d (The Pi Hut GPS...
I had selected the virtual environment at the bottom right corner of the Thonny editor.What, exactly, do you see as the name of the Python3 interpreter at the bottom right of the screen, after...
View ArticleBeginners • Re: Problems with apt upgrade
try this:sudo apt updatesudo apt full-upgradesudo apt --fix-broken installand then sudo apt autoremove (to remove unused/no longer needed stuff)Statistics: Posted by terribleted — Thu Nov 28, 2024...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Same happens on 6.6.63!Code: [ 77.541158] vc4-drm gpu: [drm] *ERROR* flip_done timed outOkay. If it's not 6.12 kernel specific create an issue here.Try to keep this thread for issues that only affect...
View ArticleTroubleshooting • Re: Raspberry Pi 4 Won’t Boot from SSD - Stuck on “Welcome...
first boot can take some time, due to resizing the file systemHow long did you wait (it can be minutes)?Statistics: Posted by terribleted — Thu Nov 28, 2024 3:07 pm
View ArticleUbuntu • Re: Upgrading Pi from Ubuntu 23.10?
sudo do-release-upgradeStatistics: Posted by PilotPaul — Thu Nov 28, 2024 3:13 pm
View Article