Quantcast
Channel: Raspberry Pi Forums

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 Article


Raspberry 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 Article


Image may be NSFW.
Clik here to view.

General • 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 Article

Troubleshooting • 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 Article

Wanted • 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 Article


Beginners • 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

Troubleshooting • 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 Article

Raspberry 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 Article


SDK • 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