Raspberry Pi OS • Re: Latest update
I now have written the files and get a bit further the partition was corrupted intramfs8 and intramfs_2712 were the culprits hereThe PI now boots to a black screen with a steady cursor top left and...
View ArticleRaspberry Pi OS • 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 ArticleGeneral • Re: "Can't convert str to int' error writing to SD card
Unfortunately I could not find a description of the write-method in the docs.But we have to agree that MicroPython documentation is fantastic. [MicroPython police]Statistics: Posted by gmx — Tue Apr...
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 ArticleTroubleshooting • Re: What is the L4 Chip in RPi 2B?
And i just found out there is no R14 and R56 either. Should i bridge them too?Only if you want to let the magic smoke out.Bridging a filter is one thing, but resistors will have a definite function.I...
View ArticleRaspberry Pi OS • Re: 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 ArticleSDK • Re: Where is PICO_PLATFORM specified when a board is used
If you don't specify a platform it will use the default via the build system. I have this line in some of my CMakeLists.txt files.Code: set(PICO_PLATFORM rp2040)Statistics: Posted by Mike**K — Tue Apr...
View Article