Skip to content

Commit

Permalink
Update broken link and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lackovic committed Apr 19, 2020
1 parent fdb3041 commit 43ff9c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions EN/Lightpack_firmware_update_with_FLIP_utility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="http://wiki.pixelkit.ru/_ru/images/Tumblr_lgo5u1wS8w1qbbc3b.png">
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.
Binary file added EN/img/flip1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added EN/img/flip2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added EN/img/flip3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43ff9c1

Please sign in to comment.