Skip to content

Fix "Error 13" wrong file size and "is a directory" error when installing board in Arduino IDE #2

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# arduino-board-index
# arduino-board-index
To install the MisfitTech boards for the Arduino IDE follow these [instructions](https://misfittech.net/blog/arduino-package-install/).
The Board Manager URL should point to the `package_misfittech_index.json` file in this repository.

If there is an error installing the board, consider looking at the following links:
* [Cannot find misfitTech SAMD Boards in Arduino board manager](https://groups.google.com/g/smart-stepper/c/Dt03-1skbYc)
* [Smart Stepper Google Group](https://groups.google.com/g/smart-stepper)
Binary file not shown.
12 changes: 6 additions & 6 deletions package_misfittech_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
{
"category": "MisfitTech",
"name": "MisfitTech SAMD Boards",
"url": "https://github.com/Misfittech/arduino-board-index/raw/master/boards/misfittech_samd-1.0.0.tar.bz2",
"checksum": "SHA-256:56A29C6B51540AA032FB18977258F7CE110D30C45A22F9ACFD8F81F744EB9041",
"url": "https://github.com/jaredgonzales/arduino-board-index/raw/bugfix/extracting_directory_error/boards/misfittech_samd-1.0.1.tar.bz2",
"checksum": "SHA-256:1e8086e8d59148e61063fa759424aa2c39cb0a6f73e288aa4c58c1f6ad3340ec",
"help": {
"online": "http://misfittech.net"
},
"version": "1.0.0",
"version": "1.0.1",
"architecture": "samd",
"archiveFileName": "misfittech_samd-1.0.0.tar.bz2",
"archiveFileName": "misfittech_samd-1.0.1.tar.bz2",
"boards": [
{
"name": "Nano Zero"
Expand Down Expand Up @@ -45,7 +45,7 @@
"name": "CMSIS"
}
],
"size": "12852574"
"size": "10301440"
}
],
"tools": [],
Expand All @@ -54,4 +54,4 @@
}

]
}
}