Quantcast
Channel: Raspberry Pi Forums
Browsing all 4859 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Beginners • 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 Article


SDK • 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 Article

Troubleshooting • 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 Article

Troubleshooting • 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 Article


Troubleshooting • 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 Article

SDK • 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 Article

Python • 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 Article


Raspberry 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 Article


Other • 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 Article

SDK • 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 Article

SDK • 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 Article

General 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 Article


SDK • 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 Article

Troubleshooting • 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 Article


General • 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 Article

General • 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 Article


Graphics, 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 Article

C/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 Article

Beginners • 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
Browsing all 4859 articles
Browse latest View live