diff --git a/Makefile b/Makefile index cb1422c..daf724c 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ remove-passwd: .PHONY: apt-install apt-install: - sudo apt update sudo apt install -y weston seatd kitty libglfw3-dev libgl-dev libasound2-dev libv4l-dev .PHONY: setup-weston diff --git a/README.md b/README.md index 4b47e3f..9adf795 100644 --- a/README.md +++ b/README.md @@ -2,32 +2,10 @@ > This repo is a work in progress -## `/boot/firmware/config.txt` - -```ini -# --- overclocking --- -# ARM core frequency in MHz -arm_freq=3000 -# VideoCore VII frequency in MHz -gpu_freq=1000 -# Voltage offset in microvolts -over_voltage_delta=50000 - -# --- opengl --- -# Enable DRM VC4 V3D driver -dtoverlay=vc4-kms-v3d,composite -# Increase the memory reserved for the GPU -gpu_mem=64 -# Avoid GPU down-clocking below 500 MHz that slows FPS down -# v3d_freq_min=500 - -# --- composite --- -enable_tvout=1 -``` - -## Installs +## Install ```bash +sudo apt update sudo apt install git sudo chmod a+rwx /opt cd /opt