Created
December 15, 2016 17:31
-
-
Save mwilliams/d6c3370a8c24d8498f92e89b9f0ff2ae to your computer and use it in GitHub Desktop.
Flashing an Edison with jubilinux from OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Connect to the Edison | |
sudo screen /dev/tty.usbserial-A900UH7Z 115200 | |
# Jump into the jubilinux directory | |
cd /Users/mwilliams/Downloads/jubilinux | |
# Install the appropriate usb libraries | |
brew update && brew tap jlhonora/lsusb && brew install lsusb | |
# Run flashall from the jubilinux directory | |
./flashall.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment