From 4784ed739e9259e77d7c854f4522a73a71271a4e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 15 Jan 2016 08:51:16 -0600 Subject: [PATCH] hwpack: cleanup ti options, use lts41 Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 8 ++--- hwpack/am335x-bone-video.conf | 8 ++--- hwpack/am335x-boneblack-ti-4.1.conf | 48 ----------------------------- hwpack/am335x-boneblack.conf | 8 ++--- hwpack/am57xx-beagle-x15.conf | 6 ++-- 5 files changed, 15 insertions(+), 63 deletions(-) delete mode 100644 hwpack/am335x-boneblack-ti-4.1.conf diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index a6be25a..d36e3c1 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -34,14 +34,14 @@ conf_smart_uboot="enable" conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST- +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-ti kernel_subarch="ti" -#kernel_repo="LTS41" +kernel_repo="LTS41" #kernel_repo="LTS44" #kernel_repo="STABLE" -kernel_repo="TESTING" +#kernel_repo="TESTING" dtb= -usbnet_mem= +usbnet_mem="" SERIAL="ttyS0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index 8a20742..e0f0c5f 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -34,14 +34,14 @@ conf_smart_uboot="enable" conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST- +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-ti kernel_subarch="ti" -#kernel_repo="LTS41" +kernel_repo="LTS41" #kernel_repo="LTS44" #kernel_repo="STABLE" -kernel_repo="TESTING" +#kernel_repo="TESTING" dtb= -usbnet_mem= +usbnet_mem="" SERIAL="ttyS0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/hwpack/am335x-boneblack-ti-4.1.conf b/hwpack/am335x-boneblack-ti-4.1.conf deleted file mode 100644 index 8bf37dd..0000000 --- a/hwpack/am335x-boneblack-ti-4.1.conf +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/bash -# --dtb am335x-boneblack (BeagleBone Black:supported) - -#Bootloader: -conf_board="am335x_evm" -conf_bl_http="https://rcn-ee.com/repos/bootloader/latest" -conf_bl_listfile="bootloader-ng" - -#Bootloader Partition: -conf_boot_fstype="fat" -bootloader_location="fatfs_boot" -spl_name="MLO" -boot_name="u-boot.img" - -#conf_boot_fstype="ext2" -#bootloader_location="dd_spl_uboot_boot" -# -#spl_uboot_name="MLO" -#dd_spl_uboot_count="1" -#dd_spl_uboot_seek="1" -#dd_spl_uboot_conf="" -#dd_spl_uboot_bs="128k" -#spl_name="MLO" -# -#uboot_name="u-boot.img" -#dd_uboot_count="2" -#dd_uboot_seek="1" -#dd_uboot_conf="" -#dd_uboot_bs="384k" -#boot_name="u-boot.img" - -#Bootloader: u-boot features: -conf_smart_uboot="enable" - -#Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-ti -kernel_subarch="ti" -#kernel_repo="LTS41" -#kernel_repo="LTS44" -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." diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index 4673421..5ca7b11 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -34,14 +34,14 @@ conf_smart_uboot="enable" conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST- +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-ti kernel_subarch="ti" -#kernel_repo="LTS41" +kernel_repo="LTS41" #kernel_repo="LTS44" #kernel_repo="STABLE" -kernel_repo="TESTING" +#kernel_repo="TESTING" dtb= -usbnet_mem= +usbnet_mem="" SERIAL="ttyS0" SERIAL_CONSOLE="${SERIAL},115200n8" diff --git a/hwpack/am57xx-beagle-x15.conf b/hwpack/am57xx-beagle-x15.conf index 4a99e58..1b3b494 100644 --- a/hwpack/am57xx-beagle-x15.conf +++ b/hwpack/am57xx-beagle-x15.conf @@ -34,11 +34,11 @@ conf_smart_uboot="enable" conf_netinstall_enable="enable" #Kernel: -#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-armv7-lpae +#https://rcn-ee.com/repos/deb/wheezy-armhf/LATEST-ti kernel_subarch="ti" -#kernel_repo="LTS41" +kernel_repo="LTS41" #kernel_repo="LTS44" -kernel_repo="STABLE" +#kernel_repo="STABLE" #kernel_repo="TESTING" dtb= usbnet_mem=""