用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/UitbreidenOS/UitKit --skill ota-updates命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guidelines and instructions for Agent execution state rollback rules
Guidelines and instructions for Agent execution step counters limits
Guidelines and instructions for Agent execution timeout limits setups
基于 SOC 职业分类
正在显示 SKILL.md
| name | ota-updates |
| description | Design over-the-air firmware updates — dual-bank, delta updates, rollback, and secure update verification |
| allowed-tools | ["Read","Write","Grep"] |
| effort | high |
OTA Update Flow: Dual-Bank
Flash Layout:
0x08000000: Bootloader (16KB) — never updated via OTA
0x08004000: App Bank A (240KB) — currently running
0x08040000: App Bank B (240KB) — update target
0x0807C000: Config (16KB) — boot flag, version, attempt counter
Update Sequence:
1. Download firmware to Bank B (chunked, with CRC per chunk)
2. Verify Bank B image signature (ECDSA-P256)
3. Set boot flag = Bank B, attempt counter = 3
4. Reboot → Bootloader loads Bank B
5. Bank B firmware confirms: set attempt counter = 0
6. If not confirmed after 3 reboots → rollback to Bank A