From owner-freebsd-arm@FreeBSD.ORG Wed Jan 21 16:14:32 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B255C13C for ; Wed, 21 Jan 2015 16:14:32 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::5]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45B7D7E8 for ; Wed, 21 Jan 2015 16:14:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1421856843; l=1682; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References: In-Reply-To:Subject:Cc:To:From:Date; bh=8JVXUMmKb4gBx2UpnvFw4EAOYwA=; b=WXTsqme71VY0tTqcHhnvEhQJJmIajUBZVm/MBPjPkqnKzcB0seN9mCDUWnaLXVOoU/y jyrYgUQ9tobEl31/nrZwsd54fop+MRSfrKt7OUcJ2/K/fs3Nop/1Lw6pdRKiecDImO5+5 gbUgA22Hv9rgCvBrhMSZn+c8yTgw+IZNxvk= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg47uMv/B77Q X-RZG-CLASS-ID: mo00 Received: from quad (p548682C7.dip0.t-ipconnect.de [84.134.130.199]) by smtp.strato.de (RZmta 36.3 DYNA|AUTH) with ESMTPSA id K00a65r0LGE32Jj (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate); Wed, 21 Jan 2015 17:14:03 +0100 (CET) Date: Wed, 21 Jan 2015 16:14:02 +0000 From: Ulrich Grey To: Paul Mather Subject: Re: HDMI support for Beaglebone Black Message-Id: <20150121161402.db90f60d0b1041a91a978292@ulrich-grey.de> In-Reply-To: <85C94F84-F447-41DA-9EB2-D76E1223C65D@gromit.dlib.vt.edu> References: <20150121151802.80cd2682f058c39b033df51e@ulrich-grey.de> <20150121152753.18c5a9f805ceda8e7a3bc70e@ulrich-grey.de> <85C94F84-F447-41DA-9EB2-D76E1223C65D@gromit.dlib.vt.edu> Organization: - X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org List" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 16:14:32 -0000 > I think only the serial port is enabled by default in /etc/ttys, at least that's what > it seems to be on my BBB -CURRENT system. I imagine that's why you aren't seeing a > login prompt on the HDMI console. You are right. I have changed /etc/ttys and now I can log in. Thank you very much. Many thanks to gonzo. Ulrich > >> ------------------------------------------------ > >> On Mon, 19 Jan 2015 21:04:41 -0800 > >> Oleksandr Tymoshenko wrote: > >> > >>> Hi, > >>> > >>> I?ve just finished first draft of TDA19988 driver for beaglebone black. It > >>> enables standard VGA console (640x480@60Hz) output on mini-HDMI port > >>> of the devices > >>> > >>> Please test and let me know if it works for you. You need to have HDMI > >>> monitor connected to the device before booting it up. > >>> > >>> Patch: https://people.freebsd.org/~gonzo/arm/patches/bbb-hdmi-20150119.diff > >>> > >>> Thank you > >>> > >>> -- > >>> gonzo > >>> _______________________________________________ > >>> freebsd-arm@freebsd.org mailing list > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-arm > >>> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > >> _______________________________________________ > >> freebsd-arm@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm > >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > > _______________________________________________ > > freebsd-arm@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >