• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Running an Image<a name="EN-US_TOPIC_0000001142160948"></a>
2
3-   [\#EN-US\_TOPIC\_0000001142160948/section153991115191314](#section153991115191314)
4
5After the image burning is complete, perform the following steps to run the system:
6
7>![](../public_sys-resources/icon-note.gif) **NOTE:**
8>This operation procedure is required only if this is the first time you burn an image for the standard system.
9
101.  In DevEco Device Tool, click  **Monitor**  to open the serial port tool.
11
12    ![](figure/open-the-serial-port-tool.png)
13
142.  Restart the development board. Before the autoboot countdown ends, press any key to enter the system.
15
16    ![](figure/press-any-key-to-enter-the-system.gif)
17
183.  Run the following commands to set system boot parameters:
19
20    ```
21    setenv bootargs 'mem=640M console=ttyAMA0,115200 mmz=anonymous,0,0xA8000000,384M clk_ignore_unused androidboot.selinux=permissive skip_initramfs rootdelay=5 init=/init root=/dev/mmcblk0p5 rootfstype=ext4 rw blkdevparts=mmcblk0:1M(boot),15M(kernel),20M(updater),1M(misc),3307M(system),256M(vendor),-(userdata)'
22    ```
23
24    ```
25    setenv bootcmd "mmc read 0x0 0x80000000 0x800 0x4800; bootm 0x80000000";
26    ```
27
28    ![](figure/start.png)
29
304.  Save the parameter settings.
31
32    ```
33    save
34    ```
35
36    ![](figure/save-the-parameter-settings.png)
37
385.  Restart the development board to start the system.
39
40    ```
41    reset
42    ```
43
44    ![](figure/start-the-system.png)
45
46
47