quickstart-standard-running.md 1.4 KB
Newer Older
D
duangavin123 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
# Running an Image<a name="EN-US_TOPIC_0000001142160948"></a>

-   [\#EN-US\_TOPIC\_0000001142160948/section153991115191314](#section153991115191314)

After the image burning is complete, perform the following steps to run the system:

>![](../public_sys-resources/icon-note.gif) **NOTE:** 
>This operation procedure is required only if this is the first time you burn an image for the standard system.

1.  In DevEco Device Tool, click  **Monitor**  to open the serial port tool.

    ![](figure/open-the-serial-port-tool.png)

2.  Restart the development board. Before the autoboot countdown ends, press any key to enter the system.

    ![](figure/press-any-key-to-enter-the-system.gif)

3.  Run the following commands to set system boot parameters:

    ```
    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)'
    ```

    ```
    setenv bootcmd "mmc read 0x0 0x80000000 0x800 0x4800; bootm 0x80000000";
    ```

    ![](figure/start.png)

4.  Save the parameter settings.

    ```
    save
    ```

    ![](figure/save-the-parameter-settings.png)

5.  Restart the development board to start the system.

    ```
    reset
    ```

    ![](figure/start-the-system.png)