Skip to content

Instantly share code, notes, and snippets.

@mwilliams
Created December 15, 2016 17:31
Show Gist options
  • Save mwilliams/d6c3370a8c24d8498f92e89b9f0ff2ae to your computer and use it in GitHub Desktop.
Save mwilliams/d6c3370a8c24d8498f92e89b9f0ff2ae to your computer and use it in GitHub Desktop.
Flashing an Edison with jubilinux from OSX
# 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