-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Support for Arduino/Genuino 101 #535
Comments
Thanks, we will contact with Arduino.cc and Intel Corporation to help us with integration this board to PlatformIO. |
All info is in #157 (comment) |
@maxbrueckl please re-test with the latest http://docs.platformio.org/en/latest/installation.html#development-version |
Thank you for your efforts! However, I get an error message, when I try to upload to the board. This is the corresponding console output:
I tried the "-v" argument, but it delivers less output. |
Hi @maxbrueckl ! |
I can confirm, that it all works now. Uploading included. Great work! Thank you very much. For record: Tested on Windows 10. Notice to everyone working with Arduino101 right now: dfu-util currently does not reset the board before uploading. You need to manually press the "reset" button to bring the board in a flashable state. |
I know, the issue is solved now, but may I ask a question considering packages in platformio. As it seems they just exist and get downloaded (concrete toolchain-intelarc32, framework-arduinointel, tool-arduino101load), but I cant find where they are defined in the commits mentioned with this issue. Am I missing something? If I understand correctly, it would be much more scalable, if they would be treated like boards and platforms (definable by users). |
@maxbrueckl the packages are located in @bintray https://bintray.com/platformio PlatformIO installs package into |
It is based on Intel Curie SOC(https://www.arduino.cc/en/Main/ArduinoBoard101). So there is no platformio package for this yet.
Toolchain is ARC GNU Toolchain located at https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain.
Upload with dfu-util(http://dfu-util.sourceforge.net/) and seems to ship with own drivers.
The files are available via Arduino IDE board manager, but the documentation is quite thin until now. Is there any chance, platformio will support this platform? Tell me, if I can help with anything.
The text was updated successfully, but these errors were encountered: