From cfceb507465e5b7f507cf1e0dd4af503a74a8f10 Mon Sep 17 00:00:00 2001 From: "Spence Konde (aka Dr. Azzy)" Date: Tue, 7 Jul 2020 21:48:10 -0400 Subject: [PATCH 1/2] Update Installation.md --- Installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index de5bd84e..73fc5e8b 100644 --- a/Installation.md +++ b/Installation.md @@ -11,11 +11,10 @@ This board package can be installed via the board manager. The boards manager UR 1. File -> Preferences, enter the above URL in "Additional Boards Manager URLs" 2. Tools -> Boards -> Boards Manager... -3. Select "megaTinyCore by Spence Konde" and click "Install". -4. If you installed version 1.0.1 or 1.0.0 of megaTinyCore, find the "Official Arduino megaAVR boards" package, and install the most recent version. You may skip this step if you installed version 1.0.2. +3. Select "megaTinyCore by Spence Konde" and click "Install". For best results, choose the most recent version. ## Manual Installation -Manual installation allows the latest version of the core to be installed, with fixes that may not yet be available in the board manager version of the core. **You must use board manager to install the latest version of the Official Arduino megaAVR board package** for manual installation to work. Manual installation is recommended if you are working on developing or modifying the core, or if you need the latest fixes which are not in the released version. +Manual installation allows the latest version of the core to be installed, with fixes that may not yet be available in the board manager version of the core. You must have the 1.8.3 version of the Official AVR Board Package installed (comes with 1.8.13 of Arduino IDE, or upgrade using board manager) for manual installation to work. Manual installation is recommended if you are working on developing or modifying the core, or if you need the latest fixes which are not in the released version. For installing megaTinyCore, there are two options: From d4a9b0db19e30694604d20ef0798a074dd2e1ee4 Mon Sep 17 00:00:00 2001 From: "Spence Konde (aka Dr. Azzy)" Date: Tue, 7 Jul 2020 21:48:59 -0400 Subject: [PATCH 2/2] Update Installation.md --- Installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 73fc5e8b..6402463c 100644 --- a/Installation.md +++ b/Installation.md @@ -11,7 +11,8 @@ This board package can be installed via the board manager. The boards manager UR 1. File -> Preferences, enter the above URL in "Additional Boards Manager URLs" 2. Tools -> Boards -> Boards Manager... -3. Select "megaTinyCore by Spence Konde" and click "Install". For best results, choose the most recent version. +3. Wait while the list loads (takes longer than one would expect, and refreshes several times). +4. Select "megaTinyCore by Spence Konde" and click "Install". For best results, choose the most recent version. ## Manual Installation Manual installation allows the latest version of the core to be installed, with fixes that may not yet be available in the board manager version of the core. You must have the 1.8.3 version of the Official AVR Board Package installed (comes with 1.8.13 of Arduino IDE, or upgrade using board manager) for manual installation to work. Manual installation is recommended if you are working on developing or modifying the core, or if you need the latest fixes which are not in the released version.