From owner-freebsd-arm@FreeBSD.ORG Wed Oct 31 19:35:34 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0152D7E; Wed, 31 Oct 2012 19:35:34 +0000 (UTC) (envelope-from bakul@bitblocks.com) Received: from mail.bitblocks.com (ns1.bitblocks.com [173.228.5.8]) by mx1.freebsd.org (Postfix) with ESMTP id B556C8FC08; Wed, 31 Oct 2012 19:35:34 +0000 (UTC) Received: from bitblocks.com (localhost [127.0.0.1]) by mail.bitblocks.com (Postfix) with ESMTP id 387C3B827; Wed, 31 Oct 2012 12:35:28 -0700 (PDT) To: Tim Kientzle Subject: Re: BeagleBone questions (was Re: Towards an ARM system-building script) In-reply-to: Your message of "Tue, 30 Oct 2012 23:01:12 PDT." References: <2E208EEB-B2CF-4AC6-B420-03FB4CF08041@freebsd.org> <1351522908.1123.356.camel@revolution.hippie.lan> <1351550400.1123.364.camel@revolution.hippie.lan> Comments: In-reply-to Tim Kientzle message dated "Tue, 30 Oct 2012 23:01:12 -0700." Date: Wed, 31 Oct 2012 12:35:28 -0700 From: Bakul Shah Message-Id: <20121031193528.387C3B827@mail.bitblocks.com> Cc: "freebsd-arm@freebsd.org" , Alie Tan X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 19:35:34 -0000 On Tue, 30 Oct 2012 23:01:12 PDT Tim Kientzle wrote: > > On Oct 30, 2012, at 9:20 AM, Adrian Chadd wrote: > > > .. ah. armv5 has no sleep "halt" function, so it's just spinning. > > Chances are that's a good candidate for why things are running too > > warm. > > RaspberryPi uses a Broadcom BCM2835 with an ARM1176JZF-S core (ARMv6). > > BeagleBone uses a TI Sitara AM3358 with an ARM Cortex-A8 core (ARMv7). See http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka13332.html The method outlined here puts Rpi in low power standby mode, waiting for an interrupt to wake it up. Haven't measured actual power us in this mode.