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.