ISP batch retries + total-first summary; poll-based ISP handoff refresh#163
Open
floesche wants to merge 2 commits into
Open
ISP batch retries + total-first summary; poll-based ISP handoff refresh#163floesche wants to merge 2 commits into
floesche wants to merge 2 commits into
Conversation
Arena Studio - The batch summary now leads with the total: "Done: 20/20 flashed (20 verified, 0 unverified, 0 failed/skipped)". Previously a fully successful run ended with "20 verified, 0 flashed, ..." because the verified/flashed counters are mutually exclusive, which read as if nothing had been flashed. - A failed panel flash now gets up to two retries (was one) before being marked failed/skipped, logged as "(retry 1)" / "(retry 2)". Pairs with the controller-firmware change that jitters its receipt-poll timing between attempts, so a retry re-rolls timing-related failures instead of replaying them exactly (a deterministic race made one panel fail its single retry identically during a fleet flash). ISP push handoff doc: the controller now polls the commit receipt and post-reboot liveness instead of fixed waits, so 0xC8 returns when the panel is back up: ~3.2 s per panel, fleet-validated (was documented as 30-45 s), and verify can run immediately after a success response. The what-the-human-sees section now describes the whole-process bar (upload 0..16, verify 17, commit animates to full) plus the sad-smiley failure face.
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 free
to 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.
Summary
docs/development/arena-studio-isp-firmware-push-handoff.mdfor the poll-based controller ISP:0xC8now polls the panel's commit receipt (15 s ceiling) and post-reboot liveness (12 s ceiling) instead of fixed 30-45 s waits, returning in ~3.2 s/panel typical (fleet-validated); the success message carries a per-phase timing summary, and the "what the human sees" section describes the weighted upload/verify/commit progress bar and the sad-smiley failure face.Test plan
pixi run test(all suites pass;tests/test-arena-studio-alt.jsfooter stamp updated to v0.69)Dependency
Requires the controller to run the paired Arena-Firmware branch
isp-poll-and-timing(reiserlab/LED-Display_G6_Firmware_Arena): poll-based commit receipts and post-reboot liveness with split SPI clocks and pacing, plus ENTER retry and receipt-poll jitter between attempts. On older firmware the extra retry still runs but replays the same timing, and the handoff-doc timings do not apply.