From e2af9cf573519341ea683773dd8dfc4059b2919d Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 29 Dec 2011 16:26:27 -0600 Subject: [PATCH] add note about the Beagle Ax/Bx and first couple Cx boards being broken, theyve actually been broken pre 2.6.37 days Signed-off-by: Robert Nelson --- mk_mmc.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index e3a5729..a5d0880 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1411,6 +1411,10 @@ case "$UBOOT_TYPE" in SERIAL="ttyO2" USE_UENV=1 is_omap + echo "-----------------------------" + echo "Warning: Support for the Original BeagleBoard Ax/Bx is broken.. (board locks up during hardware detect)" + echo "Please use the Demo Images Instead" + echo "-----------------------------" ;; beagle_cx) @@ -1422,6 +1426,11 @@ case "$UBOOT_TYPE" in SERIAL="ttyO2" USE_UENV=1 is_omap + echo "-----------------------------" + echo "Warning: Support for the BeagleBoard C1/C2 is broken.. (board locks up during hardware detect)" + echo "Please use the Demo Images Instead" + echo "BeagleBoard: C4/C5 Users, can ignore this message.." + echo "-----------------------------" ;; beagle_xm) @@ -1622,8 +1631,7 @@ Required Options: --uboot (omap) - beagle_bx - - beagle_cx - + beagle_cx - beagle_xm - bone - igepv2 -