From owner-freebsd-arm@FreeBSD.ORG Wed May 29 15:52:06 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E730318D for ; Wed, 29 May 2013 15:52:06 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id C7B43397 for ; Wed, 29 May 2013 15:52:06 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r4TFq4Li023548; Wed, 29 May 2013 15:52:04 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id kj4dwtrix6azzmc8v648789fce; Wed, 29 May 2013 15:52:04 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: FreeBSD-CURRENT r251099 for RasPi stops at "warning: no time-of-day clock registered, system will not be set accurately" Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Wed, 29 May 2013 08:52:04 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: To: Alie Tan X-Mailer: Apple Mail (2.1283) Cc: "freebsd-arm@freebsd.org" 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, 29 May 2013 15:52:07 -0000 On May 29, 2013, at 5:33 AM, Alie Tan wrote: > Hi, > > I just built FreeBSD-CURRENT r251099 for RasPi with ARM EABI and GCC but > unfortunately it stops at message below while booting: > warning: no time-of-day clock registered, system will not be set accurately > > This thing happens if I build it with CLANG too. This warning is meaningless. The RPi doesn't have RTC hardware. It sounds like it's unable to mount root. Tim