Advanced users • NFS server doesn't work after the first reboot
Enabled NFS server on Debian 12 following this guide, everything worked fine, the NFS share was created, I was able to connect from multiple clients no problem, then I rebooted to test it will start...
View ArticleTroubleshooting • 512 GB card is too small for 477 GB image
I have a Raspberry Pi 5 that I purchased as a retro gaming machine. As soon as I got it I imaged The SD card 512GB in case the card died. The image is 477GB. Well just a couple of months later the...
View ArticleAdvanced users • Re: How do I exclude a USB drive from overlay system.
In /boot/firmware/cmdline.txt, change overlayroot=tmpfs to overlayroot=tmpfs:recurse=0.Thanks it worked, I temporarily gained write access by Code: sudo mount -o remount,rw /boot/firmwareand edited...
View ArticleRaspberry Pi OS • Re: RPi 4 WiFi freeze
up (Statistics: Posted by k000858 — Wed Nov 27, 2024 3:30 am
View ArticleBeginners • Re: off-grid project:: solar -battery-driven - some calculations
a 12v 8ah battery provides 96 watts of powerStop. Right. There. Your dimensional analysis is flat out wrong.12v, 8Ah is 96Wh. It tells you absolutely *nothing* about how much power can be provided....
View ArticleTroubleshooting • Re: Anyone else lagging when streaming through web browser...
you tried firefoxStatistics: Posted by kerry_s — Wed Nov 27, 2024 3:36 am
View ArticleSDK • Re: Annotated online SDK
Thanks for the feedback, both of you.@ronter, yep, we just finished working on the VisualGDB integration. You will be able to press F1 on any of the recognized functions, and it will immediately open...
View ArticleMicroPython • Re: About the core use when using _thread module?
CPython is absolutely fine with multiple threads running, including on platforms with only a single core.Checking on the global interpreter lock led me to PEP 703 Making the Global Interpreter Lock...
View ArticleTroubleshooting • Rpi5 broken fan header
Blargh, I broke my Raspberry Pi 5 fan header today. The joints are too fine for me to solder; skill, eyes, and tools are all at disadvantage here. >_<Does anyone have clear instructions for...
View ArticleTroubleshooting • Re: Rpi5 broken fan header
Forget the tachometer ...viewtopic.php?p=2196091&hilit=pi4+fan#p2182625 has a script for using an HW PWM output for fan control. It offers the same features as the onboard socket (apart from...
View ArticleBeginners • Re: Connectors for power through GPIO
You should use both connectors for 5V as a typ 2.54mm pinheader is rated for 3A.--> 2 leads for Ground as well!You will most likely not be able to crimp an AWG16 to a DupontStatistics: Posted by...
View ArticleRaspberry Pi OS • Re: Buildroot + Raspberry PI CM4 IO Board
any chance you can point me to the direction of where I either load those kerneal modules or if I add them. I am trying to edit to bcm2711_defconfig file but its not giving me any changes.Statistics:...
View ArticleFrançais • Re: Besoin d'aide : Lecture d'image et de vidéos.
Bonjour, Lancez le script dans un terminal et consultez les erreurs générée.Pour visualister le déroulement du script, lancer le script comme ceci:Code: bash -xv nom_du_scriptA+Statistics: Posted by...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Pico 2W arrives - $7https://www.raspberrypi.com/news/raspberry-pi-pico-2-w-on-sale-nowThat doesn't seem to be a bad price -Code: .--------------.---------------.| RP2040 | RP2350A...
View ArticleBeginners • Re: Raspberry Pi questions
1. The Pi doesn't ship with AV output. Only micro/mini HDMI (micro for the Pi 4).IIRC the only Pi model without composite video output is the 400. Connection varies by model and is one of female RCA,...
View ArticleGeneral • Re: search example arm pico2 assembler program without use sdk
That's the Reset vector or some BLX ?The LSB of each exception vector indicates whether the exception is to be executed inThumb state. Since the Cortex-M processors can support only Thumb...
View ArticleBeginners • Re: Largest touch screen with rpi4?
You've used screen configuration editor for assigning the touch to your 23in?The panel should show a keyboard icon whenever a touch device is connected to the Pi.As soon as you open an app/dialog...
View ArticleTroubleshooting • Re: Pi HQ Camera images are pink/red
You may need to do lens tuning first.Statistics: Posted by aBUGSworstnightmare — Thu Nov 28, 2024 5:36 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Getting a GoPro display on rpi 0 w
No data sheet -> no fun! Same answer to you as to anybody else trying to connect a random display.Figure out the part number, search for the data sheet, then come back here with your...
View ArticleOfficial Display • Re: Best stand for a RaPi 3 with 7 inch touch display DSI-1
I've once used a smartipi case with an official V1 touch display https://smarticase.com/Statistics: Posted by aBUGSworstnightmare — Thu Nov 28, 2024 5:48 am
View Article