amperka / ino

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

OPENWRT error #245

Open cescoferraro opened 9 years ago

cescoferraro commented 9 years ago

Installed using pip then got

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

I think it is because there is no IDE on my system, so i copied the boards.txt. to /usr/share/arduino/hardware/arduino, but then I get

Traceback (most recent call last): File "/usr/bin/ino", line 6, in main() File "/usr/lib/python2.7/site-packages/ino/runner.py", line 64, in main e.process_args(args) File "/usr/lib/python2.7/site-packages/ino/environment.py", line 263, in process_args all_models = self.board_models() File "/usr/lib/python2.7/site-packages/ino/environment.py", line 204, in board_models subdict[key] = {} TypeError: 'str' object does not support item assignment