diff options
Diffstat (limited to 'conf/machine/beaglebone.conf')
| -rw-r--r-- | conf/machine/beaglebone.conf | 14 |
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 | |||
| 5 | require conf/machine/include/ti33x.inc | ||
| 6 | |||
| 7 | # Only has DVI connector for external screen | ||
| 8 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 9 | |||
| 10 | IMAGE_FSTYPES += "tar.gz" | ||
| 11 | |||
| 12 | SERIAL_CONSOLE = "115200 ttyO0" | ||
| 13 | |||
| 14 | UBOOT_MACHINE = "am335x_evm_config" | ||
