Skip to content

Instantly share code, notes, and snippets.

View tatigger's full-sized avatar

Terri Lyman tatigger

View GitHub Profile
@tatigger
tatigger / Flash Edison from Raspberry Pi
Created December 22, 2016 04:43
Steps I used to Flash Edison from Raspberry Pi, from download of Jubiliux to Pi
In my initial attempt to Flash, I tried to use my Macbook Pro. That left me with the edison booted in Safe Mode, or with a screen, but the cursor did not respond to entering or any other key strokes.
Download Jubilinux and dfu-util to Pi
SSH into RPi
Change Directory to the directory you want Jubilinux to download to.
Type wget http://www.robinkirkman.com/jubilinux/jubilinux.zip
When it is done downloading change to the directory you want the unzipped file
Type unzip jubilinux.zip
Type cd jubilinux
Type sudo apt-get install dfu-util