cghague
cghague
# Overview TinyPilot allows users to customize some settings via text-based configuration files. Scripts within our Debian package parse these files during installation. This approach makes it difficult for users...
Related https://github.com/tiny-pilot/tinypilot/issues/1668 The TinyPilot Debian package fails to install on Raspberry Pi OS Bookworm with many errors relating to various missing Python dependencies, most noticeably `flask` and `jinja2` (the latter...
Related https://github.com/tiny-pilot/tinypilot/issues/1668 Our [hostname scripts](https://github.com/tiny-pilot/tinypilot/tree/master/debian-pkg/opt/tinypilot-privileged/scripts) make changes to `/etc/hostname` directly, which is no longer sufficient nor supported on Raspberry Pi OS Bookworm. We should instead use the `hostnamectl` tool, or...
## Description It isn't possible to use the [Magic SysRq key combination](https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html) on the TinyPilot keyboard. This appears to be a regression as this functionality [was previously added](https://github.com/tiny-pilot/tinypilot/pull/150) and then...
Related https://github.com/tiny-pilot/tinypilot/issues/1668 Our [static IP address scripts](https://github.com/tiny-pilot/tinypilot/tree/master/debian-pkg/opt/tinypilot-privileged/scripts) make changes directly to `/etc/dhcpcd.conf`, but Raspberry Pi OS Bookworm uses `NetworkManager` instead of `dhcpcd`. We should update our scripts to use `nmcli`...
Related https://github.com/tiny-pilot/tinypilot/issues/1668 The version of uStreamer in our Debian package is not compatible with the version of Janus that ships in Raspberry Pi OS Bookworm: ``` The 'janus.plugin.ustreamer' plugin was...
Related https://github.com/tiny-pilot/tinypilot/issues/1668 Our Janus package fails to install on Raspberry Pi OS Bookworm with the following error message: ``` The following packages have unmet dependencies: janus : Depends: libduktape205 (>=...
Tailscale is one of the most popular remote access solutions used by TinyPilot customers. It would be good if we could offer a way to set it up via the...
The only way to determine what display settings have been negotiated between a TinyPilot device and a connected system is to check the logs or manually pull the details over...
Related https://github.com/tiny-pilot/tinypilot-pro/issues/1383. TinyPilot works well when the target and client use an en-US or en-GB keyboard layout. We should improve support for other keyboard layouts to offer the same great...