all this information was collected using the kind help of the people at the @HWHackathon in Dublin #HackDublin
Alex T of Intel
the wonderful people at Emutex Labs
Sandeep Mistry whom ever you are :)
Clarke Kevin of Intel
Stephen Houston of Intel
- read the getting started page
- upgrade - flash using wired or wifi
- run
configure_edison --setup
- general setup - run
configure wifi
- if you need to set up wifi (step 3 should take care of that)
removes the need for repartioning of rootfs Logs can consume all rootfs space.
mkdir /home/var
cd /var
mv log /home/var
ln -s /home/var/log
src all http://iotdk.intel.com/repos/1.1/iotdk/all
src x86 http://iotdk.intel.com/repos/1.1/iotdk/x86
src i586 http://iotdk.intel.com/repos/1.1/iotdk/i586
src/gz all http://repo.opkg.net/edison/repo/all
src/gz edison http://repo.opkg.net/edison/repo/edison
src/gz core2-32 http://repo.opkg.net/edison/repo/core2-32
src mraa-upm http://iotdk.intel.com/repos/1.1/intelgalactic
run opkg update
run opkg install git
run opkg install libmraa0
run opkg install libusb-1.0-dev
run opkg install bluez5-dev
rfkill unblock bluetooth
hciconfig hci0 up
use bluetoothctl
and hcitool
to send commands
npm install -g ble-scanner
npm install -g async
npm install -g noble
npm install -g bleno
git clone https://github.com/node-red/node-red.git
cd node-red
npm install
npm install -g mongodb js2xmlparser arduino-firmata fs.notify serialport feedparser redis
clone the repository directly from GitHub into the nodes/ directory:
cd node-red/nodes/
git clone https://github.com/node-red/node-red-nodes.git
node-blink1 blinkstick node-hid heatmiser node-hue-api hidstream mqlight stomp-client wake_on_lan msgpack-js node-dweetio komponist nma growl node-prowl pushbullet pusher pushover-notifications snapchat twilio simple-xmpp aws-sdk level sqlite3 pg mysql suncalc node-stringprep firmata serialport sensortag wemo noble
npm install node-blink1 blinkstick node-hid heatmiser node-hue-api hidstream mqlight stomp-client wake_on_lan msgpack-js node-dweetio komponist nma growl node-prowl pushbullet pusher pushover-notifications snapchat twilio simple-xmpp aws-sdk level sqlite3 pg mysql suncalc node-stringprep firmata serialport sensortag wemo noble
The Intel Development Kit for IoT (IoTDK) is a complete solution to create and test applications for Intel IoT platforms like the Intel® Galileo and Edison maker boards http://xdk.intel.com/####
``` systemctl enable xdk-daemon systemctl restart xdk-daemon ```
configure_edison --setup
rfkill unblock wifi
rfkill unblock bluetooth
opkg list – list available package to be installed
systemctl enable connman && systemctl start connman