Quantcast
Channel: Raspberry Pi Forums

General • Re: picotool cannot connect to device it found in bootsel mode

Bur VS Code says:Is there an issue with VS Code / Raspberry Pi Official VS Code Pico Extension that it's not running 'picotool' with 'sudo' ?I can't check because the Pico Extension isn't intended to...

View Article


Troubleshooting • Re: Issue with pi5 going to black screen after installing...

Have you tried following "Please feel free to comment below if you have had any issues with getting this game-streaming software to work." on the page you linked to ?Statistics: Posted by gordon77 —...

View Article


General discussion • Re: Resetting at a certain time every night (Pi5)

It would be useful to know why you think you need to reboot daily. For example, if it's based on some needed dictated by the Minecraft then restarting it's service may be simpler. In the meantime,...

View Article

Image may be NSFW.
Clik here to view.

Compute Module • Re: CM5 USB3-0 port as USB2

Thank you very much for your reply, it will help me a lot. Statistics: Posted by MANU-IOT — Wed Apr 09, 2025 12:25 pm

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Two identical Raspberries, only one...

Yep, switchting the SSDs makes the other hardware work.Statistics: Posted by xtlc — Wed Apr 09, 2025 12:29 pm

View Article


General discussion • Re: Chromium asking for default keyring

Consider switching to FirefoxUnfortunately, on my Pi 4B 1GB Bookworm, Firefox runs but almost immediately hangs and requires a power-pull reset where Chromium is fine.Regarding the keyring I simply...

View Article

Compute Module • How to fix fstab problem on CM5 ?

Hi I am currently experience a typical fstab problem on CM5 after trying to mount a disk.How to solve it for the CM5 since the OS is on the onboard EMMC ? I tried to enter emergency mode but is stuck...

View Article

Troubleshooting • Re: HDMI display detected but without output - Pi 4

I don't get why that could be that tricky.Every (I mean ALL) device I connected this display I get signal. Computers, laptops, Windows, Linux, MacOS, photo cameras with HDMI, drone remote control with...

View Article


Beginners • Beginner's Guide 5th edition, page 98

I am having a huge struggle with the exercises and projects in the Beginner's Guide. The first example of this comes on page 98 of the 5th edition (page 100 of 4th edition). It says there that in...

View Article


Beginners • Re: Beginner's Guide 5th edition, page 98

If it says =>, it is a typo. >= is correct.Statistics: Posted by pfletch101 — Wed Apr 09, 2025 1:05 pm

View Article

General • OpenOCD fails to connect if multicore_reset_core1() is called at...

I have this project I want to explicitly disable core1 by calling multicore_reset_core1() at program startHowever, when this function call is in there, OpenOCD will not attach. Using a PicoProbe.I...

View Article

SDK • Re: Atomic register write

I tested it with the XOR atomic call. Switching between 8 bits and 16 bits a few times and it seems to work just fine. My write16() function makes the XOR call (to 16), waits until the state machine...

View Article