Graphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
If could be a video mode problem. Also, your "cmdline.txt" file looks wrong. It should all be a single line! Example: Code: console=serial0,115200 console=tty1 root=PARTUUID=6737668b-02...
View ArticleBeginners • Re: Pi stopped working
Good question! Pi 4, official power supply and I’m using volumio which I looked up and it said it’s Debian based - does that help?Statistics: Posted by louisandthecat — Wed Jan 24, 2024 9:26 am
View ArticleFrançais • Re: Raspberry Pi 5 et Contrôle du ventilateur
Le fichier /boot/config.txt doit être un lien vers /boot/firmware/config.txt:Code: $ file /boot/config.txt /boot/firmware/config.txt /boot/config.txt: symbolic link to...
View ArticleTroubleshooting • Re: Wayvnc no longer working at boot
I've asked this question before but never got a response - is there a formal bug reporting mechanism, other than just making posts here?Since you are presumably running RasPiOS Bookworm on your RPi[5]...
View ArticleTroubleshooting • Re: Help Raspberry pi Active Cooler does not turn on
I'm wondering if the Sense connection on the fan is damaged.The firmware runs the fan at full speed for a few seconds at start up and reads the RPM sense line. If it detects the fan is spinning it...
View ArticleGraphics, sound and multimedia • Re: Can Raspberry Pi 5 handle 4K Youtube...
Wow! FydeOS looks interesting. Hopefully they will be able to share their oprimizations with the opensource world.Statistics: Posted by tpfkanep — Thu Jan 25, 2024 8:48 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 1-Wire / DS18B20 is unstable
Some of the problems I've had seem to be voltage related. Some of the ds18b20s I have will work quite happily at 3.3v. Some won't.Looking at the datasheet, the MINIMUM voltage is 3.00v. So I suppose...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Browser and 3d WebGL speed also could benefit probably more from optimization.On Amazon Fire Tablet 11gen 2021 the built in browser gets on webglsamples.org/aquarium/aquarium.html 18 FPS for 5000...
View ArticleTroubleshooting • Re: Raspberry Pi 400 won't turn on
So i recent got interested in once again playing around with my Raspberry Pi 400 after losing interest a couple of months ago.When i plugged in the HDMI cable and power caple (using the offical...
View ArticleOff topic discussion • Re: Use Pico as an I2C Slave
YesThe issue is same. Not receiving the data in Pico (Slave).But the post which I mentioned Yesterday is the C code that we tried. It doesn't give the exact received data.Today I have posted the Micro...
View ArticleCompute Module • Re: CM4 as a DV/HDV to HDMI converter
Did you have any luck with this?Statistics: Posted by asprinwizard — Thu Jan 25, 2024 9:07 am
View ArticleAdvanced users • Re: Moving root filesystem to usb drive for rpi3b+ bookworm
If you just moved root partition to the USB drive this is expected as boot partition stayed on the SD.If you want to eliminate SD from the process you must use different method.There are several. One...
View ArticleSDK • How to set openocd speed?
I know how to set the 'adapter speed' in the 'openocd' command line. I assume there's a configuration file buried somewhere in the bowels of the '~/pico/openocd' folder that allows the adapter speed...
View ArticleNetworking and servers • Re: Speedtest for Upload for Raspberry Pi OS...
Thank you for your interesting and helpful report.I don't understand the Foundation's motive for not realizing better wifi performance with the Zero 2W. And - it is unclear to me why they do not...
View ArticleGeneral discussion • Re: An rpi3 does not work the same as an rpi4
Maybe the amount of RAM in the Pi4 (2GB or more) makes the operating system run wayland desktop, but on the Pi3 with 1GB RAM is runs X11.Statistics: Posted by neilgl — Thu Jan 25, 2024 9:48 am
View ArticleBeginners • Re: Buying the right replacement plug?
The Retropi GTi case spec lists a "USB to DC 2.5 x 0.7mm Power Cable", so you'd need a 5V power supply (1A should be sufficient) with a 2.5mm x 0.7mm barrel plug.Statistics: Posted by rpdom — Thu Jan...
View ArticleTroubleshooting • Rpi model 3 B with rpi touchscreen, boot problem.
When i boot my rpi without touchscreen connected to it i have no problem, but when the screen is attached to rpi it starts to boot and come to point where just white dash in top left corner is...
View ArticleGeneral • Re: Does AGND have to be 0v?
I will admit I hadn't checked typical minimum currents for PVR's however your source isn't short of current, choosing a resistor to draw at least 1mA isn't going to be a problem,.You can get lower...
View ArticleAdvanced users • Re: Using cd copier (piclone) on sway
that's good.you should consider going with the raspberry os desktop 64bit, in weight there's not much difference and you'll most likely run into far less issues.it'll also be easier to get help, since...
View ArticleCompute Module • Re: CM4 I2C issue using PCF85063A RTC and touchdisplay on...
Only the official Raspberry Pi touch display is connected to I2C0. All addresses displayed in i2cdetect for i2c-0 / i2c-10 belong to the display. I found an explanation for this in another...
View Article