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 or a...
View ArticleBeginners • Re: Need help with temperature sensor and display project
You didn’t specify which programming language you are using.- I have not yet decided. Was thinking about C/C++, since I rarely get to use them and wanted to give it a try. Any suggestions are...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
That parameter enables gen3 speeds instead of gen2 speeds. It is optional, so you don't need to add it to PINN.However, PINN has a config.txt file (just like Raspberry Pi OS and Retropie), so you can...
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 ArticleRaspberry Pi OS • Re: Change in initramfs.conf breaks update-initramfs in...
I also saw an RPT changed/variant of initramfs-tools got installed when doing update/upgrade.Code: # apt list -a initramfs-toolsListing... Doneinitramfs-tools/stable,now 0.142+rpt1+deb12u1 all...
View ArticleGeneral discussion • Re: Open Letter to the Raspberry Pi Foundation...
# Open Letter to the Raspberry Pi Foundation Development TeamRE: Critical Issues with PINN/NOOBS Recovery Image ImplementationAs a user attempting basic recovery operations on a Raspberry Pi Zero 2 W,...
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release
So you're setting up WiFi using Raspberry Pi Imager?Statistics: Posted by gsh — Tue Nov 19, 2024 12:17 pm
View ArticleAI Camera - IMX500 • AttributeError: 'NetworkIntrinsics' object has no...
Hardware: RaspberryPi Zero 2W with 32-bit OS with AI Camera - IMX500Error when running:admin@raspberrypi:~/aicam/picamera2/examples/imx500 $ python imx500_object_detection_demo.py --model...
View ArticleAI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...
Can you make sure you have updated all your camera packages, and in particular Picamera2 - and try again please?Statistics: Posted by naushir — Tue Nov 19, 2024 12:25 pm
View ArticleGaming • How can i attach a rechargeable battery to my raspberry pi 3?
Okk, people, so I am making a portable handheld RPI-3 powered gaming console. After figuring out the screen, next comes power. I am looking to power it with a rechargeable li-po or li-ion battery. So...
View ArticleMedia centres • Round Screen Media Center
So I am trying to create a media center (mainly music) using a raspberry pi 4. The design is have in mind will use a 5 inch 1080x1080 waveshare screen. I am here looking for 2 things:1. Which software...
View Article