Quantcast
Channel: Raspberry Pi Forums

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

I think the goal here is to get the framework in place first, then really drop the bomb, which will be "Real ID" - i.e., a system that really enforces a one-to-one relationship between an actual,...

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


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

Also, going back to the original question, what does a C/C++ extension provide?Also, I have been able to suppress most false clangd warnings and I'm looking into more tweaks for this.Sometimes you can...

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


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

Your 'dom = t[2] - (( t[6] + 1) % 7) # Work out when Sunday was' intrigued me but does seem to work. At least up to year 2099. After that it fails, and gets increasingly incorrect.It's quite simple...

View Article


Camera board • Re: replacement for PiKrellCam on RPi Zero W?

The author passed away, so updates are unlikely to be forthcoming from them.RIP BillThank you for your beautiful work in this realm.Hope to meet you and shake your hand in the next realm.Statistics:...

View Article

Other projects • Re: Multitouch HID with Rasperry PI for Windows

I ran across your post when researching the same issue.The key was to implement the feature report for maximum contact count.There is an ioctl for it. See https://elixir.bootlin.com/linux/v6.19. ......

View Article