Troubleshooting • Re: sudo apt upgrade failing
Much safer to use "sudo apt full-upgrade" than just upgrade.It is the normal way but decided to leave that as it wasn't the issue. Although in my eyes upgrade is safer as it doesn't remove, install...
View ArticleTroubleshooting • Re: Using USB RFID card reader with Raspberry Pi 5
I caught something new, I connected the reader to rpi 5 and within 1 second I typed the lsusb command and the reader was listed, then I ran the lsusb command again and the reader disappeared again, I...
View ArticleRaspberry Pi OS • Re: Is Bookworm worth it yet over Bullseye?
Check PiKiss see if they've updated for the new OS and DesktopCheck with Retro Pi to see if they've updated, but hey seem to be lagging a lot, many moved to other similar projects. Pimoroni seem to...
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 ArticleGeneral discussion • Re: New Raspberry Pi Products
The latest firmware for BCM2712-based devices that is available via apt is the one you have installed. If you want to install the 2024-08-30 image now, before it appears in apt, you can just grab it...
View ArticleMicroPython • Re: How to send data from pico to driver board using I2C pins
What if we do GPIO operation instead of I2C? That would be great.The I2C pins are used in I2C mode when communicating with an I2C device. But they can be used as GPIO pins if no I2C device is...
View ArticleGeneral • Re: Dynamically load functions into RAM
Overlays in the gnu linker: https://ftp.gnu.org/old-gnu/Manuals/ld- ... ld_22.htmlStatistics: Posted by WestfW — Fri Aug 16, 2024 7:48 pm
View ArticleGeneral • Re: Pico getting started guide: blink.uf2 built w/o errors, but...
I just found out: in the "New project from samples" project options, the default choice for "board type" is (now?) "Pico 2" and I had'nt noticed that I had to change this to " Pico" Works now...
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
that looks promising. You're connecting via USB?Does cgps display anything useful? That would mean that gpsd is happyStatistics: Posted by scruss — Fri Aug 16, 2024 8:03 pm
View ArticleGraphics, sound and multimedia • Re: [Pi5] DPI Interlaced mode not working
We will continue to manufacture the Pi 4 until at least 2031.Thank you for keeping the Pi4 alive for now and until then. I recently got Pi5 for CRT RGB output.I also found that the Pi5 inherently has...
View ArticleTroubleshooting • Re: Pi 5 with a USB display (which is a GPS)
Oh. Should've known that... LOLStatistics: Posted by teodoro256 — Fri Aug 16, 2024 8:10 pm
View ArticleSDK • Re: [Solved] Help needed for Building RISC-V Compiler
Adding '/opt/riscv/gcc14-rp2350-no-zcmp/bin' to my path seems to have got things working. So that's Pi 4B Bookworm 32-bit sorted.Now to try and get that copied over to my Pi 3B Buster 32-bit. I'm sure...
View ArticleGeneral discussion • Re: Gnome-Weather & Disk Usage share Chromium issue
I first tried with apt. I doubt I’ll get a different result with a 3rd installation program. I’m using gnome that comes with the Pi Bookworm image.Statistics: Posted by kc2njv — Fri Aug 16, 2024 8:24 pm
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 • 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 ArticleTroubleshooting • Re: Gnome-Weather & Disk Usage share Chromium issue
Chromium is fine for me on stock Bookworm 64-bit (LXDE-pi-wayfire not Gnome), with no adjustments.I dont use flatpak so "no comment".Statistics: Posted by neilgl — Sat Aug 17, 2024 7:57 pm
View Article