Beginners • Re: Using USB for first boot
The USB goes to the computer the other side goes to the serial post on the rpi. I'm trying to run bookwormStatistics: Posted by cepi — Fri Aug 30, 2024 1:47 am
View ArticleCompute Module • Re: JTAG debug on CM4(bookworm)
Thank you for the reply.openocd prints progress messages while it is running. What is it saying in your system?OpenOCD's message is:Code: guest@LA-27-0036:~$ sudo openocd -f c232hm-edhsl-0.cfg -f...
View ArticleRaspberry Pi 400 • Re: Pi400 shutdown woes
the holtek MCU managing the keyboard also manages turning the power on/offwhen the pi400 is "off", the holtek is still on, scanning the keyboard, and can turn the power back on when you hit the power...
View ArticleRaspberry Pi Connect • Re: Copy files from remote Pi
another option is the https://github.com/magic-wormhole/magic-wormholejust run "wormhole send foo.txt" on one machine, and it will spit out a code like "wormhole receive magic-words"then just run that...
View ArticleBeginners • Re: Which nvme hat to use with Official Case with cover on?
I am using a Geekworm x1003, with the Active Cooler in the Official Case with the lid on. I even have the RTC battery inside.https://geekworm.com/en-au/products/x1003I only bought this hat because I...
View ArticleGeneral discussion • Wi-Fi Unscannable "wlan0: carrier lost" Issue...
Hello everyone,I’m experiencing an issue with my Raspberry Pi 3 B+, which is configured as a Wi-Fi access point with the DHCP server enabled and Ethernet disabled. The Wi-Fi becomes unscannable after...
View ArticleGeneral • Re: Issue with Always-On Timer on the RP2350
i have no idea what the rationale for the <snip> vs splitting the output into separate code blocks on the forum is... what happens when the clock changes?Anyway, i'm think it is quite likely...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
I've read that you can build an UF2 file with rp2040 and rp2350 but I don't think "universal" code can be done.You could theoretically do it with ARMv6-M only code, but it would be extremely painful...
View ArticleGeneral discussion • GUI Web Server for Pi GPIO
Hi,I am a beginner in search of a turorial(s) and advice on how to create a Local Pi Web Server with a GUI to control/monitor the Pi GPIO.I've done countless searches and tried implementing several...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
I've just tried using few external resistor, and checked on a scope, in two cases: - internal pull down enabled, locks up at 2.20 V- floating freely, the latch-up looks stronger, 2.44 V10K works in...
View ArticleTroubleshooting • Raspberry Pi 5 in standby mode?
Raspberry Pi 5 going into standby mode.My Raspberry Pi 5 is on & eventually goes into, I believe, a standby mode. I've got a green light on the side of the Raspberry Pi 5. On the screen is just a...
View ArticleBeginners • Official pi 5 case question
Is the fan supposed to be blowing in or out?Statistics: Posted by PiUser69 — Sat Aug 31, 2024 12:56 am
View ArticleBeginners • Re: Official pi 5 case question
The fan blows out to remove the hot air.Statistics: Posted by AndyD — Sat Aug 31, 2024 1:29 am
View ArticleAutomation, sensing and robotics • Re: Input/suggestions on a dc motor...
So far what I’m finding is arduino is not the way to go for anything that needs to drive a display so I’ll look into the picos capabilitiesStatistics: Posted by Ykdave — Sat Aug 31, 2024 1:47 am
View ArticleC/C++ • Re: CMake and arch-specific compiler options
@SteveSpencerDid you miss the "go.1420.zip" viewtopic.php?p=2247552&hilit=go.1420#p2247552 attachment? If that works for you (building a native gcc on 64bit bookworm) then my cross-compile script...
View ArticleGeneral • Re: Problems with "host_cdc_msc_hid" example
This is interesting.[cmake] CMake Warning at C:/RP2040/pico-sdk/src/rp2_common/tinyusb/CMakeLists.txt:10 (message):[cmake] TinyUSB submodule has not been initialized; USB support will be...
View ArticleTroubleshooting • Re: Windows 10 accessing SAMBA share on Pi 5 with Bookworm...
For starters:Which level of Windows10 are you using? Home, Pro, something else?Posting just your share definition is not enough. Please post the output fromCode: testparm -sRemember to wrap it with...
View ArticleGeneral discussion • how to use the flash_program example in pico sdk
I could use some help, please.I'm using my RP 4 to program an Pi Pico thru a Pi Debug probe.I'm able to build the examples in the pico sdk folder & load them onto the board.I'd like to store some...
View ArticleSDK • Re: I'm having trouble with SDK 2.0.0
My guess is that you didn't delete your build directoryAs I stated above, part of my process for switching SDKs is to delete the build directory. It's a convoluted process because the VisualGDB always...
View ArticleGeneral • Re: RP2350 Errata E9 and PIO
Somehow RPI has not been able to replicate this yet, but at this point it seems pretty obvious that there is a serious problem.That does feel strange when multiple people say they have demonstrated...
View Article