2015-11-24から1日間の記事一覧

Edison上でArduinoコードとNode.jsコードを通信させるには

https://communities.intel.com/thread/62908 MQTTプロトコルを使えとのこと You can run a Pub/Sub client in Arduino using MQTT (ex. Arduino Client for MQTT « knolleary and then have another one on the NodeJS side (mqtt) receiving the data that…

Edisonのカーネルモジュールをビルドする

How to build a kernel module on the Edison? https://communities.intel.com/message/295048Yocto Project Linux Kernel Development Manual http://www.yoctoproject.org/docs/1.4/kernel-dev/kernel-dev.html#incorporating-out-of-tree-modulesINTEL® E…

Edisonのカーネルをビルドする

http://qiita.com/yoneken/items/88165cebbadcc8d6878c $ make edison-image(Added Nov 26th) Building Edison image seems currently only possible on 64bit linux...crush log (on 32bit Ubuntu) cat /home/fab/Downloads/edison-src/build/tmp/work/core…

Arduino IDEのEdisonに対する挙動

#!/bin/sh # # clupload script to invoke lsz # Copyright (C) 2014 Intel Corporation # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the…

Ubuntu14.04でflashall.shして文鎮Edisonを復旧する

ここを参考に http://qiita.com/key/items/900bfc6dc6b660c50e2f Ubuntuにdfu-util0.8を入れたらできた(apt-getで入るのは0.5)dfu-util http://dfu-util.sourceforge.netlibusb-1.0.9 http://www.libusb.org sudo ./flashall -v

Virtual BoxがVERR_SUPLIB_OWNER_NOT_ROOTとなって起動しない

ここを参考に http://okogeki.hatenablog.com/entry/2014/06/10/152035/Applicationsフォルダの権限設定がおかしいらしい ls -l / total 93 drwxr-xr-x+ 301 20821 wheel 10234 11 24 14:04 Applications drwxrwxr-x@ 11 root wheel 374 7 25 2014 Developer…