Quantcast
Channel: Raspberry Pi Forums

General discussion • Re: How will California Law (AB 1043) affect Raspi OS?

Besides, Operating Systems are never "sold", you just have a licence to use them.Just to note that the bill itself does not use the word "sold" at all, nor did I spot any synonyms or equivalents for...

View Article


C/C++ • Re: Any reccomendations for VScodium C/C++ extensions ?

I don't think there is any incompatibility, other than I am incompatible with tools that hide what is actually going on and do little more than tell you "something went wrong" when something goes...

View Article


Troubleshooting • Re: Getting GPIO Python code running at boot

And is the python script using a custom import module from adafruit?Statistics: Posted by neilgl — Fri Feb 27, 2026 7:34 pm

View Article

Raspberry Pi Connect • Raspberry Pi 4: Red LED solid, green LED blinking, no...

Hardware / setupRaspberry Pi: Raspberry Pi 4 Model BDisplay: [monitor model], input: HDMIHDMI cable/adapter: [micro-HDMI to HDMI cable or adapter]Power supply: [official 5.1V 3A or specs]IssueI’m...

View Article

MicroPython • Re: Pico GPS Date/Time server (no WiFi)

I need to do a bit more testing, but I think it does what I need. Feel free to poke holes in it as I would like to learn more microPython.It is good enough as far as it goes but I have always been...

View Article


Image may be NSFW.
Clik here to view.

Raspberry Pi OS • Raspberry pi500+ Sound Mixer / Panel

Dear Raspberry Pi Support Team,​I am a user of the new Raspberry Pi 500+ and I am currently working with the latest Raspberry Pi OS (using the labwc compositor).​I would like to inquire about the...

View Article

Troubleshooting • Re: Pi 5 Bootloader not giving boot device choice

Good day,After much time and experimenting I have found a way to get the bootloader "boot device" choice prompt to come up on the screen reliably. The USB-keyboard must be plugged into the upper USB...

View Article

Troubleshooting • Random restarts after upgrade to Raspbian OS trixie

I upgraded myRaspberry Pi Model B Plus Rev 1.2to the latest raspbian OS and after a couple of days I get unexpected restarts without any valuable information in the logs. I am using the Official...

View Article


Beginners • Re: How should I properly setup my Raspberry Pi 5 headless?

The cause of this problem was identified in July 2024 and the solution was given in viewtopic.php?t=373071 which was to add Code: video=HDMI-A-1:1920x1080@60D to cmdline.txt. An alternative was to...

View Article


Troubleshooting • Drag and Drop Move and Copy not working

I know this has been discussed before, I'm still stuck on it. I'm using an updated version of Bookworm on a Raspberry Pi 5 and I can't move or copy to my Downloads folder with drag and drop. Menus and...

View Article

Troubleshooting • Re: Random restarts after upgrade to Raspbian OS trixie

Booting to desktop or command line?Might be running out of memory. IIRC the 1B+ only has 512MB.I've a feeling you may also need to switch logging to persistant rather than to RAM.Statistics: Posted by...

View Article

Image may be NSFW.
Clik here to view.

General • Re: DMA and shared IRQ....

Ok, I got this working, thanks for the help all. Ended up using this :From header file.....Code: // DMA channels ids for 6809 bus interface readsextern uint8_t ReadDMA1;extern uint8_t ReadDMA2;// DMA...

View Article