From owner-freebsd-arm@FreeBSD.ORG Fri Dec 27 04:38:27 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F38EA1FD for ; Fri, 27 Dec 2013 04:38:26 +0000 (UTC) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97E601ED5 for ; Fri, 27 Dec 2013 04:38:26 +0000 (UTC) Received: from [207.81.161.55] (helo=[192.168.1.64]) by id.bluezbox.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1VwPBi-000E1V-B6; Thu, 26 Dec 2013 20:38:20 -0800 Content-Type: text/plain; charset=iso-2022-jp Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: HDMI output on Beaglebone black From: Oleksandr Tymoshenko In-Reply-To: Date: Thu, 26 Dec 2013 20:37:59 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <968F55AA-34DA-4245-B8C1-A3C0E365FF11@bluezbox.com> References: <7C58B233-1E84-47A3-ABB2-0038928BB1B2@bluezbox.com> To: Tim Kientzle X-Mailer: Apple Mail (2.1510) Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 2013-12-26, at 6:52 PM, Tim Kientzle wrote: > > On Dec 26, 2013, at 1:18 PM, Oleksandr Tymoshenko wrote: > >> >> On 2013-12-25, at 9:08 PM, "Lundberg, Johannes" wrote: >> >>> Hi >>> >>> According to the readme for Beaglebone Black in crochet-freebsd there is no >>> support for HMDI output yet (as of Dec 2013). >>> >>> Does anyone know what is required to make this work? >> >> You need to write driver for NXP TDA19988 HDMI (LCD to HDMI converter), driver >> for LCD controller and vt/syscons wrapper. Also properly pinmux LCD pins in .dts. > > Does newcons make this any simpler? [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: bluezbox.com] Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 04:38:27 -0000 On 2013-12-26, at 6:52 PM, Tim Kientzle wrote: >=20 > On Dec 26, 2013, at 1:18 PM, Oleksandr Tymoshenko = wrote: >=20 >>=20 >> On 2013-12-25, at 9:08 PM, "Lundberg, Johannes" = wrote: >>=20 >>> Hi >>>=20 >>> According to the readme for Beaglebone Black in crochet-freebsd = there is no >>> support for HMDI output yet (as of Dec 2013). >>>=20 >>> Does anyone know what is required to make this work? >>=20 >> You need to write driver for NXP TDA19988 HDMI (LCD to HDMI = converter), driver=20 >> for LCD controller and vt/syscons wrapper. Also properly pinmux LCD = pins in .dts. >=20 > Does newcons make this any simpler? Hardware part - no. vt/syscons - probably. At least I think so, I = haven't caught up to the=20 latest stuff yet but AFAIR whole point of newcons was to make = console/framebuffer=20 drivers more sane.=20=