From 04a656a053ae9f82d79684be264ebe5beec70b65 Mon Sep 17 00:00:00 2001 From: klemek Date: Fri, 28 Aug 2026 11:29:48 +0200 Subject: [PATCH] wip --- Makefile | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index daf724c..e58dc5f 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ setup-services: sudo systemctl enable getty@tty1.service seatd.service .PHONY: install -install: remove-passwd setup-rasp-config apt-install setup-weston setup-system-services +install: remove-passwd setup-rasp-config apt-install setup-weston setup-rasp-config setup-services .PHONY: clean clean: diff --git a/README.md b/README.md index 9adf795..0c0c652 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```bash sudo apt update -sudo apt install git +sudo apt install -y git sudo chmod a+rwx /opt cd /opt git clone --recursive https://git.klemek.fr/klemek/forge-invar @@ -30,14 +30,15 @@ echo 'make -C /opt/forge-invar start-weston' >> ~/.bashrc * https://renesas-rz.github.io/rzg_hmi_sdk/v2.3.0.0/wiki/common_change-display-resolution/ * https://developer.technexion.com/docs/embedded-software/linux/usage-guides/display/setting-hdmi-resolution-in-weston * https://linuxvox.com/blog/linux-autologin/ +* https://www.exploding-shed.com/synth-diy-guides/standards-of-eurorack/eurorack-dimensions/ ## TODO Logical -* Play on start -* Save while running -* +* [ ] Play on start +* [ ] disable services for faster boot +* [ ] Save while running Physical