From owner-freebsd-arm@freebsd.org Wed Mar 16 10:55:30 2016 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 ED529AD3D82 for ; Wed, 16 Mar 2016 10:55:30 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8532FED7 for ; Wed, 16 Mar 2016 10:55:30 +0000 (UTC) (envelope-from onborodin@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id l68so183634324wml.0 for ; Wed, 16 Mar 2016 03:55:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version:content-transfer-encoding; bh=3KZVcz8Ftia0VStJACeQ9lNC9+G1UYen+V0RXxRy4oA=; b=HFdw1s+AUx00D//mVdyqGz642TkS2G5XAzMnv90vPrme39acFcg2tlT+BAP7Ab3Bw+ mL4/gbANJSpJajVNtCZXfx6/B5uE84LW/x6fktI9N/0iDc1Jna8YH9taKfCCVkAndRke B7uzJIL/FHX/8+JLtHnUXt4SJbYp/8U2sNDppbo0yt7yvYdaeekAQVuUaYYdiPgIOK/x lur1ao+wEcVZGVmLSAoKp6Q7WbaVCVqlUuuCOfb0t33IcgEMDKfUjNf095nCSgv5j/Fx SLRgg8h0dyDBQCVZI0F/d2np/Cpj+v75qaie6LbOAPZQ7UOCK/vT03ycPf1IxDmkZHlf uiHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version:content-transfer-encoding; bh=3KZVcz8Ftia0VStJACeQ9lNC9+G1UYen+V0RXxRy4oA=; b=eKC9RCwENFQCGwhxKmmt5oT23Gz5yklEdAFIWInHaOxwU7TSlxN67NigdDid41MtOp MVHrYa2jH4oZZCkpi2AoocbKPFidRLA11sHojiTr2e8kuum60VLv8irJymQNkV/N8LPM Pi96W/uLuN6TDTO/1WLFjvunYTdVm7k4Y344jEQOp+xm9iKnlmec3I92M3UfI5UhSn0W 3L/XLjMB6iMImKGhZxLcqlU5bZs6VbTSjRKdlZ+jIAQGvYfVRmustSqhOZdN65veFR8+ t/kP89jgx/+t0qwAiVNYi2HCAr3tB1r9rRudt76djY3jpMDVsCqJ9tLMvCxM/hrf1z4O nblQ== X-Gm-Message-State: AD7BkJKTTfLuV5xRNH0b+rLM3L94C0FVmdKfWguoxpcbfLPmAkeM8fuxGHo/4tmx0ZmRXw== X-Received: by 10.28.34.69 with SMTP id i66mr8741827wmi.91.1458125728993; Wed, 16 Mar 2016 03:55:28 -0700 (PDT) Received: from zee.home (mail-kgd.lazurit.us. [195.191.50.4]) by smtp.gmail.com with ESMTPSA id t7sm2460147wjf.39.2016.03.16.03.55.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Mar 2016 03:55:28 -0700 (PDT) Date: Wed, 16 Mar 2016 12:55:22 +0200 From: Borodin Oleg To: Hal Murray Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on R-Pi and BBB: Odds and ends Message-ID: <20160316125522.0fe396b9@zee.home> In-Reply-To: <20160316100447.81BDC406060@ip-64-139-1-69.sjc.megapath.net> References: <20160316112710.2065ac2c@zee.home> <20160316100447.81BDC406060@ip-64-139-1-69.sjc.megapath.net> Organization: The Home X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; i386-pc-freebsd10) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2016 10:55:31 -0000 On Wed, 16 Mar 2016 03:04:47 -0700 Hal Murray wrote: > onborodin@gmail.com said: > > If I right, code for cpu temperature censor not yet released for the board, > > I cannot found about it in /usr/src/sys/arm/ti/am335x/ (11-CURRENT). > > There is working code in the Linux kernel. > > bb1:~/mon$ cat /sys/class/hwmon/hwmon0/device/temp1_input > 56000 > bb1:~/mon$ Hmm, I'm novice in some items, but I think you have a lot of better ways for sponsoring and/or development the option, if you have actual needs. --- With best regards, Oleg Borodin onborodin@gmail.com