From 074a041163ceaf242265638bf79bfd7f2c08c4a4 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 31 Jul 2013 14:49:38 -0500 Subject: [PATCH] bones: switch to new bootloader naming schene Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 5 ++--- hwpack/am335x-bone-video.conf | 6 +++--- hwpack/am335x-boneblack.conf | 6 ++---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index b861932..a18d5ce 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -1,9 +1,8 @@ #!/bin/bash -#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.8-rc5 -# --dtb am335x-bone-serial (BeagleBone (v3.8.x) Serial Install) +# --dtb am335x-bone-serial (BeagleBone Serial Install:supported) #Bootloader: -conf_board="BEAGLEBONE" +conf_board="am335x_evm" conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index 02b9b23..4c9f25b 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -1,9 +1,8 @@ #!/bin/bash -#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.8-rc5 -# --dtb am335x-bone-video (BeagleBone (v3.8.x) Video Install (with cape adapter)) +# --dtb am335x-bone-video (BeagleBone Video Install:supported) #Bootloader: -conf_board="BEAGLEBONE" +conf_board="am335x_evm" conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" @@ -60,6 +59,7 @@ need_am335x_firmware=1 SERIAL="ttyO0" SERIAL_CONSOLE="${SERIAL},115200n8" +#SERIAL_MODE=1 USE_KMS=1 conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power. If board locks up on boot run [sudo ifconfig usb0 up] on host." diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index 4464ba1..c9824b1 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -1,9 +1,8 @@ #!/bin/bash -#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.8-rc5 -# --dtb am335x-boneblack (BeagleBone Black (v3.8.x)) +# --dtb am335x-boneblack (BeagleBone Black:supported) #Bootloader: -conf_board="BEAGLEBONE" +conf_board="am335x_evm" conf_bl_http="http://rcn-ee.net/deb/tools/latest" conf_bl_listfile="bootloader-ng" @@ -61,7 +60,6 @@ SERIAL="ttyO0" SERIAL_CONSOLE="${SERIAL},115200n8" conf_optargs="capemgr.disable_partno=BB-BONE-EMMC-2G" - USE_KMS=1 conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power."