Skip to content

Add missing cosmo temperature sensors#2578

Open
jamesmunns wants to merge 1 commit into
masterfrom
james/cosmo-isl
Open

Add missing cosmo temperature sensors#2578
jamesmunns wants to merge 1 commit into
masterfrom
james/cosmo-isl

Conversation

@jamesmunns

Copy link
Copy Markdown
Contributor

Closes #2577.

This is a similar change to #2108, but for Cosmo instead of gimlet. I took a look, and the only other apps with this ISL sensor are the gimlet-bu target (which has no sensors), and sidecar (which already has these temp sensors mapped).

This is a similar change to #2108, but for Cosmo instead of gimlet.
I took a look, and the only other apps with this ISL sensor are the
gimlet-bu target (which has no sensors), and sidecar (which already
has these temp sensors mapped).
@jamesmunns jamesmunns requested a review from mkeeter June 24, 2026 10:06
rail_controller_notemp!(Core, isl68224, v1p8_sp5_a1, A0), // XXX A0 or A2?
rail_controller_notemp!(Core, isl68224, v3p3_sp5_a1, A0), // XXX A0 or A2?
rail_controller!(Core, isl68224, v1p1_sp5_a0, A0),
rail_controller!(Core, isl68224, v1p8_sp5_a1, A0), // XXX A0 or A2?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkeeter do we know better now whether this should be A0 or A2?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be A2, because the chip generates the A0 rail (but is itself powered by A2 rails). We should test it, though!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a specific way you'd suggest to test this, or just "make the change and see if a cosmo sled still boots happily about it"?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically! Make the change above (with A2 instead of A0), put a Cosmo sled into A2 (humility hiffy -c Sequencer.set_state -a state=A2), and confirm that it's still happily reading temperatures (with humility sensors)

Sign up for free to 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.

Cosmo is missing isl68224 temperature

2 participants