Advanced users • Re: Is There a Way to Improve Firefox's Program Load Time?
I am curious:Is the code for Firefox on RPi OS Desktop adapted and maintained by a developer from Mozilla?Or is it done by a developer from the RPi orgaization?Statistics: Posted by spaceman5 — Mon...
View ArticleSDK • Re: Hang on cyw43_arch_gpio_put() when network active.
I tested on another Pico W and that one doesn't appear to have same issue. Are there perhaps different variations/revisions of the "WiFi" chip used that would explain the difference? Or should I just...
View ArticleSDK • Linux running on the Raspberry Pi Pico2 ?
HelloIt looks like someone has ported Linux on the Raspberry Pi Pico2https://github.com/Mr-Bossman/pi-pico2-linuxStatistics: Posted by fred260571 — Mon Aug 26, 2024 6:38 pm
View ArticleBeginners • Re: Setting a static IP, Gateway & DNS on Bookworm Lite...
Sounds like you have two NetworkManager connections, one that uses DHCP and the other one with the static address that you set up.You didn't say which interface (eth0 or wlan0) you're working with, so...
View ArticleRaspberry Pi OS • Re: install custom kernel RPi5, cross compile using RPi5
There is not a build for using the RPi5 as host and burn the result Linux arm64 kernel for theRPi5 to a SD card. (/dev/sda1-2)Statistics: Posted by crmep — Mon Aug 26, 2024 6:51 pm
View ArticleTroubleshooting • Re: Details about raspberry pi warranty claim process
It is at times like these I wish i was able to move to countries where the laws are clear and defined. That is what it all ultimately comes down to.Warranty is usually a matter of contract between...
View ArticleGeneral • Re: GPIO output defect?
I don't believe there's any indication that RP2040 is any worse (or better) than other comparable chips. Pins typically get blown up by ESD or overvoltage.It seems to me that RP2 and ARM devices in...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
If not, is there any value inside the RPi5 one can read out to know if the SoC has C1 or D0 stepping?Code: $ cat /sys/firmware/devicetree/base/axi/gpu/compatible brcm,bcm2712d0-vc6It's...
View ArticleBeginners • Re: 32 or 64 bit
Hi, is there a good reason NOT to install the 64 bit version of Pi OS in a Pi5??I have always used 32-bit so an SD Card, its OS and what I have installed, will work on any Pi I plug it into.Maybe...
View ArticleGeneral • Re: RP2040 DMA/SPI intermittent hang
If I run at a lower frequency, the error happens less, well, frequently.I've added some more printfs:Code: 3450841:FS2:prvAlignmentReadWriteTests:768:...
View ArticleTroubleshooting • Re: Raspberry Pi Configuration
Use the video of the pi screen to look at what it is starting up - might be some messages from the application software.No need to post the video.Statistics: Posted by neilgl — Tue Aug 27, 2024 6:25 pm
View ArticleTroubleshooting • Re: No audio after lcd35 removal pi 5 8gb
Note that there are system_backup.sh and system_restore.sh scripts in that repo. system_backup.sh appears to be run automatically as part of the *-show scripts. Backup files get dropped in a directory...
View ArticleBeginners • Samba access from win10 to automounted external drive
I'm running the current version of Rasberry PI OS (Bookworm) on a 2GB RPI4, booting from a 256GB SATA M.2 drive attached to a USB port. There's an external HDD in an external enclosure powered with...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
. Also isn't the pin transiently a non linear input impedance even when briefly enabled?I am hoping this wont effect timings when using the PIO and trying to collect high speed data (maybe...
View ArticleTroubleshooting • Re: Raspberry Pi Zero WH not working.
I can't spend money on things right now. I created 2.4 GHz hotspot and it didn't connect to it, but Pi is clearly on.Ok, well, do it the hard way then.Statistics: Posted by ame — Tue Aug 27, 2024 6:51...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Viota Ltd. doesn't sound like a 'maker' to me, neither does 'PI-CUBE' by VIOTA look like a single piece approach.Statistics: Posted by aBUGSworstnightmare — Tue Aug 27, 2024 6:59 pm
View ArticlePython • Re: Which Python IDE for RPI 5 and RPI OS
I switched all my Python projects from PyCharm to VS Code.VS Code is rapidly becoming the only coding IDE I use on any platform for any programming language.Many thanks. Had installed and trying out...
View ArticlePython • Re: Running script with pygame headless
Depending on what the script does, you could replace pygame with something else to read key presses e.g. pip install keyboard, then use:Code: keyboard.on_press(key_press) etc.Statistics: Posted by...
View ArticleTroubleshooting • Re: Raspberry Pi 3 can't ssh, can't login, but ping ok
(By the way, raspbian was the old name for raspi'os, this is just a name evolution, no ?)No. Raspbian is and always has been the name for the project that the old 32-bit OS gets most of its software...
View ArticleGeneral • Re: RP2350 DMA Ring Buffer?
Ah OK, so your issue is not with the new self-trigger facility but with the 32K limit on the original ring feature (that hasn’t changed).But you still only need 2 channels- one for the actual transfer...
View Article