Skip to content

docs: name 0.9.12 as the current golden firmware - #6

Merged
k1a11220 merged 1 commit into
mainfrom
docs/current-firmware-0912
Aug 13, 2026
Merged

docs: name 0.9.12 as the current golden firmware#6
k1a11220 merged 1 commit into
mainfrom
docs/current-firmware-0912

Conversation

@k1a11220

Copy link
Copy Markdown
Contributor

The docs told readers to flash "the current 0.9.11 golden image". That file no longer exists on oglo-hardwaremain (only oglo_rdr02_tia_0.9.12_MERGED.bin remains in golden_build/); 0.9.11 survives only inside the fw/rdr02-tia/v0.9.11 tag. Anyone following the quickstart went looking for a file that is not there.

No SDK code change is needed and none is made. The gate is MIN_FIRMWARE = (0, 9, 10) with REQUIRED_SCHEMA = 6 and no upper bound, and 0.9.11 and 0.9.12 left the wire contract byte-identical (schema 6, A5 5A, 13-byte header, packed12 x 80, u32 t_us, u32 seq). So 0.9.12 already worked. The docs now say that outright instead of naming a single image as "current" and leaving the reader to guess whether the others are supported.

tests/test_documentation.py asserted that the doc set mentions 0.9.11, so it had to move with the docs or the suite would fail the moment the last occurrence was replaced. Full suite: 431 passed.

Firmware-floor statements (0.9.10), the README badge, dated capture records, and released CHANGELOG entries were all left untouched.

🤖 Generated with Claude Code

The docs still told readers to flash "the current 0.9.11 golden image", which
no longer exists on oglo-hardware main; it survives only inside the
fw/rdr02-tia/v0.9.11 tag.
No SDK code change is needed. The floor is MIN_FIRMWARE = (0, 9, 10) with
REQUIRED_SCHEMA = 6 and no upper bound, and 0.9.11 and 0.9.12 left the wire
contract byte-identical, so 0.9.12 already worked. Say so explicitly rather
than naming one image as "current" and implying the others are not supported.
test_documentation.py pinned the doc set to mention 0.9.11, so it had to move
with the docs or the suite would fail on the last occurrence being removed.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@k1a11220
k1a11220 merged commit 286ea0e into mainAug 13, 2026
7 checks passed
@k1a11220
k1a11220 deleted the docs/current-firmware-0912 branch August 13, 2026 02:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@k1a11220