embedded-firmware-flash
仓库创建 2026年7月27日最近提交 22 小时前SkillHot 收录 17 小时前
这个 Skill 做什么
教你给各种 MCU 刷固件:比如 Pinecil(Bouffalo BL706 用 blisp)、Pinecil V1(GD32VF103 用 dfu-util)、ESP32(用 esptool)等。包含进入 DFU/ISP 模式、线材与电源要求、工具安装和刷写后校验的方法。适合需要替换固件、修复设备或做板级调试的人,按芯片族选择流程就能成功刷机。
▸ 展开 SKILL.md 英文原文
Flash firmware on embedded devices — Pinecil (Bouffalo BL70x via blisp), ESP32 (esptool), and other MCUs. Covers tool installation, DFU/ISP modes, cable requirements, and verification.
0
Stars
0
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/embedded-firmware-flash/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/trojan-lord/hermes-cuso/main/skills/embedded-firmware-flash/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Embedded Firmware Flash Generic skill for flashing firmware on embedded devices. Each chip family has its own toolchain and flash procedure. ## Supported Devices | Device | Chip | Flash Tool | Flash Mode | Notes | |--------|------|------------|------------|-------| | Pinecil V2 | Bouffalo BL706 | `blisp` | ISP (hold [-] + USB) | `.bin` files only | | Pinecil V1 | GD32VF103 | `dfu-util` | DFU | Older model, uses `.dfu` files | | ESP32 family | ESP32/S3/C3/C6 | `esptool` | Boot mode (GPIO0) | See `esp32-development` skill | ## Pinecil V2 — Bouffalo BL706 ### Install blisp ```bash # Arch/CachyOS — in extra repos sudo pacman -S blisp # Verify blisp --version # should show v0.0.5+ ``` #
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有