Troubleshooting • Re: No OS works on zero 2w?
A 128Gbyte requires a SDXC compatible card reader. Is your one?Statistics: Posted by drgeoff — Fri Nov 08, 2024 6:30 pm
View ArticleGeneral discussion • Re: one pi to rule them all....
are you running the latest releasehave you tried the rpi connect, it does both desktop sharing & ssh in any web browserStatistics: Posted by kerry_s — Fri Nov 08, 2024 6:31 pm
View ArticleRaspberry Pi 400 • Re: Pi 400 stabile overclock
My Pi4B 2GB, Rev 1.4 running Bookworm 64-Bit Lite (RetroPie):arm_freq=2350arm_freq_min=800gpu_freq=940I am guessing that it can't go much further beyond this, but I honestly haven't tried. Truthfully,...
View ArticleRaspberry Pi OS • Re: Flatpak (menu icons) broke earlier today
I was hoping that someone using flatpak would comment...Statistics: Posted by neilgl — Fri Nov 08, 2024 6:38 pm
View ArticleBeginners • Re: Running a Scummvm game on start-up, Help please.
After more searching on terminal window instead of run on boot I found a working solution:sudo nano ~/.config/autostart/myprogram.desktop[Desktop...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
NameError: name 'send_at_command' isn't definedPresumably that would come from here -Code: # Function to send an AT command and wait for the responsedef send_at_command(command, timeout=5000):...
View ArticleC/C++ • Re: Cross compile using cmake
That has progressed things although I couldn't find an "install_root=" setting, just a grep returning..install_dir used to be the option to relocate the glibc install before they switched to the more...
View ArticleOff topic discussion • Re: Post your .bashrc
@blsSome useful stuff in there. All I can add is..Code: alias pu="pushd 1>/dev/null"alias po="popd 1>/dev/null"..and possibly (if you compile a lot or otherwise edit stuff with a lot entries in...
View ArticleTroubleshooting • Re: Volume control with momentary buttons, works but not on...
I did try running my program from the command line using python3 and all works as expectedWas that in a terminal window the desktop or a pure logged in to the command line with no desktop running...
View ArticleRaspberry Pi OS • Re: RPi5 dual monitor clone with labwc
I have two HDMI monitors of the same resolution plugged into a Pi5; running totally up to date Bookworm 64-bit.Used in 'extended desktop' mode, they work fine.I suspect you need to switch from "extend...
View ArticlePython • Re: .service troubles
Step 1: Tells us which model PI, which OS, which named release of that OS you are using and whether it is booting to desktop or command line. And with or without automatic login. If booting to the...
View ArticleLinux Kernel • Re: PWM - kernel driver - yocto
RPi.GPIO uses software GPIO, bitbashed from userspace, hence there is no kernel driver associated.Statistics: Posted by 6by9 — Sat Nov 09, 2024 6:08 pm
View ArticleCompute Module • Re: Dead CM4, possible cause of death?
Sorry, CM4 2gig, WiFi, no emmcStatistics: Posted by TigsterUK — Sat Nov 09, 2024 6:12 pm
View ArticleSDK • Re: Pico Extension and Debug compilation
See VS Code Pico extension - switching between debug and release builds.Statistics: Posted by carlk3 — Sat Nov 09, 2024 6:15 pm
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
Well, I enabled the external traceport, put a scope on it, and clearly was transmitting 1 bit wide instead of 4.So far, TPIU registers are different than you set-up. Managed to get some 4 bit...
View ArticleGraphics programming • Re: Only single DRM plane on 7" display
And it works. Got stuck for a moment before realizing that the writeback target framebuffer from the vc4 drm interface cannot be simply plugged into the rp1's plane FB_ID. I of course needed to create...
View ArticleSDK • Re: Programming the RPi pico in C++
How big was the binary with iostream in it?Not so much "big" as "huge" - Some 300 KB for the '.bin' from a 7.5 MB '.elf', which is typically a 30 KB '.bin' and 0.5 MB '.elf' for a C equivalent.But it...
View ArticleRaspberry Pi OS • Re: debsecan and RPi specific packages
@kerry : Sorry, I don't get what you're saying.Maybe to repeat myself a little: I'm not asking about the status of a specific package, or not even asking about how RPi packages relate to debian...
View ArticleWanted • Re: raspberry pi 4b box needed
this is just for me no one else will see itStatistics: Posted by BrantE — Sun Nov 10, 2024 5:40 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP2515 with Arduino on Raspberry Pi4...
Arduino only via USB connected to Raspberry and does not work. However, ESP8266 via RX/TX and USB does not work.The program seems to be working and receives information about initialization on...
View Article