From 0fd3bd15bb4448b9db28e1133d3a6209325b33df Mon Sep 17 00:00:00 2001 From: ZhaoSQ <1044239768@qq.com> Date: Mon, 25 Oct 2021 13:45:37 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复图片显示问题。 --- Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md b/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md index f3604e2fa..3e3f86f3f 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md +++ b/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md @@ -95,11 +95,11 @@ https://www.linuxidc.com/Linux/2019-12/161629.htm > 第一次使用执行默认配置即可。 - ![编译步骤menuconfig](img/编译步骤menuconfig.png) + ![编译步骤menuconfig](./img/编译步骤menuconfig.png) 退出时选择`yes`保存上面所配置的内容,如下图所示: - ![image-20211025101856195](img/image-20211025101856195.png) + ![image-20211025101856195](./img/image-20211025101856195.png) 3. 继续执行以下命令,进行编译。 @@ -107,7 +107,7 @@ https://www.linuxidc.com/Linux/2019-12/161629.htm make BOARD=cortex-m4-emulator ``` - ![编译步骤:编译成功](img/编译步骤:编译成功.png) + ![编译步骤:编译成功](./img/编译步骤:编译成功.png) 4. 如果编译正确无误,会产生XiUOS_cortex-m4-emulator.elf文件。 @@ -121,5 +121,5 @@ qemu-system-arm -machine netduinoplus2 -nographic -kernel build/XiUOS_cortex-m4- QEMU运行起来后将会在终端上看到信息打印输出: -![编译步骤;运行结果](img/编译步骤;运行结果.png) +![编译步骤;运行结果](./img/编译步骤;运行结果.png)