wip
This commit is contained in:
@@ -54,7 +54,7 @@ setup-services:
|
|||||||
sudo systemctl enable getty@tty1.service seatd.service
|
sudo systemctl enable getty@tty1.service seatd.service
|
||||||
|
|
||||||
.PHONY: install
|
.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
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install git
|
sudo apt install -y git
|
||||||
sudo chmod a+rwx /opt
|
sudo chmod a+rwx /opt
|
||||||
cd /opt
|
cd /opt
|
||||||
git clone --recursive https://git.klemek.fr/klemek/forge-invar
|
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://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://developer.technexion.com/docs/embedded-software/linux/usage-guides/display/setting-hdmi-resolution-in-weston
|
||||||
* https://linuxvox.com/blog/linux-autologin/
|
* https://linuxvox.com/blog/linux-autologin/
|
||||||
|
* https://www.exploding-shed.com/synth-diy-guides/standards-of-eurorack/eurorack-dimensions/
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
Logical
|
Logical
|
||||||
|
|
||||||
* Play on start
|
* [ ] Play on start
|
||||||
* Save while running
|
* [ ] disable services for faster boot
|
||||||
*
|
* [ ] Save while running
|
||||||
|
|
||||||
Physical
|
Physical
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user