Troubleshooting • Re: Pi 5 > No video output + Missing firmware >
you asked:1. Will using the Raspberry Pi imager software definitely wipe the rootfs partition ?YES - it will re-write both partitions.2. Will reinstalling the missing firmware, resolve the loss of...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to change RTS pin in CM5 overlay...
Unfortunately you can't just choose random pins for hardware functions. Each GPIO supports a specific set of alternate functions. You can find a table on page 15 of the RP1 datasheet...
View ArticleAutomation, sensing and robotics • Re: Programming a shipmodel and...
Hello Ame, That's okay, no hard feelings here. Good to hear my post cleared up quite a bit of questions. Thanks for your input!Sorry if I was a bit harsh. I did state my assumptions, and now we have...
View ArticleAdvanced users • Re: Image File Utilities - Rsync file has vanished warnings
I am having some rsync "file has vanished" warnings when backing up my Raspberry Pi 4 LEMP server using your "image-backup" script.Here is whats happening:Code: sudo /usr/local/bin/image-backup -u...
View ArticleAdvanced users • Re: Image File Utilities
Could you enlighten me as to why this is happening, and give me some advice as to how I can fix it so that my backups boot no matter what (if anything) is plugged into the Raspberry Pi? It sounds like...
View ArticleTroubleshooting • Raspberry Pi 4 model B USB ports not working
My Raspberry Pi 4 model B both USB 2.0 and 3.0 ports have not working since very long,I just got to know about testing points in Pi but I don't know which ones to test for the USB ports. I plug them...
View ArticleSDK • Re: pico-bootrom-rp2350 build failed on ld error of cannot move...
when use "make" rather than "make nsboot" , it still failed but in lto-wrapper error:Code: make...../../../bootrom_raw.elf.ltrans0.ltrans.s: Assembler...
View ArticleCamera board • Re: Raspi 2W Camera Issues
So no offense but if the warning isn't a issue why does my Pi Zero 2 W Black screen when I try to take a Still using the 32bit Bookworm OS?? I receive the Same (Yellow Warn) with 32bit as I do with...
View ArticleRaspberry Pi OS • Re: 2025 - vlc-player rtsp and -> "Debian"...
... although there are some repositories available unofficially.But has nothing to do with my question ... Statistics: Posted by my-pi-x — Tue May 13, 2025 7:58 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
http://www.lcdwiki.com/2.2inch_Arduino_ ... %3AMAR2201 This is the screen.Statistics: Posted by hidrojen001 — Tue May 13, 2025 8:09 pm
View ArticleTroubleshooting • Re: Pi Zero 2 w motioneye wpa supplicant
If that is Motion Eye OS, by default it looks for a wired connection. And if one isn't detected it will reboot and try again, and again. That's assuming you haven't added wpa_supplicant.conf to enable...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 13.3" FHD DSI display...
Waveshare contributed the timings and configs for the 13.3" panel in https://github.com/raspberrypi/linux/pull/6499. They should be supporting it in the configuration you're using it.CM4/CM4IO using...
View ArticleCamera board • Re: 120 fps with full FoV
Sorry but both Buster and the legacy stack have been deprecated for several years now.libcamera also allows you to specify which sensor mode you wish to use, so that isn't restricted to the legacy...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c arduino and pi5 with an TX
1. OE Output Enable is referenced to VCCA side and needs VCCA levels. OE=high means enableing the device.2. You need I2C pullup resistors ob both sides. CHeck if they are embedded into your devices or...
View ArticleBeginners • Bigierd help with the Oled display
Hello Guys. I am struggling to find an up to date tutorial on the OLED display. I have seen lots of you tube videos out there but they all seem to be outdated and non functional. I am just playing...
View ArticleGeneral • Re: bootsel not working on pico 2 W
It's a shame IMO that the RP2 bootloaders don't have any means to signal "That wasn't a UF2 I could accept", likewise the command line 'picotool' which also silently fails and leaves the user in the...
View ArticleGeneral • VS Code Debugging on Windows 11
I am working on a project that uses SMP in FreeRTOS. I have the Raspberry debugger module a use OPENOCD provided by Raspberry. I have Pico SDK 2.1 installed.I am working on this project on two PCs. On...
View ArticleGeneral • Re: documentation source
This file is used by debuggers. I think it's compiled from several different sources, for example it's also missing a few exotic ARM CoreSight registers, but you can easily edit/add them, maybe rise a...
View ArticleAI Camera - IMX500 • Re: Change AI Camera exposure time
Hi, thanks for the answer. I figured it out. I used the "set preview controls" exposure time parameters and than started the cam. But it only works when using the set controls method after the camera...
View ArticleOther projects • Re: GPIO wake up
Which Pi are you using? The Pi 5 has a RTC circuit, which will keep the current time and provide a wake-up alarm function if you connect a suitable battery.Statistics: Posted by rpdom — Wed May 14,...
View Article