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 -