Searching for Board description file (boards.txt) ... FAILED
Board description file (boards.txt) not found. Searched in following places:
/usr/local/share/arduino/hardware/arduino
/usr/share/arduino/hardware/arduino
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
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