diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..0f412fb --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +export DEBIAN_FRONTEND=noninteractive +sudo apt-get -yq install curl gcc vim git device-tree-compiler g++-arm-linux-gnueabihf +echo 'curl https://sh.rustup.rs -sSf | sh -s -- -y;' | su vagrant + +cd /vagrant/st7701s +/home/vagrant/.cargo/bin/rustup target add armv7-unknown-linux-gnueabihf