-
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.
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:
-
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. -
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 dsdn
to refer to the alternative full binary.