Turn off the Linux temperature limit LS1046A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Turn off the Linux temperature limit LS1046A

Jump to solution
663 Views
hyeonbin
Contributor II

I'm building and using a board based on LS1046A FRWY and using Linux to run the system.
CPU for temperature specifications
I'm using LS1046AXN8T1A product with -40°C to 105°C, but the system automatically stops when the temperature exceeds 85°C on the software.
Is there a way to unlock or modify this temperature limit?

I've been looking up Google and dtsi, but I can't find the right answer.

0 Kudos
Reply
1 Solution
645 Views
kenli
NXP Employee
NXP Employee

Please refer to the documentation located at: https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf
Specifically, navigate to Chapter 11.3 Thermal Management User Manual.
Additionally, for reference, the location of the dtsi file is:
vim ./arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
A key words to look for is "thermal-zones".
This information should assist you.

Best regards

View solution in original post

1 Reply
646 Views
kenli
NXP Employee
NXP Employee

Please refer to the documentation located at: https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf
Specifically, navigate to Chapter 11.3 Thermal Management User Manual.
Additionally, for reference, the location of the dtsi file is:
vim ./arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
A key words to look for is "thermal-zones".
This information should assist you.

Best regards