diff --git a/EN/Lightpack_firmware_update_with_FLIP_utility.md b/EN/Lightpack_firmware_update_with_FLIP_utility.md index 3fd552f..c408e27 100644 --- a/EN/Lightpack_firmware_update_with_FLIP_utility.md +++ b/EN/Lightpack_firmware_update_with_FLIP_utility.md @@ -5,20 +5,32 @@ _Step-by-step tutorial. You can check your Lightpack firmware version in "About" To update firmware you will need following: -* Original [FLIP utility] (http://www.atmel.com/tools/FLIP.aspx) for Atmel microcontrollers +* Original [FLIP utility](https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/FLIP) for Atmel microcontrollers * latest version of Lightpack firmware (.hex file) ## Firmware upload to device For firmware update on Windows or Linux machine, do the following: -1. Download [latest FLIP version] (http://www.atmel.com/tools/FLIP.aspx) from manufacturer website and install it +1. Download [latest FLIP version](https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/FLIP) from manufacturer website and install it + 2. Connect your Lightpack to USB and press **"secret"** button (hole on front panel of device, near power socket). You OS will sound you about "new device found". It names **AT90USB162 DFU** -3. Install driver for this new device from ```/Atmel/Flip/usb``` + +3. Install driver for this new device from `/Atmel/Flip/usb` + 4. Run FLIP. Software interface consists of 3 blocks (see pic. below). All of them are named. + + ![FLIP](https://raw.githubusercontent.com/Atarity/Lightpack-docs/master/EN/img/flip1.png) + 5. In main menu choose **Device→Select**. Choose **AT90USB162** from the list + + ![AT90USB162](https://raw.githubusercontent.com/Atarity/Lightpack-docs/master/EN/img/flip2.png) + 6. In main menu choose **Settings→Communication→USB**. In the popup window press **Open**. As soon as connection is established, the left interface block (Operations Flow) will become active. + + ![USB](https://raw.githubusercontent.com/Atarity/Lightpack-docs/master/EN/img/flip3.png) + 7. Open menu option **File→Load HEX File** . Choose the path (only latin symbols allowed) to the firmware file with **.hex** extension and then the info about it will appear at the central block (FLASH Buffer Information) + 8. Make sure that **Erase, Program** and **Verify** are checked and press **Run** button -9. As soon as the firmware is loaded to microcontroller (which has to happen very promptly), click **Start Application** button or simply reconnect Lightpack to USB. - +9. As soon as the firmware is loaded to microcontroller (which has to happen very promptly), click **Start Application** button or simply reconnect Lightpack to USB. diff --git a/EN/img/flip1.png b/EN/img/flip1.png new file mode 100644 index 0000000..faebc75 Binary files /dev/null and b/EN/img/flip1.png differ diff --git a/EN/img/flip2.png b/EN/img/flip2.png new file mode 100644 index 0000000..16dea5b Binary files /dev/null and b/EN/img/flip2.png differ diff --git a/EN/img/flip3.png b/EN/img/flip3.png new file mode 100644 index 0000000..0410267 Binary files /dev/null and b/EN/img/flip3.png differ