Skip to content

stanciuadrian/jetson-cool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jetson-cool

Scripts & Tools

jetson_clocks: script that disables the DVFS governor and locks the clocks to their maximums as defined by the active nvpmodel power mode. If the active nvpmodel mode is 10W, jetson_clocks will lock the clocks to their maximums for 10W mode. If the active nvpmodel is 5W, jetson_clocks will lock the clocks to their maximums for 5W mode.

/etc/nvpmodel.conf defines the nvpmodels.

Cooler

Turn ON (max speed): sudo sh -c 'echo 255 > /sys/devices/pwm-fan/target_pwm'

Turn OFF: sudo sh -c 'echo 0 > /sys/devices/pwm-fan/target_pwm'

Code

procfs crate.

Acronyms

nvpmodel: NVidia Power MODEL

DVFS: Dynamic Voltage and Frequency Scaling

Links

https://elinux.org/Jetson/Thermal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages