bones: switch to new bootloader naming schene

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 11 years ago
parent 7ccb77e45f
commit 074a041163

@ -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"

@ -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."

@ -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."

Loading…
Cancel
Save