Beginners • Newbie Question: 32 bit vs 64 bit
I find that all of the recommended download versions are 32 bit ones. Isn't 64 bit better than 32 bit? Thanks.Statistics: Posted by milanolarry — Sun Aug 11, 2024 1:23 pm — Replies 2 — Views 73
View ArticleAdvanced users • rpi-sign-bootcode in secure boot for Raspberry Pi 4
Hi,I'm at the stage where I want to lock down my Pi 4 to only allow secure boot and to burn in my key details. I understand that that process can be done with the update-pieeprom.sh script.What...
View ArticleGeneral discussion • Pico 2 Micropython problem
I've just tried out my new board with a graphics program and have hit a snag. To get this loop to terminate I have to include an 'unnecessary' print statement.Code: for i in range(r, 0, -1): print(i)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • PIO on RP1 (PRI5)
I have a special app that uses PIO on the RP2040 to measure quadrature encoders, but I need to reduce hardware costs and latency. I am waiting until March for the official support of running code on...
View ArticleAdvanced users • Which kernel to roll back to?
A fresh install today, August-11-2024, of bookworm Pi OS (64-bit) Desktop to a Pi 4 fails to connect to various external usb-ethernet adapters. This was not a problem with legacy bullseye. After weeks...
View ArticleGraphics, sound and multimedia • Bluetooth connections fail
Hello,I'm having trouble connecting my Raspberry Pi 5 (Using 64-bit Raspberry OS) with my bluetooth speakers. It finds the devices and saves them, but whenever I try to actually connect to them, it...
View ArticleBeginners • Upgrading Pi 4 B to Pi 5
I have a Pi4 B running 24/7 and am considering upgrading to the Pi5.The OS for the Pi4 is on a usb dongle and is setup just the way I want it. Nothing wrong but I would just 'like' to upgrade.Would I...
View ArticleSDK • Building for >2MB FLASH
I've created a new board file with Code: #define PICO_FLASH_SIZE_BYTES (128 * 1024 * 1024)I verified it's being used by both CMAKE and that the value is set correctly during runtime (when compiled...
View ArticleOfficial Display • Official Display not functioning on Pi 5
I have two official 7" displays neither of which will generate an image when connected to a Pi 5 but do display an image if I connect them to Pi 4's and I have exhausted my troubleshooting knowledge....
View ArticleCompute Module • LAN7500 force gigabit connection
After long break I continuing this topic: viewtopic.php?p=2181765&hilit=LAN7500#p2181765I have a LAN7500 evaluation board connected to a Raspberry Pi 4 Compute Module (official IO board). To check...
View ArticleSDK • RP235X UF2 file format
Updating my UF2 tools to handle what a Pico SDK 2.0.0 puts out for RP235X ARM-S builds I noticed the UF2 Blocks are as follows -Code: Family Name Seq Num AddressE48BFF57 RP2XXX_ABSOLUTE 0 2...
View ArticleUser groups and events • User group Hampshire UK
Back in 2022 someone posted about a group meeting in Kingsworthy in Hampshire - does this still happen?Statistics: Posted by boundtostitch — Mon Aug 12, 2024 5:23 pm — Replies 0 — Views 16
View ArticleGeneral discussion • All chromium extensions stopped working.
Hello,Here is the hardware/ software info:Hardware: Raspberry Pi 4BOS: Debian (Buster V10)Chromium Ver: 88.0.4324.187--Problem: All my Chromium extensions stopped working on all my Pi 4B's. Why would...
View ArticleGeneral discussion • Raspberry Pi closes all apps and logs out.
Hello,Here is the hardware/ software info:Hardware: Raspberry Pi 4BOS: Debian (Buster V10)--Problem: I have 10 browser windows that display information, every now and then the screen will go blank (I...
View ArticleTroubleshooting • Pi 5 connection issue suddenly becomes very unstable
It was fast few days ago on my Pi5 with my Bluetooth keyboard and mouse.However all of a sudden, with the same keyboard and mouse, the WiFi connection connects and disconnects, and happening...
View ArticleGeneral • ssd1306_i2c example doesn't display anything unless I hit reset
I compiled the ssd1306_i2c example, wired up the pins (on a Pico WH) and deployed the binary with a Pico Probe and openocd. The display did the initial flashes, showed the raspberries, showed the...
View ArticleTroubleshooting • Please say I did something wrong
Something you'll never hear a customer say to an IT support desk.... untill now...I've been struggling with voltage issues corrupting disks on my pi, and I think I'm over that now by running them off...
View ArticleTroubleshooting • Pi 5 Bookworm NTFS does not work
Hi Guys,I am a long-time Raspberry Pi user. User, not programmer or system-administrator. I recently bought a Rasperry Pi 5 8 GB and flashed and updated the current Pi-OS bookwork.When I wanted to...
View ArticleC/C++ • Visual Studio Code setup for Raspberry Pi
I need some help, please.I'm trying to setup Visual Studio Code on my Raspberry Pi 4. I'd like to be able to use Code to program my Pico & other RP2040 boards using C/C++.I successfully installed...
View ArticleGraphics, sound and multimedia • [RPi5] play HEVC video on chromium-browser
Hello,I can play HEVC video files using mpv without problems but I can't play them within chromium-browser.I have an RPi5 with a fresh install of Raspberry Pi OS (64-bit) and...
View Article