|
@@ -0,0 +1,21 @@
|
|
1
|
+kernel=zImage
|
|
2
|
+
|
|
3
|
+# To use an external initramfs file
|
|
4
|
+#initramfs rootfs.cpio.gz
|
|
5
|
+
|
|
6
|
+# Disable overscan assuming the display supports displaying the full resolution
|
|
7
|
+# If the text shown on the screen disappears off the edge, comment this out
|
|
8
|
+disable_overscan=1
|
|
9
|
+
|
|
10
|
+# How much memory in MB to assign to the GPU on Pi models having
|
|
11
|
+# 256, 512 or 1024 MB total memory
|
|
12
|
+gpu_mem_256=100
|
|
13
|
+gpu_mem_512=100
|
|
14
|
+gpu_mem_1024=100
|
|
15
|
+
|
|
16
|
+# 0=NTSC, 2=PAL
|
|
17
|
+sdtv_mode=0
|
|
18
|
+
|
|
19
|
+# 1=4:3, 2=14:9, 3=16:9
|
|
20
|
+sdtv_aspect=3
|
|
21
|
+
|