diff --git a/raspberry_pi_skeleton/boot/config.txt b/raspberry_pi_skeleton/boot/config.txt index 56c8dfb..7ce40bf 100755 --- a/raspberry_pi_skeleton/boot/config.txt +++ b/raspberry_pi_skeleton/boot/config.txt @@ -28,11 +28,14 @@ enable_uart=1 disable_splash=1 dtparam=audio=on -gpu_mem=128 +gpu_mem=256 # Enable DRM VC4 V3D driver -dtoverlay=vc4-kms-v3d -max_framebuffers=2 +#dtoverlay=vc4-kms-v3d +#max_framebuffers=2 + +# Rotate the screen +display_hdmi_rotate=1 # Run in 64-bit mode arm_64bit=1 @@ -53,3 +56,9 @@ otg_mode=1 arm_boost=1 [all] +arm_freq=1350 +core_freq=500 +gpu_freq=500 +over_voltage=4 + +avoid_warnings=1 \ No newline at end of file