From owner-freebsd-mips@FreeBSD.ORG Wed Nov 17 09:40:52 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 719891065675 for ; Wed, 17 Nov 2010 09:40:52 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 23FFD8FC12 for ; Wed, 17 Nov 2010 09:40:51 +0000 (UTC) Received: by gyg13 with SMTP id 13so1014714gyg.13 for ; Wed, 17 Nov 2010 01:40:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=3AXl0pA0o1gwJkezz6HQCUqx2X/WpDWJVsHo3EJCcUs=; b=CNWCz5jd3xa1P2a8MjKq0BVBJn1N4ta47EcOiQQZ+Y4WO8v3NYagjURRfb+capxaae LWNhXT5nrni7kziPOKrqQCy9Fac6mnfUFDpKz8EZuu5548RuhIZZgq9eANuVLssP11GH mPsodJrJlojL7xMmtL0PvBjPU6b2WlbN5sfyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=x3D/u8OkoxmF1QuivGb6m48TuT9DJVf9+VWSn0ItLgvK+J+3ylabZ/df3pI3lj/4xw 3qgPWFQXQn15sQrHXP/viOL0yZ/FQLnXs9MHD518LVn2F6JUXCqLZckKLc3IThghrgZz /mLezUd5mGsth4MgTGwqwSpObhVY52u8j7q1E= Received: by 10.150.145.17 with SMTP id s17mr10156113ybd.107.1289986851326; Wed, 17 Nov 2010 01:40:51 -0800 (PST) Received: from [192.168.0.86] ([187.39.15.80]) by mx.google.com with ESMTPS id f23sm628701ybh.22.2010.11.17.01.40.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Nov 2010 01:40:50 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Luiz Otavio O Souza In-Reply-To: <201011170007.57640.freebsd-mips@dino.sk> Date: Wed, 17 Nov 2010 07:40:45 -0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <71AFA800-0873-42FF-9C3B-94F3AA765681@gmail.com> <201011170007.57640.freebsd-mips@dino.sk> To: Milan Obuch X-Mailer: Apple Mail (2.1081) Cc: freebsd-mips@freebsd.org Subject: Re: First RSPRO deployed ! X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 09:40:52 -0000 On Nov 16, 2010, at 9:07 PM, Milan Obuch wrote: > On Tuesday 16 November 2010 11:10:46 Monthadar Al Jaberi wrote: >> Hi, >>=20 >> Nice to see other people work on the same board! feels like RSPRO = fever! :P >>=20 >> Thank you for sharing your files with us. I am running freebsd from >> both flash (mdroot) and NFS. >> In both cases I get the following error RTC after adding your diffs: >> ... >> Invalid time in real time clock. >> Check and reset the date immediately! >> ... >>=20 >> Before your diffs I used to get: >> ... >> warning: no time-of-day clock registered, system time will not be set >> accurately ... >>=20 >> Do you have any ideas what the cause could be? I can't seem to change >> the time with date also. >> Thank you again. >>=20 >=20 > I saw this as well, but only first time after running kernel with rtc = (or=20 > first time after longer period without power). Maybe after setting = correct=20 > date it disappears? I use ntpdate to correct date/time, just a bit = lazy to=20 > type long string of numbers... >=20 Exactly ! (or you have missed the rspro-rtc.diff patch which need to be = applied after ar71xx_spi_cs_mux.diff) But keep in your mind that the rspro rtc is not that great without a = battery backup :/ (it won't keep the time for too many days). Regards, Luiz