Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I followed this guide to program AtTiny using Arduino as ISP. The problem is that it has some file missing:

java.io.FileNotFoundException: C:\...\arduino-1.6.8\hardware\attiny\variants\platform.txt

The attiny directory is clone of this repository. How do I make it work?

share|improve this question

The way of adding boards has changed in the newer version.

Try finding a tutorial for 1.6, or download the older 1.0 version.

share|improve this answer
1  
I tried to find up to date tutorials and what I found is linked in my question. I think this answer would better qualify as a comment since it's like link-only, but without the link... – Tomáš Zato Mar 13 at 16:50
    
The tutorial was using version 1.0, while you are using 1.6.8. That is why you are getting the error. So that is an answer. PS The tutorial is more than 4 years old, and the github repo is from 2011. – Gerben Mar 13 at 17:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.