From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Sat, 07 Feb 2015 16:50:24 GMT." <9dc091ed831c3704ab93c49f93f37cab@hamnavoe.com> References: <9dc091ed831c3704ab93c49f93f37cab@hamnavoe.com> Date: Sat, 7 Feb 2015 12:21:41 -0800 From: Bakul Shah Message-Id: <20150207202141.6A037B827@mail.bitblocks.com> Subject: Re: [9fans] Raspberry Pi 2 Model B Topicbox-Message-UUID: 42fccff0-ead9-11e9-9d60-3106f5b1d025 On Sat, 07 Feb 2015 16:50:24 GMT Richard Miller <9fans@hamnavoe.com> wrote: > I said: > > > Disclaimer: if you put silly numbers in arm_freq, bad stuff > > might happen. Supposedly the firmware detects this and sets > > an irreversible bit somewhere that voids your warranty. > > There are claims in the raspberry pi forums that the 'void > warranty' bit will be set if you configure force_turbo=1, > whatever the frequency. So if you care about this, you > may be stuck at 600Mhz unless someone cares enough to > reverse engineer the linux speed management code. Hot off the press (from the RPi forum): mpnico wrote: I thought that force_turbo with no over_voltage doesn't void the warranty. Is this not correct for the RPi2 ? You are correct, but Pi2 runs at a higher voltage by default which meant that force_turbo was incorrectly setting the "warranty" bit. That was unintended. So, what we've agreed to do is to no longer treat bit 24 of the board revision as the warranty warranty bit on Pi 2. The latest rpi-update will now set bit 25 when a real warranty condition arises (e.g. force_turbo=1 *and* over_voltage > 0) If bit 24 is currently set, then don't worry, it will be ignored. Bit 25 is the new Pi 2 warranty bit. Pi1 will remain as it did with bit 24 being the warranty bit. dom (Raspberry Pi Engineer & Forum Moderator)