General discussion • Raspberry Pi 5, D0 steps for 4/8 GB models?
Hi there,The original Raspberry Pi 5 models shipped with the C1 stepping of the Broadcom SoC, with the 2 GB model introducing a cost-reduced D0 stepping. This version removes unused features and...
View ArticleRaspberry Pi OS • Re: Fail! Zero W, rpi imager v.1.8.5., bookworm lite 32
I tried with Zero 2 W and again fail. Legacy bullseye is ok!Statistics: Posted by independent — Tue Nov 19, 2024 7:06 am
View ArticleGeneral discussion • Re: How to remove ALL unneeded packages?
I'm curious as to why you want a tiny system. Are you trying to save memory if you are on a ZERO? How much RAM/disk are you trying to save?I'm surprised you didn't list a browser.A setup that has...
View ArticleHATs and other add-ons • Re: Want to connect HDMI inputs to raspberry pi
on MS2130 related note, just noticed thishttps://hackaday.com/2024/06/01/use-tha ... ta-export/it can be interesting way to get data out of Raspberry Pico very fast via the HDMI breakoutThat guy had...
View ArticleGeneral discussion • Open Letter to the Raspberry Pi Foundation Development Team
# 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 ArticleHATs and other add-ons • Re: WM8960 Audio Issues
I have just got one and tried it with an RPi4 and get the same results...Statistics: Posted by AndyW999 — Tue Nov 19, 2024 7:53 am
View ArticleCompute Module • Re: Custom board with LAN9514 porting from CM3+ to CM4S
Thanks for your answers and suggestions. Maybe I should mention that I am not the HW designer of this custom board and it has been working fine for many years in the field, first with the CM1 and then...
View ArticleTroubleshooting • Re: Console log in Ok, GUI log in fails
Thanks, I set up roy2 and that works.I notice that at the log in panel, when I select user roy it has a RPi logo next to it, but when I select roy2 it has the debian logo next to it, so I think roy2...
View ArticleUbuntu • Re: Can RPi5 Ubuntu desktop 24.4 LTS run PCIe 3 for NVMe?
Many thanks for headup on the full document. It works! 771MB/secondIt is /boot/firmware/config.txt instead of "/boot/config.txt" in the video presumably due to different version.Statistics: Posted by...
View ArticleGeneral discussion • Re: Open Letter to the Raspberry Pi Foundation...
Always useful to address letters to the correct people.The people who develop the Raspberry Pi HW and SW are Raspberry Pi Ltd, not the Foundation.PINN is not a Raspberry Pi product. NOOBS has been...
View ArticleAI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...
We are in the process of making a camera software package release so things between source files and pre-installed packages may be out of lock-step. This may explain the error you are seeing. Please...
View ArticleAI Camera - IMX500 • Re: Request for Source Codes of RP2040 of IMX500
The RP2040 is only used for firmware management, not any of the neural network acceleration. I doubt we will release the 2040 firmware source code, but I probably expect you won't be able to do...
View ArticleDevice Tree • Re: SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
I observed the pins while doing the communication to the ADC1118.I send the following to the ADC1118 Statistics: Posted by mistermaek — Wed Nov 20, 2024 8:30 am
View ArticleCompute Module • Re: Schematic Review of R-PI CM4
A proper design review conducted by a professional would need to consider much more than a fragment of the schematic to be able to say if it will work reliably. If I were conducting such a review, I...
View ArticlePython • Re: Rpm,tachometer, refine
Code: delta = time.monotonic() - vorigetijd print (delta.total_seconds()) time.monotonic() gives you a float value. delta is a float, too. so th eprint statement should beCode: delta =...
View ArticleDebian • Re: GP/PARI CALCULATOR on RISC-V Debian
Code: ubu@raspberrypi:~ $ podman run -ti riscv64/debian:sidWARNING: image platform ({riscv64 linux [] }) does not match the expected platform ({arm64 linux [] })root@c4e961565945:/# apt updateGet:1...
View ArticleTroubleshooting • Re: In shambles after updating Pi 5, broke all my login...
Using the supplied one probably was current at the time, it is still the same OS, they just tweak and add fix things in the past few months.The reason for using another uSD is you always have your old...
View ArticleGeneral discussion • Re: PINN with specific OSes
Thanks Procount,I got it working.For others, it seems that the addition of a swap partition was the problem.Can i use Gparted too resize partitions?Thanks again ProcountStatistics: Posted by...
View ArticleBeginners • Re: Boot order
Boot order is described herehttps://www.raspberrypi.com/documentati ... der-fieldsHow to change it here https://www.raspberrypi.com/documentati ... figurationCode: BOOT_ORDER=0xf461That's an example...
View ArticleTroubleshooting • Re: Connection Refused Error
Pi5 implies Bookworm. Bookworm implies Network Manager. Unless things have changed in the last week or so NM doesn't like DHCPless networks and won't bring up the interface on the Pi.With you on...
View Article