Compute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Good idea, thanks. I don't have kicad but I have uploaded the zip as is to https://www.pcbway.com/tool/ElectronicDesignViewer and can see both schematics and pcb ant it looks like it is straight...
View ArticleTroubleshooting • GPIO error on Rasp PI 3B+
Hello everyone, could not find answer here nor on the web. Pretty strange ... the system returns an error but seams to work anyway. I want to eliminate the error.Such is my code (lines 1-11)Code:...
View ArticleTroubleshooting • Re: STICKY: Bookworm, Point to Point Ethernet (inc g_ether)
Update: The above method no-longer works as ifupdown is no longer installed by default on Bookworm (since October/November 2024).There are a couple of potential workaround but both currently require...
View ArticleSDK • Error compiling btstack program with Pico 2W
Hello, I'm trying to port a piece of software I'm working on from pico W to pico 2 W because i need to have the extra RAM, storage but mostly the extra PIO, I've just updated the SDK to version 2.1.0...
View ArticleFor sale • Re: ADV7280m Hat for Pi Zero
For anyone interested the board is on tindie and hackaday.ioStatistics: Posted by lerabot — Wed Nov 27, 2024 3:06 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 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 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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: ch341 USB serial devices on raspbian...
I think that issue was resolved with the 5.x kernel. What type of CH341 interfaces are you using? USB → TTL, or USB → RS-232?Most CH341 TTL board don't have flow control or RI lines, so something else...
View ArticleTroubleshooting • Re: Fried Pi?
Erm, did I misread that the OP had already done that?Yes, you are right. I didn't read carefully enough.Still, it is likely that there is some other explanation. I have had at least two instances...
View ArticleCompute Module • Re: Bypass eMMC on Raspberry Pi Compute Module 5 to boot...
There is no legal requirement to use Raspberry Pi SD cards or SSDs. Use whatever you are comfortable with. We have however put these devices through very vigorous test procedures to make sure they...
View ArticleGeneral • Re: Raspberry Pi Pico 1W - wlan.status('rssi')
Reply to my own post. The first step was to use a more recent Pico and the latest version of the firmware. These changes made no difference. In its development mode, the Pico is heavily loaded,...
View Article