diff --git a/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md b/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md index 77dd703234ef2c8ac3bb5ae2f71a18c428609717..3b93fb1e6b078a73a53ecbfc659b5714589ca488 100644 --- a/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md +++ b/rt-thread-version/rt-thread-smart/quick-start/qemu-win/quickstart.md @@ -1,4 +1,6 @@ -# RT-Smart 用户态应用开发 SDK +# QEMU 快速上手 (Windows) + +本教程在 Windows 平台上使用 QEMU 快速上手 RT-Smart,运行 RT-Smart 用户态应用。 ## 如何构建用户态应用 @@ -29,7 +31,7 @@ git clone https://github.com/RT-Thread/userapps.git ### 配置工具链 -在 userapps\tools 目录下运行 get_toolchain.py 的脚本,会下载对应的工具链并展开到 userapps\tools\gun_gcc 目录。后面的工具链名称可以是 arm | aarch64 | riscv64。 +在 userapps\tools 目录下运行 get_toolchain.py 的脚本,会下载对应的工具链并展开到 userapps\tools\gun_gcc 目录。后面的工具链名称可以是 arm | riscv64。 本文以 RISC-V 平台为例,输入下面的命令: