Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. root=/dev/mmcblk0p2 rootwait console=tty1,115200 console=ttyAMA0,115200 quiet logo.nologo loglevel=1
  2.  
  3. kernel=zImage
  4.  
  5. # To use an external initramfs file
  6. #initramfs rootfs.cpio.gz
  7.  
  8. # Disable overscan assuming the display supports displaying the full resolution
  9. # If the text shown on the screen disappears off the edge, comment this out disable_overscan=1
  10.  
  11. # How much memory in MB to assign to the GPU on Pi models having
  12. # 256, 512 or 1024 MB total memory gpu_mem_256=100 gpu_mem_512=100 gpu_mem_1024=100
  13.  
  14. boot_delay=0 initial_turbo=10 disable_splash=1
  15.  
  16. temp_limit=80 force_turbo=1 hdmi_ignore_cec_init=1
  17.  
  18. arm_freq=1000 core_freq=500 sdram_freq=500 over_voltage=2 enable_uart=1
  19.  
  20. # Put a getty on the serial port
  21. console::respawn:/sbin/getty -L console 0 vt100 # GENERIC_SERIAL
  22. tty1::respawn:/sbin/getty -L tty1 0 vt100 # HDMI console
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement