We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9816294 commit c87fbffCopy full SHA for c87fbff
README.md
@@ -10,10 +10,11 @@
10
11
# Performance
12
**It actually runs pretty good!**
13
-
14
-But dithering algorithm used for improving image quality has a bit of floats on non hardware accelerated system.
15
16
-You can disable it by passing ```CFLAGS+=-DNO_DITHER``` to make while building from source
+## Overclocking
+You can overclock the brick
+1. Edit /boot/flash/uEnv.txt
+2. Uncomment this line and increase frequency `cpufreq=456`
17
+3. Reboot
18
19
# Building
20
Install cross compiler (because compiling on the brick is painfully slow)
0 commit comments