-
Notifications
You must be signed in to change notification settings - Fork 17
Home
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.
If you are just getting started with the Galileo Gen2, here is a comprehensive guide to getting started that provides a context for choosing the right tools for your projects.
For the project in this repo, we are currently switching from a custom build of linux to the IOTDK. Here are beta instructions to use a patched version of the iotdk for now:
-
See Download and Burn to get the build and put it on the SD card.
-
See Wifi with connmanctl to setup your home wifi network so you can update or get the makernode repo.
-
Go to the MakerNode directory on your board.
git clone
the repo (orgit pull
the latest version if it's already installed. Run the./install_iot_libs.sh
script to install i-586 dependencies. -
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.