aboutsummaryrefslogtreecommitdiffstats
path: root/rpi2-debian-stdkernel/files/config.txt
blob: ce7ca8e8e0a3994825004141cec9b68be81002f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# raspberry pi 2 configuration file

################################################################################
# HDMI AND COMPOSITE
################################################################################

# display without heretic overscan
disable_overscan=1

################################################################################
# UART
################################################################################

#enable_uart=1

################################################################################
# KERNEL
################################################################################

kernel=vmlinuz
#kernel=vmlinuz-4.4.0-1029-raspi2
#kernel=vmlinuz-4.7.0-1-armmp-lpae
#kernel=vmlinuz-4.4.0-1-rpi2
#kernel=u-boot.bin
#kernel=yui-kernel.img

initramfs initrd.img followkernel
#initramfs initrd.img-4.4.0-1029-raspi2
#initramfs initrd.img-4.7.0-1-armmp-lpae followkernel
#initramfs initrd.img-4.4.0-1-rpi2 followkernel

#device_tree_address=0x100
#device_tree_end=0x8000
#dtparam=i2c_arm=on
#dtparam=spi=on
#device_tree=bcm2709-rpi-2-b.dtb

#cmdline="dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait"
#cmdline="console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/root elevator=deadline rootdelay=30 panic=30 "