SDK • Re: [Not needed] How to kick RP235X executable Version Number ?
I will add some validation to picotool to make sure the name is <128 characters, so the reserved bit doesn't get setStatistics: Posted by will-v-pi — Tue Apr 29, 2025 4:29 pm
View ArticleGeneral • Midi 2.0 support?
Hi,Is there any support for Midi 2.0 for the RP2040 or RP2354?If so, on which operating system does it run?Statistics: Posted by simmania — Wed Apr 30, 2025 5:12 pm
View ArticleTroubleshooting • Re: Garbled Screen and Won't Boot
If all you get is garbled output from the diagnostic display from either hdmi socket, with more than one display, and more than one hdmi cable, then I'd say the Pi5 is faulty and needs to be...
View ArticleGeneral • Re: Pico 2 - Multicore code, possible conflict SPI/DMA
DMA is separate from both cores, and it can interleave traffic on different channels.I doubt it is exhausting the DMA/bus fabric bandwidth with 2 SPIs+I2S, or whatever "_hardware->" means.The DMA...
View ArticleBeginners • Is it possible to extend the Pi 5 power supply cable?
The official pi 5 power supply cable is pretty short. Is it possible to extend it with a usb c extension? I can't seem to find any that handle 5V 5A. Am I missing something?Statistics: Posted by...
View ArticleBeginners • Re: Is it possible to extend the Pi 5 power supply cable?
Yes, I bought one from amazon a while back for my pi500. No issues.Keep in mind the longer the cord the more you will have voltage drop.The one I bought was called UGREEN USB C Extension.Statistics:...
View ArticleTroubleshooting • Re: Raspberry Pi 4B doesn't boot after reboot
1) you may want to update the bootloader.see https://www.raspberrypi.com/documentati ... ate_stable(use a spare SD card, as the card will be overwritten)2) remove the SD card, connect a display, and...
View ArticleGeneral • Re: Midi 2.0 support?
There are various bits of C code for MIDI 2.0 around that you should be able to roll into whatever you need. However it's unlikely you'll get the full 12MBps out of those processors. The RP2040/2350...
View ArticleCamera board • Re: Problem with Motion on Pi4B bookworm
Usually I either use a local motion.conf which specifies a different log file, or no log file (and some other changes needed),This is my motion.conf. Please tell me how do I make changes to it?#...
View ArticleTroubleshooting • Re: Increasing the volume of the USB loudspeaker makes the...
Have you considered using a powered hub, such the RPL USB 3 hub plus an at least 3A PSU, between the Pi and the speakers?Statistics: Posted by W. H. Heydt — Wed Apr 30, 2025 6:31 pm
View ArticleTroubleshooting • Re: Symptom: Raspberry Pi 4 disconnects from LAN after...
EDITThey told me on github the change in rpt3 is only the file /lib/modprobe.d/rpi-brcmfmac.conf. I tried the file with every parameter combinaisons, to comment everything and also to rename the conf...
View ArticleBeginners • Re: Raspberry Pi 5 sluggish performance
Maybe have a look here for Ubuntu support for the Raspberry PI range of computers https://forums.raspberrypi.com/viewtopic.php?t=369919Statistics: Posted by neilgl — Wed Apr 30, 2025 6:44 pm
View Article