Skip to content

Commit

Permalink
Merge pull request #524 from lxowalle/SLogic_combo8_doc
Browse files Browse the repository at this point in the history
* Add doc about slogic combo 8 update firmware
  • Loading branch information
lxowalle authored Sep 1, 2023
2 parents dee6d91 + 7d1dab8 commit 5060709
Show file tree
Hide file tree
Showing 8 changed files with 126 additions and 0 deletions.
60 changes: 60 additions & 0 deletions docs/hardware/en/logic_analyzer/combo8/update_firmware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Update Firmware
keywords: LogicAnalyzer, debugger, link, tool
update:
- date: 2023-09-01
version: v0.1
author: lxo
content:
- Release docs
---

The following are the steps to update the firmware of SLogic Combo8

## Download Tool and Firmware

Tool: [Click to download](https://dl.sipeed.com/shareURL/SLogic/SLogic_combo_8/4_application/Tools)

Firmware: [Click to download](https://dl.sipeed.com/shareURL/SLogic/SLogic_combo_8/4_application/Firmware)

Just select the latest version of the burning tool and firmware, and unzip it after downloading.

## Configure Tool

1. Start the tool

After decompression, the execution files of different system environments are provided in the root directory of the tool.

For Windows users:Double-click`BLDevCube.exe`to start

For Linux users:Double-click`BLDevCube-ubuntu`to start。Note that the Linux environment needs to add executable permissions `sudo chmod +x BLDevCube-ubuntu`

2. Select chip

After startup, select BL616/618 and click Finish

![image-20230901095004741](./../../../zh/logic_analyzer/combo8/assets/download_firmware/chip_selection.png)

3. Enable `Single Download Options` and add the downloaded firmware

![image-20230901095354294](./../../../zh/logic_analyzer/combo8/assets/download_firmware/config_download_firmware.png)

## Configure device

Put SLogic combo 8 into burning mode

![image-20230901101839362](./../../../zh/logic_analyzer/combo8/assets/download_firmware/enter_the_burn_mode.png)

Steps:

1. Long press the button
2. Power on again
3. Observe that the LED light is off, the operation is successful

## Burn firmware

Configure the serial port and baud rate, and click `Create & Download` to download

![image-20230901102645831](./../../../zh/logic_analyzer/combo8/assets/download_firmware/download_firmware.png)

After the download is completed, the progress bar displays a green box, indicating that the download is successful and the firmware update is completed.
2 changes: 2 additions & 0 deletions docs/hardware/en/sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ items:
file: logic_analyzer/combo8/use_daplink_function.md
- label: Using as Serial Module
file: logic_analyzer/combo8/use_fouruart_function.md
- label: Update firmware
file: logic_analyzer/combo8/update_firmware.md
# - label: Maix Audio
# items:
# - label: MA USB 16
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions docs/hardware/zh/logic_analyzer/combo8/update_firmware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: 更新固件
keywords: LogicAnalyzer, debugger, link, tool
update:
- date: 2023-09-01
version: v0.1
author: lxo
content:
- Release docs
---

以下是SLogic Combo8 更新固件的步骤

## 下载烧录工具和固件

烧录工具:[点击下载](https://dl.sipeed.com/shareURL/SLogic/SLogic_combo_8/4_application/Tools)

固件:[点击下载](https://dl.sipeed.com/shareURL/SLogic/SLogic_combo_8/4_application/Firmware)

烧录工具和固件选择最新版本即可,下载完成后自行解压



## 配置烧录工具

1. 启动烧录工具

解压后,烧录工具的根目录下提供了不同系统环境的执行文件。

Windows用户:双击`BLDevCube.exe`启动

Linux用户:双击`BLDevCube-ubuntu`启动。注意Linux环境需要添加可执行权限`sudo chmod +x BLDevCube-ubuntu`

2. 选择芯片

启动后,选择BL616/618并点击Finish

![image-20230901095004741](./assets/download_firmware/chip_selection.png)

3. 使能Single Download Options,并添加下载好的固件

![image-20230901095354294](./assets/download_firmware/config_download_firmware.png)

## 配置设备

让SLogic combo 8进入烧录模式

![image-20230901104542310](./assets/download_firmware/enter_the_burn_mode.png)

操作步骤:

1. 长按按键不松开
2. 重新上电
3. 观察LED灯不亮,则操作成功

## 烧录固件

配置串口号和波特率,并点击`Create & Download`即可下载

![image-20230901102645831](./assets/download_firmware/download_firmware.png)

下载完成后,进度条显示绿框说明下载成功,更新固件完成
2 changes: 2 additions & 0 deletions docs/hardware/zh/sidebar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ items:
file: logic_analyzer/combo8/use_daplink_function.md
- label: 作为串口模块使用
file: logic_analyzer/combo8/use_fouruart_function.md
- label: 更新固件
file: logic_analyzer/combo8/update_firmware.md
# - label: Maix Audio
# items:
# - label: MA USB 16
Expand Down

0 comments on commit 5060709

Please sign in to comment.