Advanced users • Re: RPI5: Unable to enable kvm in qemu after replacing host...
You have enabled vfio but I don't see that you use it actually. On x86_64 I use some vfio statement on the kernel cmdline so that a VM can use specific PCi-E HW (and not allocated to the host...
View ArticleMicroPython • Re: Counter with RP2040 using PIO
20nS is short for an input to an mpu. You might want to try stretching or latching it with some external hardware. The PIO should count your 10MHz ok.Statistics: Posted by BillTodd — Sun Nov 17, 2024...
View ArticleCamera board • Re: Plans to upstream imx708?
We do intend to upstream the code. In fact, we were waiting on Streams API support in V4L2 so we can correctly expose the levers to use PDAF and HDR metadata. This is only recently gone through, so...
View ArticleAutomation, sensing and robotics • Re: Homebridge for Non Homekit devices
Or is this s pam post?It certainly looks like a spam posting. There's nothing about Raspberry Pis behind that URL.Statistics: Posted by DougieLawson — Mon Nov 18, 2024 8:46 am
View ArticleRaspberry Pi OS • Re: RPi/OS/ 5: Poor performance with Visual Studio Code +...
On a Raspberry PI 5 with up-to-date RPi OS if I open a Visual Studio Code in a maximized window and then I open any browser (Chromium, Mozilla) in a window on top. The browser is playing an YouTube...
View ArticleDeutsch • Raspi 5 Bootprobleme
Hallo zusammen,in der Hoffnung als Newbie hier Hilfe zu finden:Nagelneuer Pi5 mit Geekworm NVME-Hat X1001 und einer 126GB-SSD von Samsung. Recalbox (zum Daddeln ) mit Imager 1.8.5 unter Kubuntu...
View ArticleOther • Re: Windows ARM64 release?
At RPL we have no knowledge of Windows on ARM at all, so support from us would be minimal to zero. But I have no problem with discussing things. The Pi 5 would make a pretty useful Windows device, I...
View ArticleTroubleshooting • Problem with setting up wifi adapter for raspberry pi
Hello, when setting up the WiFi adapter, i encountered quite a bit of problems. The specifics are down below.The wifi adapter i am using is the TP-Link Archer T4U Ver 3 AC1300 High Gain Wireless...
View ArticleOther RP2040 boards • Re: Cheap Pico boards can be dodgy, may not have a...
At least they appear to be an actual manufacturer.My first experience of having one of my designs manufactured in China involved going over the BoM to see which parts could be substituted with cheaper...
View ArticleMedia centres • [HOWTO] Install latest version of minidlna / ReadyMedia
Hello,I am using the minidlna / ReadyMedia daemon on my Raspberry for streaming audio and video in my network. First i simply used the official package package from the package index with 'apt install...
View ArticlePython • MicroPython, Class, Scope of imported method?
Greetings.I need a little help understanding Scope of methods in a class. I am getting an "object not defined" error and I cannot figure out why (I don't program using classes often).If this class is...
View ArticleTroubleshooting • apt upgrade failing
Code: ~ $ sudo apt upgradeReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneYou might want to run 'apt --fix-broken install' to correct these.The following...
View ArticleTroubleshooting • Re: Trouble Attempting to create a NAS with two external...
As a noobee, I will try to provide more info:Which "level" of windows your clients are running? Home, Pro, Enterprise, etc.? Windows 11 PeoThen, unless you have turned it back on again, you have no...
View ArticleAdvanced users • Re: New NVME Hat - need advice
Not that simple as you may think as that will require a PCIe switch.https://shop.pimoroni.com/products/nvme ... 4434895955 is a board which accepts two NVMe. For 4x M.2 NVMe there is i.e....
View ArticleGeneral discussion • Re: RASPBERRY PI 5 ON BATTERY!!!
.. DC 12V/24V to 5V USB C 5A 25W Converter DC-DC Step Down Module Power Adapter https://www.amazon.com/dp/B0DDPM6TTZ/re ... yhdijLW8zM..As this module seems not USB-C PD compliant the Pi will only be...
View ArticleTroubleshooting • Re: Fan Issues, Doesn't Start on boot or via pinctrl 45 op dl
Is the fan plugged in correctly - see my post in this thread https://forums.raspberrypi.com/viewtopic.php?t=378539Statistics: Posted by neilgl — Mon Nov 18, 2024 9:47 am
View ArticleHATs and other add-ons • 230v input signal HAT
HiI'm new to this forum and Raspberry Pi in general. My son is all over this sort of thing, but we are looking for some advice on the best HAT to use to input a 230v signal. We want a Pi4 to receive...
View ArticleAI Camera - IMX500 • Re: ValueError: tensor info length 260 does not match...
Hello, i finally managed to come to the Point where i have the network.rpk File. Starting the demo now gives me the result: imm@JSPI10:~/Projekte/aiCam/picamera2/examples/imx500 $ python...
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 ArticleC/C++ • Re: Allocate memory for DMA on Raspberry Pi 5
yes my error mmap seems to work. program terminated at memset with bus error.Code: int main(){ // int size = 315392; void *p = mapmem(0xc1800000, PAGE_SIZE); printf("p:%p\n", p); printf("Alloc: %6d...
View Article