Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Can't get ino to work on Arch on RaspberryPI #236

Open
douglagm opened this issue Feb 25, 2015 · 2 comments
Open

Can't get ino to work on Arch on RaspberryPI #236

douglagm opened this issue Feb 25, 2015 · 2 comments

Comments

@douglagm
Copy link

Hi,

I am trying to get ino working on a RaspberryPI using Arch and Arduino 1.6.0. I have installed ino using pip2. I am getting the following error:

Searching for Board description file (boards.txt) ... /usr/share/arduino/hardware/arduino/boards.txt
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

I have found references to this same issue in #111, #214, #226; How do I resolve this issue?

@ivankravets
Copy link

ino doesn't support Arduino IDE >= 1.5.0. I would propose you to try PlatformIO. You don't need to install any IDEs, tool chains or etc. PlatformIO has all stuff from the "box" and it works on the card-sized PC, like Raspberry Py, BeagleBone, CubieBoard and etc.

@scottdarch
Copy link

I've started a fork of ino (http://www.32bits.io/Arturo/) that works with the latest Arduino IDE. Let me know if this will work for your use case.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants