From 1ed5301cc59dae88d254b2015bce47c7f4088a5b Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Wed, 15 Jan 2014 18:37:59 +0100 Subject: [PATCH] added bin2fex tool for host --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8283733..ff739c1 100644 --- a/build.sh +++ b/build.sh @@ -88,8 +88,8 @@ make clean && make -j2 'cubietruck' CROSS_COMPILE=arm-linux-gnueabihf- echo "------ Compiling sunxi tools" cd $DEST/sunxi-tools # sunxi-tools -make clean && make fex2bin -cp fex2bin /usr/local/bin/ +make clean && make fex2bin && make bin2fex +cp fex2bin bin2fex /usr/local/bin/ # hardware configuration fex2bin $DEST/cubie_configs/sysconfig/linux/ct-vga.fex $DEST/output/script-vga.bin fex2bin $DEST/cubie_configs/sysconfig/linux/ct-hdmi.fex $DEST/output/script-hdmi.bin