From owner-freebsd-arm@FreeBSD.ORG Fri May 15 21:44:41 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44B02133 for ; Fri, 15 May 2015 21:44:41 +0000 (UTC) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D31671819 for ; Fri, 15 May 2015 21:44:40 +0000 (UTC) Received: from asc-t60.schwarzes.net (p5B031591.dip0.t-ipconnect.de [91.3.21.145]) (authenticated bits=0) by olinguito.schwarzes.net (8.14.9/8.14.9) with ESMTP id t4FLia4q017663 for ; Fri, 15 May 2015 23:44:37 +0200 (CEST) (envelope-from freebsd.asc@strcmp.org) Date: Fri, 15 May 2015 23:44:24 +0200 From: Andreas Schwarz To: "freebsd-arm@freebsd.org" Subject: Re: RPI2-B performance Message-Id: <20150515234424.ebb3c36cbbf994f3c88b86f0@strcmp.org> In-Reply-To: References: <20150515174232.7f6f87da5880d94fc9241bbb@strcmp.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Fri, 15 May 2015 23:44:37 +0200 (CEST) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 21:44:41 -0000 On Fri, 15 May 2015 10:45:19 -0700 Adrian Chadd wrote: > Cool! Is 600MHz the highest you can run the RPI2? 600 Mhz is the default, 900 MHz is also possible, there are only two frequency levels. root@pizelot:~ # sysctl dev.cpu.0.freq_levels dev.cpu.0.freq_levels: 900/-1 600/-1 -- best regards Andreas