diff --git a/docs/doc/appdev/debug/JLink-KD233.md b/docs/doc/appdev/debug/JLink-KD233.md
index c90182c..b7e4b56 100644
--- a/docs/doc/appdev/debug/JLink-KD233.md
+++ b/docs/doc/appdev/debug/JLink-KD233.md
@@ -10,7 +10,7 @@
调试开发板:KD233(实物如图)
-
+
# 调试步骤
@@ -63,7 +63,7 @@ $ sudo tar -zxvf kendryte-openocd-0.2.3-ubuntu64.tar.gz
$ sudo vim /opt/kendryte-openocd/tcl/openocd.cfg
```
-
+
序列号从JLink的背面标签可以查看,也可以在JLink连接计算机后敲击JLinkExe命令看到。
diff --git a/docs/doc/appdev/start_from_scratch/img/code.png b/docs/doc/appdev/start_from_scratch/img/code.png
new file mode 100644
index 0000000..d19d92c
Binary files /dev/null and b/docs/doc/appdev/start_from_scratch/img/code.png differ
diff --git a/docs/doc/appdev/start_from_scratch/img/menu_error.png b/docs/doc/appdev/start_from_scratch/img/menu_error.png
new file mode 100644
index 0000000..b5d7f7b
Binary files /dev/null and b/docs/doc/appdev/start_from_scratch/img/menu_error.png differ
diff --git a/docs/doc/appdev/start_from_scratch/img/menuconfig.png b/docs/doc/appdev/start_from_scratch/img/menuconfig.png
new file mode 100644
index 0000000..d150ebc
Binary files /dev/null and b/docs/doc/appdev/start_from_scratch/img/menuconfig.png differ
diff --git a/docs/doc/appdev/start_from_scratch/img/save_menu.jpg b/docs/doc/appdev/start_from_scratch/img/save_menu.jpg
new file mode 100644
index 0000000..e5529e4
Binary files /dev/null and b/docs/doc/appdev/start_from_scratch/img/save_menu.jpg differ
diff --git a/docs/doc/appdev/start_from_scratch/img/solution.png b/docs/doc/appdev/start_from_scratch/img/solution.png
new file mode 100644
index 0000000..fb6ba7d
Binary files /dev/null and b/docs/doc/appdev/start_from_scratch/img/solution.png differ
diff --git a/docs/doc/appdev/start_from_scratch/stm32f407-st-discovery.md b/docs/doc/appdev/start_from_scratch/stm32f407-st-discovery.md
index f13401b..9f2857b 100644
--- a/docs/doc/appdev/start_from_scratch/stm32f407-st-discovery.md
+++ b/docs/doc/appdev/start_from_scratch/stm32f407-st-discovery.md
@@ -118,8 +118,12 @@ XiUOS板级驱动当前支持使用GPIO、I2C、LCD、USB、RTC、SPI、Timer、
修改`applications`文件夹下`main.c`
在输出函数中写入 `Hello, world!!! \n Running on stm32f407-st-discovery`完成代码编辑。
-
+
+
+
+
+
编译步骤:
1.在代码根目录下执行以下命令,生成配置文件
@@ -130,9 +134,38 @@ XiUOS板级驱动当前支持使用GPIO、I2C、LCD、USB、RTC、SPI、Timer、
2.在menuconfig界面配置需要关闭和开启的功能,按回车键进入下级菜单,按Y键选中需要开启的功能,按N键选中需要关闭的功能,配置结束后保存并退出
-
+
-3.继续执行以下命令,进行编译
+
+
+
+
+退出时选择`yes`保存上面所配置的内容,如下图所示:
+
+
+
+
+
+
+若执行 `make BOARD=hifive1-emulator menuconfig`后出现以下界面:
+
+
+
+
+
+
+
+解决的方法是将终端向上拉伸超过当前界面的三分之二以上,效果如下:
+
+
+
+
+
+
+
+
+
+3.继续在VScode中执行以下命令,进行编译
```bash
make BOARD=stm32f407-st-discovery
diff --git a/docs/doc/hardware/xsmartnode/aiit-arm.md b/docs/doc/hardware/xsmartnode/aiit-arm.md
index 6216e5d..cebf6fe 100644
--- a/docs/doc/hardware/xsmartnode/aiit-arm.md
+++ b/docs/doc/hardware/xsmartnode/aiit-arm.md
@@ -17,7 +17,6 @@ AIIT ARM-board是基于STM32F407ZGT6设计的一款低功耗智能物联网终
AIIT ARM-board拥有的资源包括:
* 集成在芯片内部的 FPU 和 DSP 指令集
* 存储大小: 192KB + 1 MB SRAM、 512K +2MB FLASH
-* 摄像头接口: 1个
* 定时器:12 个 16 位定时器、 2 个 32 位高级定时器
* IIC硬件控制器: 3 个
* DMA 控制器: 2 个 (共 16 个通道,每个DMA8个通道)