1 Star 1 Fork 5.3K

Dragon / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
quickstart-standard-running.md 1.53 KB
一键复制 编辑 原始数据 按行查看 历史

Running an Image

Running an Image

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

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.

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

  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";

  4. Save the parameter settings.

    save

  5. Restart the development board to start the system.

    reset

Next

Congratulations! You have completed the quick start for the standard system. Get yourself familiar with OpenHarmony by a Development Example for Clock App.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hbu-dragon/docs.git
git@gitee.com:hbu-dragon/docs.git
hbu-dragon
docs
docs
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891