C/C++ • Re: Picotool v2.0.0 is built, but not seen by cmake
Created as an issue here:https://github.com/raspberrypi/pico-sdk/issues/1818and PR created.Statistics: Posted by shabaz — Wed Aug 14, 2024 5:41 pm
View ArticleTroubleshooting • Re: Location of fan1_input
Why is it of interrest?Yes, can vary, depending which other devices of your setup have hwmon capabilities.Below is a setup where the NVMe temperature sensor is there in additionCode: pi@Pi5-4-SN530:~...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Interestingly l can't identify the L used by Rpi with the dot on any other manufacturers boards...They could have received pre-production reels delivered with inductors aligned with same orientation...
View ArticleGeneral discussion • Re: How to bind screenshot to print screen key
This example...... stinks of an AI generated reply.Statistics: Posted by wildfire — Wed Aug 14, 2024 5:52 pm
View ArticleAdvanced users • rpi5 U-Boot: bootm hangs but booti works
Hello. I'm using U-Boot to load a signed Linux uImage (FIT). Public key is embedded into the main dtb file bcm2712-rpi-5-b.dtb and the signature is inside the uImage. That's the only way to load a...
View ArticleBeginners • Re: Raspberry Pi 5 connector with 2 leads
After all this questions and answers I've come to the conclusion that I could do away with all buck and battery converters and stop worrying about how to connect the power to the Pi and just but a...
View ArticleCompute Module • Re: CM4 VL805 interface issue
I did, before the power controller bypassCode: sudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Fri May 17 11:26:58 AM UTC 2024 (1715945218) LATEST: Fri May 17 11:26:58 AM UTC 2024 (1715945218)...
View ArticleDevice Tree • gpio-keys or rotary-encoder with GPIO expander
Hey,I'm trying to use the gpio-keys driver and the rotary-encoder driver with an external GPIO expander.I am able to successfully get the GPIO expander to be detected. I can see it and list its ports...
View ArticleOff topic discussion • Re: anyone belong to debian
and I never got a answer, what a classicI would have given up waiting a LONG time ago, created a second gmail account, used that with that forum, and moved on. So what email address do you think will...
View ArticleMicroPython • Re: Pico 2 Micropython problem
It may just be an issue with pico2 with Thonny on Window, as on my Mac it auto connects OK. Admittedly this was with a pico 2 plus from pimoroni and with a pimoroni uf2 build, but it must be based on...
View ArticleSDK • Re: Missing .hex file with pico_add_extra_outputs() [Workaround Found]
Added a GitHub issue: https://github.com/raspberrypi/pico-sdk/issues/1829Statistics: Posted by ecurtz — Thu Aug 15, 2024 5:57 pm
View ArticleGeneral • Re: RP2350 RISC-V qustions
Many thanks for the clarification.Statistics: Posted by hippy — Thu Aug 15, 2024 5:57 pm
View ArticleGeneral • Re: Forced and EXEC’d Instructions
Thank you so much arg001 for the response. Both pio->sm[sm].instr = 0x0000 | (0x1 + offset) and pio_sm_exec(pio, sm, pio_encode_jmp(1 + offset)) work!The program did print out "Loaded program at...
View ArticleTroubleshooting • Re: Configuration and graphics performance issue after...
It wasn't exactly what I wanted, but oh well, thanks anywayi'm pretty sure your going to end up starting over, sometimes it's the only way to get a stable install.i don't really mess around to much...
View ArticleTroubleshooting • Re: Powering pi zero via gpio
Maybe motor starting or attempting to start is taking too high startup current and the power source droops. Does it reboot if you don't connect the motor?Statistics: Posted by drgeoff — Thu Aug 15,...
View ArticleTroubleshooting • Re: Hide taskbar automatically - Pi OS Bookworm #SOLVED#
...you can just disable it 'definitely' by stopping wayfire from running wf-panel-pi on start up.You can do that by editing the file "/etc/wayfire/defaults.ini" and comment the line which says...
View ArticleBeginners • 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 ArticleSDK • Re: RP2350: How to enable XIP PSRAM?
I've hacked the template in the sdk and that seems to propagate into any binaries. I can't see any reason why that shouldn't be benign. Likewise I've set the flash set permanently at 16MbCode: MEMORY{...
View ArticleTroubleshooting • Re: Using USB RFID card reader with Raspberry Pi 5
Are we using any sort of USB hub?Might be related to the xhci errors reported here: https://forums.raspberrypi.com/viewtopic.php?t=359625No, I plugged it directly into the raspberry pi 2.0 usb port,...
View ArticleBeginners • Pico getting started guide: blink.uf2 built w/o errors, but does...
Hi, On Ubuntu 24.04 LTS, following the instructions from the "Getting started with Raspberry Pi Pico-series" I installed VS Code (from the snap store), dependencies, and the Raspberry Pi Pico...
View Article