General discussion • Re: New rpi-eeprom-update 2024-01-24 WD Blue SN550 nvme...
Can you kindly provide more details as https://github.com/raspberrypi/rpi-eeprom/issues/526 does not explain the issue and how it got solved.I have WD SN550 working fine on CM4 (as well as SN520 and...
View ArticleOff topic discussion • This old software developer is tiring
There's those issues which I've fixed 50 times (build system etc) that you just have to keep fixing and fixing the same thing. And there's 250 things like that.Statistics: Posted by skinmarquee — Fri...
View ArticleAdvanced users • Re: "Realtime" GPIO with bcm2835...
Here's a kernel module you can try: `my_critical_proc.c`Code: #include <linux/kernel.h>#include <linux/kobject.h>#include <linux/module.h>static struct kobject *the_kobj;static...
View ArticleOff topic discussion • Re: This old software developer is tiring
That's why I stopped using Windows and moved to Linux, at least there I can fix things myself, most of the time. But I am getting tired of these Pi Bookworm/Wayfire issues and am claiming back my old...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
..The numbers are mostly the same as the old "hdmi_timings" line, but in a slightly different order. The largest number is clock-frequency. The second and seventh numbers of hdmi_timings are 0 if sync...
View ArticleTroubleshooting • Re: hdparm -> SG_IO: bad/missing sense data
Hello. I will help you as much as I can.If you take a closer look, you will see an error SG_IO: bad/missing sense data. This is because it indicates that sense data (disk status information) is not...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
OK, I'm confused now; that sounds like a big problem. Could you explain briefly?The best I was able to achieve on Pi5 was a 10-15 KB/second transfer rate, using either the OpenOCD linuxgpiod driver...
View ArticleAdvanced users • Re: Raspberry Pi EEPROM Manager
Raspberry Pi EEPROM Manager (in the first post of this topic) has been updated.Simply replace your existing rpi-eeprom-mgr script file with the new one. No other changes are needed.This update adds...
View ArticlePython • Re: DWM1000 Library
https://www.google.com/search?q=DWM1000 ... e&ie=UTF-8Statistics: Posted by memjr — Sat Jan 27, 2024 4:50 am
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Oh no! I just got to part 2 of day 21. How do I store an infinite grid on a Raspberry Pi Zero?You don't! Take a look at your input data with a text editor that can shrink the font to almost nothing....
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
The 4GB or 8GB memory configuration should provide sufficient memory to avoid needing swap space. However, the default swap space allocation on RPios is only 100MB so it is possible that the desktop...
View ArticleBeginners • Re: New 4TB SSD portable drive (USB) critical target error, dev...
What USB to SSD adapter is being used. Please show the output from the lsusb command.There are some USB to SSD adapters that do not work well with Linux.I have used this unit purchased from Amazon...
View ArticleTroubleshooting • Re: SSH over Ethernet directly to PC causes: client_loop:...
If the connection between the Pi and the PC is made by connecting each device directly to the router using seprate ethernet cables, the router will take care of IP assignment and routing. This is the...
View ArticleSDK • Re: ADC PIO 128bit read, DMA gets stuck after 200 transfers
so it was actually because i was using dma_channel_set_read_addr instead of dma_channel_set_write_addr.the fifo fits the 128bits, dma should be fast enough to read it all before the next 128bit read...
View ArticleRaspberry Pi OS • Re: best way to run a bash on startup in Bookworm
Etc\profile has worked fine for me for years for what I need.It no longer works in bookworm as far as I have tried it.This arguing needs to stop. I asked for a solution, I have several to choose from,...
View ArticleRaspberry Pi 400 • Re: RPi400 reboots when UPS hands back to mains supply
Sad to say but the UPS that I am using shuts itself down after running on the battery for 2 hours. I did not know that happened. Tried it without load and also happens, so not load dependent. Trying...
View ArticleGeneral discussion • pi 5 nvme case options?
Hi.I want to buy a pi 5 with an nvme drive board that will fit in a nice case. I don't want to use the official case as i don't like it.The case must be premium looking and cover the whole pi leaving...
View ArticleAdvanced users • Re: How to force Pi OS serial console to resolution other...
serial consoles are always in manual modethere are 2 options to adjust things1: run the "resize" program from the xterm package2: use this chunk of code:Code: clever@raspberrypi:/nas/rpi/libsigrok $...
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 Article