1# Burning an Image 2 3 4The following exemplifies how to burn an image to Hi3861 using Hi3861. You can also do so using DevEco Device Tool, by following instructions in [Burning an Image](quickstart-ide-3861-burn.md). 5 6 7## Prerequisites 8 9- The source code of the development board has been compiled into files for burning. 10 11- [HiBurn](https://gitee.com/hihope_iot/docs/tree/master/HiSpark_WiFi_IoT/Software/tools) has been installed on the client platform (for example, a Windows-based computer). 12 13- The USB-serial adapter driver has been installed on the client platform. For details, see [Installing the USB-Serial Adapter Driver](https://device.harmonyos.com/en/docs/documentation/guide/hi3861-drivers-0000001058153433). 14 15- A serial port terminal tool, such as IPOP, has been installed on the client platform. 16 17- The client platform is connected to the development board through a USB cable. 18 19 20## Procedure 21 221. Prepare the files to be burnt. 23 1. On the client platform, create a folder for storing the files to be burnt, for example, **D:\hi3861**. 24 2. Download the compiled source package to the client platform, decompress the package, and copy the files required for burning to the folder created in step 1. 25 Specifically, the files required for burning are **Hi3861_wifiiot_app_allinone.bin** and **Hi3861_loader_signed.bin**. 26 272. Burn the files using HiBurn. 28 1. Open HiBurn. 29 30 2. In the HiBurn window, select a COM port and enable **Select all** and **Auto burn**. 31 32 **Figure 1** HiBurn window 33 34 ![quickstart-pkg-3861-burn-hiburn](figures/quickstart-pkg-3861-burn-hiburn.png) 35 36 3. Click **Select file** and select the **Hi3861_wifiiot_app_allinone.bin** file in the folder created in step 1. 37 38 **Figure 2** File selected 39 40 ![quickstart-pkg-3861-burn-selectfile](figures/quickstart-pkg-3861-burn-selectfile.png) 41 42 4. Verify the COM port settings and click **Connect**. Then press the Reset button next to the serial port on the development board to start burning. 43 44 After the burning starts, logs are displayed in the console area at the bottom of HiBurn. 45 46 After the burning is complete, the message "Execution Successful" is displayed in the console area. 47 48 **Figure 3** Connect clicked 49 50 ![quickstart-pkg-3861-burn-connect](figures/quickstart-pkg-3861-burn-connect.png) 51 52 **Figure 4** Burning in process after the Reset button is pressed on the development board 53 54 ![quickstart-pkg-3861-burn-burning](figures/quickstart-pkg-3861-burn-burning.png) 55 56 **Figure 5** Burning completed 57 58 ![quickstart-pkg-3861-burn-end](figures/quickstart-pkg-3861-burn-end.png) 59 60 5. Click **Disconnect**. 61