Skip to content

Instantly share code, notes, and snippets.

@glued
Created February 16, 2015 05:40
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 glued/f7b2def1c4edd48dce44 to your computer and use it in GitHub Desktop.
Save glued/f7b2def1c4edd48dce44 to your computer and use it in GitHub Desktop.
Intel Galileo Notes ( outdated )

Intel Galileo Notes 12.13.2013

###1. Load distro onto MicroSD card The default linux distro from Intel is missing GCC / make which is required by many NPM modules but... A guy from intel has a Nice Tutorial which adds the dev tools to the Yocto distro or download his custom image

###2. SSH into your galileo ssh root@someaddress

###3.Change root password passwd

###4.Set the date / timezone This distro has an unusual format so lets say you want:

12/31/2013 at 12:49am equals

date 1231004913

###5.Enable sftp for file management

  1. vi /etc/ssh/sshd_config to open the config file
  2. in the file change Subsystem sftp to Subsystem sftp internal-sftp
  3. reboot

###6.Enable wifi

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