I have tried for several hours to get this thing up a running. A few details and sorry about the many posts:
- Grove Indoor Environment Kit for Intel Edison
- Running windows 10 with all updates
- Swtiched to using the cloud version of IDE as the desktop version did not have my board available including through board manager
- All updates and drivers have been made and installed
What am I missing? Also just a note that any instructions for this kit are really really bad
arduino-builder/arduino-builder -compile -core-api-version 10611 -build-path /tmp/636321803 -hardware arduino-builder/hardware -hardware arduino-builder/packages/cores -tools arduino-builder/tools -tools arduino-builder/packages/tools -built-in-libraries arduino-builder/latest -libraries /tmp/743107676/pinned -libraries /tmp/743107676/custom -fqbn Intel:i686:izmir_ec -build-cache /tmp -verbose=true /tmp/743107676/Grove_Indoor_Environment_Demo
Using board 'izmir_ec' from platform in folder: /home/admin/builder/arduino-builder/packages/cores/Intel/i686
Using core 'arduino' from platform in folder: /home/admin/builder/arduino-builder/packages/cores/Intel/i686
Detecting libraries used...
"/home/admin/builder/arduino-builder/packages/tools/core2-32-poky-linux/1.6.2+1.0/i686/sysroots/pokysdk/usr/bin/i586-poky-linux/i586-poky-linux-g++" -m32 -march=i586 "--sysroot=/home/admin/builder/arduino-builder/packages/tools/core2-32-poky-linux/1.6.2+1.0/i686/sysroots/core2-32-poky-linux" -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -D__ARDUINO_X86__ -w -x c++ -E -CC -march=i686 -m32 -DARDUINO=10611 "-I/home/admin/builder/arduino-builder/packages/cores/Intel/i686/cores/arduino" "-I/home/admin/builder/arduino-builder/packages/cores/Intel/i686/variants/edison_fab_c" "/tmp/636321803/sketch/Grove_Indoor_Environment_Demo.ino.cpp" -o "/dev/null"
Generating function prototypes...
"/home/admin/builder/arduino-builder/packages/tools/core2-32-poky-linux/1.6.2+1.0/i686/sysroots/pokysdk/usr/bin/i586-poky-linux/i586-poky-linux-g++" -m32 -march=i586 "--sysroot=/home/admin/builder/arduino-builder/packages/tools/core2-32-poky-linux/1.6.2+1.0/i686/sysroots/core2-32-poky-linux" -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -D__ARDUINO_X86__ -w -x c++ -E -CC -march=i686 -m32 -DARDUINO=10611 "-I/home/admin/builder/arduino-builder/packages/cores/Intel/i686/cores/arduino" "-I/home/admin/builder/arduino-builder/packages/cores/Intel/i686/variants/edison_fab_c" "/tmp/636321803/sketch/Grove_Indoor_Environment_Demo.ino.cpp" -o "/tmp/636321803/preproc/ctags_target_for_gcc_minus_e.cpp"
fork/exec /home/admin/builder/arduino-builder/packages/tools/core2-32-poky-linux/1.6.2+1.0/i686/sysroots/pokysdk/usr/bin/i586-poky-linux/i586-poky-linux-g++: no such file or directory
I have struggled to get this thing running. Instructions for even putting the board together are nuts and missing steps. I started loading on the desktop but IDE could not find my board, could get a connection etc etc. I finally went to the cloud side and it appears to be connecting and now provides options for the correct board Intel Edison on COM3 and says it's connected. I imported the zip file of the Grove Indoor Environment Kit...finally got that to work. It appears to have loaded. As the instructions for this thing is all over the place and I mean all over the place. I can never make it past the Open Tools > Serial Monitor, it will print the sensors’ information: It does not print anything. I have pressed every button including the master reset (whatever that does because it appeared to do nothing).
Basically I'm stuck and have no idea where to go from here. Help would be appreciated.