Nederlands • 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 ArticleLinux Kernel • Re: Mainline support status?
I haven't followed along on the mailing list, so forgive my ignorance; but the patch did make it to mainline 6.12, right?No. It's still not merged, and I need to nudge the clock and device tree folks...
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 ArticleGeneral discussion • Re: New Raspberry Pi Products
The aforementioned interview was 3 weeks ago.I know they're not directly comparable, but the Raspad 3 features 1280x800 @10.1" i.e. not too far from the new touchscreen. 720 seems good enough for 7"...
View ArticleHATs and other add-ons • Re: Disable SSD Power indicator orange light
Thanks for your hints!Statistics: Posted by lotte67890 — Mon Nov 18, 2024 12:46 pm
View ArticleC/C++ • Re: Allocate memory for DMA on Raspberry Pi 5
mmap uses virtual addresses, right? If I follow DOMs example with total_mem = 3096. Then the free area would beat base=0xC1800000.But if I execute the code as follows, the program crashes...
View ArticleGeneral discussion • Re: Open Letter to the Raspberry Pi Foundation...
Critical Hardware Design Question for Raspberry Pi Team:Why does the Zero 2 W lack the basic hardware recovery safeguards that exist in the Pi 4?The Pi 4 has:- USB boot recovery- EEPROM recovery path-...
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release
Many thanks. This has helped flag up a number of issues with the image. Working on getting another one out ASAP.You can run `nmcli radio wifi on` to work around the issue for now.Statistics: Posted by...
View Article