summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
new file mode 100644
index 00000000..8a83a1ae
--- /dev/null
+++ b/conf/machine/beaglebone.conf
@@ -0,0 +1,14 @@
1#@TYPE: Machine
2#@NAME: BeagleBone machine
3#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
4
5require conf/machine/include/ti33x.inc
6
7# Only has DVI connector for external screen
8GUI_MACHINE_CLASS = "bigscreen"
9
10IMAGE_FSTYPES += "tar.gz"
11
12SERIAL_CONSOLE = "115200 ttyO0"
13
14UBOOT_MACHINE = "am335x_evm_config"