loathingKernel / ariadne-bootloader

A little less unfinished TFTP bootloader for Arduino Ethernet or Arduino with Ethernet Shield
45 stars 18 forks source link

Installation instructions do not match files #31

Open OldNewbold opened 5 years ago

OldNewbold commented 5 years ago

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 commented 5 years ago

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 https://github.com/loathingKernel/ariadne-bootloader/commit/9a44ed25b816614ddaa2f00fdb103270b1fdabbf 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.