From af63371c5259a6ef4defbc7692fdcfcbfd26c8bd Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 28 Dec 2012 18:31:08 +0000 Subject: armhf build for i.mx6 device --- freedom-maker/copy2card.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'freedom-maker/copy2card.sh') diff --git a/freedom-maker/copy2card.sh b/freedom-maker/copy2card.sh index 0a5208d..807502f 100755 --- a/freedom-maker/copy2card.sh +++ b/freedom-maker/copy2card.sh @@ -27,7 +27,7 @@ fi echo "mounting rootdev..." mount $ROOTDEV /mnt echo "rsyncing over rootfs" -rsync -atv --progress --delete --exclude=boot build/armel/ /mnt/ +rsync -atv --progress --delete --exclude=boot build/armhf/ /mnt/ echo "sync filesystems..." sync echo "un-mounting rootdev..." @@ -36,7 +36,7 @@ umount /mnt echo "mounting bootdev..." mount $BOOTDEV /mnt echo "copying boot files..." -cp -v build/armel/boot/* /mnt +cp -v build/armhf/boot/* /mnt echo "sync filesystems..." sync echo "un-mounting bootdev..." -- cgit v1.2.3