Skip to content

Commit

Permalink
Building all resources/tools, not copying dtbo
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed May 30, 2018
1 parent 7cf2bb3 commit 98d4f19
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,20 @@ update-alternatives --install /usr/bin/clang++ clang++ `which clang++-3.9` 100
update-alternatives --install /usr/bin/clang clang `which clang-3.9` 100

echo "~~~~ Installing Bela ~~~~"
# install bela
cd /root/Bela
make -C resources/tools/bela-cape-btn install
for DIR in resources/tools/*
do make -C "$DIR" install
done

make nostartup
make idestartup

mkdir -p /root/Bela/projects
cp -rv /root/Bela/IDE/templates/basic /root/Bela/projects/
make -j${CORES} all PROJECT=basic AT=
make -j${CORES} lib
ldconfig

cp -v /root/Bela/resources/stretch/dtb/BELA-00A0.dtbo /lib/firmware/
echo "~~~~ building doxygen docs ~~~~"
doxygen > /dev/null 2>&1

Expand Down

0 comments on commit 98d4f19

Please sign in to comment.