Advanced users • Re: Full disk encryption (large NVME-drive)
Is it possible to dd the content of my encrypted SD-card to my NVME-drive and then resize the NVME to use the full capacity?Use the method @bls describes. I'd advise learning a a bit about luks...
View ArticleRaspberry Pi OS • Re: Problem Installing Bookworm Desktop RPI1 B+
512 ram is not enough for a desktop, more suited for non-gui rollsStatistics: Posted by kerry_s — Sat Jul 06, 2024 3:52 am
View ArticleGeneral discussion • Re: How does Raspberry PI 5 Power
I have a little project,It's about a smart car project.I'm going to do three things with the Raspberry PI 5: drive the car, image recognition, and drive the robotic arm.It needs to drive 5 servo...
View ArticleBeginners • Re: Multiple devices to the same ADC Input
I'd like to have multiple analog devices being read by the same ADC Input. I imagined it would work as follows:For each device, set the VCC of the device to a selected GPIO on the pico, Device ground...
View ArticleTroubleshooting • Re: Loading ath11k driver for QCN9074-based Wifi Transceiver
Try “dtoverlay=pcie-32bit-dma”Thank you a lot. I had tried this before, so I think it is a combination of some of these, as this is my current config.Code:...
View ArticleAdvanced users • Re: Display Priority on Raspberry Pi 5 Pi OS
I tried the methods in viewtopic.php?t=150889&start=25, but I'm afraid it's out of date. I see you posted in it though!! You've been around a long time..My setup is this:config.txt:Code: # For...
View ArticleRaspberry Pi Connect • Re: RPI connect won't start on model 3B
Like others, I cannot get rpi connect to start and I have read the posts.[ ... ]Any ideas will be gratefully appreciated.It worked for me on an (unsupported) RPi3b+ a few weeks ago.Ref:...
View ArticleSDK • Re: Pi PicoW savind data to flash
Yes, it is possible. If you want to treat the data as files, you will need to use a third-party library. The pico-vfs library allows you to read and write files within a file system deployed on the...
View ArticleGeneral discussion • Add 2nd NIC for VM router on RaPi5 Desktop
Hello,I run Raspberry Pi 5 Desktop OS and would like to install a VM router.I need to add a 2nd NIC for WAN/LAN and I'm not confident the forum suggestions to plug an adapter into a USB port will...
View ArticleHATs and other add-ons • Re: Argon neo 5 with nvme (pi 5 case) question
NVMe controller is part of the NVMe. The case has none.Statistics: Posted by aBUGSworstnightmare — Sun Jul 07, 2024 5:02 am
View ArticleRaspberry Pi OS • Re: New rpi-eeprom-update 2024-01-24 WD Blue SN550 nvme...
https://github.com/raspberrypi/linux/issues/6195 and/or viewtopic.php?p=2232767#p2232382 might be applicable for your WD SN850X as wellAnd better to open a new threat as SN850 is not SN550!If the...
View ArticleAdvanced users • Re: I need help with the ip route on my server - RPi4
But how do I use network manager?If you really want to, there is lots of documentation here -https://www.networkmanager.dev/viewtopic.php?t=357739But for now it will probably be a lot less work to fix...
View ArticleGaming • Re: Legal Retropie
I just got retro pie on my pi 4 and was going to download games, until I came across a few YouTube videos and Reddit forums that said that it is illegal to download ROMs. I don’t even know we’re to...
View ArticleAdvanced users • Re: 3 monitors possible with RaPi5?
Thanks. The RaPi5 specifications https://www.raspberrypi.com/products/raspberry-pi-5/ show the text, but I need to search another page for images.Monitors:I have 3 AOC 22B2W LDC...
View ArticleGeneral • Re: Error: The specified debug interface was not found (linuxgpiod)
When he said configure, he's referring to the configure script you run before building openocd from source. (It's a pretty standard approach to feature detection for unix programs.)With regards to the...
View ArticleNetworking and servers • HTTP Get by Name Fails; by IP Address Works; Ping by...
I'd like help configuring my node to allow HTTP Gets by Name to work. Get by IP Address works, Ping by Name works, only Get by Name fails.This is the latest 64-bit Raspberry Pi OS (2024-07-04) Full on...
View ArticleRaspberry Pi OS • Re: apt source chromium-browser not work
We have chromium-codecs-ffmpeg and chromium-codecs-ffmpeg-extra packages, both providing /usr/lib/chromium-browser/libffmpeg.so. The -std version builds the file provided by chromium-codecs-ffmpeg and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SN65DSI84 based solution non-working...
withCode: brightness-levels = <0 6 8 12 16 24 32 40 48 64 96 128 160 192 224 255>;default-brightness-level = <15>;you'll get (100 first - 0 last)Code: pi@raspberrypi:~ $ cat...
View ArticleGraphics programming • Re: Testing new DRM/DSI driver
Based on the level of info provided nobody will be abke to support.Some recommendations:You should aim for latest kernel and Bookworm.You will have to use KMS as FKMS is deprecated.Compile your driver...
View ArticleGeneral discussion • Re: raspberry pi 4 camera not detected.
I recently bought a camera off Arducam to go along with my Pi 4. However the pi does not detect the camera whatever I do. I have tried full upgrading the software to no success. How can I resolve this...
View Article