General • Re: Pico 2 RISC-V - Slow....
This leads me to the observation that another benchmark is probably desirable that has no math. I have generally considered the Fibonacci to be 'no math' because there's nothing more than add,...
View ArticleGeneral discussion • Re: Looking at improving my backing up of my Pie's...
Use the built-in SD Card Copier?I don’t think it shrinks though.Statistics: Posted by neilgl — Sat Aug 17, 2024 6:27 pm
View ArticleCompute Module • CM4 Cam0 I2C pins change?
Hi,On my Custom design CM4 Board, I connected the camera connection via CAM0 pins and connected the I2C connection to GPIO44 and 45. Yes I know, normally I should have connected to GPIO0 and 1....
View ArticleMicroPython • Re: RP2350 compatibility with RP2040 micropython code
I dropped a Pi Pico 2 into a project I've had sitting around now. It has a bunch of Ws2812 LEDs and a touchscreen. I selected v1.24.0-preview.201.g269a0e0e1 (2024-08-09) .uf2 as this was what came up...
View ArticleRaspberry Pi OS • Re: trixie
...But it is vanilla Debian for the rest, so same as x86_64 servers running Debian....The delta between upstream Debian and downstream Raspberry Pi OS is bigger than just the kernel - there seem to be...
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
How are you sending it the Linux signal?So I can replicatejust `kill -SIGUSR1` but executing the command via a rust programe.Statistics: Posted by huggyb — Sun Aug 18, 2024 5:41 pm
View ArticleSDK • [ 100%] Linking CXX executable ...fails.
I am able to compile the code but when it is linker time something is not as expected. I investigate a bit and the problem is that the objects files produced by the linker are 'empty'. I suppose the...
View ArticleGeneral discussion • Re: Thought I had posted here about SSD drives ...
Guys,Perhaps to clarify and hopefully before I get erased again ...I bought a USB3 to SATA converter and 1Tb SATA SSD drive for either my Pi4 or Pi5 thinking of following an article in Magpi. It could...
View ArticleGeneral • Re: pico riscv compiler
There appears to be a working build script in the pico-sdk-tools project: https://github.com/raspberrypi/pico-sdk ... scv-gcc.shOf course you could also just download the pre-built toolchain from that...
View ArticleHATs and other add-ons • Re: Thought I had posted here about SSD drives ...
SSD drives have become a game-changer for storage—crazy how fast they are compared to traditional HDDs! What’s your experience been with them so far?SSD for daily use - HDD for backupsLikewise, mainly...
View ArticleTroubleshooting • Re: Raspberry Pi 5 keeps dropping ethernet connection to PC...
Thanks for posting this. I have the same issue, and am going to give it a try. I assume the "Name" field is the name revealed when I type:nmcli -t -f NAME C S -a?Thanks.Statistics: Posted by K2PI —...
View ArticleUbuntu • Re: Raspberry Pi 5 boots from SD card when configured not to
you shouldn't do that, sd is important for recovery should something go wrong with the nvme.you should set boot back to default in raspi-configuse a usb for backupsStatistics: Posted by kerry_s — Sun...
View ArticleBeginners • Re: Is NVMe more reliable?
Guys,No idea if a recently purchased 1Tb WD SATA SSD drive uses the same technology but the little box my drive came in tells me its only for "casual usage". Didn't think it helpful.Statistics: Posted...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I would not underestimate the ingenuity of a post-grad student to figure out a way to defeat any code signing security measure.Since you may possibly be in contact with such players, have you drawn...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
See the blog post on the front page for more details.https://www.raspberrypi.com/news/2gb-ra ... now-at-50/Great to hear the cut down on die size.Wonder how many percentage of the original die area of...
View ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
Hello!I was not sure this would be to the correct location to post this. I love my Pi 400, but with the release of the 5, I was curious if there are plans on creating another keyboard format...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB Speakers with Play/Pause control
How does the device show up on USB? Might be a missing driver for the remote feature only (if that happens via USB).Think of the play/pause/FWD etc buttons on your keyboardStatistics: Posted by...
View ArticleBeginners • Re: Which physical pins to use
For MIDI I'm using a Pisound board on one if my Pis, but it's fairly expensive - 99 euros. See https://blokas.io/pisound/. Works well for my limited use case, which is using an old keyboard as master,...
View ArticleTroubleshooting • Re: Keyboard layout on Pi 5 with xmodmap
Hey kerry_s thanks a lot for the tip!I thought it must be something like that but couldn't figure it out.That's genuinely made my day Statistics: Posted by tomsgd — Mon Aug 19, 2024 6:37 pm
View ArticleTroubleshooting • Re: rpicam problem with two identical cameras
What does rpicam-vid --list-cameras show ?Statistics: Posted by gordon77 — Mon Aug 19, 2024 6:39 pm
View Article