wip
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user