General 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 ArticleBeginners • Re: A replacement for MotionEyeOS?
Something odd with the quoting in that last post?Build motion from source as I said earlier - it works.Sorry, I thought your previous post provided a solution only for the most recent hardware and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Drink more coffee maybe and then read the error message again.your file:/mnt/ssd/Movies/Smile-2022/Smile-2022.mp4 does not exist, nothing to do with ffmpeg or jellyfinfix the...
View ArticleMicroPython • Re: Pico 2 W MicroPython UF2
The Pimoroni boards have some good features such as USB-C and Reset buttons. They can sound out the market now they do not have to pay for Wi-Fi certification. Of more interest to me for model...
View ArticleBeginners • Upgrade kernel to latest stable kernel
How to upgrade the kernel to latest stable kernel? I managed to upgrade to latest beta version, which seems to never receive upgrades. On the rpi4 I did the upgrade the beta versions it's stucked at...
View ArticleBeginners • Re: Upgrade kernel to latest stable kernel
sudo apt updatesudo apt full-upgradewill get your system entirely up to date.Statistics: Posted by jamesh — Thu Nov 28, 2024 2:48 pm
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