From aabea6c8bf846ad404ec9e5d6bc966dd48f6f442 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 21 Aug 2014 16:04:19 -0500 Subject: [PATCH] this requires: v3.14.17-ti-r12 Signed-off-by: Robert Nelson --- hwpack/am335x-boneblack-ti-3.14.conf | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 hwpack/am335x-boneblack-ti-3.14.conf diff --git a/hwpack/am335x-boneblack-ti-3.14.conf b/hwpack/am335x-boneblack-ti-3.14.conf new file mode 100644 index 0000000..1993700 --- /dev/null +++ b/hwpack/am335x-boneblack-ti-3.14.conf @@ -0,0 +1,29 @@ +#!/bin/bash +# --dtb am335x-boneblack (BeagleBone Black:supported) + +#Bootloader: +conf_board="am335x_evm" +conf_bl_http="https://rcn-ee.net/deb/tools/latest" +conf_bl_listfile="bootloader-ng" + +#Bootloader Partition: +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" +spl_name="MLO" +boot_name="u-boot.img" + +#Bootloader: u-boot features: +conf_smart_uboot="enable" + +#Kernel: +#https://rcn-ee.net/deb/wheezy-armhf/LATEST-ti +kernel_subarch="ti" +kernel_repo="STABLE" +#kernel_repo="TESTING" +dtb= +usbnet_mem= + +SERIAL="ttyO0" +SERIAL_CONSOLE="${SERIAL},115200n8" +drm_device_identifier="HDMI-A-1" +conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power."