-
Notifications
You must be signed in to change notification settings - Fork 232
Board description file (boards.txt) not found. #71
Comments
@xiujunma -- I had that problem as well. The fork from rogue-hack-lab worked for me. |
Thank you for sharing, I will try it later. |
I have this same problem and the fork from rogue-hack-lab did not solve the problem for me. The issue for me was that my arduino files are in my home directory, and ino is not programmed to look for arduino files there. This solved the issue for me:
|
If you're using Ubuntu or similar, "sudo apt-get install arduino" might do the trick alternatively. |
@Igruen, The arduino package in the standard repo is ancient. I don't recommend using that unless it's absolutely necessary. |
@insanity54 Note this won't work for the new arduino 1.5+ release. The folder structure is different, which ino apparently does not support. e.g. |
Is there a way to get ino to work with 1.5.8 BETA? I'm looking to use this with a Due board. Is 1.5.8 required for ino, or just the IDE? |
I'm running into this as well, on OSX. Anyone have some ideas? |
+1 on OS X
searching for
It look like this code indicates it should find boards.txt under the |
Install the Arduino IDE version 1.0.x and the problem is resolved. |
Using the latest arduino version 1.6.3. on Mac System Version: OS X 10.10.3 (14D136)
The file is actually located at /Application/Arduino.app/Contents/Java/hardware/arduino/avr/boards.txt |
I just ran into this error again on a fresh install. Is inotools a dead project? I tried submitting a patch and it's been ignored. That's really frustrating, because inotools is infinitely easier to use than the horrible Arduino Gui. |
Hi chrisspen , I am getting below error for the actual environment.py: Searching for Board description file (boards.txt) ... /usr/local/share/arduino/hardware/arduino/boards.txt |
@lgruen - your trick worked for me thx Having to install an old package when you've already got the latest install in your system isn't ideal tho... |
Any workarounds for this? I am also facing the same issue. I don't want to go back to previous version (1.0.6) when 1.6.x is available. |
I put together this pull request a while back to that fixed my issues with 1.6.3 |
from the menu: Window/Preferences set the Arduino IDE path to your install of the Arduino IDE nomrally C:\Program Files\Arduino |
i have also this issue... and i think, i should download a regular Arduino App to my Mac to have those Board Libs, am i right? or can i just download this files from internet separatly? |
Searching for Board description file (boards.txt) ... FAILED
I add the true dir, but the bug still exists. |
I'm using Arduino 1.5.2 beta, boards.txt is placed in /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/avr/boards.txt.
The text was updated successfully, but these errors were encountered: