diff --git a/defaultenv/bin/_update b/defaultenv/bin/_update index 87e6922..f736acc 100644 --- a/defaultenv/bin/_update +++ b/defaultenv/bin/_update @@ -22,6 +22,14 @@ fi fi +if [ x$mode = xxmodem ]; then + loadb -f $image -c + if [ $? -ne 0 ] ; then + echo "loadb failed or cancelled! Update aborted." + exit 1 + fi +fi + unprotect $part echo @@ -36,7 +44,6 @@ if [ x$mode = xtftp ]; then tftp $image $part else - loadb -f $image -c cp $image $part fi