General • C/C++ SDK Setup problems
I am following the "manually configure your environment" in Appendix C of the Getting started guide...$ cd ~/pico$ git clone https://github.com/raspberrypi/pico-sdk.git --branch master$ cd pico-sdk$...
View ArticleBeginners • Re: I want to control the Raspberry Pi screen from my laptop
Might be of interest viewtopic.php?t=379714Statistics: Posted by aBUGSworstnightmare — Sun Dec 01, 2024 9:51 pm
View ArticleBeginners • Disabling Internal Clock Auto-Adjust When Connected to WIFI
Hello,Is there an easy way to prevent the RPI 5 clock from auto correcting to the correct time when connected to the internet; using Raspberry Pi OS 64-bit Debian Bookworm/Raspberry Pi Desktop...
View ArticleTroubleshooting • Re: Pi 5 4GB Shutting Down on Boot
Yes it worked fine, suddenly started doing this after a couple of weeks of use.I suggest you reset the eeprom by creating a sd card using rpi-imager [Select Choose OS -> Misc utility images ->...
View ArticleBeginners • Re: Switch on / off
The fans plug onto the GPIOStatistics: Posted by pidd — Sun Dec 01, 2024 10:40 pm
View ArticleBeginners • Re: Disabling Internal Clock Auto-Adjust When Connected to WIFI
Hello,Is there an easy way to prevent the RPI 5 clock from auto correcting to the correct time when connected to the internet; using Raspberry Pi OS 64-bit Debian Bookworm/Raspberry Pi Desktop...
View ArticleGeneral discussion • Re: Making a disc image copy of RP SD card
Thanks all for the info. One last question is: can I use a Raspberry Pi 2 model B (which uses an 8Gb SD card). This RP has the GUI and some code for the RP robot project. If I connect 2 SD card...
View ArticleGeneral discussion • Re: Product pricing
looking [from Italia] for a thing i found it on Italian, british and german distributors, same product with a few cents difference [less than 1% from the cheapest to the costlier]. I ended ordering...
View ArticleGeneral • Re: Raspberry Pi Pico 2 W / WH / H Thread
not all functions are accessible through wifi. I do wish you could extend the board to have one function per hole so it wouldn't have to wait for one signal to finish before using the other...
View ArticleBeginners • Re: boot problem
You do not need to format the card -- transferring the image will also transfer the format. In particular, you MUST NOT format it if Windows offers to do so after using Imager.Statistics: Posted by...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Did some NUMA testing on my Raspberry PI 5 8GB with 6.12.1 and thought i should post this here since it seems more related to 6.12 than NUMA. I have switched between the kernels and benchmarked...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Boost Pi4's USB port to output 5v
Usb is a 5v protocolwell usb data pins are not using 5v for communication, only the usb power is 5v.Statistics: Posted by fanoush — Mon Dec 02, 2024 10:34 pm
View ArticleUbuntu • Re: How to minimize power consumption
Zero 2 WH does exist, my local reseller sells it with 2.50EUR on top of Zero 2W price, UK example here https://thepihut.com/products/raspberry-pi-zero-2 again about 2.5gbp differenceStatistics: Posted...
View ArticleTroubleshooting • PiServer not working
Hello,I do have Rasberry Pi 4b and trying to make it work with PiServer running on a VM on the same network.The PiServer app is not detecting the client and the client is not getting an IP from the...
View ArticleTroubleshooting • Re: [Solved] VNC server on Bookworm
According to WayVNC source at https://github.com/any1/wayvnc/blob/30d ... ain=1#L112 there is no way to have password login without also enabling encryption. RealVNC had the option to have a password...
View ArticleCompute Module • Re: CM5: Detecting when the device has shut down?
I'm following this thread too as I have the same question. I currently set POWER_OFF_ON_HALT=1 in the boot loader and monitor the RUN_PG pin as this lets me know if the CM4 has successfully powered...
View ArticleAdvanced users • Re: NUMA Testing
Ran some tests and things seem to be working well overall. Geekbench 6 is indeed faster than ever before. So is Google Octane v2. Passmark performs extremely good as well, except for the "Memory...
View ArticleTroubleshooting • Re: Duplicating an environment
2A. No, if you do a successful dd then it is an exact copy including the partition table2B. Yes you can and should but not while having booted from either of them. /dev/sdc1 = 249806848 1k blocks,...
View ArticleRaspberry Pi OS • Pi Zero 2 W will enumerate with g_ether but not as UVC with...
I have the Zero 2 W with the lastest Raspberry Pi OS Lite 64 bit (Debian 12 / Bookwork). Linux raspberrypi 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/LinuxI am...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
@CHiPs44When I see linker errors like that, it is usually an issue with a CMakeLists.txt or path to the SDK or toolchain is missing. The usual delete build directory applies. Your Ubuntu OS has the...
View Article