Skip to content

Commit

Permalink
Upload W55RP20-S2E Web FW update
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenwiznet committed Oct 25, 2024
1 parent 8399571 commit 00717fc
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 84 deletions.
82 changes: 2 additions & 80 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/command-manual-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2625,84 +2625,6 @@ Return value</th>

### Status I/O



---

#### SC

---

- **Format:** `SC<Parameter_0><Parameter_1>[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)

<table>
<thead>
<tr class="header">
<th>Parameter / Return value</th>
<th>Meaning</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">0</td>
<td>PHY link status</td>
<td align="center">Default</td>
</tr>
<tr class="even">
<td align="center">1</td>
<td>DTR</td>
<td align="center">Data Terminal Ready (RS-232/TTL only)</td>
</tr>
</tbody>
</table>

- **Parameter\_1** (lower byte)

<table>
<thead>
<tr class="header">
<th>Parameter / Return value</th>
<th>Meaning</th>
<th>Remarks</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="center">0</td>
<td>TCP connection status</td>
<td align="center">Default</td>
</tr>
<tr class="even">
<td align="center">1</td>
<td>DSR</td>
<td align="center">Data Set Ready (RS-232/TTL only)</td>
</tr>
</tbody>
</table>

- **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
Expand All @@ -2711,7 +2633,7 @@ Return value</th>

- **Format:** `S0<Parameter>[CR][LF]`

- **Meaning:** Status I/O pin **S0(PA\_10)** value
- **Meaning:** Status I/O pin **S0(GP\_10)** value

- **Command Type:** Read only

Expand Down Expand Up @@ -2750,7 +2672,7 @@ Return value</th>

- **Format:** `S1<Parameter>[CR][LF]`

- **Meaning:** Status I/O pin **S1(PA\_01)** value
- **Meaning:** Status I/O pin **S1(GP\_11)** value

- **Command Type:** Read only

Expand Down
64 changes: 60 additions & 4 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
| |
Expand Down Expand Up @@ -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.<br />
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).<br />
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 .<br />
The web-config page does not refresh automatically, so reconnect to 'your IP address:50003'
## Using USB
- update soon
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00717fc

Please sign in to comment.