Qengineering / Jover

Overclocking the Jetson Nano CPU and GPU
https://qengineering.eu/overclocking-the-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

after editing the script file, then reboot, the Max_freq is still the same #1

Closed CHen-Hua-Luen closed 3 years ago

CHen-Hua-Luen commented 3 years ago

Thank you for your resources, but i encounter a issue. after i executed the $ sudo cp arch/arm64/boot/Image /boot/Image $ sudo reboot command, it succeeded , But then i edited the script (overclock.sh), then reboot, it failed, Max_freq did not change, although i executed $ sudo /etc/init.d/overclock.sh
first, then reboot, still the same.what is the possible reason? Thanks

Before $ sudo cp arch/arm64/boot/Image /boot/Image $ sudo reboot github1

After github2

After editing the script file then reboot github3

github4

Qengineering commented 3 years ago

Dear @CHen-Hua-Luen,

The max frequency of the GPU is 99840000 (998.4 MHz). You cannot set the clock any higher. As you can see in your screen dump, the CPU clock is lowered to 1.9 GHz. Just as you set in the script.

CHen-Hua-Luen commented 3 years ago

thank you