From aad4217285e636db3b633414e95fe6b99b5606ff Mon Sep 17 00:00:00 2001 From: supperMCU <89524862@qq.com> Date: Wed, 23 Mar 2022 02:48:44 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=91=E4=BF=AE=E6=94=B9=20qemu=20=E4=B8=BA=20qemu-system-ar?= =?UTF-8?q?m=20=E5=AE=89=E8=A3=85qemu=E4=B8=8D=E8=83=BD=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E5=91=BD=E4=BB=A4qemu-system-arm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu.md b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu.md index 2b85a3a..db238e0 100644 --- a/rt-thread-version/rt-thread-standard/application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu.md +++ b/rt-thread-version/rt-thread-standard/application-note/setup/qemu/ubuntu/an0005-qemu-ubuntu.md @@ -21,7 +21,7 @@ git clone https://github.com/RT-Thread/rt-thread.git * 安装 QEMU,使用命令: ``` -sudo apt-get install qemu +sudo apt-get install qemu-system-arm ``` * 安装 Scons,使用命令: -- Gitee