mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-27 21:58:41 +01:00
style
This commit is contained in:
parent
55e8cc6601
commit
a356d11ec5
1 changed files with 7 additions and 2 deletions
9
build.sh
9
build.sh
|
@ -155,13 +155,18 @@ cp $SRC/config/kernel.config $DEST/linux-sunxi/
|
||||||
|
|
||||||
echo "------ Compiling boot loader"
|
echo "------ Compiling boot loader"
|
||||||
cd $DEST/u-boot-sunxi
|
cd $DEST/u-boot-sunxi
|
||||||
make clean && make -j2 'cubietruck' CROSS_COMPILE=$CROSS_COMPILE
|
make clean
|
||||||
|
make -j2 'cubietruck' CROSS_COMPILE=$CROSS_COMPILE
|
||||||
|
|
||||||
echo "------ Compiling sunxi tools"
|
echo "------ Compiling sunxi tools"
|
||||||
cd $DEST/sunxi-tools
|
cd $DEST/sunxi-tools
|
||||||
make clean && make fex2bin && make bin2fex
|
make clean
|
||||||
|
make fex2bin
|
||||||
|
make bin2fex
|
||||||
|
|
||||||
mkdir -p $CWD/bin/
|
mkdir -p $CWD/bin/
|
||||||
cp fex2bin bin2fex $CWD/bin/
|
cp fex2bin bin2fex $CWD/bin/
|
||||||
|
|
||||||
# hardware configuration
|
# hardware configuration
|
||||||
$CWD/bin/fex2bin $DEST/cubie_configs/sysconfig/linux/ct-vga.fex $DEST/output/script-vga.bin
|
$CWD/bin/fex2bin $DEST/cubie_configs/sysconfig/linux/ct-vga.fex $DEST/output/script-vga.bin
|
||||||
$CWD/bin/fex2bin $DEST/cubie_configs/sysconfig/linux/ct-hdmi.fex $DEST/output/script-hdmi.bin
|
$CWD/bin/fex2bin $DEST/cubie_configs/sysconfig/linux/ct-hdmi.fex $DEST/output/script-hdmi.bin
|
||||||
|
|
Loading…
Reference in a new issue