-
Notifications
You must be signed in to change notification settings - Fork 36
Preparing a flash station
Follow these instructions to set up a Mac or Debian Linux computer as a "flash station" that can "flash" the Buendia software onto an Intel Edison, turning the Edison into a functioning Buendia server. The flash station automates this process so that you only need to issue one command and — about 45 minutes later — everything will be installed and configured on the Edison.
- Get
dfu-util
. You can get it by downloading Openmoko Flasher and copying the binary located atOpenmoko Flasher.app/Contents/MacOS/dfu-util
to a directory on yourPATH
; or you can get it using Homebrew with the following steps:
a. Install the latest Xcode from Apple.
b. Install [Homebrew](http://brew.sh/).
c. In a terminal, run `brew install dfu-util coreutils gnu-getopt gnu-tar`
* If you get an error like "Warning: gnu-tar-1.28 already installed, it's just not linked" then try `brew link gnu-tar`
* If you get an error like "Error: Could not symlink bin/gtar /usr/local/bin is not writable" then do `sudo chown -R $USER:admin /usr/local`
- Enable Ethernet over USB:
a. Download and install [HoRNDIS](http://joshuawise.com/horndis#available_versions).
b. Connect your Edison using a data USB cable.
c. Open Network preferences on the Mac.
d. In the list of devices, find the new device with a yellow status dot (usually named "Multifunction Gadget"). Next to "Configure IPv4" select "Manually" and then next to "IP Address" type `192.168.2.2`. Click "Apply". You should then see the status dot turn green.
Get dfu-util
by running apt-get install dfu-util
and you should be good.
About the software
System Overview
Client Application
Server Application
Server Platform
Development practices
GitHub Usage
Java Style
Testing
Releases
For field users and testers
Software Install and Configuration
Upon Receiving Your Gear
Setting Up a Tablet
Setting Up a Server
Setting Up an Access Point
Reference Configuration