Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib/utils/embedded/conf



Thank you for catching this mistake, it should have been appending to ${mnt}/etc/rc.local. I have checked in a fix.

On Thu, 12 Feb 2015, Takahiro HAYASHI wrote:

On 2015/02/07 00:15, Jared D. McNeill wrote:
Module Name:	src
Committed By:	jmcneill
Date:		Fri Feb  6 15:15:02 UTC 2015

Modified Files:
	src/distrib/utils/embedded/conf: rpi.conf

Log Message:
By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overridden by setting arm_freq in config.txt, but the default freq at boot
is still 600MHz.

Add logic to rc.local to compare the current vs. max CPU frequency; if they
differ, set the target frequency to the maximum.

+	cat > /tmp/a << EOF

This overrides /tmp/a if it exists, and surprises original owner.
Is this change intended? AFAICS this file is not used.


regards,
--
t-hash




Home | Main Index | Thread Index | Old Index