General • 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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 gpio libraries
6by9: can you, or any of the other Pi engineers, comment on the use of pinctrl in production environments? My understanding is that, as it writes directly to hardware registers and that being prone to...
View ArticleOfficial Display • Re: Official Display not functioning on Pi 5
This project is currently on hold while I work with tech support people for my 3D printerBut a little back story.I have 2 of those screens and I was getting random "won't generate an image" on both...
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 ArticleMicroPython • MicroPython source for the Pico 2 port
Anyone know where the source for the MicroPython port for Pico 2 is ?A 'git pull' of what I have installed is only delivering RP2040 stuff, no RP235X stuff that I can see.On the MicroPython download...
View ArticleHATs and other add-ons • Re: Pi Five official case replacement fan
Where are you in Canada? I'm in the Hamilton, Ontario region. I have 2 cases with fans and heat sinks if you want them.Statistics: Posted by LEGOManiac — Mon Aug 19, 2024 6:58 pm
View ArticleBeginners • Re: Cooling a hard drive with a fan
I thought it was easier or at least that it could be done easily even for an inexperienced person, instead I opted for a simpler and more immediate solution.As pidd said, a fan that always turns and...
View ArticleSDK • stdin blocks USB IRQ5 ?
Hello all,I've written an interrupt-driven USB stack for CDC/Serial connections.Everything is predicated on USB buffer completion interrupts on IRQ5.It's working well for printf and getchar_timeout_us...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
Just out of curiosity, i tried make BOARD=pico2. The build fails with:Code: [ 5%] Building C object...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
I don't think I've ever gone over 4GB of RAM use on my pi 5 8GB model running a variety of docker containers. I've been holding out for the 2GB model for a kodi upgrade for a while as I didn't want to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB Speakers with Play/Pause control
You could just plug them in to a Pi and see for yourself.Statistics: Posted by ame — Mon Aug 19, 2024 7:15 pm
View ArticleSDK • Re: Enforced Stack Limits (was "Stack Location" (was...
It isn't used in Cortex M0 plus ports (e.g. RP2040)For RP2350:https://github.com/raspberrypi/FreeRTOS ... 50_ARM_NTZStatistics: Posted by kilograham — Mon Aug 19, 2024 7:20 pm
View ArticleRaspberry Pi OS • Re: Screen blank not working arm64 Desktop lite.
Update:Had an SD crash so quickly rebuilt with the latest RPIoS 5 64b image (August 11th 2024) from the imager... It still does not blank the screen. Is this really just me and my Screen? No problem...
View ArticleSDK • Re: HSTX HDMI RGB565 - Changes needed to example?
oh, the confusion is that you need to set up your rotates to put the top bit of the channel at bit 7. This was implicitly easy for 8 bit input, so you need to add 8 to all your rotates (mod 32) -...
View ArticleAutomation, sensing and robotics • Re: wiring up PSG-BB-170W breadbourd with...
Can you use the row of 5 nearest the edge as a set of ground connections?Pi4 GPIO layout is the same as Pi5 see https://pinout.xyz/Many thanks for your help. However, in regard to my question on the...
View ArticleHATs and other add-ons • Re: Howto remove passive cooling/heatsink
Heat gun is designed for electronics. Just use the right temperature. Prying something off a soldered-in chip: electronics no so much designed for that.Statistics: Posted by mspl — Mon Aug 19, 2024...
View Article