Beginners • Re: Remote Access - Pi4 BookWorm
So heres what I want to be able to do:- Remotely access the Pi using ssh and be able to copy and paste files?- Open files and folders on the Pi from my Mac with read / write access to play video /...
View ArticleMicroPython • Re: Pico 2 Micropython problem
Thonny.jpgIt would be useful if the Pico 2 was included in this list. It would then find the COM port automatically.Thanks for the screen shot. I’m not sure it would change for PICO 2. Likely may be...
View ArticleGeneral • Re: Forced and EXEC’d Instructions
The program did print out "Loaded program at 30" but I didn't really understand what that offset means. I keep thinking that the program will be load from address 0 but looks like the compiler...
View ArticleBeginners • Re: OS documentation for omitted Linux commands?
You can install the package apt-file to search for packages by filename.Note that apt file:downloads huge index files;can produce thousands of lines of not very useful output;may provide several...
View ArticleSDK • Re: Not able to change PICO_BOARD type in CMakeLists.txt with VScode
Great, it works now !Thank you for your help Statistics: Posted by dje9 — Thu Aug 15, 2024 7:43 pm
View ArticleTroubleshooting • Re: sudo apt upgrade failing
Much safer to use "sudo apt full-upgrade" than just upgrade.It is the normal way but decided to leave that as it wasn't the issue. Although in my eyes upgrade is safer as it doesn't remove, install...
View ArticleGeneral • Re: RP2350 RISC-V qustions
Ohhh, this is my chance What's the difference between riscv32-corev-elf and riscv32-unknown-elf?Statistics: Posted by MatSOBDev2 — Thu Aug 15, 2024 7:47 pm
View ArticleTroubleshooting • Re: Powering pi zero via gpio
Nope none of the motors or anything else part of the system is connected currently just trying to get it boot all by it selfStatistics: Posted by Reese9885 — Thu Aug 15, 2024 7:47 pm
View ArticleBeginners • Re: Absolute beginner, after 4 years
If you don’t have them, get an official power supply and a microSD card (say 32GB), then start here https://www.raspberrypi.com/documentat ... arted.htmlStatistics: Posted by neilgl — Thu Aug 15, 2024...
View ArticleTroubleshooting • Re: Mouse/pointer click action-selection difficulty
I am not seeing that on any Pi.Statistics: Posted by neilgl — Thu Aug 15, 2024 8:35 pm
View ArticleTroubleshooting • Re: Can't get sound out of rpi4 headphone jack
I suspect the 3.5mm headphone jack was just broken on my device. I ordered a new RPi 4 2GB and the 3.5 mm jack audio worked just fine. I do remember now that the audio was real quiet on my old RPi 4...
View ArticleAdvanced users • Re: Attempting to netboot with buildroot image
@rasp14 @thagrol Pls help-me I've been trying to netboot (nfs, dnsmasq, buildroot mainline kernel) on rpi4 8gb for 3...
View ArticleTroubleshooting • Re: "Crave Plus" USB battery: enough for rpi5?
This battery seems to claim 25W over USB-C:https://www.amazon.com/SAMSUNG-Portable ... 084GVM6NC/Do folks have experience with using a battery like this with an "accessorized" raspberry pi...
View ArticleNetworking and servers • Looking for an up-to-date and comprehensive guide...
I have this idea of making my little Zero 2W the sentinel that watches over and protects my entire home network and blocks ads. So far I am able to setup Pihole and PiVPN successfully but Unbound is a...
View ArticleOther projects • Re: Arcade Ticket Payout test
Code: # Import Required Librariesimport RPi.GPIO as GPIOimport time# define the GPIO pin connected to the buttonBUTTON_PIN = 16button_counts = {}# Initialiation and Setup# Perform one-time setup tasks...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Hm. Enqueue and dequeue pointers aren't close in the last event received, so the transfer ring shouldn't have been exhausted. Did we drop an interrupt?Is there any other way to determine if it is a...
View ArticleSDK • Re: [Solved] Help needed for Building RISC-V Compiler
Out of curiosity what's inside:Code: /opt/riscv/gcc14-rp2350-no-zcmp/riscv32-unknown-elf/lib? I don't know if it is a good direction, but you can add an extra compiler by duplicating...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Raspberry Pi, while extremely innovative, have not invented time travel Not yet, but they will. I'm bound by a traveller's oath formulated in 2033 not to tell you how I know. Statistics: Posted by...
View ArticleGeneral • Does RP2350 Streaming DMA Interface support PSRAM?
The datasheet specifically only mentions flash memory and I can think of reasons why it wouldn't support PSRAM, e.g. not giving a PSRAM enough idle time to refresh, but thought I would double...
View ArticleAdvanced users • Re: H.264 encoder color space
ThanksStatistics: Posted by any1 — Fri Aug 16, 2024 9:06 pm
View Article