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 690e691a10..5703fc8397 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 @@ -204,7 +204,52 @@ when FW update success you can see **'F/W Update Complete. Device Reboot Please The web-config page does not refresh automatically, so reconnect to 'your IP address:50003' ## Using USB -- update soon + +### Required Hardware and Software + + +#### Hardware + + - W55RP20-S2E + - Cables (Ethernet / USB) + + +#### Software + + - [W55RP20-S2E](https://github.com/WIZnet-ioNIC/W55RP20-S2E/releases) + +### Step 1: Connect W55RP20-S2E and PC with USB cable + +| | +| :------------------------------------------------------------------------------------------: | +| ![](/img/products/w55rp20-s2e/w55rp20-s2e-usb.png) | +| Figure: **USB connection** | + +### Step 2: Enter Boot mode + +Hold the BOOT pin(pin num 63) low and pull-low the RUN pin shortly.
+You can see Mass Storage Device named RPI-RP2. + +| | +| :------------------------------------------------------------------------------------------: | +| ![](/img/products/w55rp20-s2e/w55rp20-s2e-rpi-rp2.png) | +| Figure: **RPI-RP2** | + +### Step 3: Flash W55RP20-S2E Firmware + +[W55RP20-S2E](https://github.com/WIZnet-ioNIC/W55RP20-S2E/releases)
+Drag and drop App_linker.uf2 and Boot.uf2, one by one, from the Bin_Files_VXXX folder.
+ + +### Step 4: Done + +Firmware upload or update completed! + +W55RP20-S2E is searched after about 5 seconds in the Configuration Tool after firmware upload or update completed. + +If the MAC address is not stored in the MAC address memory, an additional MAC address entry is required.
+[How to write MAC Address](./mac_address-write-guide-en.md) + ## Using SWD - update soon diff --git a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/overview-en.md b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/overview-en.md index 5cd0b876e2..b73b2fd23d 100644 --- a/docs/Product/ioNIC/W55RP20/W55RP20-S2E/overview-en.md +++ b/docs/Product/ioNIC/W55RP20/W55RP20-S2E/overview-en.md @@ -123,7 +123,7 @@ The **W55RP20-S2E** is a pre-programmed product with an Serial to Ethernet FW an | 68 | RESERVED | RESERVED PIN | | 69 | GND | Ground | - +****BOOT_MODE pin is for Entering W55RP20-S2E BOOT mode and BOOT pin is for Entering RP2040 core BOOT mode.** diff --git a/static/img/products/w55rp20-s2e/w55rp20-s2e-rpi-rp2.png b/static/img/products/w55rp20-s2e/w55rp20-s2e-rpi-rp2.png new file mode 100644 index 0000000000..d552c987a2 Binary files /dev/null and b/static/img/products/w55rp20-s2e/w55rp20-s2e-rpi-rp2.png differ diff --git a/static/img/products/w55rp20-s2e/w55rp20-s2e-usb.png b/static/img/products/w55rp20-s2e/w55rp20-s2e-usb.png new file mode 100644 index 0000000000..0c3f2db967 Binary files /dev/null and b/static/img/products/w55rp20-s2e/w55rp20-s2e-usb.png differ