diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md index 19d92714b8..834d431d5f 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md @@ -2625,84 +2625,6 @@ Return value ### Status I/O - - ---- - -#### SC - ---- - - - **Format:** `SC[CR][LF]` - - - **Meaning:** Set status I/O pin **[S0](#s0)(PA\_10) and [S1](#s1)(PA\_01)** operation mode - - - **Command Type:** Read / Write - - - **Parameter / Return Type:** Number (0 / 1) - - - **Parameter / Return Value:** - - - **Parameter\_0** (upper byte) - - - - - - - - - - - - - - - - - - - - - -
Parameter / Return valueMeaningRemarks
0PHY link statusDefault
1DTRData Terminal Ready (RS-232/TTL only)
- - - **Parameter\_1** (lower byte) - - - - - - - - - - - - - - - - - - - - - -
Parameter / Return valueMeaningRemarks
0TCP connection statusDefault
1DSRData Set Ready (RS-232/TTL only)
- - - **Response** - - **Without Parameter (Get)** - - In ASCII: (Connection Status) `SC00\r\n` - - In ASCII: (DTR / DSR) `SC11\r\n` - - **With Parameter (Set)** - - No response - - Change status I/O pins operation mode - - - --- #### S0 @@ -2711,7 +2633,7 @@ Return value - **Format:** `S0[CR][LF]` - - **Meaning:** Status I/O pin **S0(PA\_10)** value + - **Meaning:** Status I/O pin **S0(GP\_10)** value - **Command Type:** Read only @@ -2750,7 +2672,7 @@ Return value - **Format:** `S1[CR][LF]` - - **Meaning:** Status I/O pin **S1(PA\_01)** value + - **Meaning:** Status I/O pin **S1(GP\_11)** value - **Command Type:** Read only diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en.md index b99a5f0a8a..690e691a10 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en.md @@ -61,8 +61,8 @@ date: 2022-06-28 The W232N provides three ways to upload or update the firmware. -- [Using Config-Tool](#using-the-configuration-tool) -- [Using Web-Config](#using-web-config) +- [Using Config-Tool](#using-the-configuration-tool) **Application Bank Only** +- [Using Web-Config](#using-web-config) **Application Bank Only** - [Using USB](#using-usb) - [Using SWD](#using-swd) @@ -116,7 +116,7 @@ Run installed **'Config-tool'** 2. Select the uploaded firmware When selecting firmware, you must select **.bin**(*_linker.bin). - +Config-tool can only update Application bank so **do not upload Boot.bin** Firmware in a file format other than .bin cannot be uploaded or updated properly. | | @@ -145,7 +145,63 @@ W55RP20-S2E is searched after about 5 seconds in the Configuration Tool after fi | Figure: **Firmware upload or update complete** | ## Using Web config -- update soon + +### Update Sequence using Web config + +| | +| :------------------------------------------------------------------------------------------: | +| ![](/img/products/s2e_module/wiz5xxsr-rp/firmware_update_guide/firmware_update_sequence.png) | +| Figure: **Application Bank Update Sequence** | + +**Firmware updates using the Web config can only update the Application area.** + +### Required Hardware and Software + + +#### Hardware + + - W55RP20-S2E + - Cables (Ethernet / Serial) + + +#### Software + + - [W55RP20-S2E](https://github.com/WIZnet-ioNIC/W55RP20-S2E/releases) + - [WIZnet S2E Configuration Tool](https://github.com/Wiznet/WIZnet-S2E-Tool-GUI/releases) + + +### Step 1: Check IP address of W55RP20-S2E + +You can Check your IP address **Config-tool** or **using AT command** + +### Step 2: Access the web server + +Using a web browser (e.g., Chrome), connect to the web server at port 50003 of the S2E module address you have configured.
+You can see your device infomation after click **GET Settings** +| | +| :------------------------------------------------------------------------------------------: | +| ![](/img/products/w55rp20-s2e/w55rp20-s2e-web-fw.png) | +| Figure: **Web server config** | + +### Step 3: Upload Firmware + +Select bin file(App_linker.bin).
+Web server can only update Application bank so **do not upload Boot.bin** +| | +| :------------------------------------------------------------------------------------------: | +| ![](/img/products/w55rp20-s2e/w55rp20-s2e-web-up.png) | +| Figure: **Select Bin file** | + +After select .bin file, click the **Module Update** and select **Confirm** +| | +| :------------------------------------------------------------------------------------------: | +| ![](/img/products/w55rp20-s2e/w55rp20-s2e-web-update.png) | +| Figure: **Module Update** | + +#### Step 4: Done + +when FW update success you can see **'F/W Update Complete. Device Reboot Please wait a few seconds.'** message .
+The web-config page does not refresh automatically, so reconnect to 'your IP address:50003' ## Using USB - update soon diff --git a/static/img/products/w55rp20-s2e/w55rp20-s2e-web-fw.png b/static/img/products/w55rp20-s2e/w55rp20-s2e-web-fw.png new file mode 100644 index 0000000000..00d127bca7 Binary files /dev/null and b/static/img/products/w55rp20-s2e/w55rp20-s2e-web-fw.png differ diff --git a/static/img/products/w55rp20-s2e/w55rp20-s2e-web-up.png b/static/img/products/w55rp20-s2e/w55rp20-s2e-web-up.png new file mode 100644 index 0000000000..31a69dba0f Binary files /dev/null and b/static/img/products/w55rp20-s2e/w55rp20-s2e-web-up.png differ diff --git a/static/img/products/w55rp20-s2e/w55rp20-s2e-web-update.png b/static/img/products/w55rp20-s2e/w55rp20-s2e-web-update.png new file mode 100644 index 0000000000..c4cf776eb6 Binary files /dev/null and b/static/img/products/w55rp20-s2e/w55rp20-s2e-web-update.png differ