From owner-freebsd-arm@FreeBSD.ORG Wed Jan 21 15:18:44 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 0118D239 for ; Wed, 21 Jan 2015 15:18:43 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::6]) (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 8AEBCF01 for ; Wed, 21 Jan 2015 15:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1421853494; l=1165; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References: In-Reply-To:Subject:Cc:To:From:Date; bh=ZdB37AFcLAy6X9aCp2gQEyMBqHc=; b=ZIyeazPvP/9AB9fqbvjyUXKHhWd6WllJFqTGrXch3Lj+tw0amU8s2rTGGbaNw9GwmIU fDOr2clLg+N1/Uu7bEiZrRuAUiyPWJxOuJ5V4ESjRwBA8XQ/wBho8AiqJNisqFmHuwufc 6IDoYlcI9fhV9aVPHweAKQEOqDhhWkKrZN8= 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 D00a17r0LFI31Fv (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate); Wed, 21 Jan 2015 16:18:03 +0100 (CET) Date: Wed, 21 Jan 2015 15:18:02 +0000 From: Ulrich Grey To: Oleksandr Tymoshenko Subject: Re: HDMI support for Beaglebone Black Message-Id: <20150121151802.80cd2682f058c39b033df51e@ulrich-grey.de> In-Reply-To: References: Organization: - X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 15:18:44 -0000 Hello, I have patched r277484 current. I have booted the BBB and got HDMI output 640x480. I don't get a boot promt. The BBB shows the date, just before the boot prompt would appear and stops. After some minutes I get a kernel message: aintc0: Spurious interrupt detected (0xffffffff) If I do ctrl-alt-del, the BBB reboots. Ulrich ------------------------------------------------ On Mon, 19 Jan 2015 21:04:41 -0800 Oleksandr Tymoshenko wrote: > Hi, >=20 > 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=20 >=20 > 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.=20 >=20 > Patch: https://people.freebsd.org/~gonzo/arm/patches/bbb-hdmi-20150119.di= ff >=20 > Thank you >=20 > --=20 > 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"