1e41f4b71Sopenharmony_ci# Running an Image 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci 4e41f4b71Sopenharmony_ci## Starting the System 5e41f4b71Sopenharmony_ci 6e41f4b71Sopenharmony_ciAfter burning is completed, you must configure the bootloader to run the OpenHarmony system. 7e41f4b71Sopenharmony_ci 8e41f4b71Sopenharmony_ci1. In the Hi3516D V300 task, click **Configure bootloader (Boot OS)** to configure the bootloader. 9e41f4b71Sopenharmony_ci >  **NOTE** 10e41f4b71Sopenharmony_ci > 11e41f4b71Sopenharmony_ci > The bootloader configuration in DevEco Device Tool has been adapted to Hi3516D V300. Therefore, no manual modification is needed. 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci  14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci2. When the message shown below is displayed, restart the development board. If "SUCCESS" is displayed, it indicates that the configuration is successful. 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci  18e41f4b71Sopenharmony_ci 19e41f4b71Sopenharmony_ci3. Click **Monitor** on the taskbar to start the serial port tool. 20e41f4b71Sopenharmony_ci 21e41f4b71Sopenharmony_ci  22e41f4b71Sopenharmony_ci 23e41f4b71Sopenharmony_ci4. When the command output is displayed, press **Enter** until **OHOS \#** is displayed, indicating that the system is started successfully. 24e41f4b71Sopenharmony_ci 25e41f4b71Sopenharmony_ci  26e41f4b71Sopenharmony_ci 27e41f4b71Sopenharmony_ci 28e41f4b71Sopenharmony_ci## Running a Hello World Program 29e41f4b71Sopenharmony_ci 30e41f4b71Sopenharmony_ciAfter the system is started, perform the following steps to run the Hello World program: 31e41f4b71Sopenharmony_ci 32e41f4b71Sopenharmony_ci1. Go to the **bin** directory on the startup page. 33e41f4b71Sopenharmony_ci 34e41f4b71Sopenharmony_ci ```shell 35e41f4b71Sopenharmony_ci cd bin 36e41f4b71Sopenharmony_ci ``` 37e41f4b71Sopenharmony_ci 38e41f4b71Sopenharmony_ci2. Run the following command to run the **helloworld** program: 39e41f4b71Sopenharmony_ci 40e41f4b71Sopenharmony_ci ```shell 41e41f4b71Sopenharmony_ci ./helloworld 42e41f4b71Sopenharmony_ci ``` 43e41f4b71Sopenharmony_ci 44e41f4b71Sopenharmony_ci If the message "Hello World!" is displayed, the program runs successfully. 45e41f4b71Sopenharmony_ci 46e41f4b71Sopenharmony_ci  47e41f4b71Sopenharmony_ci 48e41f4b71Sopenharmony_ci 49e41f4b71Sopenharmony_ci## Next 50e41f4b71Sopenharmony_ci 51e41f4b71Sopenharmony_ciCongratulations! You have finished all steps! Proceed to develop samples to better familiarize yourself with OpenHarmony development: 52e41f4b71Sopenharmony_ci 53e41f4b71Sopenharmony_ci- [Screen and Camera Control](../guide/device-camera-control-overview.md) 54e41f4b71Sopenharmony_ci 55e41f4b71Sopenharmony_ci- [Visual Application Development](../guide/device-camera-visual-overview.md) 56