From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id 001C14C800B3 for ; Wed, 15 Jun 2011 08:32:02 -0500 (CDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p5FDVx8r005350 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 15 Jun 2011 06:31:59 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Wed, 15 Jun 2011 06:31:58 -0700 Message-ID: <4DF8B44B.6080104@windriver.com> Date: Wed, 15 Jun 2011 09:31:55 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 ThunderBrowse/3.3.5 MIME-Version: 1.0 To: Koen Kooi References: <4DF8B1D7.8050208@windriver.com> In-Reply-To: Cc: yocto@yoctoproject.org, Darren Hart Subject: Re: [PATCH 0/1] Enable to set RTC for beagleboard X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2011 13:32:03 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 06/15/11 09:25, Koen Kooi wrote: > > Op 15 jun 2011, om 15:21 heeft Bruce Ashfield het volgende geschreven: > >> On 06/15/11 06:41, Jingdong Lu wrote: >>> From: Jingdong Lu >>> >>> Ensure msecure is mux'd to be able to set the RTC for beagleboard. >>> Fixes bug [YOCTO #767] >> >> Jingdong, >> >> The fix looks reasonable to me, Darren has been refreshing >> the beagleboard support as well, so I've cc'd him here to >> see if we have this change present in the work in progress >> trees. >> >> What tests did you run to ensure that the RTC worked on >> the beagleboard ? There was some debate around whether or >> not you needed an add-on card to get this functionality >> available ? > > You need to remove some resistors and add a battery, or add an expansionboard like the zippy or zippy2, which have a DS1307 RTC with battery. Thanks Koen, This confirms what I thought (zippy*), so clearly this is either a board with that setup, or runtime testing was .. unique. Either way, more details and research is needed for this one. Cheers, Bruce > > regards, > > Koen