From owner-freebsd-arm@freebsd.org Wed Nov 15 01:09:13 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DA54DBAE9C for ; Wed, 15 Nov 2017 01:09:13 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from onager.schwarzes.net (onager.schwarzes.net [IPv6:2a03:4000:8:2bb::5d22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3377776EC; Wed, 15 Nov 2017 01:09:12 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [172.30.250.35] (x4e330faa.dyn.telefonica.de [78.51.15.170]) (authenticated bits=0) by onager.schwarzes.net (8.15.2/8.15.2) with ESMTPA id vAF197SQ086005; Wed, 15 Nov 2017 02:09:08 +0100 (CET) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org, ian@freebsd.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Wed, 15 Nov 2017 02:09:06 +0100 (CET) Message-ID: <4aff62bc14e.1f031cb6@mail.schwarzes.net> In-Reply-To: <4AB259A5-F00A-408F-968A-26AD8D776708@dsl-only.net> References: <4BF75B1E-318C-414A-B5D4-4BA7D6578316@dsl-only.net> <1509029871.56824.49.camel@freebsd.org> <4af740148ca.47a474e3@mail.schwarzes.net> <04b67007-a95a-9e40-28b4-764adf8b2ded@restart.be> <4aff37249b6.70779c93@mail.schwarzes.net> <4AB259A5-F00A-408F-968A-26AD8D776708@dsl-only.net> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: PINE64 - 12.0-CURRENT r324563 - ntpd can't keep time MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (onager.schwarzes.net [37.221.194.76]); Wed, 15 Nov 2017 02:09:08 +0100 (CET) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 01:09:13 -0000 On 14.11.17, Mark Millard wrote: Hi Mark, > I'm not the one with the clock problem > but I'll note that the -r325700 Pine64+ > 2GB with a production-style kernel (not > debug) that I'm using has rather different > dev.cpu.0 output from sysctl as far as > "freq" goes (no such): My pine is the same, a PINE A64+ 2GB version. Using also a "non-debug" kernel config root@pinelot:~ $ cat /sys/arm64/conf/PINE64-ASC include "GENERIC" ident PINE64-ASC # remove predefined options from "GENERIC" nomakeoptions DEBUG nomakeoptions WITH_CTF nooptions KDB, KDB_TRACE, DDB nooptions INVARIANTS, INVARIANT_SUPPORT nooptions WITNESS, WITNESS_SKIPSPIN nooptions USB_DEBUG nooptions BUF_TRACKING nooptions DEADLKRES nooptions FULL_BUF_TRACKING # add options we want options TMPFS # Efficient memory filesystem > # uname -apKU > FreeBSD pine64 12.0-CURRENT FreeBSD 12.0-CURRENT r325700M arm64 aarch64 1200053 1200053 modified? > # sysctl dev.cpu.0 > dev.cpu.0.%parent: cpulist0 > dev.cpu.0.%pnpinfo: name=cpu@0 compat=arm,cortex-a53 > dev.cpu.0.%location: > dev.cpu.0.%driver: cpu > dev.cpu.0.%desc: Open Firmware CPU > > Looking, /usr/ports -r447122 moved > sysutils/u-boot-pine64 over to be > us-boot-master based back on 2017-Aug-2. > May be we have differing: > > u-boot-sunxi-with-spl.bin > > vintages dd'd to seek=8 on the > sdcards? Some other difference > someplace else? Latest u-boot-sunxi-with-spl.bin was not working for me, I'm using an older one. Maybe a dtb processing problem, mine is up to date (created from the dts). -asc