HATs and other add-ons • Re: Raspberry Pi "official" USB SDXC...
What is the reason of using an extra component? And not just use the RPi SD-card inserted in the microSD card-slot.I'm using both. The installer first creates the card in the USB adapter, then...
View ArticleRaspberry Pi OS • Re: Compatibility new Raspberry Pi OS (6.6)
Hello,In many places I see that the new Raspbian bookworm is advertised with Wayland, with significant improvementsRelease date: November 19, 2024System: 32-bitKernel version: 6.6My question is: since...
View ArticleRaspberry Pi OS • Re: Random reboots
Have you tried a fresh unadulterated operating system?What power supply are you using.What have you got connected to the Pi4Statistics: Posted by pidd — Sat Nov 23, 2024 12:38 pm
View ArticleGeneral discussion • Re: Python 3.9 for coral usb accelator
As said on the site for the usb coral accelator the use of python lower than 3.10 is necessary.My default python version is 3.11 and i thought I added pyton 3.9 too.My questions:How to activate...
View ArticleOther • Re: Windows ARM64 release?
I can't understand how/why this could possibly be termed an "interesting exercise".People run Windows because they have to, not because they want to or choose to.In my case, I ran Windows (on at least...
View ArticleRaspberry Pi OS • Re: Bookworm not connecting to WiFi on Raspberry Pi Zero 2W
Yes that kernel version was also used in the OS image that had the WiFi issue...Statistics: Posted by neilgl — Sat Nov 23, 2024 12:57 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
But given hours isn't an SI unit, as it should be seconds, who cares, not the people who print these things out.kWsWhile not defined as an SI unit, it is used and described in official SI literature...
View ArticleBeginners • Re: Installing Nordvpn
That link has "Download app" so I presume it is that ? Later it does not have a Pi5 in the supported models list - which Pi are you using?Statistics: Posted by neilgl — Sat Nov 23, 2024 1:02 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
Hello!!!I have completed the device tree overlay of the max98090 audio codec. I also got the widgets in the taskbar and audio card created. I'm posting the code here.Thank you @aBUGSworstnightmare for...
View ArticleGraphics programming • Re: Shared Memory on Pi5?
many ARM SOC's do not contain this high speed shared memory on the gpu, and that it is mapped onto system ram.Yes, there is only one global shared RAM (LPDDR4X-4267 for Pi5), there is no dedicated...
View ArticleTroubleshooting • Re: Audio and CEC issue/KMS vs FKMS
Adding some additional info, in case its helpful:Code: $ cat /boot/firmware/config.txt # For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality....
View ArticleRaspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View ArticleHATs and other add-ons • Re: official raspberry pi power supply not working...
Have you got something back feed power into the board ? e.g. a monitor if so add a discharge resistor to the 5v rail e.g. 1KStatistics: Posted by dp11 — Sun Nov 24, 2024 11:11 am
View ArticleCompute Module • Re: COMPUTE MODULE CM4 NOT BOOTING, LED FAST BLINKING
I won't think power supply issue, because if i am mounting another cm4 on same eval board with same power supply it is workingStatistics: Posted by abhimanyukumarmahto — Sun Nov 24, 2024 11:39 am
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I have temporarily removed 3.9.3 for installation, and reverted to 3.9.2 whilst this issue is investigated.Ok. I've created an image file of my PINN RECOVERY and SETTINGS partitions for...
View ArticleNetworking and servers • [SOLVED]Re: Tor Router - Not able to ssh via eth1...
Issue solved afer changing one of rules from Code: iptables -t nat -A PREROUTING -i eth1 -p tcp --syn -j REDIRECT --to-ports 9040toCode: iptables -t nat -A PREROUTING -i eth1 -p tcp ! --dport 22 --syn...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 - I2C pull-up ?
Thank-you PhilEStatistics: Posted by Zynalo — Sun Nov 24, 2024 11:58 am
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
I saw the following instructions on setting up SW raid, but not sure how this would work on the main boot driveIt won't. The firmware doesn't support booting from a RAID array.You can put just the...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Note that a post by me talking about the inevitability of standardization somehow disappeared from this thread.Must be a bug in PHP or something. How do I report this bug?Statistics: Posted by...
View ArticleGeneral • Pico not working on startup - LED flashing
I am trying to run a program on startup using the pico. I can run the code just fine through thonny, however, when i plug the pico into a power source the onboard LED flashes 5 times and then continue...
View Article