diff --git a/README.md b/README.md index 39e8914..108283a 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,17 @@ Do not connect the Blend board to any USB port before the device driver is insta For Mac OSX and Linux, no driver is required. +For Linux (e.g. Ubuntu), ModemManager will try to use the Blend Micro as a modem and this causes the upload process fail using Arduino IDE. To allow Arduino IDE to upload correctly, you need to fix it by modify the UDEV rule, write a simple UDEV rule to ignore it from being handled by modem manager. + +In "/etc/udev/rules.d/77-mm-usb-device-blacklist.rules", simply add this single line: + +ATTR{idVendor}=="03eb", ENV{ID_MM_DEVICE_IGNORE}="1" + Troubleshooting =============== + There are two possible causes of not able to upload sketches to your Blend Micro 1. You may have forgotten to change/modify the main.cpp file.