Beginners • 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 ArticleDevice Tree • Re: Interrupt not working for dynamic device tree overlay...
I've managed to solve my issue another way. The reason I was trying to use the dynamic overlay in the first place is because the GPIO expander is on a separate circuit board that may or may not have...
View ArticleDeutsch • Re: Speicheraddressumrechnnung
Der Link ist dead.Statistics: Posted by framp — Wed Aug 14, 2024 7:04 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 ArticleGeneral • Re: RP2350 RISC-V qustions
Answering the more general question about OTP: things in the OTP_DATA listing (section 13.9) are actual OTP bits you need to blow permanently. This includes things like CRIT1_DEFAULT_BOOT_ARCH.Things...
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 ArticleMicroPython • Re: Pico 2 Micropython problem
Thonny v 4.1.4 does not recognise PR2350 boards when they are plugged into the USB port. I hope an update will be available soon as novice users will find this off-putting.Almost no-one outside the UK...
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 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 ArticleTroubleshooting • Re: WayVNC crashes Pi5
With "WayVNC connect to the Pi5" are you using VNC Viewer on a PC or rpi-connect or something else?TigerVNC on macOS Sonoma. Interestingly, I can also crash it hard by running stress-ng -c4. Temps...
View ArticleGeneral • Re: Dynamically load functions into RAM
I used the technique, overlays, MANY years ago on a PDP LSI11/23 with RT11 coding in FORTRAN IV https://en.wikipedia.org/wiki/Overlay_(programming)Ah yes this looks like what I'm trying to do. Thanks,...
View ArticleBeginners • Re: Pico getting started guide: blink.uf2 built w/o errors, but...
You may want to post your question in the VS Community forum at https://developercommunity.visualstudio ... sualStudioStatistics: Posted by DS256 — Fri Aug 16, 2024 7:27 pm
View ArticleNetworking and servers • Re: Cannot enable usb ethernet gadget on u-boot with...
Enable the USB Ethernet gadget on your Pi Zero 2 W with U-Boot, try the following steps:Check U-Boot Configuration: Ensure it's set up correctly for USB Ethernet.Verify Kernel Support: Confirm that...
View Article