summaryrefslogtreecommitdiff
path: root/libre-testing/uboot-am335x_bone/extlinux.conf
blob: 0273d81c3784ea2262952635d438c2d9ebfbc426 (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
# Config file
# /boot/extlinux/extlinux.conf

DEFAULT parabola-boneblack
TIMEOUT 500

# Menu Configuration
UI menu.c32

# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Parabola GNU/Linux-libre
MENU COLOR border       35;40   #ff777caa #a0000000 std
MENU COLOR title        1;35;40 #ff777caa #a0000000 std
MENU COLOR sel          7;35;47 #e0ffffff #20777caa all
MENU COLOR unsel        35;40   #ff777caa #a0000000 std
MENU COLOR help         35;40   #c0b2b2b2 #a0000000 std
MENU COLOR timeout_msg  35;40   #ff777caa #00000000 std
MENU COLOR timeout      1;35;40 #ff777caa #00000000 std
MENU COLOR msg07        35;40   #ff777caa #a0000000 std
MENU COLOR tabmsg       35;40   #ff777caa #00000000 std

# Boot sections

LABEL parabola-bone
    MENU LABEL Parabola GNU/Linux-libre w/ linux-libre kernel for BeagleBone
    LINUX /boot/vmlinuz-linux-libre
    APPEND console=ttyO0,115200n8 console=tty1 loglevel=8 rootwait rw earlyprintk root=/dev/mmcblk0p1
    FDTDIR /boot/dtbs/linux-libre/am335x-bone.dtb

LABEL parabola-boneblack
    MENU LABEL Parabola GNU/Linux-libre w/ linux-libre kernel for BeagleBone Black
    LINUX /boot/vmlinuz-linux-libre
    APPEND console=ttyO0,115200n8 console=tty1 loglevel=8 rootwait rw earlyprintk root=/dev/mmcblk0p1
    FDTDIR /boot/dtbs/linux-libre/am335x-boneblack.dtb