decompress wbits- update changelog update docs command on "dan" boards
What changed, and why it matters
This commit only updates the changelog and installation documentation. It does not change any executable code, cryptographic parameters, or security behavior. The changelog mentions a prior deflate decompression window-size change (wbits=10) to match a specification, but the actual code change is not present in this diff. The documentation change simply corrects the example device folder name used with a flashing tool.
No action needed for this documentation-only commit. If reviewing the referenced wbits change, locate the actual source-code commit that modified the deflate decompression window size and assess it separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies CHANGELOG.md to add a note that ‘wbits for deflate-decompress window set to 10 bits to match KEF spec’ and updates a docs example command from ‘maixpy_dock/kboot.kfpkg’ to ‘maixpy_DEVICE/kboot.kfpkg’. No source code is changed. No security-relevant behavior can be assessed from this commit alone.
Changed components
CHANGELOG.mddocs/getting-started/installing/from-pre-built-release.en.mdInspect captured patch +2 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b639fe2..b36e7ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The Maix Bit device has long been discouraged due to its poor-quality camera. St
### Other Bug Fixes and Improvements
- Touchscreen test added in Tools for detection check
+- wbits for deflate-decompress window set to 10 bits to match KEF spec.
# Changelog 25.09.0 - September 2025
diff --git a/docs/getting-started/installing/from-pre-built-release.en.md b/docs/getting-started/installing/from-pre-built-release.en.md
index 80953d6..da1b02c 100644
--- a/docs/getting-started/installing/from-pre-built-release.en.md
+++ b/docs/getting-started/installing/from-pre-built-release.en.md
@@ -43,7 +43,7 @@ Connect the device to your computer via USB (for Maix Amigo, make sure you’re
For `dock`, `wonder_mv` or `tzt` use the `-B dan` parameter:
```bash
-./ktool -B dan -b 1500000 maixpy_dock/kboot.kfpkg
+./ktool -B dan -b 1500000 maixpy_DEVICE/kboot.kfpkg
```
----8<----
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.