bbb: disable eMMC, its locking up partition stage: https://github.com/RobertCNelson/netinstall/issues/15

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 0a555acd93
commit c0a14030e3

@ -58,6 +58,8 @@ need_am335x_firmware=1
SERIAL="ttyO0" SERIAL="ttyO0"
SERIAL_CONSOLE="${SERIAL},115200n8" SERIAL_CONSOLE="${SERIAL},115200n8"
conf_optargs="capemgr.disable_partno=BB-BONE-EMMC-2G"
USE_KMS=1 USE_KMS=1
conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power." conf_note="Note: During the install use a 5Volt DC power supply as USB does not always provide enough power."

@ -443,6 +443,7 @@ boot_uenv_txt_template () {
__EOF__ __EOF__
cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__ cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__
optargs=${conf_optargs}
expansion_args=setenv expansion expansion_args=setenv expansion
__EOF__ __EOF__
;; ;;
@ -452,6 +453,7 @@ boot_uenv_txt_template () {
__EOF__ __EOF__
cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__ cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__
optargs=${conf_optargs}
expansion_args=setenv expansion expansion_args=setenv expansion
__EOF__ __EOF__
;; ;;
@ -461,6 +463,7 @@ boot_uenv_txt_template () {
__EOF__ __EOF__
cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__ cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__
optargs=${conf_optargs}
expansion_args=setenv expansion expansion_args=setenv expansion
__EOF__ __EOF__
;; ;;

Loading…
Cancel
Save