Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. # See /boot/overlays/README for all available options
  2.  
  3. gpu_mem=16
  4. initramfs initramfs-linux.img followkernel
  5.  
  6. #Overclocking (RPi2)
  7.  
  8. #default voltage (possible stability problems)
  9. #sdram_freq=450
  10. #core_freq=450
  11.  
  12. #Overvolting
  13.  
  14. #->Tested
  15. #-->ov=2
  16. arm_freq=950
  17. #core_freq=500 #Maximux value
  18. core_freq=450 #Custom
  19. sdram_freq=450
  20. over_voltage=2
  21.  
  22. #-->ov=3
  23. #arm_freq=1050
  24. #core_freq=525
  25. #sdram_freq=450
  26. #over_voltage=3
  27.  
  28. #->Not tested
  29. #sdram_freq=500
  30. #core_freq=500
  31. #over_voltage=2
  32.  
  33. #-->Moderate speeds with Overvolting
  34. #arm_freq=1000
  35. #temp_limit=80 #Will throttle to default clock speed if hit.arm_freq=1000
  36.  
  37. #-->1.0GHz with Overvolting
  38. #arm_freq=1000
  39. #temp_limit=80 #Will throttle to default clock speed if hit.
  40. #--->Perfomance ++
  41. #force_turbo=1 #Voids Warranty!
  42. #boot_delay=1 #helps to avoid sdcard corruption when force_turbo is enabled.
  43.  
  44. #Lower temps / Make sure the force_turbo line is off (set to 0) or just remove that line completely since ‘off’ is the default
  45. arm_freq_min=400
  46. sdram_freq_min=200
  47. core_freq_min=200
  48. #initial_turbo = 30 #Does not affect warranty and speeds up boot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement