Hello,
I get the next config from jetson_clocks --show
script
scripts/jetson_clocks.sh: line 394: warning: command substitution: ignored null byte in input
SOC family:tegra186 Machine:quill
Online CPUs: 0,3-5
CPU Cluster Switching: Disabled
cpu0: Gonvernor=schedutil MinFreq=345600 MaxFreq=2035200 CurrentFreq=1420800
cpu1: Gonvernor=schedutil MinFreq=345600 MaxFreq=2035200 CurrentFreq=2035200
cpu2: Gonvernor=schedutil MinFreq=345600 MaxFreq=2035200 CurrentFreq=2035200
cpu3: Gonvernor=schedutil MinFreq=345600 MaxFreq=2035200 CurrentFreq=2035200
cpu4: Gonvernor=schedutil MinFreq=345600 MaxFreq=2035200 CurrentFreq=2035200
cpu5: Gonvernor=schedutil MinFreq=345600 MaxFreq=2035200 CurrentFreq=2035200
GPU MinFreq=114750000 MaxFreq=1300500000 CurrentFreq=114750000
EMC MinFreq=40800000 MaxFreq=1866000000 CurrentFreq=1866000000 FreqOverride=0
Fan: speed=80
Where SOC family:tegra186
I’m running one script like this: caffe_jetson_tx1/jetson_clocks.sh at master · MoritzDPTV/caffe_jetson_tx1 · GitHub
That script is turning on the cores only if "${SOCFAMILY}" != "tegra186"
Is there a security reason why cores are not enabled when the SOC family is tegra186?
I would like to know if I could remove that validation without security risks.