From 0aa91c317d87e43bdba7021517d6ad4a5ed7cdad Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 10 Nov 2014 22:30:04 +0200 Subject: [PATCH] Update firmware/README --- firmware/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/firmware/README.md b/firmware/README.md index 4d43c3b57..e658bcdc6 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -1,6 +1,11 @@ -To flash the OpenMV Cam, +To update the firmware using the IDE follow these steps: -1. Plug in the OpenMV Cam to USB -2. Connect "BOT" (BOOT0) on the Debug header to VCC -3. Press the RESET button. -5. type make flash +* Plug in the OpenMV Cam to a USB port. +* Use the IDE built-in dfu tool to update the firmware. + +To update the firmware manually follow these steps: + +* Connect BOOT0 to VCC on the debugging header. +* Plug in the OpenMV Cam to a USB port. +* Type make flash, wait until it's done. +* Remove the jumper and reset the board.