Raspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleTroubleshooting • Re: Pi 5 low 3V7_WL_SW_V ?
I find a new phenomenon that the 3V7 value will be lower if the CPU tempature (got by vcgencmd measure_temp) goes higher.e.g. When 40'C, 3V7=3.69vWhen 50'C, 3V7=3.67vWhen 60'C, 3V7=3.64v...When 70'C,...
View ArticleSDK • Re: TinyUSB Only mounts one device
What have you got in your tusb_config.h ? Max numbers of each type of device are specified there.Statistics: Posted by arg001 — Sat Nov 16, 2024 12:39 pm
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
How big are your storage devices and how fast should it be?My storage drive is a 4TB connected by the new powered Raspberry Pi USB 3 hub, works well and file transfer speeds are around 300Mbps...
View ArticleNederlands • Re: image maken van ssd
Heb je al gezocht hier op het forum?viewtopic.php?t=363884Statistics: Posted by zonstraal — Sun Nov 17, 2024 12:14 pm
View ArticleSDK • Re: Byte (re-)ordering when using 8-bit DMA towards SPI display?
The CPU writes in little. The RAM does not care. DMA needs to be told to read in little. 8-bit reads are neither little or big. 16-bit writes are little.This comes with a performance consequence and...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
What I need is a strategy for changing boot drives. I could just plug it in and reboot. But, there is a bunch of stuff (webcam photos and more) that really should be moved to the new drive. Will I be...
View ArticleRaspberry Pi OS • Re: Linux CLI backup tools, procedure and planning
CLi:rsyncrestic + autoresticbackup-managerrsnapshotGUI:timeshift (my preference) for system backupsdeja-dup (my preference for /home backups)pika-backuprclone + rclone-browser or rclone-shuttle...
View ArticleGeneral discussion • Deskflow - sharing mouse and keyboard across network
I have been using Synergy to share my mouse and keyboard across my LAN. Added a new RPI 5, and wanted to install Synergy on it, but it doesn't have a download for the RPI 5, so investigating other...
View ArticleTroubleshooting • Re: How to safely save video when power off occur?
It is RaspberryPi + PoE hat and nothing like UPS is there. Also, My question should be more like "Is it possible to use Raspberry Pi with OpenCV or similar to create a security camera for home??"Or...
View ArticleGeneral discussion • Re: Deskflow - sharing mouse and keyboard across network
is there other software that you can recommend that would work across the LAN for this?Raspberry Pi Connect https://www.raspberrypi.com/documentati ... nnect.htmlor...
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
on this board, that pin is behind the anti back-feeding diode, which is only rated for 100mAit popped the diode on one pico, and incured a permanent voltage drop on every other pico, causing...
View ArticleGeneral • Re: Cant use compiled uf2 files
Well when i connect the Pico, thedrive is called RPI-RP2so my guess is, that its a pico2, but in any case i triedboth, setting it to Pico and to Pico2 with the same result.Statistics: Posted by...
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Apologies for the delay, I just re-tested after running sudo apt update and sudo apt upgrade on my Raspberry Pi Zero W:Code: mudge@raspberrypizero:~ $ cat /etc/debian_version...
View ArticleTroubleshooting • Re: apt upgrade failing
I had issues too. Raspberry Pi Zero W, rpi imager v.1.8.5., bookworm lite 32. I think two new SD card are gone Windows can`t detect SD card after installation ((((((((((Statistics: Posted by...
View ArticleAdvanced users • Re: New NVME Hat - need advice
The ZFS is installed by following https://openzfs.github.io/openzfs-docs/ ... index.html. I am coming from FreebSD with a similar setup, and ZFS compiles and installing required kernel components...
View ArticleGeneral • Re: USB boot
As soon as I open a serial connection with 4800 baud or lower, the pico resets to firmware upload mode. Is this a bug or feature?It's a deliberate feature. The serial baud rate on the Pico USB port...
View ArticleAdvanced users • Re: Image File Utilities
@RonR,downloaded current version from 1st post and verified image file commands in all scenarios on PIMORONI NVMe Base DUO - all working well Thanks a lot again for your tools, it saved me and friends...
View ArticleOther • Re: Windows ARM64 release?
... is that 'Windows on ARM' 'is slower' (on the MS/QcomHW ?), so many predict again another failure of Windows on ARM this round again. As already said, your ARM64 computer needs to support UEFI...
View ArticleGeneral • Update: Simple serial connection not working (PR2350/Pico2)
Thanks for the replies! I looked into both of the solutions. Sadly none of the worked (or im just a little lost idk)1. I tried compiling the "hello_usb" example. For some reason this particular...
View Article