diff --git a/docs/Application_guide/en/helios-sdk/junior.md b/docs/Application_guide/en/helios-sdk/junior.md index 587fc924758ee8a1d6689aecc52a8422d86f143d..446ae8c454d72698428bddf11c9bcf74b976150a 100644 --- a/docs/Application_guide/en/helios-sdk/junior.md +++ b/docs/Application_guide/en/helios-sdk/junior.md @@ -8,7 +8,9 @@ menuconfig, as the name suggests, has the meaning of both menu and configuring. #### **1.1.1 Interface Description** -Enter **`helios menuconfig`** in the command line to start the configuration menu, as shown in the figure: +Enter **`helios menuconfig [module]`** in the command line to start the configuration menu, as shown in the figure: + +> `module` is the current module used, such as `EC200UEU_AB`. At this time, the configuration command is: `helios menuconfig EC200UEU_AB`. ![](../media/helios-sdk/junior/image_1f55eiuk4uub44d4ojq5nl2f9.png) @@ -16,9 +18,11 @@ As shown in the figure above, menuconfig consists of four parts: **Title**, **Us - **Title:** The light blue text on the top of the dark blue background in the figure above, saying `config.mk - Helios SDK Configuration`. - **Usage Instructions:** The three rows of text in the gray background at the top of the figure. It guides users on how to operate menuconfig. -- **Menu List:** The two rows of text in the gray background within the recessed frame in the figure above, saying `System Configuration --->` and `quecPython Configuration --->`. +- **Menu List:** The two rows of text in the gray background within the recessed frame in the figure above, saying `System Configuration --->` and `EC200UEU_AB --->`. - **Operation Keys:** The bottom row in the figure, enclosed in angle brackets, namely ` < Exit > < Help > < Save > < Load >`。 +> 配置的模组型号不同,菜单列表也有所不同,此处以`EC600SCN_LB`为例。 + #### **1.1.2 操作说明** menuconfig只能使用键盘操作: diff --git a/docs/Application_guide/zh/media/helios-sdk/junior/image_1f55eiuk4uub44d4ojq5nl2f9.png b/docs/Application_guide/zh/media/helios-sdk/junior/image_1f55eiuk4uub44d4ojq5nl2f9.png index 33b44e732031f9c0d392473295140a04d09b3717..307d35bf9f964437524dad353cb054551b28293d 100644 Binary files a/docs/Application_guide/zh/media/helios-sdk/junior/image_1f55eiuk4uub44d4ojq5nl2f9.png and b/docs/Application_guide/zh/media/helios-sdk/junior/image_1f55eiuk4uub44d4ojq5nl2f9.png differ