Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 615 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 615 Bytes

JetsonPower

Python framework for power consumption monitoring and clock frequency scaling on NVIDIA Jetson boards

Requirements

  • You need to set your Jetson board with a JetPack version >= 5.0.1

  • We'll add support for older JetPack versions (4.x.y) soon.

Usage

- Power consumption measurements

python3 {board}_power.py --power-mode {mode} --dvfs-enable {True|False}

- Frequency scaling (DVFS) and hardware re-configuration

g++ change_config.cpp -o change_config
sudo ./change_config 0_{online_cpu_cores}_{cpu_freq}_{gpu_freq}_{memory_freq}_{online_dla_cores}_{dla_freq}