Skip to content

Commit

Permalink
os-power-mode: Fix Orin Nano low power mode index
Browse files Browse the repository at this point in the history
which should be 1 (7W) instead of 2, which is not available
for this type of module.

Changelog-entry: os-power-mode: Fix Orin Nano low power mode index
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Dec 11, 2024
1 parent f23d167 commit 1b3e179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ else
power_modes=(["low"]="1" ["mid"]="3" ["high"]="0")
;;
jetson-orin-nano-devkit-nvme)
power_modes=(["low"]="2" ["mid"]="0" ["high"]="0")
power_modes=(["low"]="1" ["mid"]="0" ["high"]="0")
;;
jetson-orin-nano-seeed-j3010)
power_modes=(["low"]="2" ["mid"]="1" ["high"]="0")
Expand Down

0 comments on commit 1b3e179

Please sign in to comment.