Skip to content

Commit 7d88812

Browse files
committed
doc: modify doc about board setting
1 parent db2d53e commit 7d88812

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/documents/example/example_usage_guide.doc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
![Errors occur since the apply_embARC_patch.sh is not Unix format](pic/images/example/embARC101/embARC_apply_patches_with_error.jpg)
9393
- Run <em>bash <embARC>/apply_embARC_patch.sh</em> in shell environment (Linux or Cygwin) to download required source code and patch them.
9494
![Download required source code and apply embARC patches](pic/images/example/embARC101/embARC_apply_patches.jpg)
95-
- Seperate patch scripts location. You can also run the separate patch script to patch the source code that you need.
95+
- Separate patch scripts location. You can also run the separate patch script to patch the source code that you need.
9696
- <em><embARC>/middleware/wolfssl/apply_embARC_patch.sh</em>
9797
- <em><embARC>/middleware/matrixssl/apply_embARC_patch.sh</em>
9898
- <em><embARC>/middleware/mbedtls/apply_embARC_patch.sh</em>
@@ -102,11 +102,12 @@
102102

103103
\subsection subsect_example_usage_PFE_SetupBoardEnv Set Up the Board Environment
104104
+ Set a WiFi hotspot with **WPA/WPA2 PSK** encrypted. Some changes in board/board.h should be made before running embARC examples.
105+
- Take a look at the board/board.h, and go to corresponding header file, such as for emsk, you need to go to board/emsk/emsk.h
105106
- Set the WiFi hotspot name to "embARC" (just the characters in quotation marks).
106107
- Set the WiFi hotspot IP address range from "192.168.43.1" to "192.168.43.254".
107108
- Set the WiFi password to "qazwsxedc" (just the characters in quotation marks).
108109

109-
If the WiFi hotspot IP address settings cannot be changed, the settings in board/board.h must be modified.
110+
If the WiFi hotspot IP address settings cannot be changed, the settings in the board setting header file must be modified.
110111
\code{.c}
111112
#define WF_IPADDR_1 (192)
112113
#define WF_IPADDR_2 (168)
@@ -160,7 +161,7 @@
160161
- The default UART baudrate is 115200 bps.
161162
- In the Tera Term menu, select **Setup** -> **Serial Port** and change the settings for port and baudrate.
162163

163-
\note If the hotspot IP address range is not similar to "192.168.43.xxx", the IP address settings of the EMSK board should be changed in board/board.h. The baremetal examples don't support DHCP. A static IP address is required.
164+
\note If the hotspot IP address range is not similar to "192.168.43.xxx", the IP address settings of the EMSK board should be changed in corresponding board header file. The baremetal examples don't support DHCP. A static IP address is required.
164165

165166
\section sect_example_usage_GeneralBuildSteps General Build and Run Steps
166167
\subsection subsect_example_usage_GBS_FastSteps Quick start

0 commit comments

Comments
 (0)