User Tools

Site Tools


devices:raspberry_pi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
devices:raspberry_pi [2016/05/24 11:53] – created Sean Rhonedevices:raspberry_pi [2024/08/14 21:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Information ======
  
 +  * config.xt and cmdline.txt settings for the Raspberry Pi
 +  * Pi2 Model B
 +
 +====== config.txt ======
 +
 +===== General =====
 +
 +  gpu_mem=384
 +  disable_splash=1
 +  force_turbo=1
 +  max_usb_current=1
 +
 +===== Analog TV =====
 +
 +  * Upstairs
 +  * Proper overscan scaling so stuff isn't cut-off and zoomed-in
 +
 +  overscan_left=12
 +  overscan_right=12
 +  overscan_top=12
 +  overscan_bottom=12
 +  overscan_scale=1
 +
 +===== VIZIO TVs =====
 +
 +==== 16:9 ====
 +
 +  * For HDMI audio
 +
 +  hdmi_drive=2
 +  
 +==== 16:10 ====
 +
 +  * Improve stability over HDMI
 +
 +  hdmi_force_hotplug=1
 +  config_hdmi_boost=11
 +
 +====== cmdline.txt ======
 +
 +==== USB Flash Drive as Main Storage ====
 +
 +  * Format entire flash drive as GPT with a single ext4 partition
 +
 +  boot=/dev/mmcblk0p1 disk=/dev/sda1 quiet