Quantcast
Channel: Raspberry Pi Forums
Browsing all 5012 articles
Browse latest View live

Advanced users • Re: Moving Linux Kernel to 6.12

Code: ubu@raspberrypi:~ $ sudo rpi-update next *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update *** Relaunching after update *** Raspberry Pi...

View Article


MicroPython • Re: Connecting to the Internet with new Pico 2 W

Code: import timeimport networkssid = 'BT-JJAC9T'password = 'xxxxxxxxx'wlan = network.WLAN(network.STA_IF)wlan.active(True)wlan.connect(ssid, password)# Wait for connect or failmax_wait = 10while...

View Article


Raspberry Pi Connect • Re: No connect buttons on "devices" screen

I'm having this same issue with Raspberry Pi Connect lite. No connect buttons show up, and I'm signed it, remote shell is allowed, and everything in the doctor is good.I've replied to your other...

View Article

General discussion • Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...

Hello Raspberry Pi Community,I'm encountering a persistent issue with my Raspberry Pi 5 running Debian Bookworm. I’ve installed FFmpeg and set up the Jellyfin server to stream movies. However,...

View Article

Compute Module • Re: CAM1 not working on a custom board with a CM4

i2c-10 would normally be on GPIOs 44&45.Prove your wiring by attaching an oscilloscope to those 2 GPIOs, and using "pinctrl set 44,45 op dh", and "pinctrl set 44,45 op dl" to set it high and low...

View Article


Raspberry Pi OS • Re: Where to make requests for Raspberry PI OS?

RemovedStatistics: Posted by gordon77 — Wed Nov 27, 2024 12:41 pm

View Article

Compute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?

The CM5 IO board design files are available so I would check those out.Statistics: Posted by jamesh — Wed Nov 27, 2024 12:45 pm

View Article

Troubleshooting • Re: 512 GB card is too small for 477 GB image

Congratulations. You've just found that not all SD cards of the same size have the same capacity. Not even ones of the same brand/model. (Note the small print on the listed capacity!).It's pot luck if...

View Article


Off topic discussion • College of Contract Management

The College of Contract Management has enhanced my expertise in commercial management through focused training. Their online courses offer the flexibility to pursue further education while managing...

View Article


General discussion • Will a 5 inch display get released?

Hello,I was really happy with the new touch display 2 since it made a lot of cool improvements to previous issues with the older display (like the thickness and weight). But on the other hand I was a...

View Article

Ubuntu • Re: Ubuntu 25.04

yes, but why did you cross post similar cryptic posts over 3 topics already, wasn't the RISC-V emulator one good enough for that?Statistics: Posted by fanoush — Thu Nov 28, 2024 12:28 pm

View Article

AI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...

The apt packages should now be updated, please try doing an update through apt and hopefully this should be resolved.Statistics: Posted by naushir — Thu Nov 28, 2024 12:34 pm

View Article

Compute Module • Re: Bypass eMMC on Raspberry Pi Compute Module 5 to boot...

..In India Official Raspberry Pi 512 GB SSD is going to be shipped from Second Week of December.I'm contemplating to use Crucial P3 Plus 1TB PCIe 4.0 3D NAND NVMe M.2 SSD. Its much economical when you...

View Article


AI Camera - IMX500 • Re: ValueError: tensor info length 260 does not match...

Would you be able to update your Picamera2 package via apt and try again? Hopefully this should now be resolved.Statistics: Posted by naushir — Thu Nov 28, 2024 12:35 pm

View Article

Troubleshooting • Re: Fried Pi?

1) It is almost certainly the case that the Pi itself is fine. But the software (OS) on the SD card may have gotten corrupted. Best advice is to get a different SD card, install a new system. Boot the...

View Article


Camera board • Re: Field of view wide-angle camera for raspberry pi zero

Thanks for your answers.My guess - and the basis of the above comments - had been either :-https://www.berrybase.de/en/kamera-mit- ... -zero-15cmYes this is indeed the camera I got.If we accept that...

View Article

General discussion • Re: Will a 5 inch display get released?

a 5in display with the same resolution is 'visible' from the kernel sources --> will be released in the (most likely) near futureStatistics: Posted by aBUGSworstnightmare — Thu Nov 28, 2024 12:40 pm

View Article


Image may be NSFW.
Clik here to view.

Graphics programming • Re: 7" Display 2 and rotating content using DRM

And it works. Very nice. One showstopper was to figure out why my initial code didn't work. Turns out the transpose seems to not like DRM_FORMAT_BGR888, framebuffers as target when transposing. The...

View Article

Raspberry Pi OS • Re: on-screen keyboard on system with multiple touchscreens...

But it's not the first monitor from my obeservations; it's the monitor which shows the taskbar.By default, the taskbar is displayed on the first monitor. Certainly for me, moving the taskbar to a...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Goodix GT911 touchscreen on I2C20 (CM4)

Thanks both of you - changing it to &ddc0 appears to have done the trick!Statistics: Posted by John_U — Fri Nov 29, 2024 12:11 pm

View Article
Browsing all 5012 articles
Browse latest View live