Skip to content

Commit

Permalink
w55rp20-s2e docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenwiznet committed Oct 24, 2024
1 parent ec1af6b commit 920eca6
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 31 deletions.
49 changes: 19 additions & 30 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/firmware-update-guide-en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: firmware-update-guide-en
title: Firmware update guide
title: Firmware Upload & Update guide
date: 2022-06-28
---

Expand All @@ -10,7 +10,7 @@ date: 2022-06-28



## W232N Firmware Update Overview
## W55RP20-S2E Firmware Upload & Update Overview



Expand Down Expand Up @@ -57,27 +57,14 @@ date: 2022-06-28
### Firmware Update Sequence
| |
| :------------------------------------------------------------------------------------------: |
| ![](/img/products/s2e_module/wiz5xxsr-rp/firmware_update_guide/firmware_update_sequence.png) |
| Figure: **Firmware Update Sequence** |
-----
## How to upload or update the W232N firmware
## How to upload or update the W55RP20-S2E firmware
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 USB](#Using-USB)
- [Using SWD](#Using-SWD)
- [Using Config-Tool](#using-the-configuration-tool)
- [Using Web-Config](#using-web-config)
- [Using USB](#using-usb)
- [Using SWD](#using-swd)
-----
Expand All @@ -87,26 +74,28 @@ The W232N provides three ways to upload or update the firmware.
## Using the Configuration Tool
### Update Sequence using Configuration Tool
### Required Hardware and Software
| |
| :------------------------------------------------------------------------------------------: |
| ![](/img/products/s2e_module/wiz5xxsr-rp/firmware_update_guide/firmware_update_sequence.png) |
| Figure: **Application Bank Update Sequence** |
**Firmware updates using the Configuration Tool can only update the Application area.**
### Required Hardware and Software
#### Hardware
- W232N
- 5~36V Power adapter
- W55RP20-S2E
- Cables (Ethernet / Serial)
#### Software
- WIZnet S2E Configuration Tool
- [Download the Latest Version](https://github.com/Wiznet/WIZnet-S2E-Tool-GUI/releases/tag/V1.5.0)
- [Download the Older Versions](https://github.com/Wiznet/WIZnet-S2E-Tool-GUI/releases)
- [GitHub Repository](https://github.com/Wiznet/WIZnet-S2E-Tool-GUI)
- [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: Run Config-tool
Expand Down Expand Up @@ -148,7 +137,7 @@ Firmware in a file format other than .bin cannot be uploaded or updated properly
Firmware upload or update completed!
W232N is searched after about 5 seconds in the Configuration Tool after firmware upload or update completed.
W55RP20-S2E is searched after about 5 seconds in the Configuration Tool after firmware upload or update completed.
| |
| :----------------------------------------------------------------------------------------------------: |
Expand Down
5 changes: 4 additions & 1 deletion docs/Product/ioNIC/W55RP20/W55RP20-S2E/overview-[EN].md
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,17 @@ The **W55RP20-S2E** is a pre-programmed product with an Serial to Ethernet FW an
| 69 | GND | Ground |





## Manuals
- [How to use Config-tool](./Web_Config_Guide_EN.md)
- [How to use Web config](./Web_Config_Guide_EN.md)
- [How to use AT CMD](./command-manual-en.md)
- [How to connect MQTT](./mqtt-connection-guide-en.md)
- [How to connet SSL](./ssl-connection-guide-en.md)
- [How to connet Modbus](./modbus-connection-guide-en.md)
- [How to update FW](./firmware-update-guide-en.md)
- [How to upload/update FW](./firmware-update-guide-en.md)
- [How to do factory reset](./factory-rst-guide-en.md)
- [How to write MAC Address](./mac_address-write-guide-en.md)

Expand Down
67 changes: 67 additions & 0 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/w55rp20-evb-pico-s2e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
id: w55rp20-evb-pico-s2e
title: Getting Start with W55RP20-EVB-PICO
date: 2024-10-24
---



-----



## overview



This manual is a guide for downloading the W55RP20-S2E firmware to the W55RP20-EVB-PICO hardware and using it as a serial to ethernet.


-----



## Required Hardware and Software

### Hardware

- W55RP20-EVB-PICO
- Cables (Ethernet / USB-C)

### Software
- [W55RP20-S2E](https://github.com/WIZnet-ioNIC/W55RP20-S2E/releases)
- [WIZMacTool](https://docs.wiznet.io/img/products/wiz750sr/developers/restore-mac/wizmactool_v20151127.zip)
- [WIZnet S2E Configuration Tool](https://github.com/Wiznet/WIZnet-S2E-Tool-GUI/releases)


## Use W55RP20-EVB-PICO as a serial to ethernet device


### Step 1: Flash W55RP20-S2E Firmware onto W55RP20-EVB-PICO

Download the last verson of W55RP20-S2E Bin_Files_VXXX.zip<br />
<img src="/img/products/w55rp20-s2e/S2E_BIN.png" width="500" /> <br />


Unzip the Bin_Files_VXXX.zip<br />
<img src="/img/products/w55rp20-s2e/S2E_folder.png" width="500" /> <br />

Connect the w55rp20-evb-pico via USB. While holding down the BOOTSEL button, press the Reset button briefly once.<br />
<img src="/img/products/w55rp20-s2e/w55rp20-evb-pico-bt.png" width="500" />

You can see RPI-RP2 removable disk will appear.<br />
Drag and drop App_linker.uf2 and Boot.uf2, one by one, into the Bin_Files_VXXX folder.<br />
<img src="/img/products/w55rp20-s2e/drag-drop.png" width="500" />

### Step 2: Write MAC address

Write MAC address refer this [link](./mac_address-write-guide-en.md)


### Step 5: Done

Once the MAC address input is completed, the user LED on the W55RP20-EVB-PICO will change to the Running LED. <br />This toggles every second while the S2E application is running.<br />
<img src="/img/products/w55rp20-s2e/w55rp20-evb-pico-user.png" width="500" />

After uploading the W55RP20-S2E firmware to the W55RP20-EVB-PICO, the pin map is as follows:<br />
<img src="/img/products/w55rp20-s2e/w55rp20-evb-pinmap.png" width="500" />
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ module.exports = {
label: 'W55RP20-S2E',
items: [
'Product/ioNIC/W55RP20/W55RP20-S2E/overview-[EN]',
'Product/ioNIC/W55RP20/W55RP20-S2E/w55rp20-evb-pico-s2e',
// {
// type: 'category',
// label: 'Common docs for using-[KR]',
Expand Down
Binary file added static/img/products/w55rp20-s2e/S2E_BIN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/products/w55rp20-s2e/S2E_folder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/products/w55rp20-s2e/drag-drop.png
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.
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 920eca6

Please sign in to comment.