Advertisement
milhouse

Untitled

Dec 20th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. pi@raspberrypi ~ $ cat /boot/config.txt
  2. #gpu_mem=16
  3. gpu_mem=128
  4.  
  5. arm_freq=1000
  6. core_freq=500
  7. sdram_freq=600
  8. over_voltage=3
  9. over_voltage_sdram=1
  10. force_turbo=1
  11.  
  12. config_hdmi_boost=7
  13. disable_overscan=1
  14.  
  15. decode_MPG2=0xe99b2a93,0x182c16a,0xddea19ea
  16. decode_WVC1=0xfc7dcee8,0xdcb45030,0xc467f2a1
  17.  
  18. pi@raspberrypi ~ $ cd staging/
  19.  
  20. pi@raspberrypi ~/staging $ ./stress.sh
  21. Powering on HDMI with explicit settings (CEA mode 16)
  22. cycles per period = 800000.000000 Inner numloops = 22222 threads=1 frequency=1000 duty=1.000000 duration=0
  23. Memory test (SDRAM) failed
  24. memtest(0x1000000,100,0x24)=1
  25. pi@raspberrypi ~/staging $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement