Graphics, sound and multimedia • Re: Map of RPi5 HVS registers
youll find part of the answer in the device-tree fileshttps://github.com/raspberrypi/linux/bl ... 2.dtsi#L77Code: hvs: hvs@107c580000 {compatible = "brcm,bcm2712-hvs";reg = <0x10 0x7c580000...
View ArticleAdvanced users • Is it possible to renumber/reorder partitons?
Given:A sequence of partitions, (MSDOS) on a disk: A, B, C, D, E.I know that I can add a partition between D and E using a tool like gparted, such that the list will become: A, B, C, D, F, E.Aside...
View ArticleNetworking and servers • Raspberry PI Open VPN server, limit local network...
I am looking for pointers/documentation on how to configure my Raspberry PI OpenVPN server to allow OpenVPN clients to enter my OpenVPN server but NOT allow access to my local network that server is...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Unfortunately all these references including label names must be unique, so if you are installing 2 OSes that both use label references and both happen to use the label "share", then one is going to...
View ArticleBeginners • Re: Using Raspberry Pi Zero with 70” touchscreen
Thanks DougieLawson !Think I'll just go with it then Statistics: Posted by Lucretia502 — Mon Aug 05, 2024 6:32 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Thank you for the detailed debugging and for your patience. Could you please try this version: https://github.com/raspberrypi/linux/pull/6292Hopefully that squishes all the bugs:HS timeout was not set...
View ArticleOther • Re: WiFi connection issue on Yocto using wpa supplicant
Ok I think I have a really promising course of action to fix this.Does anyone know anything about the wpa_supplicant "key_mgmt" setting in the context of a PEAP network. Would have this set to WPA-EAP...
View ArticleBeginners • Re: Button to shutdown raspberry pi 4 (python), right track?
Yes, you can use "dtoverlay=gpio-shutdown,gpio_pin=27" but I wanted something with a little more feedback for someone other than me that was directed to shutdown my weather station. I took the same...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
Thank you for your patience - latest rpi-update firmware now has this enabled by default.There should be no known-bad cards that get broken but this update, but if there are then please post in this...
View ArticleAdvanced users • Re: Is it possible to renumber/reorder partitons?
Aside from the horrifically insane way of using a hex-editor to hand-hack the partition table, (facepalm!!), is there a tool that will allow the partitions to be renumbered so that they are in...
View ArticlePython • Re: DS18B20 / w1thermsensor
It is not always necessary to activate a venv before using it.The python interpreter is smart enough to know it is in a venv and if it is, it will handle the activation of the venv for its own run...
View ArticleGeneral • RP2040: Flashing *.uf2 file via file browser vs picotool
I have a really strange problem that made me pull out my hair. I'm working on RP2040 project where I want to ship single *.uf2 file which will write application code + put some additional data in a...
View ArticleGeneral discussion • Re: Newbie questions on Raspberry PI 5
Probably. There isn't one.No.In that order...{Disclaimer. I am just another user, not speaking on behalf of Raspberry Pi Ltd. I may not know what I am writing about... }Statistics: Posted by B.Goode —...
View ArticleGeneral • Re: RP2040: Flashing *.uf2 file via file browser vs picotool
Have you looked at erratum E14 in the datasheet?A RP2040 UF2 file consists of 256-byte pages of data, each marked to be written at a certain address bythe UF2 bootloader. A flash-binary UF2 is one of...
View ArticleTroubleshooting • Raspberry Pi 5 USB 3.0 read performance is worse than...
I am using a Raspberry Pi 5 to receive I/Q samples from a Nuand bladeRF 2.0 micro SDR over USB 3.0. I had previously been using a Raspberry Pi 4 Model B. I am experiencing significantly lower...
View ArticleTroubleshooting • Re: Raspberry Pi 4: Possible Short Circuit?
I had the exact same situation few years ago with the same pi 4, and surely was dead. I tried resetting EPROM and all the troubleshooting methods, but nothing worked.Statistics: Posted by sns123 — Tue...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Please post a full sudo lsusb -v for the device.Statistics: Posted by jdb — Tue Aug 06, 2024 7:13 pm
View ArticleRaspberry Pi OS • Re: /usr/bin/sh being linked to dash not bash makes script...
Thank you very much for your considered reply.It likely would not cause any issues to run system scripts under bash instead of dash. But you should not change the symlink. For one thing, it will...
View ArticleGeneral discussion • Re: RPi 5 USB gadget mode possible?
That guide is very light on details (for instance why are they setting up two ethernet interfaces? Why are they talking about bridging them?) and mistaken in at least one place.Running rpi-update is...
View ArticleHATs and other add-ons • Re: some projects for ai kit?
Hailo8L in the Raspberry Pi AI kit is not designed for LLM. Hailo is about to release Hailo 8H which is for LLM. I hope it is compatible with Pi5.Interesting remark about a possible Hailo 8H. Do you...
View Article