Other RP2040 boards • Re: RP2040 with ESP8285 on board
Device does not appear with a com port after flashing the RP2040 part with serial_port_transmission.uf2. The device changes from ControlPanel > Other devices > RP2040 Boot to a ControlPanel >...
View ArticleGeneral discussion • Help auto starting Firefox or Chromium in full screen on...
Hi,Is there a way to start Firefox or Chromium on boot and start it in full screen mode too?It's connected to a monitor via micro-HDMI.ThanksLeeStatistics: Posted by leejenson — Sun Aug 04, 2024 6:34 pm
View ArticleRaspberry Pi OS • firmware-linux-nonfree 1:20230625-2+rpt2 breaks MT7601U...
I currently own a Raspberry pi zero (not w) which i connected a cheap WiFi dongle to2 days ago, i updated all the packages of it and after a reboot, the WiFi dongle stopped working...after doing some...
View ArticleNetworking and servers • Ideas for controlling a Raspberry Pi 5 via Android App
Greetings, I want to write an Android App to controll a Raspberry Pi 5, i´ve followed a tutorial on youtube for the android app side: https://www.youtube.com/watch?v=8ypJkxU4FCw unfortuatly the app...
View ArticleBeginners • Re: Using Raspberry Pi Zero with 70” touchscreen
1. Yes2. YesStatistics: Posted by DougieLawson — Mon Aug 05, 2024 5:31 pm
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
Greetings, I want to write an Android App to controll a Raspberry Pi 5, i´ve followed a tutorial on youtube for the android app side: https://www.youtube.com/watch?v=8ypJkxU4FCw unfortuatly the app...
View ArticleAdvanced users • RPi5 - IOMMU on PCI
Hi,I'm aiming to run few KVM virtual machines on RPi5-8GB, I can create them, start them, install OS, all works quite OK, but for one of them I would like to pass to it NVME disk that I have connected...
View ArticleBeginners • Re: Memory access time Pi5
I switched to C. With a simple fread() by some code lines simply copied from the book, I am having less than 30ns access time per byte from the SD card without any "optimization".for people speaking...
View ArticleAdvanced users • Re: Can I create an autoboot.txt file with multiple...
What I want to do is allow for combinations of GPIO pins to select something; Such as:different types of filters will combine togetherbut multiple gpio filters dont, and only the last gpio you...
View ArticleGraphics, 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 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 ArticleTroubleshooting • Re: GC9A01 round display for pi 4B
Coming here for getting support on third party one should search the forum for the CCC first: search.php?keywords=Gc9a01Brings one here viewtopic.php?p=2190803&hilit=GC9A01#p2190803 where a...
View ArticlePython • Re: Installing MARIADB on Bookworm with Python
Still no happiness here . Below you will see the results of trying without SUDO but trying both PIP and PIP3. and also the Code: python -m venv --system-site-packages env as python3....xxx@S1234:~$...
View ArticleAdvanced users • Re: RPi5 - IOMMU on PCI
Yeah, I guess I will need to go for something like(that I already do for USB drive - /dev/sda):Code: <disk type='block' device='disk'> <driver name='qemu' type='raw'/> <source...
View ArticleGeneral discussion • Newbie questions on Raspberry PI 5
Is there going to be a compute module for RPI 5? If so what is the ETA?Is there a BOM list for the RPI5 that includes the weight of the parts?ThanksK-Statistics: Posted by kunice — Tue Aug 06, 2024...
View Article