Beginners • Re: Pico getting started guide: blink.uf2 built w/o errors, but...
You may want to post your question in the VS Community forum at https://developercommunity.visualstudio ... sualStudioStatistics: Posted by DS256 — Fri Aug 16, 2024 7:27 pm
View ArticleNetworking and servers • Re: Cannot enable usb ethernet gadget on u-boot with...
Enable the USB Ethernet gadget on your Pi Zero 2 W with U-Boot, try the following steps:Check U-Boot Configuration: Ensure it's set up correctly for USB Ethernet.Verify Kernel Support: Confirm that...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
Please LMK how it goesCode: curl -L https://raw.githubusercontent.com/gitbls/sdm/master/extras/rpnc -o rpncchmod 755 rpnc./rpncEDIT: Forgot to mention hotspot plugin documentation:...
View ArticleSDK • Enforced Stack Limits (was "Stack Location" (was...
Follow up to Re: Stack Location::Armv8-M architecture has some nice stack limit checking features: for processors based on the Armv8-M Mainline architecture (like ... M33), each of the stack pointers...
View ArticleBeginners • Re: [Pi 4/5] Ways to reduce the Pi's power consumption / heat...
If your Pi 5 fan is always on and always noisy, you have something configured wrong or the fan has a mechanical problem. I have 2 Pi 5 with the “official cooler” on my desk barely 2ft from my ears,...
View ArticleGeneral • 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 ArticleSDK • Re: Issue with 'picotool' 2.0.0
Thanks. So it seems 'Flash Nuke' is now a universal UF2 for Pico and Pico 2 which is good news.And that "maybe we should treat separate families in a UF2 independently" is exactly what I've spent the...
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
The "Pimoroni Pico Plus 2" is using the RP2350B and provides PSRAM in the standard Pico footprint, but pre-order at present...
View ArticleGeneral • Active high QMI CS1 possible?
If I set a bank 0 GPIO to the QMI CS1 function and set its OUTOVER bits to invert the output signal, would that give me an active high rather than active low CS1?For context, the design includes...
View ArticleAdvanced users • Re: Image File Utilities
Using dd is undesirable because it allocates storage blocks and takes considerable time to write zeroes into them.Using truncate, storage blocks aren't allocated until needed (sparse allocation) and...
View ArticleGeneral • Re: Is this a job for PIO?
I would think so. At 100 MPH you should be getting 320 pulses per second, one every 3 milliseconds. That's pedestrian for an RP2.Yes and also for an arduino. The issue is finding a way to not miss a...
View ArticleGeneral • Re: Pico 2 backwards compatibility?
My follow-up question would be; is it possible to take a UF2 for a Pico and hack it to produce a UF2 which runs on he Pico 2 ?The differences I see are that Run from Flash code for the RP2040 starts...
View ArticleRaspberry Pi OS • Re: Is Bookworm worth it yet over Bullseye?
The standard RealVNC VNC Viewer (version 7.12.0 on WIndows 10) works fine with Bookworm 64-bit on a Pi5 - use raspi-config to enable VNC in interfaces, no need to change anything else.It also works...
View ArticleRaspberry Pi OS • Looking for Documentation for an api-eeprom update
Today I got a notification on my RPi5 that rpi-eeprom 24.0-1 was available for update. Where can I find out what was changed?Statistics: Posted by subguy — Sat Aug 17, 2024 7:28 pm
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
If we stream video (note -k) with Code: rpicam-vid -t 0 -k --inline --listen -o tcp://0.0.0.0:4567and play it on another device (pi5) using ffplay Code: ffplay tcp://192.168.1.151:4567 -vf...
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 ArticleHATs and other add-ons • 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 Article