• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Running an Image
2
3
4## Starting the System
5
6After the image is burnt and the development board is restarted, the system automatically starts. If the following page is displayed on the screen of the development board, the system is running properly.
7
8**Figure 1** System startup effect
9
10![quickstart-pkg-3568-running-restart](figures/quickstart-pkg-3568-running-restart.png)
11
12
13## Running a Hello World Program
14
151. When the system is running, start the serial port tool (for example, PuTTY), set the baud rate to **1500000**, and connect to the device.
16
17   ![rk3568-run-configuration](figures/rk3568-run-configuration.png)
18
192. Enable the serial port, enter the **helloworld** command in any directory (for example, the root directory of the device) and press **Enter**. If the message "Hello World!" is displayed, the program runs successfully.
20
21   ![helloworld](figures/helloworld.png)
22