Skip to content

Commit

Permalink
fix paths to images in flashing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Aug 14, 2019
1 parent cabb498 commit 20b2843
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/docs/Build Your Rig/step-1-flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,27 @@ Windows PCs with less than 6 GB of RAM may need to have the size of the page fi

```ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)```

You will be prompted to enter “RETURN” to continue and then enter your passcode for the user account (your computer password). It will take about 1-2 minutes for Homebrew to install. You’ll see a bunch of commands scrolling by in Terminal window. Just wait it out until you see the screen showing Installation successful and you’ll be returned to the Terminal prompt.
You will be prompted to enter “RETURN” to continue and then enter your passcode for the user account (your computer password). When you type the password, you will not see any letters appear in the Terminal screen..that is normal. Terminal does not show keystrokes for passwords.

![Enter return example](../Images/Edison/Enter_return.png)

It will take about 1-2 minutes for Homebrew to install. You’ll see a bunch of commands scrolling by in Terminal window. Just wait it out until you see the screen showing Installation successful and you’ll be returned to the Terminal prompt.

If you get a message that Homebrew is already installed, that's also fine!

- Install several other utilities by entering the command:

```brew install dfu-util coreutils gnu-getopt```

![After installing other stuff](../../Images/Edison/After_install_other_stuff.png)
![After installing other stuff](../Images/Edison/After_install_other_stuff.png)

- If you are reflashing an Edison, you might see a recommendation to upgrade coreutils, in which case, run `brew upgrade coreutils gnu-getopt`

- Install lsusb:

`brew update && brew tap jlhonora/lsusb && brew install lsusb`

![After installing lsusb](../../Images/Edison/after_install_lsusb.png)
![After installing lsusb](../Images/Edison/after_install_lsusb.png)

The above instructions are based on [these instructions](https://software.intel.com/en-us/node/637974#manual-flash-process) which may be useful as a reference.

Expand Down

0 comments on commit 20b2843

Please sign in to comment.