From owner-freebsd-arm@freebsd.org Wed Jul 4 09:49:32 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4546E1022CD8 for ; Wed, 4 Jul 2018 09:49:32 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B845271463 for ; Wed, 4 Jul 2018 09:49:31 +0000 (UTC) (envelope-from greg@unrelenting.technology) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=unrelenting.technology; h=date:from:subject:to:message-id; s=default; bh=n3PYRXK/0czL6dfOQu1iB6peWP1L2LJIww/X5gkBNr0=; b=JVE0fLRDoNua3RaklM7WoLPAvect/kXx/wKHK4hDc1aEetEOWsK3NlVC5IaWwbsA+3qVcMFwEdW/mBTk4iRVJAUOf1PRM3LT2HWJTftaAE20wmZnm7tKUxINgAsQtuCIPFSvxbEACIHo2No8IX+8a4gy4XoLbbVjRAb2z5CuRdI= Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id c83759f2 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 4 Jul 2018 09:49:21 +0000 (UTC) Date: Wed, 04 Jul 2018 12:49:16 +0300 From: Greg V Subject: Re: RPI3B+ cpu frequency To: Stefan Parvu Cc: freebsd-arm@freebsd.org Message-Id: <1530697756.1544.0@hraggstad.unrelenting.technology> In-Reply-To: <087D6629-FB9A-476A-9455-BBB6D4F802C0@kronometrix.org> References: <087D6629-FB9A-476A-9455-BBB6D4F802C0@kronometrix.org> X-Mailer: geary/0.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 09:49:32 -0000 On Wed, Jul 4, 2018 at 7:40 AM, Stefan Parvu wrote: > Hi, > > I understood the last RPI3B+ ships with a 1.4GHz 64-bit cpu. Right ? > Booting FreeBSD 12.0 > current shows that I have access only to 600MHz. A bit confused, > since this was happening as > well on older models, if Im not wrong: do I need to turn on the Turbo > mode to get access to > the full speed of the CPU or what ? > > Why FreeBSD does not boot and by default use the CPU at 1.4GHz ? Hi! You should run the 'powerd' service to make it boost to max frequency under load. Or you can force_turbo in config.txt to make the Pi always run at full speed (and waste power).