Raspberry Pi overclock Tinha de ser :$ 1GB

700Mhz to 100Mhz Let's Play

sudo nano /boot/config.txt 


onde está

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=700





Adicionar as estas duas linhas

arm_freq=1000
sdram_freq=500




sudo reboot



E já esta



vamos ver as diferenças




Antes


BYTEmark* Native Mode Benchmark ver. 2 (10/95)
Index-split by Andrew D. Balsa (11/97)
Linux/Unix* port by Uwe F. Mayer (12/96,11/97)

TEST                : Iterations/sec.  : Old Index   : New Index
                    :                  : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT        :          222.08  :       5.70  :       1.87
STRING SORT         :          31.659  :      14.15  :       2.19
BITFIELD            :      7.1294e+07  :      12.23  :       2.55
FP EMULATION        :          44.808  :      21.50  :       4.96
FOURIER             :          2188.1  :       2.49  :       1.40
ASSIGNMENT          :          2.6545  :      10.10  :       2.62
IDEA                :          671.41  :      10.27  :       3.05
HUFFMAN             :           414.2  :      11.49  :       3.67
NEURAL NET          :          2.9586  :       4.75  :       2.00
LU DECOMPOSITION    :          77.374  :       4.01  :       2.89
=====================ORIGINAL BYTEMARK RESULTS=====================
INTEGER INDEX       : 11.414
FLOATING-POINT INDEX: 3.619
Baseline (MSDOS*)   : Pentium* 90, 256 KB L2-cache, ...
=========================LINUX DATA BELOW==========================
CPU                 :
L2 Cache            :
OS                  : Linux 3.1.9+
C compiler          : arm-linux-gnueabihf-gcc
libc                : static
MEMORY INDEX        : 2.447
INTEGER INDEX       : 3.192
FLOATING-POINT INDEX: 2.007
Baseline (LINUX)    : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, ..
* Trademarks are property of their respective holder.





Depois 


BYTEmark* Native Mode Benchmark ver. 2 (10/95)
Index-split by Andrew D. Balsa (11/97)
Linux/Unix* port by Uwe F. Mayer (12/96,11/97)

TEST                : Iterations/sec.  : Old Index   : New Index
                    :                  : Pentium 90* : AMD K6/233*
--------------------:------------------:-------------:------------
NUMERIC SORT        :           340.8  :       8.74  :       2.87
STRING SORT         :           47.52  :      21.23  :       3.29
BITFIELD            :        1.05e+08  :      18.01  :       3.76
FP EMULATION        :           66.32  :      31.82  :       7.34
FOURIER             :            3431  :       3.90  :       2.19
ASSIGNMENT          :          4.5311  :      17.24  :       4.47
IDEA                :          991.67  :      15.17  :       4.50
HUFFMAN             :          615.08  :      17.06  :       5.45
NEURAL NET          :            4.76  :       7.65  :       3.22
LU DECOMPOSITION    :          135.12  :       7.00  :       5.05
=====================ORIGINAL BYTEMARK RESULTS=====================
INTEGER INDEX       : 17.356
FLOATING-POINT INDEX: 5.933
Baseline (MSDOS*)   : Pentium* 90, 256 KB L2-cache, ...
=========================LINUX DATA BELOW==========================
CPU                 :
L2 Cache            :
OS                  : Linux 3.2.27+
C compiler          : arm-linux-gnueabihf-gcc
libc                : static
MEMORY INDEX        : 3.810
INTEGER INDEX       : 4.768
FLOATING-POINT INDEX: 3.291
Baseline (LINUX)    : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, ..
* Trademarks are property of their respective holder.

Comentários

Mensagens populares