-
Notifications
You must be signed in to change notification settings - Fork 614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions for installing on Gen 1 and Gen 2? #2
Comments
If you use an eglibc based yocto image you can use this repository which will work for Gen1 & 2. |
Finally getting a chance to actually try this now.
2 and 3 lead me to believe that I'm wrong about 1, but hopefully someone can verify. |
Use this image instead: http://iotdk.intel.com/images/iot-devkit-latest-mmcblkp0.direct.bz2 |
@arfoll what's the difference? Why isn't LINUX_IMAGE_FOR_SD_Intel_Galileo_v1.0.2.zip sufficient? I've been waiting patiently just to be told to use some other image that isn't documented on the repo? |
Consider that image a preview. Honestly without testing it's hard to know but that image should work too, the problem is likely the node module gets placed in /usr/lib/node_modules/ instead of /usr/lib/node. This is because a previous version of node seemed to want it in node_modules. I guess I should change that once and for all in the CMakeLists.txt file. See the simlink creation here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-iot-devkit/tree/meta-iot-devkit/recipes-core/images/iot-devkit-image.bb?h=devkit-daisy-1.6.1&id=3c02ad4d14a2099ba62c89d20c1e20c876d56c47 However I can't be sure off the top of my head but I can tell you that image will work :) |
Closes #330. Signed-off-by: Eugene Bolshakov <pub@relvarsoft.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Are there any straight forward, step-by-step instructions for getting mraa onto either/both Gen 1 or Gen 2 boards?
The text was updated successfully, but these errors were encountered: