From 0b02597cf504e2e5233b7937feda7606b7d9a0e1 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Thu, 3 Mar 2016 09:46:33 +0000 Subject: [PATCH] README.md: Add note to specify that no other folders can be present in arc32 Having another folder causes a compilation error with an unknown board error. Fixes #130 Signed-off-by: Brendan Le Foll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01c32016..ac0b339b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ If you wish to use the latest **untested** changes, follow these instructions. * OS X: `~/Library/Arduino15` * Linux: `~/.arduino15` 5. Go to `packages/Intel/hardware/arc32//` -6. Delete the content of the directory from step 5, and replace it with the content of the "corelibs-arduino101-master" folder in the zip from step 2. +6. Delete the content of the directory from step 5, and replace it with the content of the "corelibs-arduino101-master" folder in the zip from step 2. Make sure to not have any other folders in `packages/Intel/hardware/arc32/`. Future upgrades may fail since the internal contents were modified by hand. In order to recover, shut down the IDE, delete the entire `Arduino15` directory, then restart the IDE.