Advanced users • Re: Image File Utilities
Code: root@HAS:~# blkid /dev/nvme0n1/dev/nvme0n1: TYPE="isw_raid_member"Ubuntu installed directly via RPi Imager on NVME SSD connected via USB-NVME adapter, then run on official RPi M.2 HAT+ hat. No...
View ArticleGraphics programming • 7" Display 2 and rotating content using DRM
Hey.I've ported my software to use DRM to draw content on the 7" display. Right now I'm getting its 'preferred mode' property (It's a portrait 720x1280 mode), apply that transposed to the main VC4 DRM...
View ArticleBeginners • Re: Connectors for power through GPIO
DuPont connectorshttps://amzn.eu/d/2FSOeRUStatistics: Posted by rpiMike — Wed Nov 27, 2024 1:31 pm
View ArticlePython • Re: Python program service
It is the latest version of RPiOS, no venv and pip install bme280.That's not actually very helpful. There are at least four "latest version"s: 32bit lite, 32bit desktop, 64bit lite, and 64bit...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
As to be expected, the CM5 just like the pi5 had the SMI functionality removed. It was a very useful peripheral for advanced use cases. Oh well, I can still use an rp2040/rp2350 in between as a...
View ArticleMicroPython • Re: Pico 2 W MicroPython UF2
Working now, once I had installed connect.py to the Pico 2 WStatistics: Posted by tonygo2 — Wed Nov 27, 2024 1:57 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hi All,I have managed to successfully install update versions of Archlinuxarm and Manjaro on NVME drive. Both working fine, my Manjaro does seem to have any updates but arch is. Both these installed...
View ArticleGeneral • Re: RPI pico 2 sleep mode
And 10 uA lower it is.But now at VSYS at 3,6 V. At 125 MHz and clock divider set to 1 it doesn't require setting COOLDOWN to 0. But using powman with boot greisters set to 0, it would require now...
View ArticleHATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
Just a little update on this (probably final). It could help someone.I've found out that adding the dtparam=pciex1_gen=3 parameter in cmdline (which enables pci express gen 3) made the issue appear...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
update 81. all the front panels have arrived 2. Since the last post, 3/5 Boards run 24/7 without any issue, waiting for the cm5 to buy two for the remaining boards 3. still haven't finished the code...
View ArticleCompute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Good idea, thanks. I don't have kicad but I have uploaded the zip as is to https://www.pcbway.com/tool/ElectronicDesignViewer and can see both schematics and pcb ant it looks like it is straight...
View ArticleTroubleshooting • Re: Fried Pi?
1) It is almost certainly the case that the Pi itself is fine. But the software (OS) on the SD card may have gotten corrupted. Best advice is to get a different SD card, install a new system. Boot the...
View ArticleAutomation, sensing and robotics • Re: Sensing/Testing MQ-8 Hydrogen sensor
Well done! a scientific approach to work.Statistics: Posted by ghp — Thu Nov 28, 2024 2:14 pm
View ArticleCompute Module • Re: CM5 RAM Options – Is 16GB Coming?
I’ve already ordered a few pieces! How much did the carrier board cost?https://thepihut.com/products/raspberry ... 5-io-boardStatistics: Posted by jamesh — Thu Nov 28, 2024 2:29 pm
View ArticleTroubleshooting • Re: unable to install fswebcam in rasberry pi 4
Odd one, as on a Pi4 running Bullseye 32-bit with desktop and all updates, it installed fine:Code: pi@pi:~ $ hostnamectl Static hostname: pi... Operating System: Raspbian GNU/Linux 11 (bullseye)...
View ArticleRaspberry Pi OS • Cannot "sudo apt update" after failed Postgresql...
sudo apt upgrade now has error saying wrong signature key. Before that, I tried to install postgresql. Installation aborted mid-way due to wrong signature. How can I totally remove postgresql?Code: $...
View ArticleFrançais • [noob] Combiner RetroGaming et MediaCenter
Bonjour tout le monde,Je viens d'acquérir mon tout premier RasPi, et je souhaitais en faire une station de divertissement, mêlant à la fois retrogaming et lecture de films/streaming/etc. (par...
View ArticleGeneral discussion • Custom shell over UART
Hello, I am trying to implement a custom CLI on a Raspberry Pi for real-time project.The desired flow is as follows:1. I flash the Raspberry Pi with the application and connect to it via UART from a...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Is that a yes to both questions?only to the first part (Did pastebinit work before the update to 6.12).Reverting to 6.6.62 requires me to compile the custom kernel again -> roughly 2 hours on that...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Something odd with the quoting in that last post?Build motion from source as I said earlier - it works.Sorry, I thought your previous post provided a solution only for the most recent hardware and...
View Article