Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,187
When rebuilding the kernel, is it mandatory to append the DTB blob to the end of zImage ?
On the EVM, is the little battery near boot switches supposed to keep the time ?
while true
do
for t in $(sensors | grep temp | awk -F "+" '{ print $2 }' | awk -F "." '{ print $1 }'); do
if [ $t -ge "90" ]; then
echo "Too hot -" $(date | awk -F " " '{ print $4 }')
cpufreq-set -u 1GHz
echo "1GHz"
sleep 30
else
cpufreq-set -u 1.5GHz
fi
done
sleep 2
done
Just a curious seeing hns is watching this thread, why was 500Mhz removed as a valid frequency in the dt?