Skip to content

Instantly share code, notes, and snippets.

@stresler
Created July 15, 2015 19:52
Show Gist options
  • Save stresler/64b9344650131686ab50 to your computer and use it in GitHub Desktop.
Save stresler/64b9344650131686ab50 to your computer and use it in GitHub Desktop.
setup the sdk
#!/bin/bash
if [ $# > 1 ]; then
echo "Usage: setup_sdk [password]"
exit
fi
if [ -n $1 ]; then
./set_shared_user_password.sh $1
fi
./setup_board --default --board=amd64-usr
./build_packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment