Skip to content

jupiter_sdr: Fix wrong powerdown triggers#105

Open
AndreiGrozav wants to merge 1 commit intomainfrom
fix_jupiter_poweroff
Open

jupiter_sdr: Fix wrong powerdown triggers#105
AndreiGrozav wants to merge 1 commit intomainfrom
fix_jupiter_poweroff

Conversation

@AndreiGrozav
Copy link
Copy Markdown

The power down protection mechanism is triggered when the adrv9002 temperature exceeds 100 deg C.
With newer SW versions, when a profile load fails the read temperature function does not throw an error, it returns a hight value, causing the jupiter to trigger the power down for protection.
This commit adds a check that verifies if a profile load has failed to avoid the unwanted poweroff.

The power down protection mechanism is triggered when the adrv9002
temperature exceeds 100 deg C.
With newer SW versions, when a profile load fails the read temperature function
does not throw an error, it returns a hight value, causing the jupiter
to trigger the power down for protection.
This commit adds a check that verifies if a profile load has failed to avoid
the unwanted poweroff.

Signed-off-by: AndreiGrozav <andrei.grozav@analog.com>
@SRaus
Copy link
Copy Markdown
Contributor

SRaus commented Apr 21, 2026

@mlradu - please cherry-pick this commit into the release branch for 2026_r1.

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.

2 participants