Uh oh!
There was an error while loading. Please reload this page.
docs: name 0.9.12 as the current golden firmware - #6
Merged
Conversation
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>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docs told readers to flash "the current 0.9.11 golden image". That file no longer exists on
oglo-hardwaremain(onlyoglo_rdr02_tia_0.9.12_MERGED.binremains ingolden_build/); 0.9.11 survives only inside thefw/rdr02-tia/v0.9.11tag. 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)withREQUIRED_SCHEMA = 6and 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, u32t_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.pyasserted that the doc set mentions0.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