Advanced users • Re: Raspberry Pi Zero 2 W power on via USB
Thank you very much for clarifying this.Statistics: Posted by pim3 — Mon Feb 05, 2024 2:58 pm
View ArticleGraphics, sound and multimedia • Re: How can I use TC358743 on the RPI5...
Locking as duplicate of viewtopic.php?t=364896Statistics: Posted by 6by9 — Mon Feb 05, 2024 3:03 pm
View ArticleGeneral discussion • Re: Touchscreen in mouse mode, scrolling not working
scrolling in whateverything should be 1 finger scrolling, except the terminal, i've always had to use the scroll bar.Statistics: Posted by kerry_s — Mon Feb 05, 2024 3:05 pm
View ArticleGraphics programming • Dispmanx is deprecated, but is it planned to be...
Hi,the earlier Dispmanx layering API has been deprecated for a while ([1], [2]).The term deprecation is sometimes used a bit casually for different meanings. Here I understand it to mean that...
View ArticleGeneral • Re: PIVO W sine_wave M_PI not defined
Add "set(CMAKE_C_STANDARD 11)" to your CMakeLists.txtStatistics: Posted by trejan — Mon Feb 05, 2024 3:06 pm
View ArticleRaspberry Pi OS • Re: How is Pi OS performance with a micro sd card?
The one I am using is not yet for sale.That's just mean.... Can you comment if said unreleased NVMe adaptor copes with 2280 sized SSDs or just the shorter ones?Statistics: Posted by bjtheone — Mon Feb...
View ArticleGeneral discussion • Re: Upgradable package not upgrading, huh ?
look at apt-marknot sure if it disables the notifications, but it can hold a package back, preventing it from updating.Statistics: Posted by terribleted — Mon Feb 05, 2024 3:11 pm
View ArticleOfficial Display • Re: Raspberry Pi 4 with official touchscreen no display...
Bookworm on a Pi4 will be using Wayfire by default.The Screen Configuration app allows you to associate the touch overlay to the display (right click on the DSI-1 screen, "Touchscreen", and tick...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Two different cameras on single MIPI...
Dear 6y9,thank you again for your extensive answer.Sorry that I was not clear enough in the beginning. Our goal is indeed a pure sequential operation.We will also have a separate hardware trigger for...
View ArticleAdvanced users • RPI 5 camera api in c.
I am looking for a C API for the Arducam imx708 camera.I have found the C++ libcamera library. I am more C then C++ programmer.I have not found any C wrapper to Libcamera either.In the past I have...
View ArticleTroubleshooting • Re: USB-C extension to official 27W power supply for RPi5?
USB Type C extension cables aren't compliant with the PD specification.Some dumb extension cables are but whether they can carry 5A of current is another matter.What's the best way to have a USB C...
View ArticleGraphics, sound and multimedia • Re: Pi 5 and Motion problem
No succes with sudo libcamerify motionCode: pi@raspberrypi:~ $ sudo libcamerify motion[0:motion] [NTC] [ALL] conf_load: Processing thread 0 - config file /etc/motion/motion.conf[0:motion] [NTC] [ALL]...
View ArticleAdvanced users • Injecting a PTP clock
Is it possible to inject a PTP clock for the CM4?ptp3l is supposed to steer the internal oscillator (RC presumably), but depending on the version of ptp4l tested, it either can't lock, or loses lock...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS Support
A quick google search indicates that at least for Pi 4 it was feasible to install wine on a 32bit version of PiOS through Pi-Apps, see https://raspberrytips.com/install-wine-raspberry-pi/The fact that...
View ArticleNetworking and servers • Re: Pi 3B+ Ethernet Port LEDs Seem Odd
From the decompiled /boot/bcm2710-rpi-3-b-plus.dtb overlay file…Code: eth_led0 = "\0\0\07microchip,led-modes:0";eth_led1 = "\0\0\07microchip,led-modes:4";From the Documentation…Code: eth_led0 Set mode...
View ArticleFrançais • Re: Installer l'application go2tv sur RPI5 avec Pi Os x64
A titre personnel, ma priorité irait sur l'installation d'un paquet standard Debian plutôt que de récupérer un logiciel sur github. Ça a l'avantage de ne pas se poser de question concernant...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
Maybe try something like this:Code:...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
Code: mbr2gpt /dev/sdXormbr2gpt /dev/nvme0n1Just for info, they changed the syntax in firstbootIt seems acc. your code it was something with "whiptail --infobox Resizing root filesystem.", now it...
View ArticleAdvanced users • Boot Raspi OS from SSD connected to PCIe fan-out switch
Hi,I am using a Raspi CM4 IO-Board. Booting Bookworm Image from SSD drive connected to the PCIe connector works well. I tried to boot the same SSD drive through a PCie fan-out switch connected to CM4...
View ArticleBeginners • Re: How to use and find Geocoder
https://geocoder.readthedocs.io/api.html#installStatistics: Posted by Georgezx9 — Wed Feb 07, 2024 2:50 pm
View Article