MicroPython • Re: Experiments in chaining DMA to PIO - strange error and room...
I've just realised I could probably do this in a single 32-bit word, auto-pull every 24 shifted bits and configure the data-mover DMA to not increment its read address and then the need for the...
View ArticleOther RP2040 boards • Re: Help with custom RP2040 board
Thanks for your help so farI'm not an oscilloscope expert, what should I see on XIN and XOUT?I've used the recommended 12MHz ABRACON part, although re-reading my schematic and comparing it to the...
View ArticleGeneral • Re: pico2 : no write to registers pio0 in arm assembly
And unfortunately, the write isn't working. I looked, and paragraph 10 indicates that I should update bits 0 and 1 of the ACCESS_PIO0 register 0x4C of ACCESSCTRL_BASE, 0x40060000.Are you somehow in a...
View ArticleTroubleshooting • Re: Force interlaced video over HDMI?
Current versions of Raspberry Pi OS will run on all versions of Pi.Old versions of Raspberry Pi OS will get very few if any updates, and therefore should be considered security risks.Any compliant...
View ArticleGeneral discussion • Re: What product would you like to see?
I've been playing with several versions of the Pico as a controller.The two uarts are interesting. Reading the hardware specs, the USB controller in the 2040 can support 32 end points.Being able to...
View ArticleTroubleshooting • Raspberry Pi Imager do not save OS settings
Hi together,I'm new her so hello everybody.I tried to find an answer for my problem, but I wasn't able to find a matching discussion.Hopefully you can give me support, so solve this new problem sice I...
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release...
“ Raspberry Pi Model B” - yes but which one? Pi4 or Pi5 or something else?Probably this should be a separate thread to avoid the massive necro titleStatistics: Posted by neilgl — Wed Sep 10, 2025 7:02...
View ArticleTroubleshooting • Steam Link Installation Error
Im entirely new to any linux based OS, literally just got my Pi 5 in today. Wanted to use it as a streaming device for steam link. After going through set up and running "sudo apt update" and "sudo...
View ArticleOff topic discussion • Re: A bit of Raspberry with 144C/288T
With the last commits I introduced a slowdown of the recreates, which I am debugging.Easier to achieve was to draw the circle for initial radial ruin discussed in previous postings.From earlier...
View ArticleOther • How can I specify a wifi connection in a script to be applied on the...
I am creating a kiosk setup using FullPageOS. I'm writing a script that will be used to provision a raspberry pi to be sent out to a site to be used. The planned process is as follows:1. An SD card is...
View ArticleTroubleshooting • Re: Steam Link Installation Error
Which tutorial?Statistics: Posted by DirkS — Wed Sep 10, 2025 8:35 pm
View ArticlePython • Re: Why does importing 'Crypto' not work, but importing 'Cryptodome'...
If the solution really is to use --break-system-packages then that's what I'll do.That is one approach but the recommended method starting in Bookworm is to create a virtual environment (VENV). See...
View ArticleGeneral discussion • Re: Pi 5 UPS
I use an APC Back-UPS 700 to power the Pi5, router and fibre ONT in my house.At home I use 1500VA units. For travel, I have a 350VA unit.Statistics: Posted by W. H. Heydt — Thu Sep 11, 2025 7:44 pm
View ArticleGeneral discussion • Re: Difference between RPI5 (4gb ram) and RPI4b (8gb ram)
very high quality, and the 45W one can be used to charge laptops or anything that needs lot of welly. About $18 or so. A bargain.If one does not need the 5V/5A Pi5 mode then for non Pi5 stuff the high...
View ArticleTroubleshooting • Re: kms video settings only apply during boot
For modetest:sudo apt install libdrm-testsStatistics: Posted by 6by9 — Thu Sep 11, 2025 8:01 pm
View ArticleAdvanced users • Re: Why is boot mounted rootfs using NFS version 3, not 4.1?
... is it possible that your "nfsroot" is only being offered at V3?No (see below).initramfs uses klibc utils. klibc mount only accepts 2 or 3 as valid values for nfsvers. Other values will cause it to...
View ArticleBeginners • PL2303TA USB-to-TTL Adapter Not Working Well with Raspberry Pi...
Hi everyone,I’m trying to use aPL2303TA USB TO TTL (this one: https://easyelecmodule.com/product/pl2303ta-usb-to-ttl/) as a serial console cable to access my Pi’s UART pins, but I’m running into...
View ArticleSDK • Re: Anyone got assembly code for 32x32 => 64 that works?
hello,Why not just use this instruction:unsigned long UMULL{S} RdLo, RdHi, Rm, Rs N Z C* V* RdHi,RdLo := unsigned(Rm * Rs)I assume he's on RP2040 (CortexM0+) where that instruction doesn't...
View ArticleOfficial Display • Re: Mouse icon upside down when rotating display 180...
Hmm. I'm pretty sure we fixed it with Pi Connect but I'm not sure about with other VNC clients. The problem here might be realVNC's fault.What might fix it is to edit `/usr/sbin/wayvnc-run.sh` and add...
View ArticleBeginners • Re: PL2303TA USB-to-TTL Adapter Not Working Well with Raspberry...
That looks like a 5V TTL interface. The 5V Tx signal going into the Pi is not good for it, and the 3.3V Tx signal leaving the Pi may not be high enough to register as a logic "1" at the interface.Try...
View Article