Advanced users • Re: Wayland Autostart Multiple Windows on Dual Displays
Try to modify the window-rules section like this: Code: [window-rules]rule_1 = on created if app_id is "vlc" then start_on_output "HDMI-A-1"rule_2 = on created if app_id is "chromium" then...
View ArticleRaspberry Pi OS • Re: Disconnect, Reboot, Shutdown from Desktop by command
I just use either "reboot" to reboot or "poweroff" to shutdown.And, if you are doing it from a terminal on the desktop and if everything else is just right, you don't even need sudo.Statistics: Posted...
View ArticleSDK • GPIO interrupts only received if interrupt enabled on core 0?
Friends,I have this code running in a FreeRTOS task:Code: static TaskHandle_t task_handle = xTaskGetCurrentTaskHandle(); printf("%p\n", task_handle); gpio_set_irq_callback(+[](uint gpio, uint32_t...
View ArticleCamera board • Missing imx296_noir.json (Pi GS Camera) for Pi 5 (at least on...
The infrared (‘noir’) tuning file for the Pi Global Shutter camera doesn’t seem to be distributed with the latest bookworm updates on a Pi 5, nor does there appear to be anything available in the...
View ArticleGeneral discussion • Re: I think my Crucial P3 Plus NVME died suddenly...
Quick update on the P3 Plus issue. So the new NVME came in no change. Moved to a different Geekworm X1002 same issue, even tried it on a different Pi same issue. Swapped it into an external USB case...
View ArticleCamera board • Which GPIO# is used for CAM_GPIO on MIPI port?
Dear ExpertsI'd like to control the CAM_GPIO pin.Where can I find the pin assignment information?In case of Legacy camera (MMAL), the CAM_GPIO is set to H, but in case of libcamera, it seems the port...
View ArticleGraphics, sound and multimedia • Re: "portable" HD display?
Yeah, I did (also checked computer type stores, ones that are only online and ones that have stores too), this one did not show up anywhere. Got a whole lot that were 20+ inches and quite a few that...
View ArticleDevice Tree • Basic guidance needed to inform Linux kernel of hardware...
For example: how would you configure Linux so a button connected to a generic Raspberry Pi GPIO would send an input event code?I hope to use the Raspberry Pi to better understand customizing the Linux...
View ArticleTroubleshooting • Re: Can't boot into wayland desktop CM4
Have you made changes to wayfire.ini by chance? Can you check your logs with SSH?What about using another, fresh uSD and see if the issue persists?Statistics: Posted by aBUGSworstnightmare — Tue May...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi with DSI86 for DSI to eDP...
This is exactly what i wanted to see!I wanted to make a hat for the raspberry pi. That would take the DSI from the flex cables and route that to a pi hat that would supply the gpio and I2c for this...
View ArticlePython • Re: Having issue in installing google-api-python-client...
To install those libraries on your Raspberry Pi, try creating a Python Virtual Environment and activate it before using PIP. Avoid using sudo as it might change installation directories. Check out the...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
Well, at least the Ookla AI has a sense of humor. I wrote back noting the rather odd response to my inquiry to which I received the following reply:Dear Mr Xxx, The Deranged robot is very sorry to...
View ArticleC/C++ • Re: WiringPi replacement?
Sure, to make it easy, I just threw all examples on Gihub. https://github.com/drankinatty/pi-wo-root (couldn't think of a better name for the repo, so it became "Pi without root") What you want is the...
View ArticleDevice Tree • Re: Basic guidance needed to inform Linux kernel of hardware...
https://www.raspberrypi.com/documentati ... pin-headerStatistics: Posted by kerry_s — Tue May 07, 2024 5:37 am
View ArticleTroubleshooting • Re: Raspberry Zero 2 W // rpi-eeprom update
Not a fix per se, but a work-around...Code: sudo apt-mark hold rpi-eeprom This will prevent apt from attempting to update the rpi-eeprom package, which is not used on Raspberry Zero 2 W since it...
View ArticleGeneral • Re: Battery-Powered Pico W and USB Type-C Connection Issue
To be sure, the dmesg of Ubuntu 24.04 LTS running in the MacBook Air virtual machine(UTM 4.5.2) was collected.[ 80.413879] usb 3-3: new full-speed USB device number 3 using xhci_hcd[ 80.555221] usb...
View ArticleTroubleshooting • Re: M2 Hat - power led not blinking
can you please share the tutorial links?Statistics: Posted by brainchip — Wed May 08, 2024 3:55 am
View ArticleC/C++ • Re: What is the best C/C++ program
Ok. You need to clarify your question. You asked "What is the best C/C++ program". You didn't include a question mark, but I assumed it was a question.Obviously the all-time best ever C or C++ program...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Coexistence of UART and GPIO
Thanks for the answer.I also understand regarding the precautions.Statistics: Posted by hardwire — Wed May 08, 2024 4:13 am
View ArticleCompute Module • Re: Riverdi DSI display driver integration
Why don't you ask Riverdi to support? They should know what to do and be able to support their customers.Statistics: Posted by aBUGSworstnightmare — Wed May 08, 2024 4:23 am
View Article