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