From a19de8f3510de2d5548b65c86ccb8cdd2c045231 Mon Sep 17 00:00:00 2001 From: ShaneLan Date: Thu, 23 Oct 2014 18:04:42 -0700 Subject: [PATCH] Updated Board STM32F407 Discovery (markdown) --- Board-STM32F407-Discovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Board-STM32F407-Discovery.md b/Board-STM32F407-Discovery.md index b92316f..4d6d20a 100644 --- a/Board-STM32F407-Discovery.md +++ b/Board-STM32F407-Discovery.md @@ -51,11 +51,11 @@ On the discovery board, BOOT1 is pulled low through SB19 and a 510 ohm resistor, You should now be able to program the board using: ``` -dfu-util -a 0 -D build/flash.dfu +sudo dfu-util -a 0 -D build-STM32F4DISC/firmware.dfu ``` and you should get output similar to this: ``` -2196 >dfu-util -a 0 -D build/flash.dfu +2196 >sudo dfu-util -a 0 -D build-STM32F4DISC/firmware.dfu dfu-util 0.5 (C) 2005-2008 by Weston Schmidt, Harald Welte and OpenMoko Inc.