amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 232 forks source link

ino doesn't recognize boards.txt #149

Open lucaschenex opened 10 years ago

lucaschenex commented 10 years ago

I've been trying to use ino to build/upload my sketches to Arduino Yun board. I ran into several issues where ino [build] can't find boardx.txt configuration file.

Board description file (boards.txt) not found. Searched in following places:

I created a symlink directed to the boards.txt under /avr/ sub-directory(which does not exist in previous Arduino 1.0.5) but now I'm getting problems while parsing the boards.txt file.

... File "/Library/Python/2.7/site-packages/ino-0.3.6-py2.7.egg/ino/environment.py", line 204, in board_models subdict[key] = {} TypeError: 'str' object does not support item assignment

Yes I saw the post by justonia and try his branch, it is awesome work but didn't seem to change my situation, I'm still getting the same errors. Any help will be appreciated.

samer commented 10 years ago

I'm having the same issue when I use Arduino 1.5.6 (which adds support for Yùn).

liquiddandruff commented 9 years ago

Maintainer seems to have lost interest in the project and I don't think we'll see an update anytime soon. I am getting the exact same problems here with latest 1.61. Are there any other ways to do arduino CLI development?

Edit: we're in luck! https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc