MicroPython • Re: Making Micropython run in a partition with RP2350
It's not going to work as things are by default -Code: 835 KB 701 KB 2560 KB .--------------------.--------------------.---------------------------------. | Pico 2W Firmware | Unused | Persistent File...
View ArticleRaspberry Pi OS • Re: Recommended software error updating package data?
Appreciate the reply @B.Goode but most of that is over my head I'm afraid! That's why my final suggestion was to ask the folks at Raspberry Pi who provided the tool you are trying to use. And provided...
View ArticleAdvanced users • Re: ntp accuracy
Yes, timesyncd needs to go already in the first place; then the topology of how your servers point to each other is relevant: you shouldn't have any recursions, better go for a tree-like structure,...
View ArticleTroubleshooting • Re: Spontanious reboot on usb connect
W.r.t. "not using it for power", whilst power might be provided via other methods (eg. GPIO connector pins) I've always regarded that connector as not be usable for non-power purposes (excluding OTG...
View ArticleCompute Module • Re: nRPIBOOT usage after boot on CM5
There are two sets of GPIOs on the Pi 5 and CM5.One set are direct from the BCM2711 chip. nRPI_BOOT comes from there and is present on pin 93.The other set is from the RP1 IO chip. That is the...
View ArticleGeneral • Re: DMA in ring mode either hardfaulting or becoming stuck
the one saying to align the capture buffer to 64 bits, but while that solution prevents hardfaulting, it doesn't seem to solve the issue of DMA getting stuck.It doesn't just need to be aligned to 64...
View ArticleAdvanced users • Re: Changing RP1 Sys_Clk
Technically IRIG106 NRZ-L PCM. In reality this is just an arbitrary series of 1s and 0s synced with a 12Mhz clock. It’s a continuous, not repeating signal that needs to last several minutes so my plan...
View ArticleMicroPython • no ARP reply from Pico W
In my disappointment I thought I give a cry out in this forum to collect some feedback if the situation is indeed as bad as appears to be...Lately this bug is giving me quite some...
View ArticleMicroPython • Re: no ARP reply from Pico W
I think here a similar issue had been discussed. https://github.com/micropython/micropython/issues/12767Statistics: Posted by crugo — Sat Apr 26, 2025 3:40 pm
View ArticleTroubleshooting • Re: Camera ***failed to start camera***
Which version of the Raspberry Pi are you using? 5?Statistics: Posted by crugo — Sat Apr 26, 2025 3:41 pm
View ArticleAndroid • Re: [DEV] LineageOS 22.2 (Android 15) for Raspberry Pi 4 & Pi 5
Interesting update. My next step was to add the firmware .ucode files into the ramdisk and compile the AOSP. This seems to have been enough to get the AX210 at least initially working in a way that I...
View ArticleGeneral • Re: Pico 2W debug interface -- requires soldered pins?
I would have expected a push-fit SWD connection to work but I have only done that to monitor SWD levels, not actual debugging.There are right-angle headers which will will reduce any increase in...
View ArticleHATs and other add-ons • Re: Pi4 TV-HAT continuity errors when ARM clock...
> Is there some else who has similar experience? So TFTP/BOOTP and networked root filesystem and burst/random errors.I also see bursts of continuity errors since upgrading the software on my pi,...
View ArticleGeneral discussion • Re: RPi4 and RPi5 Compatible Power Supplies which are...
https://i.ebayimg.com/images/g/kekAAeSw ... s-l960.jpgthere are many.Statistics: Posted by Craig1234 — Sun Apr 27, 2025 3:08 pm
View ArticleGeneral • Re: When can we expect Pico 2h to be available?
I'd like to order a few hundred for a project I'm working on and not have to do all the soldering myself.This product on the site of a UK Approved Retailer seems to meet that...
View ArticleTroubleshooting • Re: Realtek RTL8812BU
good afternoon.i just noticed in github that 6.12.25 was made available several hours ago.i imaged a sd card with the 64-bit november 19th image. configured it and ran 'apt update', 'apt...
View ArticleTroubleshooting • Re: After update, GL Matrix no longer works
what kind of PI?what OS are you running?Statistics: Posted by terribleted — Sun Apr 27, 2025 4:48 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI3B+ and Console logs with RaspOS...
I have RPI3B+ board and flashed with RaspOS several version from https://www.raspberrypi.com/software/operating-systems/1. Raspberry Pi OS with desktop Release date: November 19th 2024 System: 32-bit...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe HAT not detected after OS update
Thanks,Unfortunately I can't see any changes in the output for lspci or hailortcli fw-control identify commands. Still get the same:$ lspci0002:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries...
View ArticleTroubleshooting • Re: AHT21 issues, I2c detect not registering
If you have a multimeter, measure the resistance between SCL & VIN and SDA & VIN when the device is not connected. The resistance should be somewhere between 1–10 kOhm. If it measures open...
View Article