Skip to content

Instantly share code, notes, and snippets.

@epedroni
Created October 24, 2016 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epedroni/6adbbd14df298193e61d9226ff0c02bb to your computer and use it in GitHub Desktop.
Save epedroni/6adbbd14df298193e61d9226ff0c02bb to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp
mkdir -p aos_build
cd aos_build
/root/aos/group/hake/hake.sh -s /root/aos/group -a armv7
make PandaboardES
#!/bin/bash
cd /tmp/aos_build
make usbboot_panda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment