Quantcast

General • Re: Credit Ian Lesnet for E9 Bug in RP2350 ERRATA

Without knowing what Raspberry Pi's criteria are for giving or excluding credit, without knowing the time when something was revealed, and who to, it is impossible to say if any credit given is...

View Article


Troubleshooting • Re: RPI CM4 not booting on power up

i currently have both of them floating as of my first postI see no reference the those pins in your first post so I'll let you work out what is going on.Statistics: Posted by dp11 — Mon Apr 14, 2025...

View Article


General discussion • Re: attempt to start Python in a virtual environment...

I don't think the Python Org has done a good job of conveying that all you need to do is explicitly run the Python for the VENV. In your caseCode: $ /home/eng/pythonvenv/bin/python...

View Article

Networking and servers • Re: Live video on website

Maybe try the picamera2 example mjpeg_server_2.py from github https://github.com/raspberrypi/picamera ... n/examplesWorks OK for me on a Pi4 running Bookworm 64-bit and a Pi Camera Module V2...

View Article

Raspberry Pi OS • Re: Reverting Bookworm to dhcpcd

below by @thagrol describes fallback to DHCPCD (see section 3)https://github.com/thagrol/Guides/blob/ ... okworm.pdfStatistics: Posted by terribleted — Mon Apr 14, 2025 7:18 pm

View Article


Troubleshooting • Re: raspberry pi 5 low voltage

Variants of the above have been asked and answered countless times on these forums.Some people should really learn to search.Short answer, if you have power problems the easiest solution (for most...

View Article

SDK • PIO and Interrupts

I'm trying to use a PIO to output a step pulse for 4 motors. The PIO routine sets IRQ0, but the interrupt handler is never called. The RP2350 is new to me and I have been looking for examples as well...

View Article

Troubleshooting • Re: Backup restore failure

Same model Pi?If not, is the OS you backed up earlier than the release date of the Pi that won't boot?Statistics: Posted by thagrol — Mon Apr 14, 2025 7:22 pm

View Article


HATs and other add-ons • Re: Build Hat

It worked for a while and now a different student is having issues. This is the error they are getting now.Traceback (most recent call last): File "<string>", line 3, in <module> File...

View Article


Gaming • Re: PS2 revival

I was hoping to play PC titles and use cloud gaming for ps5/4 and xbox games. So pretty much just building a mini PC inside of a ps2Streaming might be possible. IIRC folks have done it with Steam....

View Article

General discussion • Re: PI5 using SAN disk SD card

Third, don't start two threads for the same issue.Statistics: Posted by thagrol — Mon Apr 14, 2025 7:30 pm

View Article

General • get_absolute_time() returning 0 under gdb

Hi,I have an issue with get_absolute_time() which is properly working on my target without gdb, but always return 0 when a gdb is connected.Code is very simple:Code: while (true) { absolute_time_t now...

View Article