Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions do not match files #31

Open
OldNewbold opened this issue Aug 1, 2018 · 1 comment
Open

Installation instructions do not match files #31

OldNewbold opened this issue Aug 1, 2018 · 1 comment

Comments

@OldNewbold
Copy link

There are references to a 'hardware' folder which doesn't exist as well as the boards.txt and platform.txt not being inside the bootloaders folder and seemingly being unused.

The old codebndr version did have this 'hardware' folder and the boards.txt and platform.txt files were located inside in a completely different structure. I can get that version to install no problems in Arduino IDE and Atmel Studio 7. However I can't figure out a way to install this current structure with the given installation instructions.

Any pointers?

@per1234
Copy link

per1234 commented Aug 1, 2018

Updated installation instructions:

  1. Download the .tar.gz file for the latest release from https://github.com/loathingKernel/ariadne-bootloader/releases
  2. Uncompress the downloaded file.
  3. Open your Arduino sketchbook folder. You can find the location of the sketchbook folder in the Arduino IDE at File > Preferences > Sketchbook location.
  4. Create the folder structure {sketchbook folder}/hardware/ariadne/avr
  5. Move the contents of the downloaded file to {sketchbook folder}/hardware/ariadne/avr
  6. Restart the Arduino IDE if it's running.

The trickiest part is 9a44ed2 removed the architecture folder, which is required by Arduino IDE 1.5.x and newer. So you need to create a specific folder structure to install into.

loathingKernel added a commit that referenced this issue Aug 1, 2018
Add architecture path in the resulting archive per instructions in #31. Thanks @per1234.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants