Raspberry Pi OS • Re: Headless Trixie with static IP set before first boot -...
I will, as soon as I catch time, reply to your post in its entirety - but in the meantime I would like to make clear the following:I did NOT post the initial message to Raspberry Pi OS subforum!As can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using generic ili9488 SPI screen with...
This is the post for the red PCB ili9486/ili9488viewtopic.php?t=380704&start=50#p2324377The key difference with the other red PCB LCDs with st7789, is that it needs a new DTS and config.txt that...
View ArticleTroubleshooting • Re: Unable to login using SSH
Start out with a simple/working user-data and slowly add/change/delete items until everything is working as desired:Code: #cloud-configusers:- name: pi groups:...
View ArticleGeneral • Re: Pico kit not working as expected.
OK, the Inventors kit has in "Docs" various documents: https://kitronik.co.uk/products/kitroni ... ry-pi-picoCode: 1 Digital Inputs & Outputs.2 Light Sensor & Analog Inputs.3 etc.Which one of...
View ArticleOther programming languages • Re: Round Data for Web Page - Flask/HTML
Can you round it to one d.p. then pass it as a string? Code: 'val': str(round(myval,1))In the template data.val will show up with 1 d.p.Statistics: Posted by neilgl — Sun Feb 22, 2026 10:23 pm
View ArticleAdvanced users • Re: Display 4 Reolink camera streams (RTSP, 896x512 per cam)...
Yes the evidence is <10% CPU for Pi4 and Pi3 using ffmpeg, not mist server.Lets see what OP comes back with...Statistics: Posted by neilgl — Sun Feb 22, 2026 10:41 pm
View ArticleRaspberry Pi OS • Re: Keyboard shortcuts for volume Trixie
I'm not entirely sure what Wayland has decided its PgUp/PgDn keys should be calledOn my azerty keyboard :pageup is "Prior" (key 112)pagedown is "Next" (key 117)Statistics: Posted by dwam — Sun Feb 22,...
View ArticleSDK • Re: gcc 15.x support ?
I think GCC 15 generally works in develop branch and will be fully supported in the next SDK releaseStatistics: Posted by kilograham — Sun Feb 22, 2026 10:55 pm
View ArticleRaspberry Pi OS • Re: tmpfs size setting?
I was also curious, so did a little digging and found:Code: pi@rpi5nvme:~ $ cat /usr/lib/systemd/system/tmp.mount# SPDX-License-Identifier: LGPL-2.1-or-later## This file is part of systemd.## systemd...
View Article