Troubleshooting • Re: PI 4B chromium 4k h265 video possible?
I wouldn't expect this to work. VLC can only do 4k video on the Pi 4 by using a carefully optimised pathway which avoids putting video frames through the GPU. Chromium's rendering will all go through...
View ArticleOther • Re: How to configure FullPage OS
Ok, so kudos to @B.Goode for the best advice Yep thanks @B.Goode!!!!Statistics: Posted by Parthm241 — Mon Jul 28, 2025 9:31 am
View ArticleAutomation, sensing and robotics • Re: Using more than one I2C adapter at a time
Yes, it is a Raspberry Pi 4.Which sensor do you claim non-working correctly? From your above output - your sensors are on I2C-1 - only one of them is claimed by the kernel (0x68, that's why its...
View ArticleGeneral • Re: PSRAM with RP2350B
I wondered why my data rates was so low (2.41 MB/s cached and 5.70 MB/s uncached), this should be the reason.Do you have some examples of configuration to enable quad spi and better timings/rates?I...
View ArticleTroubleshooting • Raspberry Pi 4B (8GB) not booting after reconnecting power...
Hi everyone – and Raspberry Pi team,I’m having trouble booting my Raspberry Pi 4 Model B (8GB). It used to work just fine, but after reconnecting the power adapter, it completely stopped...
View ArticleOff topic discussion • Re: Trixie to make 64 bit time_t for everything
Doesn't the hardware on the Raspberry Pi 0–2 have some kind of issue with dates past 2038? I think you're thinking of exactly the problem addressed in Trixie and discussed in that article. 64-bit...
View ArticleCompute Module • Re: RPI-CM5 MIPI interface and GPIO's conflict
Hi, I have configured UART1(GPIO0 and GPIO1)- using sudo pinctrl set 0 a2 and sudo pinctrl 1 a2 and enable the UART1 in config.txt- able to send and receive data form PC terminal,but when I configured...
View ArticleMicroPython • Re: Micropython editor with Picocalc
You are likely better to ask on the PicoCalc forum at https://forum.clockworkpi.com/Statistics: Posted by DS256 — Mon Jul 28, 2025 9:49 am
View ArticleOther projects • Pygame 2 + bookworm + SPI display
Hi there I have a Raspberry Pi 5 which has been running Bookworm I have a pygame little script that displays a clock but ever since I've upgraded to Bookworm I can't get it to display on the 3.5 inch...
View ArticleFrançais • Re: Détection IA dans les docs Raspberry Pi : utile ou gadget ?
"Ça devient alors du domaine du second ordre. Quelle est la profondeur de l'apprentissage lorsque la personne ne FAIT PAS pas elle-même ?" Il faut savoir tracer une limite: par exemple sii led...
View ArticleTroubleshooting • Re: linux-image-6.6.62+rpt-rpi-2712 does not make an...
There is no vmlinuz-6.12.34+rpt-rpi-v8 as you can see below. So I stopped further actions until evaluated .sudo ls -l /boot total 55588-rw-r--r-- 1 root root 92 Feb 6 2024 cmdline.txt-rw-r--r-- 1 root...
View ArticleSDK • Pre-main and Post-main functions
GCC 12.2.0 supports pre-main and post-main functions which work for native Pi builds -Code: #include <stdio.h>void __attribute__ ((constructor)) pre_main (void) { printf("pre_main\n"); }void...
View ArticleNetworking and servers • Re: Can’t access rpi5 bookworm hotspot
Not sure that link is correct.If we use nmtui to look at the "Astro" hotspot, we can see it does have the correct password and Security.No need to do any nmcli commands.Statistics: Posted by neilgl —...
View ArticleTroubleshooting • Re: Raspberry Pi 4B (8GB) not booting after reconnecting...
Hi everyone – and Raspberry Pi team,I’m having trouble booting my Raspberry Pi 4 Model B (8GB). It used to work just fine, but after reconnecting the power adapter, it completely stopped...
View Article