mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-15 05:10:31 -05:00
Merge pull request #901 from taorye/main
doc[SLogic16 U3]: update firmware update instructions and add new scr…
This commit is contained in:
@@ -366,20 +366,20 @@ Detailed instructions for the DFU tool are provided below.
|
||||
> In principle, OTA operations only update the SLogic firmware and do not affect the **DFU** function.
|
||||
> Even if OTA fails, the device will remain locked in **DFU** mode until the SLogic firmware is successfully updated.
|
||||
|
||||
Firmware updates are provided via a Python/PyQt GUI tool.
|
||||
Firmware updates are provided via a CLI tool.
|
||||
|
||||
- [Firmware update tool repository](https://github.com/sipeed/slogic16u3-tools)
|
||||
- [Firmware update tool repository]((https://github.com/sipeed/slogic16u3-tools/tree/main/ota/src/dist))
|
||||
- [Latest Firmware Download Link](https://dl.sipeed.com/shareURL/SLogic/SLogic16U3/4_Firmware)
|
||||
|
||||
### **Update steps:**
|
||||
1. Run the GUI tool:
|
||||
2. Press the **mode** button on the device. The GUI should display "SLogic16U3 OTA".
|
||||
3. Select the firmware file in the GUI.
|
||||
4. Click **OTA** to start the update.
|
||||
5. Wait for completion and follow on-screen instructions.
|
||||
1. Download the update tool.
|
||||
2. Press the **Mode** button on the device. A new device named "SLogic DFU" should appear in the kernel logs (Linux) or Device Manager (Windows).
|
||||
3. Download the firmware file.
|
||||
4. Open a command prompt and run `spi_flash_xxx <firmware_path>` to start the update.
|
||||
5. Wait for the process to complete and check the update result.
|
||||
|
||||
> **Note:** A binary version of the update tool will be released soon.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
---
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 193 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
@@ -360,20 +360,20 @@ update:
|
||||
|
||||
> 理论上,OTA操作只会更新SLogic固件,无法影响 **DFU** 功能。因此即使OTA失败也不要紧,装置会锁定在 **DFU** 模式,直到SLogic固件更新成功。
|
||||
|
||||
固件更新通过 Python / PyQt GUI 工具提供。
|
||||
固件更新通过 命令行 工具提供。
|
||||
|
||||
- [固件更新工具仓库](https://github.com/sipeed/slogic16u3-tools)
|
||||
- [固件更新工具仓库](https://github.com/sipeed/slogic16u3-tools/tree/main/ota/src/dist)
|
||||
- [最新固件下载地址](https://dl.sipeed.com/shareURL/SLogic/SLogic16U3/4_Firmware)
|
||||
|
||||
### **更新步骤:**
|
||||
1. 运行 GUI 工具。
|
||||
2. 按下设备上的 **mode** 按钮。GUI 应显示 "SLogic16U3 OTA"。
|
||||
3. 在 GUI 中选择固件文件。
|
||||
4. 点击 **OTA** 开始更新。
|
||||
5. 等待完成并按界面指引操作。
|
||||
1. 下载更新工具。
|
||||
2. 按下设备上的 **mode** 按钮。内核日志(Linux)或设备管理器(Win)应显示名为 "SLogic DFU" 的新设备。
|
||||
3. 下载固件文件。
|
||||
4. 打开命令行输入 `spi_flash_xxx 固件路径` 开始更新。
|
||||
5. 等待完成并查看更新结果。
|
||||
|
||||
> **注意:** 将很快发布该更新工具的绿色便携版本。
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
## 安全 & 注意事項
|
||||
|
||||
Reference in New Issue
Block a user