Raspberry Pi OS • Re: Latest update
I did not do a full-upgrade on the SD card but that has worked, I hardly ever do a full-upgrade as the Internet says this is dangerousNo. Running "apt upgrade" is dangerous. ALWAYS use "apt...
View ArticleTroubleshooting • Re: What is the L4 Chip in RPi 2B?
So it may be the reason that HDMI doesnt work?Statistics: Posted by intelultra — Tue Apr 01, 2025 5:01 pm
View ArticleC/C++ • Re: Using GCC 14 on Debian bookworm
This script always works for me on the Pi5 with bookworm:Code: #!/bin/bash# REMEMBER TO UNCOMMENT THE CONFIGURE LINE FOR YOUR TARGET PLATFORM.# ... and comment out the default of course.# Note for...
View ArticleGeneral • Re: "Can't convert str to int' error writing to SD card
It appears to be an implementation added to MicroPython in 2016 v1.8.3. Very interesting.py/stream: Implement 2- and 3-arg write() method as an extension to CPython.3-arg form:stream.write(data,...
View ArticleGraphics, sound and multimedia • Re: ffmpeg cant find camera module 3
Use libcamera. FFmpeg doesn't know how to drive a raw image sensor and pass the images through an ISP.Statistics: Posted by 6by9 — Tue Apr 01, 2025 5:10 pm
View ArticleSDK • Re: Where is PICO_PLATFORM specified when a board is used
Not sure why that isn't in the RP2350 datasheet though. It may not be used. I'll check with the ASIC team.It is used here in boot_stage2 for RP2350: https://github.com/raspberrypi/pico-sdk ......
View ArticleGeneral discussion • Do *** NOT *** install LibreOffice ...
It is not compatible with wayland/labwc !Install libreoffice-gtk3 instead !Code: lurch left a comment (raspberrypi/bookworm-feedback#398)without libreoffice-gtk3 installed, LibreOffice will try to use...
View ArticleTroubleshooting • Re: File larger than SD Card
That kernel version (5.10.103+) is extremely old. Is that the kernel you are still running, or are those modules left over from an upgraded system?The inode appears corrupt. The ownership,...
View ArticleWanted • Re: 2.5Gbps ethernet card?
See Jeff's testing roundup of PCIe devices - https://pipci.jeffgeerling.com/#network ... i-adaptershttps://pipci.jeffgeerling.com/cards_ne ... 25gbe.html using the Realtek 8169/8168/8101/8125 driver....
View ArticleBeginners • Re: Python Bluetooth message
Beginner's guide to Bluetooth here.https://github.com/petzval/btferretYou need a Bluetooth Serial Terminal on Android and a classic server running on the Pi.Statistics: Posted by petzval — Tue Apr 01,...
View Article