diff --git a/docs/assets/img/faq/faq_08_01.png b/docs/assets/img/faq/faq_08_01.png
new file mode 100644
index 00000000..484c2ae9
Binary files /dev/null and b/docs/assets/img/faq/faq_08_01.png differ
diff --git a/docs/en/faq.md b/docs/en/faq.md
index ef08f92e..cb0e674a 100644
--- a/docs/en/faq.md
+++ b/docs/en/faq.md
@@ -1,8 +1,8 @@
# FAQ {docsify-ignore-all}
-**[Core](#Core)** **[Unit](#Unit)**
+**[CORE](#CORE-Question)** **[UNIT](#UNIT-Question)**
-## Core
+## CORE Question
- **Q1: What's the difference between those Cores?**
@@ -55,7 +55,13 @@
Restart this Stick and then it can display correctly. Because the code to read the MPU9250 is placed in the setup() function which only was executed once when booting. So reboot and let the Stick detect MPU9250 again.
-## Unit
+- **Q8: After getting the FACES Kit or downloading the factory program of the FACES Kit, the following error is displayed on the screen. What happened?**
+
+
+
+ This is normal, because there is no main.py file in the program, so this warning is available.
+
+## UNIT Question
- **Q1: What is the difference between the various cameras of M5Stack?**
diff --git a/docs/zh_CN/faq.md b/docs/zh_CN/faq.md
index 5ea991f6..03c0448f 100644
--- a/docs/zh_CN/faq.md
+++ b/docs/zh_CN/faq.md
@@ -1,10 +1,10 @@
# 常见问题解答 {docsify-ignore-all}
-**[主控](#主控)** **[单元](#单元)**
+**[CORE](#CORE-Question)** **[UNIT](#UNIT-Question)**
-## 主控
+## CORE Question
- **Q1: 这些 M5Core 之间有什么区别?M5Stick 之间也有什么区别?**
@@ -38,8 +38,6 @@
-
-
**原因和解决方案:**可能是因为这些串口的供电电流不够大,需要在主控中的 RST 引脚和 GND 引脚之间接入电容 ( 电容值是比0.1uF大的 ),或者在下载程序的时候,将 GPIO 0 连接到 GND,使得 GPIO 0 能持续足够的低电平。
@@ -56,7 +54,13 @@
重启这个 Stick,就可以显示。因为读取 MPU9250 的代码放置在出厂程序的 setup() 函数中,开机只执行一次,所以重启,让 Stick 再检测一次 MPU9250。
-## 单元
+- **Q8: 刚拿到 FACES Kit 或者烧录了 FACES Kit 的出厂程序之后,屏幕上显示如下的错误,是怎么回事。**
+
+
+
+ 这是正常现象,因为程序里面有没main.py文件,所以才有这个警告。
+
+## UNIT Question
- **Q1: M5Stack 的多款摄像头 Unit 之间有什么区别?**
@@ -67,38 +71,3 @@
- **Q2: 摄像头通过 WIFI 传输图像给手机,能传输多远?**
经过测试,在室内使用 M5Camera 能传输 20 米左右。
-
-
-
-
-
-
\ No newline at end of file