General • Re: The debug probe seems flaky as hell
FWIW, I found the debug probe to be rock solid.Statistics: Posted by jags84 — Fri Dec 06, 2024 1:20 pm
View ArticleTroubleshooting • Re: Can I use the RPi Debug Probe on a Pi 4
I did? When?In a different thread viewtopic.php?t=374245Their was no response from the OP in that one.Statistics: Posted by wildfire — Fri Dec 06, 2024 1:30 pm
View ArticleTroubleshooting • Why does my new RP5 die after 1 week
I have a brand new RP5 with a fresh copy of the op system.The system boot up just fine and runs deluge for about 5 to 10 days, then the light on the front start to intermittently flash slowly and very...
View ArticleTroubleshooting • Re: Why does my new RP5 die after 1 week
Which light ?Statistics: Posted by gordon77 — Fri Dec 06, 2024 1:47 pm
View ArticleSDK • Re: Atomics on Pico 2
The ARM docs state "All store-release operations are multi-copy atomic". So it seems that atomic operations exist and use of such operations have the same caveats as on Apple M?Superscalar (MIMD) on...
View ArticlePython • Re: boolean conversion problem
Couldn't figure out the dead link above but here's the official Python doc for bin()https://docs.python.org/3/library/functions.html#binApologies. I included too much of the sentence when I assigned...
View ArticleGeneral • Re: Adding pico-extras library to VS Code
The solution was as follows:Add the following lines to CMakeLists.txt below the "include(pico_sdk_import.cmake)" line:Code: # We also need PICO EXTRASset(PICO_EXTRAS_PATH...
View ArticleGeneral discussion • Re: How can I install Raspberry PI specific VLC?
don't add the version. Just runCode: sudo apt updatesudo apt install vlcIt will try to pull in several dependencies and should ask for a confirmation before installationStatistics: Posted by DirkS —...
View ArticleBeginners • Re: Use Raspberry with SSD only (Pi4B or Pi5?)
Problem is I really need to use DietPi because I want to install a software called Loxberry which is specifically for my Loxone smarthome. Loxberry already includes stuff like influxdb, grafana and so...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
So what you said is It Doesn’t Damage Raspberry pi zero 2w?I can't see how it could damage the Pi. It will get the 5V it needs and work normally. Unless both power supplies shut down, in which case...
View ArticleGeneral discussion • Raspberry Pi - X11 Conky issue
Hi,Im using latest RaspiOS(lite+KDE) and X11 combination.I observed conky get disapper if I click on desktop area.This is not happening in wayland.Anyone observed this?I have default configuration...
View ArticleTroubleshooting • Re: Raspberryi card shows message
Technically from the OS on the card.Do they both contain the same named release of the same OS?Statistics: Posted by thagrol — Sat Dec 07, 2024 1:10 pm
View ArticleBeginners • Re: High speed USB thumb drive hot at 70 Celcius
sudo smartctl -i /dev/sda2showed brand and model info ok. It says SMART information (temperature and others) not supported. Liikely not fake. It was from a shop that has been in business for long...
View ArticleAdvanced users • Re: NUMA Testing
I have my own interpretation of this data, but would love to hear your thoughts. As for the concept of realistically measuring this without synthetic benchmarks, I will refrain from commenting on the...
View ArticleTroubleshooting • Re: Network is unreachable
it says Their is no dhcpd.serviceStatistics: Posted by colingus1234 — Sat Dec 07, 2024 1:21 pm
View ArticleDevice Tree • Re: Writing a DTS file for the audio codec.
Any references to write a DTS file is also appreciated!Statistics: Posted by electronics_enthu — Sat Dec 07, 2024 1:50 pm
View ArticleGeneral discussion • Re: Air holes for the official case (results)
The air is being blown through the heatsink, why would it go through your holes ?Maybe if they were in the end of the case?Statistics: Posted by gordon77 — Sat Dec 07, 2024 1:56 pm
View ArticleOther RP2040 boards • Re: RP2040 USB host for composite device
TinyUSB has some example for the host and pico-examples has it pulled as well: https://github.com/raspberrypi/pico-exa ... dc_msc_hid. You can ditch msc and hid for clarity. It might be a good...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Source: the example presented above by the authors of the bookDebugger: Eclipse + GDB + openocd + debugprobe attached through SWD to the both cores running live MicroPythonResult: confirmed down to...
View ArticleBeginners • Re: Imager SSH public-key authentication next steps
From a previous RPi image session, I was able to find the C:/User/<myusername>/.ssh folder which contains an id_rsa and id_rsa.pub files. Is the file without the extension the private key? Could...
View Article