From: Praveen Rao <[email protected]> The filesystem has change to tisdk-default-image.tar.xz
Signed-off-by: Praveen Rao <[email protected]> --- create-sdcard.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/create-sdcard.sh b/create-sdcard.sh index 736cd42..8ce79b5 100644 --- a/create-sdcard.sh +++ b/create-sdcard.sh @@ -752,10 +752,10 @@ if [ $FILEPATHOPTION -eq 1 ] ; then BOOTUENV=`ls $BOOTFILEPATH | grep uEnv.txt | awk {'print $1'}` #rootfs ROOTFILEPARTH="$PARSEPATH/filesystem" - #ROOTFSTAR=`ls $ROOTFILEPARTH | grep tisdk.*rootfs | awk {'print $1'}` + #ROOTFSTAR=`ls $ROOTFILEPARTH | grep tisdk.*default | awk {'print $1'}` #Make sure there is only 1 tar - CHECKNUMOFTAR=`ls $ROOTFILEPARTH | grep "tisdk.*rootfs" | grep 'tar.xz' | grep -n '' | grep '2:' | awk {'print $1'}` + CHECKNUMOFTAR=`ls $ROOTFILEPARTH | grep "tisdk.*default" | grep 'tar.xz' | grep -n '' | grep '2:' | awk {'print $1'}` if [ -n "$CHECKNUMOFTAR" ] then cat << EOM @@ -767,7 +767,7 @@ cat << EOM ################################################################################ EOM - ls --sort=size $ROOTFILEPARTH | grep "tisdk.*rootfs" | grep 'tar.xz' | grep -n '' | awk {'print " " , $1'} + ls --sort=size $ROOTFILEPARTH | grep "tisdk.*default" | grep 'tar.xz' | grep -n '' | awk {'print " " , $1'} echo "" read -p "Enter Number of rootfs Tarball: " TARNUMBER echo " " @@ -775,7 +775,7 @@ EOM ROOTFSTAR=$FOUNDTARFILENAME else - ROOTFSTAR=`ls $ROOTFILEPARTH | grep "tisdk.*rootfs" | grep 'tar.xz' | awk {'print $1'}` + ROOTFSTAR=`ls $ROOTFILEPARTH | grep "tisdk.*default" | grep 'tar.xz' | awk {'print $1'}` fi ROOTFSUSERFILEPATH=$ROOTFILEPARTH/$ROOTFSTAR -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
