Advanced users • Re: How to force Pi OS serial console to resolution other...
I don't understand why you say that doing, e.g., stty ..., is "manual". Can you not put that command into one of the many startup files that automatically run on boot?Statistics: Posted by...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
I generally frown upon running things out of spec. Is there any way to detect or measure PCIe error rate?I think it was the "jitter" that was out of spec, also think I have seen someone test BER...
View ArticleTroubleshooting • Re: New Raspberry Pi 4B with SSH Enabled Refuses connections
The client is just the windows command line run as admin. SSH is on from the pi imager software with a "custom OS" selected, gotten from the raspberry pi website. I changed it to be no password by...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
I’m away for a couple of days so will test this on Tuesday. Sorry to hear of about the Sony!Statistics: Posted by OldTVEnthusiast — Sun Jan 28, 2024 7:08 am
View ArticleAdvanced users • Re: "Realtime" GPIO with bcm2835...
"It is possible that that code worked, but the problem you are experiencing is not due to interrupts, so you didn't notice any improvement."Something is definitely "interrupting", and doing so even...
View ArticleC/C++ • Re: Auto-vectorization (NEON) with GCC or Clang?
I'm pretty sure all of its optimisations are rolled up automatically now. There used to be switches switch as -mfpu=neon but those are gone in old gcc versions.Statistics: Posted by skinmarquee — Sun...
View ArticleTroubleshooting • Issue when trying to flash CM4
Hi all!I recently bought a [CM4][https://www.waveshare.com/compute-modul ... ?sku=20391] and a [board for that][https://www.waveshare.com/wiki/Compute_ ... E_4G_Board]. I want to flash it in order to...
View ArticleTroubleshooting • Re: Format SD card without downloading a formatter?
You can download it for sure. But you need an appropriate app to burn onto the SD card.I have no idea of an app for that for Chromebook.Did you create a new account to ask this again? I could swear I...
View ArticleGeneral programming discussion • Re: Pi Hole doesn't block ads on YouTube App...
You should consider using a mirror from https://docs.invidious.io/instances/they strip away all the tracking, ads, etc but still source the video from youtube.Statistics: Posted by Margaret — Mon Jan...
View ArticleGeneral discussion • Re: 1GB RPi Zero 2W?
What would you use the Zero 2 for (if there was a 1 GB or bigger version)?You get only USB 2 so an SSD is useless. The microSD card is half the speed. You have to add a USB hub for mouse and keyboard...
View ArticleSDK • Re: Want C code equivalent to This micro python code
i already tried but that and all dont work and this micro python code work properly thats what i want this micropython code in CStatistics: Posted by gowZ123 — Mon Jan 29, 2024 6:15 am
View ArticleGeneral • Re: Static IP on Raspberry Pico
Regarding hippy's comment:I did some more looking at the DHCP protocol (https://www.netmanias.com/en/post/techd ... ns-of-dhcp) and I would say that the lack of a DHCP DISCOVER would indicate that...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
The debug probe documentation is right here, how to upload an .elf, debugging, etc.It all worked fine for me.https://www.raspberrypi.com/documentati ... probe.htmlStatistics: Posted by breaker — Mon...
View ArticleGeneral • Re: Copy and paste example code
Page 16 of this:https://datasheets.raspberrypi.com/pico ... Mi4wLjAuMA..No link.Why are the line numbers there at all though?Andrew42but seriously, probably an oversight... nothing is perfect... use...
View ArticleGeneral discussion • Re: Raspberry pi 4 "capacitor exploded"
Thank youThat was great information.Fortunately, there are smarter people than me.I put hat-mdd10 on this rasp and turned it off with illa.In the morning it wouldn't start and I noticed that bubble on...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • pi5 dpi screen, xrandr --panning has bug
Pi5 use dpi screen with 'xrandr --panning' , but display area not moving with mouse. When using hdmi screen, it works.Statistics: Posted by dsds — Mon Jan 29, 2024 6:45 am
View ArticleGraphics, sound and multimedia • pi5 use dpi screen, xrandr --panning has bug
Pi5 use dpi screen with 'xrandr --panning' , but display area not moving with mouse. When using hdmi screen, it works.Statistics: Posted by dsds — Mon Jan 29, 2024 6:56 am
View ArticleGeneral discussion • Re: No RPi 5 for me.
No Pi5 for me either. But that's only because I'm very happy with the performance of my overclocked Pi4 8GB using Bullseye... (daily driver too).Statistics: Posted by MarkDH102 — Mon Jan 29, 2024 7:14...
View ArticleGraphics, sound and multimedia • Re: pi5 use dpi screen, xrandr --panning has...
i don't think wayland has ever had panning.so you used raspi-config to switch to X11correct! There is no panning (as well as no support for some other nice options) in Wayland.Switch to X11 and...
View ArticleCamera board • Re: rpicam-vid --save-pts NOT working
The --save-pts option is not possible for h264 like that on the Pi 5. see the first couple of posts in this thread for details and a workaround.Would be nice if this and other RPi5 differences were...
View Article