diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md b/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md
index 3e3f86f3f..1232eda39 100644
--- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md
+++ b/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md
@@ -95,11 +95,15 @@ https://www.linuxidc.com/Linux/2019-12/161629.htm
> 第一次使用执行默认配置即可。
- 
+
+

+
退出时选择`yes`保存上面所配置的内容,如下图所示:
- 
+
+

+
3. 继续执行以下命令,进行编译。
@@ -107,7 +111,9 @@ https://www.linuxidc.com/Linux/2019-12/161629.htm
make BOARD=cortex-m4-emulator
```
- 
+
+

+
4. 如果编译正确无误,会产生XiUOS_cortex-m4-emulator.elf文件。
@@ -121,5 +127,7 @@ qemu-system-arm -machine netduinoplus2 -nographic -kernel build/XiUOS_cortex-m4-
QEMU运行起来后将会在终端上看到信息打印输出:
-
+
+

+