From d372118d21dc9fdf981ed99ac9b3a2f775582baf Mon Sep 17 00:00:00 2001 From: xyb Date: Mon, 3 Feb 2014 22:58:32 -0800 Subject: [PATCH] mac os x --- Board-STM32F407-Discovery.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Board-STM32F407-Discovery.md b/Board-STM32F407-Discovery.md index a4f56d8..a182550 100644 --- a/Board-STM32F407-Discovery.md +++ b/Board-STM32F407-Discovery.md @@ -85,6 +85,12 @@ done parsing DfuSe file Remove the BOOT0 jumper and press reset. You should now be able to fire up a terminal emulator (i.e. minicom) on ```/dev/ttyACM0``` and have a micropython prompt. +###Programming from Mac OS X (via DFU)### + +If you are building on Mac OS X, you could programming like from Linux except install dfu-utils throught [homebrew](http://brew.sh/): + + brew install dfu-util + ###Dealing with multiple DFU devices### When DFU looks for devices, if it only sees one device, then it will pick that device. It's been reported that sometimes other devices may show up, for example on one machine the error: ```