diff --git a/README.md b/README.md index 498ba40..40f874d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # dfu-ota-for-blend/blend micro # ---- DFU OTA for Blend and Blend Micro boards. ## Introduction ## ---- In the "Source" folder, it contains the source code and makefile to generate the hex file of bootloader. To compile the source code correctly, you need to change the folder name from "ble-caterina" to "caterina" and put it into the folder "Arduino\hardware\arduino\bootloaders". So you'd better backup the previous folder of "caterina" fisrt. @@ -13,9 +11,8 @@ In the "Release" folder, it contains a hex file of bootloader we have generated In the "Jump2DFU" folder, it contains a sketch and the corresponding hex file running on Blend Micro. The sketch is used to jump to bootloader when Blend Micro received 0xFF from app. The sketch relys on our BLE libraries. ## Getting Started ## ---- -1. Copy the released hex file, Caterina-BlendMicro.hex, to "Arduino\hardware\blend\bootloaders\caterina" if you have added our Blend/Blend Micro boards onto Arduino. You'd better backup the previous hex file of Blend Micro. +1. Copy the released hex file, Caterina-BlendMicro.hex, to "Arduino\hardware\blend\bootloaders\caterina" if you have [added our Blend/Blend Micro boards onto Arduino](http://redbearlab.com/getting-started-blend/). You'd better backup the previous hex file of Blend Micro. 2. You need an Arduino board with Arduino ISP sketch programmed. Connect Blend Micro with the Arduino board. More info about Arduino ISP, please refer [here](http://arduino.cc/en/Tutorial/ArduinoISP).