This commit is contained in:
2026-08-28 11:29:48 +02:00
parent 03ca3b5d84
commit 04a656a053
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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:
+5 -4
View File
@@ -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