From a95be2408cc2b17e2de219fd32b5f66382cad022 Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Mon, 6 Jan 2014 13:17:16 +0100 Subject: [PATCH] Added nand-part for arm --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b892fd3..dc68acd 100644 --- a/build.sh +++ b/build.sh @@ -242,9 +242,10 @@ cd $DEST/ #cd $DEST/ # sunxi-tools cd $DEST/sunxi-tools -make clean && make -j2 'fex2bin' CC=arm-linux-gnueabihf-gcc && make -j2 'bin2fex' CC=arm-linux-gnueabihf-gcc +make clean && make -j2 'fex2bin' CC=arm-linux-gnueabihf-gcc && make -j2 'bin2fex' CC=arm-linux-gnueabihf-gcc && make -j2 'nand-part' CC=arm-linux-gnueabihf-gcc cp fex2bin $DEST/output/sdcard/usr/bin/ cp bin2fex $DEST/output/sdcard/usr/bin/ +cp nand-part $DEST/output/sdcard/usr/bin/ # cleanup rm $DEST/output/sdcard/usr/bin/qemu-arm-static