Troubleshooting • Re: SD Card Wiped During Update
Assuming the sd card is in the/a pi's card clot "simples" Code: cat /sys/block/mmcblk0/device/cidIf you post the result (in code tags) I can pass it through my tool as a "rawcid" parameter and post...
View ArticleBeginners • Re: RPI5: Incompatibility with a certain powerbank
Thank you very much for your answers! And to the mod that moved this post in the beginners section.It indeed is impossible to power the pi in this way. Is there some sort of buck converter that I...
View ArticleSDK • Re: Trying to figure out Dormant on RP2350
> Have you tried making the dormant mode work?Apologies for being a pedant but are you still talking about powman? That's not dormant mode. Powman is about switching hardware on and off. Dormant...
View ArticleTroubleshooting • Re: Raspberry Pi Imager and Google Drive
Thanks for the insight, incognitum.I've copied your reply into the GitHub bug (https://github.com/raspberrypi/rpi-imager/issues/960), and will acknowledge & reply there.Statistics: Posted by...
View ArticleTroubleshooting • Re: Cloning SD card with autologin enabled
Thank you for the hints.When using Raspberry Pi Imager, to write the cloned image on a new SD card, autologin is never enabled (whether I use Advanced settings or not).The solution is quite simple: Do...
View ArticleTroubleshooting • Re: New router WiFi connection problems
How does your RPi get its network settings? DHCP from the router? Or is it static?Statistics: Posted by SurferTim — Thu Nov 14, 2024 10:42 am
View ArticleSDK • Re: Setting LEDs on keyboard freezes up
Couldn't find anything. I inferred it from something I did on the STM32H7 but that has a propriety ST stackStatistics: Posted by matherp — Thu Nov 14, 2024 10:45 am
View ArticlePython • Re: stop loop with button press--raspberry pi and gpio
Hello, I am pretty new to python and coding, so this may be a basic question, but how would I go about exiting a loop with a button press via gpio input?What I want is once a condition is triggered...
View ArticleRaspberry Pi OS • Re: Adding an 'identify' feature for monitors in Screen...
I can think of a way to do that, so I'll stick it on the to-do list....Statistics: Posted by spl23 — Thu Nov 14, 2024 10:57 am
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
Try adding this to your cmdline.txt file - add it to the start or end of the existing line. Do not add a second line.Code: video=HDMI-A-1:480x320M@60DThe old firmware video dfiver (which used those...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Is there way to manually check whether the toolchain was properly installed or not, I might be missing some components.You could copy the installed toolchain from the broken machine to the working...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Hi,I'm having trouble with printf when using time_us_64() in a macro definition:Code: #if (USE_SDK) #define delay(x) sleep_ms(x) // done in pico-rp2040 ??? typedef uint64_ttimestamp_t ; #define...
View ArticleGeneral discussion • Re: PINN with specific OSes
I have sacrificed my SSD installation to check this.Both BBN_full and OpenPlotter_touchscreen booted flawlessly, but Ubuntu 22.04 gave the same error that you encountered.They've had a few problems...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
Code: .mov_status txfifo < 1…mov x, ~statusjmp !x, …pullStatistics: Posted by PicoTinker — Fri Nov 15, 2024 10:27 am
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
Does anyone know what's happening here? Why doesn't raspberry work as the password for pi? Why isn't it asking me for the new username I tried to setup? Will deleting userconf.txt let me login again...
View ArticleGeneral • Re: Did I Destroy my new Pico
I then saw that I needed to hold down the BOOTSEL switch. So I unplugged everything and refollowed the procedure. Thonny did not recognize it and I was unable to see the device in Windows 10. You...
View ArticleGeneral • Re: Problem with 3,3Vcc power supply
I connect 3.3 Vdc to pin 39 VSYS of the pico. Could you tell me if you see any problems with this assembly?One potential problem would be if you connect your 3V3 supply to VSYS without using an inline...
View ArticleGraphics, sound and multimedia • Re: Switching between Audio Jack and...
"0 Headphones bcm2835 : playback 8" is the 3.5mm jack, I don't know why your bluetooth output wasn't showing up in alsamixerStatistics: Posted by pidd — Fri Nov 15, 2024 10:53 am
View ArticleC/C++ • Re: Allocate memory for DMA on Raspberry Pi 5
yes, I use mmap.Do I understand correctly that the Raspi then has less RAM and the unused area of memory is then used for DMA?But how do I get the right address region?Kernel driver:yes, I read that...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Just an example of the rabbit holes I fall in while doing this upgrade.None of your problems have anything to do with the upgrade really.You had threads about fswebcam at the time. The version in apt...
View Article