From 49390fee2aafea9f9d6407494ee877b633ebb681 Mon Sep 17 00:00:00 2001 From: Gareth McMullin Date: Tue, 3 Mar 2015 21:38:23 -0800 Subject: [PATCH] Fix Windows DFU instructions in the Hydrabus readme. --- src/platforms/hydrabus/Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/platforms/hydrabus/Readme.md b/src/platforms/hydrabus/Readme.md index 29218ed..47366bb 100644 --- a/src/platforms/hydrabus/Readme.md +++ b/src/platforms/hydrabus/Readme.md @@ -26,5 +26,7 @@ make PROBE_HOST=hydrabus How to Flash the firmware with Windows ======================================== * After build: - * 1) Force the F4 into system bootloader mode by jumpering "BOOT0" to "3V3" and "PB2/BOOT1" to "GND" and reset (RESET button). System bootloader should appear. - * 2) Double click on "update_fw_usb_dfu_blackmagic.bat" + * 1) Download files from https://github.com/bvernoux/hydrafw/tree/master/update_fw_dfu_usb_hydrafw + * 2) Force the F4 into system bootloader mode by jumpering "BOOT0" to "3V3" and "PB2/BOOT1" to "GND" and reset (RESET button). System bootloader should appear. + * 3) Run the command `DfuSeCommand.exe -c --de 0 -d --fn .\src\blackmagic.dfu` +