Skip to content
sethismyfriend edited this page Sep 23, 2014 · 33 revisions

Welcome to the MakerNode wiki!

This page is a reference for developers of the Makernode project to remember how to use the utilities on the galileo and Edison for nodejs development.

We are switching from a custom build of linux to the IOTDK. Here are beta instructions to use a patched version of the iotdk for now:

  1. See Download and Burn to get the build and put it on the SD card.

  2. See Wifi with connmanctl to setup your home wifi network so you can update or get the makernode repo.

  3. Go to the MakerNode directory on your board. git clone the repo (or git pull the latest version if it's already installed. Run the ./install_iot_libs.sh script to install i-586 dependencies.

  4. Thusfar there patch binaries for hostapd, busybox-i586, and rsync. Test hostapd and the full version of busybox. (Moving the simlinks for busybox created errors that conflict with the default installation). So, remember to refer to the full version as busybox-i586 For example if you want a feature such as dsdn you need to type: busybox-i586 dnsd to refer to the alternative full binary.