Manually Adding to board manger?

hello i have a zip file for a attinymegacore for some attiny boards. normally i get a json link i add to the board manger URL. However the site i got it from was a year ago and is no longer there. I do however have a copy of the files for it. I was wondering how can i manually add this to the board manger is there a step by step guide?

Joseph

Is it this one?

Unfortunately, I don't think there is any good official guide to doing this. All you need to do is install the boards platform into the following folder structure:

<sketchbook folder>
|_ hardware
    |_ <vendor name>
        |_ <architecture name>
            |_ boards.txt
            |_ etc.

You can find the location of "" in the Arduino IDE's File > Preferences ("Sketchbook location").

The others depend on the specific boards platform you are using. "" can probably be any unique name you can come up with (e.g., "foobar"). It's very important to get right though. Depending on which ATtinys the boards platform is for, it could either be avr (for the classic ATtinys like ATtiny85) or megaavr (for the modern ATtinys like ATtiny3217).

Thank you Pert. This helps me a lot.

joseph

You're welcome. Please let me know if you have any problems or questions.

Will do thank you.

Joseph

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.