Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheong2K committed Dec 26, 2014
1 parent 6e0cd34 commit 710a815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 710a815

Please sign in to comment.