Skip to content

Instantly share code, notes, and snippets.

@DamonOehlman
Created July 10, 2014 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DamonOehlman/9fc49ccaf1b36453092c to your computer and use it in GitHub Desktop.
Save DamonOehlman/9fc49ccaf1b36453092c to your computer and use it in GitHub Desktop.
IN PROGRESS: Installation of node-webrtc on an Intel Galileo board

I'm working from the Intel IOT Developer Kit as a starting point and created an SD image using the provided 200Mb zipped image:

http://iotdk.intel.com/images/iot-devkit-201402201605-mmcblkp0.direct.bz2

This can be installed onto an SD card through decompressing the file and using the dd utility. If you are unfamiliar with the process, then search around for some info as there is plenty out there on how to do this.

Set the Time

The baseline image for the Intel IOT Developer Kit does not include an ntp client so you will need to set this manually for the time being. The format is a little strange (MMDDhhmmYYYY.ss) so something like the following will work:

date 071022042014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment